/*!
Theme Name: dev_thegioiwebviet2
Theme URI: #
Author: thegioiwebviet.vn
Author URI: https://thegioiwebviet.vn
Description: HTML5, Responsive, SEO
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dev_thegioiwebviet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dev_thegioiwebviet is based on Underscores #, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Inter", sans-serif !important;
    //overflow-x: hidden;
}

.dashicons, .dashicons-before:before {
    font-family: dashicons !important;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

a,
button {
    cursor: pointer;
}

a {
    color: #376092;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #376092;
    line-height: 1.4;
    margin-bottom: 15px;
}

.hl-container-fluid {
    max-width: 1338px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.single-post .post-content figure figcaption {
    text-align: center !important;
    margin-bottom: 10px;
}

.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6 {
    font-weight: bold !important;
}

.single-post .post-content h2,
.single-post .post-content h2 * {
    font-size: 26px !important;
}
.single-post .post-content h3,
.single-post .post-content h3 * {
    font-size: 20px !important;
}
.single-post .post-content h4,
.single-post .post-content h4 * {
    font-size: 16px !important;
}

.container-fluid {
    max-width: 1170px;
}

.hl-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.hl-col-1,
.hl-col-2,
.hl-col-3,
.hl-col-4,
.hl-col-5,
.hl-col-6,
.hl-col-7,
.hl-col-8,
.hl-col-9,
.hl-col-10,
.hl-col-11,
.hl-col-12,
.hl-col,
.hl-col-auto,
.hl-col-sm-1,
.hl-col-sm-2,
.hl-col-sm-3,
.hl-col-sm-4,
.hl-col-sm-5,
.hl-col-sm-6,
.hl-col-sm-7,
.hl-col-sm-8,
.hl-col-sm-9,
.hl-col-sm-10,
.hl-col-sm-11,
.hl-col-sm-12,
.hl-col-sm,
.hl-col-sm-auto,
.hl-col-md-1,
.hl-col-md-2,
.hl-col-md-3,
.hl-col-md-4,
.hl-col-md-5,
.hl-col-md-6,
.hl-col-md-7,
.hl-col-md-8,
.hl-col-md-9,
.hl-col-md-10,
.hl-col-md-11,
.hl-col-md-12,
.hl-col-md,
.hl-col-md-auto,
.hl-col-lg-1,
.hl-col-lg-2,
.hl-col-lg-3,
.hl-col-lg-4,
.hl-col-lg-5,
.hl-col-lg-6,
.hl-col-lg-7,
.hl-col-lg-8,
.hl-col-lg-9,
.hl-col-lg-10,
.hl-col-lg-11,
.hl-col-lg-12,
.hl-col-lg,
.hl-col-lg-auto,
.hl-col-xl-1,
.hl-col-xl-2,
.hl-col-xl-3,
.hl-col-xl-4,
.hl-col-xl-5,
.hl-col-xl-6,
.hl-col-xl-7,
.hl-col-xl-8,
.hl-col-xl-9,
.hl-col-xl-10,
.hl-col-xl-11,
.hl-col-xl-12,
.hl-col-xl,
.hl-col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.hl-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.hl-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.hl-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.hl-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.hl-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.hl-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.hl-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.hl-col-6 {
    -ms-flex: 0 0 50% flex: 0 0 50% max-width: 50%
}

.hl-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.hl-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.hl-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.hl-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.hl-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.hl-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


/*Code bình thường*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.wrap-primary-navigation {
    position: relative;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}


/* Menu mobile */

#menu-mobile-container {
    width: 300px;
    left: -300px;
    padding: 15px;
    z-index: 111;
    border-right: 1px solid #e9e9e9;
    -webkit-transform: translateZ(0);
    will-change: transform;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 15px 15px;
    max-width: 95%;
    z-index: 999999;
    background-color: #009cd7;
    -webkit-transition: all .4s cubic-bezier(.46, .01, .32, 1);
    -o-transition: all .4s cubic-bezier(.46, .01, .32, 1);
    transition: all .4s cubic-bezier(.46, .01, .32, 1)
}

.sort-box {
    display: none;
}

.woocommerce-products-header__title.page-title {
    color: #0a2351;
    border-bottom: 0;
}

#menu-mobile-container.active {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px)
}

.menu-mobile-closed {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 10;
    border: 0;
    background: 0 0;
    color: #fff;
    font-weight: bold;
}

#menu-mobile {
    padding-left: 0;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
}

#menu-mobile li {
    border-top: solid 1px #939393;
}

#menu-mobile li:last-child {
    border-bottom: solid 1px #939393;
}

#menu-mobile li a {
    padding: 11px 15px;
    color: #939393;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none !important;
}

#menu-mobile li.menu-item-has-children>a {
    position: relative;
    padding-right: 35px
}

#menu-mobile li.menu-item-has-children.active>a {
    background-color: #d86666;
}

#menu-mobile li .js-icon {
    float: right;
    padding: 12px;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -18px;
    z-index: 1;
}

#menu-mobile li.active>a>.icon-plus-1::before {
    content: "\e906"
}

#menu-mobile .sub-menu {
    display: none;
    padding-left: 0;
    list-style: none
}

#menu-mobile>.menu-item>.sub-menu>li>a {
    margin-left: 15px
}

#menu-mobile>.menu-item>.sub-menu>.menu-item>.sub-menu>li>a {
    margin-left: 30px
}

#menu-mobile>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>.sub-menu>li>a {
    margin-left: 45px
}

#menu-mobile-container {
    padding-top: 20px;
}

.menu-mobile-container .custom-logo-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-color:#009cd7;
    padding: 5px 15px;
    text-align: center;
    top: 0;
    z-index: 1;
}

.btn-open-menu-mobile {
    background: 0 0;
    border: 0;
    cursor: pointer
}

.btn-open-menu-mobile .icon-hamburger {
    font-size: 24px;
    color: #000;
}

body.open-menu-mb {
    overflow: hidden
}

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, .7);
    font-size: 0;
    color: transparent;
}


/* End Menu mobile */


/* Navigation top */

.menu-1 {
    list-style: none;
    padding-left: 0px;
	width: auto;
    margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

}

.menu-1 .menu-item {
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);

}

.menu-1 .menu-item a {
    color: #0F2A54;
    font-size: 17px;
    text-decoration: none!important;
    line-height: 1.5;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    display: block;
    text-transform: capitalize;
}

.menu-1 .menu-item.current-menu-item a,
.menu-1 .menu-item a:hover {
    /*color: rgba(255, 255, 255, 0.6);*/
}

.menu-1 .menu-item.menu-item-has-children {
    position: relative;
}

.menu-1 .menu-item.menu-item-has-children>a {
    padding-right: 40px;
    position: relative;
}

.menu-1 .sub-menu .menu-item.menu-item-has-children>a {
    padding-right: 10px;
    position: relative;
}

.menu-1 .menu-item.menu-item-has-children>a::before {
    content: "\e909";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 1;
    font-size: 10px;
    margin-top: -5px;
}

.menu-1 .sub-menu .menu-item.menu-item-has-children>a::before {
    right: 0;
}

.menu-1 .menu-item.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

.menu-1 .menu-item.menu-item-has-children>.sub-menu {
    top: 46px;
    left: 0;
}

.menu-1>.menu-item.menu-item-has-children>.sub-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-1 .menu-item.menu-item-has-children>.sub-menu .sub-menu {
    top: -1px;
    left: 100%;
}

.menu-1 .menu-item.fa-home {
    font-size: 12px;
    position: relative;
    width: 27px;
    height: 25px;
    overflow: hidden;
    margin: 6px 10px;
    color: #fff;
}

.menu-1 .menu-item.fa-home a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 27px;
    height: 25px;
    padding: 0;
}

.menu-1 .sub-menu {
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    list-style: none;
    position: absolute;
    z-index: 0;
    width: 100%;
    min-width: 220px;
    top: 0;
    background: rgba(35, 35, 35, 1);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    left: 100%;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}

.menu-1 .sub-menu>li {
    position: relative;
    padding: 8px 22px;
    display: block;
}

.menu-1 .sub-menu .menu-item a {
    color: #0F2A54;
}

.menu-1 .sub-menu>li:hover>a {
    color: #0F2A54;
    padding-left: 5px;
}

.menu-1>.menu-item {
    float: left;
    position: relative;
}

.menu-1>.menu-item>a {
    font-size: 17px;
    font-weight: 500;
    color: #0F2A54;
    display: block;
    padding: 12px 18px;
	position: relative;
}
.menu-1>.menu-item>a::after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0, 0.1);
	content: "";
	width: 1px;
	height: 20px;
}
.menu-1>.menu-item:last-child>a::after{
	display: none;
}

.hl-top-menu-0 {
    overflow: hidden;
    position: relative;
}

.hl-top-menu-0 .custom-logo-link img {
    height: 70px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

/* .call-btn */

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        opacity: .1;
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg)
    }
    30% {
        opacity: .5;
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg)
    }
    100% {
        opacity: .6;
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        opacity: .1;
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg)
    }
    30% {
        opacity: .5;
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg)
    }
    100% {
        opacity: .6;
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        opacity: .2;
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg)
    }
    50% {
        opacity: .2;
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        opacity: .2;
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        opacity: .2;
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg)
    }
    50% {
        opacity: .2;
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        opacity: .2;
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

.call-btn {
    background-color: transparent;
    cursor: pointer;
    height: 200px;
    position: fixed;
    -webkit-transition: visibility .5s ease 0s;
    -o-transition: visibility .5s ease 0s;
    transition: visibility .5s ease 0s;
    width: 200px;
    z-index: 9998!important;
    left: -15px;
    bottom: -51px
}

.call-btn .circle {
    border-color: #ff0000;
    opacity: .5;
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim;
    animation: 1.2s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim;
    background-color: transparent;
    border: 2px solid #ff0000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 160px;
    left: 20px;
    opacity: .1;
    position: absolute;
    top: 20px;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 160px
}

.call-btn .circle-fill {
    background-color: #ff0000;
    opacity: .75!important;
    -webkit-animation: 2.3s ease-in-out 0s normal none infinite running coccoc-alo-circle-fill-anim;
    animation: 2.3s ease-in-out 0s normal none infinite running coccoc-alo-circle-fill-anim;
    background-color: #ff0000;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    opacity: .1;
    position: absolute;
    top: 50px;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 100px
}

.call-btn .img-circle {
    background-color: #ff0000;
    -webkit-animation: 1s ease-in-out 0s normal none infinite running coccoc-alo-circle-img-anim;
    animation: 1s ease-in-out 0s normal none infinite running coccoc-alo-circle-img-anim;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 60px;
    left: 70px;
    position: absolute;
    z-index: 10000;
    top: 70px;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 60px
}

.call-btn .phone-number {
    position: absolute;
    display: block;
    left: 80px;
    top: 50%;
    width: 184px;
    height: 40px;
    background-color: #ff0000;
    z-index: 9999;
    padding: 8px 14px;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding-left: 50px;
    margin-top: -20px;
    font-size: 16px;
    line-height: 1.4;
}

.call-btn .call-link img {
    padding: 3px 0 0 3px;
    max-width: 100%
}

.call-btn .call-link:hover {
    opacity: .8
}


/*Start .entry-meta*/

.entry-meta {
    color: #376092;
    clear: both;
}

.entry-meta a {
    color: #376092;
    text-decoration: none;
}

.entry-meta .byline {
    margin-left: 10px;
}

.entry-footer .cat-links {
    display: block;
    margin-bottom: 5px;
}

.entry-footer {
    margin-top: 15px;
    margin-bottom: 15px;
}


/*Start #back-to-to*/

#back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 9999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 5px;
    background-color: #123770;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
}

#back-to-top .fa {
    position: relative;
    top: -1px
}

#back-to-top:hover {
    opacity: .7
}


/*End #back-to-to*/

.copyright {
    background-color: #10234E;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -2px;
}

.copyright a {
    color: #fff;
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
}


/*Start search-form*/

.search-form label {
    display: block;
    position: relative;
    margin-bottom: 0
}


.search-form label .search-field {
	border: 1px solid #E3E3E3;
	padding: 0 40px;
	width: 100%;
	border-radius: 16px;
	height: 54px;
	line-height: 54px;
}

.search-form label:after {
	display: block;
	content: '';
	background: url(./images/search.svg) no-repeat center center / 16px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}

.search-form .search-submit {
    display: none
}

.search-form .screen-reader-text {
    display: none
}


/*End search-form*/

.pagination {
    text-align: center;
    display: block
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    line-height: 1;
    border: 1px solid #1d1f1f;
    margin: 1px;
    color: #1d1f1f;
    text-decoration: none!important;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    border-radius: 6px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: #123770;
    color: #fff
}

.pagination .page-numbers .fa {
    line-height: 0;
}


/*Start breadcrumb*/

.breadcrumb-separator {
    font-size: 18px;
    line-height: 0;
}

#breadcrumbs {
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
    font-size: 16px;
}

.breadcrumb_last {
    font-weight: bold;
}


/*End breadcrumb*/

select.orderby {
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}


/*Start .modal-1*/

.btn-open-modal-hl {
    background: none;
    outline: none !important;
    color: #fff;
    outline: 0 !important;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -17px;
    border: 0 !important;
    font-size: 16px;
}

.btn-open-modal-hl:hover {
    color: rgba(255, 255, 255, 0.6);
}

.modal-1 .modal-content {
    padding: 40px 15px 40px;
}

.modal-1 .close {
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 99;
    font-size: 30px;
    color: #0a2351;
    opacity: 1;
}


/*End .modal-1*/


/*Start .menu-3*/

.menu-3 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 18px 20px;
    text-transform: uppercase;
    list-style: none;
}

.menu-3 li {
    border-bottom: 1px solid #dadada;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.menu-3 li:last-child {
    border-bottom: 0;
}

.menu-3 li a {
    color: #565656;
}

.menu-3 .sub-menu {
    list-style: none;
    padding-top: 10px;
    padding-left: 15px;
    border-top: 1px solid #dadada;
    margin-top: 10px;
}


/*End .menu-3*/


/*Start .elementor*/

/*End .elementor*/

::-webkit-input-placeholder {
    color: #5f5252 !important;
}

:-moz-placeholder {
    color: #5f5252 !important;
}

::-moz-placeholder {
    color: #5f5252 !important;
}

 :-ms-input-placeholder {
    color: #5f5252 !important;
}

::-ms-input-placeholder {
    color: #5f5252 !important;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.preloader img {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100px;
    z-index: 9998;
    margin-top: -50px;
    margin-left: -50px;
}


/*Start .owl-carousel*/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.relative-product .owl-carousel.owl-drag .owl-item {
    display: flex !important;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


/*End .owl-carousel*/

.error-404 .page-title {
    text-align: center;
    text-transform: uppercase;
    color: red;
    padding: 50px 0;
    font-size: 30px;
}

.logo-header .custom-logo-link {
    display: inline-block;
}

.logo-header .custom-logo-link img {
    max-width: 120px;
}

.hl-list-process {
    padding: 3% 5%;
    overflow: hidden;
    list-style: none;
    font-size: 0;
}

.hl-list-process-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    font-size: 14px;
}

.hl-list-process-item>.inner {
    margin: 5px;
    padding: 5%;
}

.hl-list-process-title {
    font-size: 26px;
}

.hl-list-process-desc {
    font-size: 18px;
}

.item-01 .inner {
    border: 3px solid #a6d297;
}

.item-02 .inner {
    background-color: #a6d297;
    color: #fff;
    border: 3px solid transparent;
}

.item-03 .inner {
    background-color: #fff;
    border: 3px solid transparent;
}

.item-04 .inner {
    background-color: #4cb896;
    color: #fff;
    border: 3px solid transparent;
}

.hl-list-eating {
    padding: 3% 10%;
    overflow: hidden;
    list-style: none;
    font-size: 0;
}

.hl-list-eating-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    font-size: 14px;
}

.hl-list-eating .inner {
    margin: 5px;
    padding: 20%;
    border: 1px solid #ccc;
    min-height: 220px;
}

.hl-list-eating-img {
    width: 42%;
    margin: 0 auto;
}

.hl-list-box-images {
    list-style: none;
    font-size: 0;
    padding-left: 0;
}

.hl-list-box-images-item {
    font-size: 14px;
    vertical-align: top;
    width: 50%;
    display: inline-block;
    padding: 5px;
}

.hl-list-box-images-item .inner {
    position: relative;
    overflow: hidden;
}

.hl-list-box-images-item .inner::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.45;
    top: 0;
    left: 0;
    background-color: #006fba;
    z-index: 1;
}

.hl-list-box-images-item figcaption {
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    width: 90%;
    padding: 0 0 15px 30px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform .35s ease-out;
    -webkit-transition: transform .35s ease-out;
    -moz-transition: transform .35s ease-out;
    -ms-transition: transform .35s ease-out;
    -o-transition: transform .35s ease-out;
}

.hl-list-box-images-item:hover figcaption {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
}

.hl-list-box-images-item:hover img {
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
}

.grid-item.feature-box-4 figure figcaption {
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
}

.hl-list-box-images-item figcaption .hl-list-box-images-desc-1 {
    border-bottom: 1px solid #808285;
    padding-bottom: 10px;
}

.hl-list-box-images-item figcaption .hl-list-box-images-desc {
    color: #FFF;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
}

.woocommerce-breadcrumb {
    padding: 10px 0;
}

.woo-product .woocommerce-LoopProduct-link {
    display: block;
    text-decoration: none !important;
    overflow: hidden;
    cursor: default;
}

.woo-product .woocommerce-LoopProduct-link img {
    transition: transform .5s ease;
}

.woo-product .woocommerce-LoopProduct-link:hover img {
    transform: scale(1.3);
}

.woo-product .woocommerce-LoopProduct-link .price ins {
    text-decoration: none !important;
}

.woo-product .woocommerce-LoopProduct-link .price del {
    float: left;
}

.woo-product .woocommerce-LoopProduct-link .price ins {
    float: right;
}

.woocommerce-loop-product__title {
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #009cd7;
    padding: 10px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}

.woo-product .woocommerce-LoopProduct-link p {
    padding: 5px 10px;
    color: #333;
    line-height: 1.4;
}

.woocommerce-LoopProduct-link .price {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.woo-wrap-img {
    position: relative;
    padding-bottom: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.woo-wrap-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.sort-box {
    overflow: hidden;
}

.sort-box .woocommerce-result-count {
    float: left;
    padding: 10px 0;
    margin-bottom: 0;
}

.sort-box .woocommerce-ordering {
    float: right;
}

.woocommerce-pagination {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.woocommerce-pagination ul.page-numbers {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.woocommerce-pagination li .page-numbers {
    padding: 4px 10px;
    border: 1px solid #234977;
    line-height: 1;
}

.woocommerce-pagination .page-numbers li {
    display: inline-block;
}

.woocommerce-pagination .page-numbers li a {
    text-decoration: none !important;
    color: #234977;
}

.woocommerce-product-search .search-field {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 15px;
}

.woocommerce-product-search button {
    border-radius: 3px;
    background-color: #234977;
    color: #fff;
    padding: 12px;
    font-size: 12px;
    border: 0;
}

.woocommerce-product-search {
    max-width: 285px;
    margin: 0 auto;
}

.woocommerce-page .content-area {
    padding-top: 0;
    padding-bottom: 20px;
}

.hl-contact-form label {
    display: block;
}

.hl-contact-form .wpcf7-form-control {
    width: 100%;
}

.hl-contact-form .wpcf7-textarea {
    height: 150px;
    width: 100%;
}

.hl-contact-form .wpcf7-form-control.wpcf7-submit {
    background-color: #006fba;
    border: 0;
    color: #fff;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background-color: #fff;
}

div.elementor-widget-heading .elementor-heading-title {
    line-height: 1.3;
}

.onsale {
    display: none;
}

/* Responsive */

.elementor-element .elementor-widget-container .elementor-text-editor {
    font-family: Nunito;
}

.hl-content-item i {
    display: block;
    position: absolute;
    font-size: 18px;
    top: 5px;
    color: #68b5e6;
}

.hl-content-name .date {
    font-family: Nunito;
    color: #737373;
    font-size: 12px;
    line-height: 1;
}

.hl-content-name {
    margin-left: 30px;
}

.hl-content-name .hl-post-name {
    font-family: Nunito;
    color: #009688;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}

.hl-content-name .hl-post-name:hover {
    color: #ea5644;
    text-decoration: none;
}

.hl-content-item {
    margin-top: 10px;
    margin-bottom: 10px;
    /*height: calc(100% - 10px);*/
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 10px;
}

.relative-product .owl-carousel .owl-stage {
    display: flex;
}

.relative-title {
    font-family: Nunito;
    color: #10234E;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}

.hl-item-post-relative .hl-title-post-relative {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 5px;
    padding: 10px;
    margin-bottom: 0;
}

.hl-item-post-relative {
    border-radius: 6px;
    background: #e0f2fc;
    box-shadow: 0 2px 3px #ddd;
    height: 100%;
}

.hl-item-post-relative .hl-thumbnail {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}
.hl-item-post-relative .hl-title-post-relative .hl-post-name {
    color: #0a2351;
    text-decoration: none;
}

.hl-item-post-relative .hl-title-post-relative .hl-post-name:hover {
    color: #123770;
}

.wrap-primary-navigation {
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15);
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
}

.entry-title-bai-viet {
    text-transform: capitalize;
    font-family: Nunito;
    font-size: 22px;
    color: #123770;
    font-weight: bolder;
    line-height: 1.5;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px 0;
}

#menu-mobile li a {
    color: #FFF;
}

.logo-header {
    padding: 5px 0;
}

.menu-1 .menu-item.current-menu-item a,
.menu-1 .menu-item a:hover {
    color: #0F2A54;
}

.menu-1 .sub-menu {
    background: rgba(255, 255, 255, 1);
}

.menu-1 .sub-menu .menu-item a {
    color: #0F2A54;
    font-weight: 500;
}

.menu-1 .sub-menu>li:hover>a {
    color: #0F2A54;
}

.hl-fonts .elementor-widget-container .elementor-heading-title.elementor-size-default {
    font-family: "Roboto",Sans-serif;
}

.hl-fonts .elementor-widget-container ul li .elementor-icon-list-text {
    font-family: "Roboto",Sans-serif;
}


/*Start DEV Code here*/

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    line-height: 1.3;
}

.post-content table {
    margin-bottom: 10px;
}

.post-content h1 {
    font-size: 28px;
}

.post-content h2 {
    font-size: 26px;
}

.post-content h3 {
    font-size: 24;
}
.post-content h4 {
    font-size: 22px;
}
.post-content h5 {
    font-size: 20px;
}
.post-content h6 {
    font-size: 18px;
}
.hl-wrap-image {
    margin-bottom: 20px;
}

.post-content table td {
    padding: 6px 10px;
}

.hl-wrap-button-sidebar {
    background-color: #F4F4F4;
}

.hl-wrap-button-sidebar a {
    text-decoration: none;
    display: block;
}

.hl-wrap-button-sidebar a + a {
    margin-top: 20px;
}
.hl-content-button-sidebar {
    padding: 15px;
    color: #fff;
}

.hl-content-button-sidebar-1 {
    background-color: #9900CC;
}

.hl-content-button-sidebar-2 {
    background-color: #0000FF;
}

.hl-content-button-sidebar-3 {
    background-color: #006600;
}

.hl-content-button-sidebar-4 {
    background-color: #663300;
}

.hl-title-button-sidebar,
.hl-des-button-sidebar {
    margin-bottom: 0;
}

.hl-wrap-btn {
    display: block;
    margin-left: 30px;
}

.hl-title-button-sidebar {
    color: #fff7e3;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    letter-spacing: -.02em;
}

.hl-des-button-sidebar {
    color: #fff;
    font-size: 14px;
    display: block;
    opacity: .5;
    line-height: 16px;
    margin-top: 5px;
    font-weight: 400;
}

.hl-custom-button-icon {
    float: left;
    opacity: 0.5;
    display: block !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

.hl-item-post-center {
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0, 0, 0, .05);
    background-color: #fff;
    box-shadow: 0 1px 3px #ddd;
}
.hl-item-post-left {
    padding: 0 10px 10px;
}

.hl-item-post-left .hl-thumbnail {
    margin-bottom: 10px;
}

.hl-item-post-left .hl-thumbnail a {
    border-radius: 6px;
}

.entry-content.post-content figure img {
    margin-bottom: 5px;
}

.hl-des-post-center {
    margin-bottom: 0;
    font-size: 14px;
    opacity: 0.7;
}

.hl-title-post-center,
.hl-title-post-left {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 5px;
    margin-bottom: 10px;
}

.hl-item-post-center_inner {
    padding: 10px;
    margin-left: -17px;
}

.hl-title-post-center a,
.hl-title-post-left a {
    display: block;
    color: #000 !important;
    text-decoration: none;
}

.hl-title-post-center a,
.hl-title-post-left a {
    display: block;
    color: #0a2351 !important;
    text-decoration: none;
}

.hl-title-post-center a:hover,
.hl-title-post-left a:hover {
    color: #123770 !important;
}

.hl-wrap-img-post-center {
    overflow: hidden;
}

.hl-wrap-img-post-center img {
    transition: all 0.5s ease-in-out;
}

.hl-wrap-img-post-center img:hover {
    opacity: .7;
}

.hl-wrap-post-left {
    margin: 0 15px 15px;
    background: #e0f2fc;
    box-shadow: 0 2px 3px #ddd;
}

.hl-des-post-left {
    margin-bottom: 0;
    font-size: 15px;
    opacity: 0.8;
}

.hl-read-more a {
    color: #ea5644;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
}

.hl-read-more a:hover {
    color: #16714c;
}

.support-box {
    position: fixed;
    right: 4px;
    top: 132px;
    width: 94px;
    z-index: 9996;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.support-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-box ul li {
    cursor: pointer;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 5px 0 8px 0;
    height: 75px;
    box-sizing: border-box;
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}

.support-box ul li:hover {
    background-color: rgba(255, 255, 255, .3);
}

.support-box ul li a {
    text-align: center;
    color: #fff;
    text-decoration: none !important;
}

.hl-icon-facebook {
    display: block;
    background: url('images/facebook.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-size: 100%;
}

.hl-icon-viper {
    display: block;
    background: url("images/call.png") no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-size: 100%;
}

.hl-icon-zalo {
    display: block;
    background: url("images/zalo.png") no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-size: 100%;
}

.hl-icon-messenger {
    display: block;
    background: url("images/sms.png") no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-size: 100%;
}

.comment-list {
    list-style: none;
    padding-left: 0;
}

#comments-list {
    list-style: none;
    padding-left: 0;
}

.comment-content {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

.comment-content .stars .dashicons {
    color: #ffa500;
}

.comment-awaiting-moderation {
    padding: 10px;
    display: block;
    font-size: 13px;
    color: #879c11;
}

.comment-metadata {
    font-size: 13px;
}

.comment-content {
    margin-bottom: 10px;
}

.comment-content p {
    font-size: 13px;
    color: #1d1f1f;
    margin-bottom: 8px;
}

#comments {
    padding: 0;
    border: 0;
    border-radius: 4px;
    margin-bottom: 20px;
}

#comments ol {
    list-style: none;
}

#comments ol.children {
    padding-left: 15px;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.comment-form {
    background: #e0f2fc;
    color: #000;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    padding-top: 100px;
    margin-top: 10px;
}

.comment-form label {
    display: block;
    font-size: 13px;
}

.comment-form textarea,
.comment-form input {
    width: 100%;
    border: 1px solid #b4e1fa;
    padding: 6px 15px;
    border-radius: 6px;
}

.comment-form .submit {
    width: auto;
    background: #009CD7;
    padding: 8px 20px;
    border: 0;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.comment-form .submit:hover {
    background-color: #123770;
}

.close-support-box {
    display: none;
}

.hl-comment-box {
    position: absolute;
    top: 23px;
}

.children {
    margin-left: 20px;
    list-style: none;
}

.child-comment {
    border-left: 2px solid #ddd;
    padding-left: 10px;
    margin-top: 10px;
}

.toggle-support-box {
    color: #fff;
    padding: 9px;
    display: inline-block;
    position: fixed;
    z-index: 9995;
    top: 50%;
    width: 55px;
    right: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    background-color: white;
    margin-top: -27px;
}

.toggle-support-box {
    display: none;
}

.toggle-support-box:hover img {
    opacity: .8;
}

.close-support-box {
    position: absolute;
    top: -25px;
    z-index: 3;
    left: 22px;
    color: #808285;
    font-size: 16px;
    text-decoration: none !important;
}

/*.rating-container .hl-cb {
    display: inline-block;
    cursor: pointer;
}

.rating-container .hl-label-1 {
    font-size: 20px;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}



.rating-container .hl-label-1 input {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 1;
}

.rating-container .hl-label-1

.rating-container .hl-label-1 input:checked + span {
    color: #3c3c3c;
}

.rating-container .hl-label-1 .dashicons {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
}

.rating-container > span:hover label {
    color: #3c3c3c;
}*/

.rating-container {
    float: left;
    margin-bottom: 10px;
}

.rating-container > input { display: none; }
.rating-container > label:before {
  margin: 5px;
  font-size: 20px;

  display: inline-block;

}

.rating-container > .half:before {
  content: "\f089";
  position: absolute;
}

.rating-container > label {
    margin-right: 5px;
    float: right;
    cursor: pointer;
}

.text-star {
    float: left;
    padding: 15px;
    border-right: 1px solid #ccc;
    width: 50%;
}

.number-star {
    float: right;
    width: 50%;
    text-align: center;
}

.number-star .dashicons {
    font-size: 35px;
    width: 35px !important;
    height: 35px !important;
    color: orange;
}

.number-star .kaka {
    font-size: 34px;
    font-weight: bold;
    color: orange;
    position: relative;
    top: 7px;
}

#respond > #reply-title {
    display: none;
}

.average-rating {
    overflow: hidden;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating-container > input:checked ~ label, /* show gold star when clicked */
.rating-container:not(:checked) > label:hover, /* hover current star */
.rating-container:not(:checked) > label:hover ~ label { color: orange;  } /* hover previous stars in list */

.rating-container > input:checked + label:hover, /* hover current star when changing rating-container */
.rating-container > input:checked ~ label:hover,
.rating-container > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating-container > input:checked ~ label:hover ~ label { color: orange;  }


.text-star {
    font-weight: bold;
}
.hl-title-bai-viet-chon-loc {
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    background: #482ea5;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.hl-link-chon-loc {
    display: block;
    color: #0a2351;
    font-size: 15px;
    font-weight: bold;
}
.hl-link-chon-loc:hover {
    opacity: .7;
}

.hl-item-dich-vu-noi-bat .elementor-image-box-content{
    padding: 12px 15px 15px;
}
.hl-item-dich-vu-noi-bat  .elementor-image-box-title {
    line-height: 1.3;
}
.hl-item-dich-vu-noi-bat .elementor-image-box-title a:hover {
    color: #009CD7;
}
.hl-item-dich-vu-noi-bat .elementor-image-box-img {
    overflow: hidden;
}

.hl-item-dich-vu-noi-bat .elementor-image-box-img img {
    transition: all .2s ease-out;
}

.hl-item-dich-vu-noi-bat .elementor-image-box-img:hover img {
    transform: scale(1.1)!important
}

.hl_effect_img_zoom {
    overflow: hidden;
}

.hl_effect_img_zoom img {
    transition: all .2s ease-out;
}
.hl_effect_img_zoom:hover img {
    transform: scale(1.1)!important
}

.hl-list-ul-dich-vu .elementor-icon-list-items {
    margin-right: -50px !important;
}
.hl-list-ul-dich-vu .elementor-icon-list-items .elementor-icon-list-item {
    background-color: #c8e8f9;
    padding: 12px 15px !important;
    border-radius: 10px;
}

.hl-wrap-dich-vu-ke-toan-home .elementor-image-box-wrapper {
    background: #e0f2fc !important;
}

.hl-wrap-dich-vu-ke-toan-home .elementor-image-box-description {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

#box-dichvuketoan {
    position: relative;
    padding-bottom: 140px;
}

#box-dichvuketoan:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 800px solid transparent;
    border-bottom: 12vw solid #fff;
    z-index: 1;
}

#box-dichvuketoan:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 800px solid transparent;
    border-right: 0;
    border-bottom: 12vw solid #fff;
    z-index: 1;
}

.hl-item-taisaochon .elementor-image-box-img {
    text-align: left;
}
.hl-item-taisaochon {
    border-radius: 10px;
}
.hl-item-taisaochon img {
    width: 40px; /* Kích thước biểu tượng */
    height: auto;
    margin-bottom: 15px;
}
.hl-item-taisaochon .elementor-widget-container {
    border-radius: 10px; /* Bo góc */
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hiệu ứng đổ bóng */
    text-align: center;
    background-color: #E6F4FF !important;
}
.hl-item-taisaochon .elementor-image-box-img {
    margin-bottom: 15px !important;
}

.hl-item-taisaochon .elementor-image-box-title {
    margin-bottom: 18px !important;
}

.hl-item-taisaochon:hover {
    background-color: #10234e;
    color: #fff!important;
}

.hl-item-taisaochon:hover .elementor-widget-container {
    background-color: #10234e !important;
}

.hl-item-taisaochon:hover .elementor-image-box-title a {
    color: #fff;
}

.hl-item-taisaochon:hover img {
    filter: brightness(0) invert(1) !important;
}

/* .hl-baochinoivechungtoi {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
} */
.hl-baochinoivechungtoi > .elementor-container {
    margin-top: -90px;
    background-color: #fff;
    border-radius: 10px;
}

.ho_so_box_2024_item {
    height: 100%;
    background-color: #fff; /* Màu nền xanh nhạt */
    border-radius: 10px; /* Bo tròn các góc */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); /* Đổ bóng nhẹ */
}

.ho_so_box_2024_item .ratio_image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ho_so_box_2024_item .ho_so_box_2024_item_title {
    line-height: 16px;
    padding: 10px;
}
.ho_so_box_2024_item .ho_so_box_2024_item_title a {
    font-size: 18.5px; /* Cỡ chữ */
    color: #464545; /* Màu chữ xanh đậm */
    font-weight: 700; /* Đậm vừa */
    line-height: 1.3;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.ho_so_box_2024_item .ho_so_box_2024_item_title{
	position: relative;
}
.ho_so_box_2024_item .ho_so_box_2024_item_title::after {
	position: absolute;
	left: 10px;
	width: 30px;
	height: 2px;
	background: rgba(0, 0, 0, .1);
	content: "";
	bottom: 0;
}

.ho_so_box_2024_item  p {
    font-size: 14.5px; /* Cỡ chữ */
    color: #111111; /* Màu chữ xanh đậm */
    font-weight: 400; /* Đậm vừa */
    line-height: 23px;
    text-decoration: none;
	 font-family: "Roboto", Sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
	padding: 0 10px;
}

.cr_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.form-lienhe .wpcf7-form-control {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    margin-bottom: 10px;
    width: 100%;
}

.form-lienhe .wpcf7-form-control.wpcf7-submit {
    width: 150px;
    margin: 0 auto;
    background-color: #10234E;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px !important;
}

.form-lienhe .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #009CD7;
    cursor: pointer;
}

#breadcrumbs {
    font-size: 16px;
    color: #555;
}

#breadcrumbs a {
    color: #0073aa;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

.woocommerce-breadcrumb {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

.woocommerce-breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.title_sidebar_2024 {
    background-color: #123770;
    color: #fff;
    border-left: 10px solid #f2a7a0;
    padding: 10px 10px 12px 10px;
    text-transform: uppercase;
    font-size: 20px;
}

#ez-toc-container {
    width: 100%;
    margin-top: 10px;
}


/* #comments-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.comment-content {
    font-size: 14px;
    margin-bottom: 5px;
}

.comment-rating span {
    color: gold;
}

.comment-author {
    font-size: 12px;
    color: gray;
} */

#load-more-comments {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#load-more-comments:hover {
    background-color: #005f8d;
}


/*End DEV Code here*/

/* start min-width */

@media (min-width: 576px) {
    .hl-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .hl-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .hl-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .hl-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .hl-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hl-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .hl-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .hl-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hl-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .hl-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .hl-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .hl-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .hl-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .hl-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .hl-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .hl-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .hl-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .hl-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .hl-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hl-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .hl-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .hl-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hl-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .hl-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .hl-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .hl-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .hl-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .hl-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .hl-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .hl-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .hl-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .hl-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hl-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .hl-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .hl-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hl-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .hl-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .hl-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .hl-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .hl-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .hl-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .hl-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .hl-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .hl-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .hl-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hl-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .hl-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .hl-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hl-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .hl-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .hl-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .hl-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .hl-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .hl-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1231px) {}


/* end min-width */


/* start max-width */

@media only screen and (max-width: 1230px) {}

@media only screen and (max-width: 1199px) {
    .menu-1>.menu-item>a {
        font-size: 13px;
    }
    .menu-1>.menu-item>a {
        padding: 16px 7px;
    }
	.header-top a, .header-top .txt{
		font-size: 13px !important;
	}
}

@media only screen and (max-width: 991px) {
    .cr_row {
        grid-template-columns: repeat(2, 1fr);
    }
    .hl-baochinoivechungtoi {
        max-width: 100% !important;
    }
    .hl-baochinoivechungtoi > .elementor-container {
        margin-top: 0;
    }
    .hl-baochinoivechungtoi > .elementor-container img {
        max-width: 200px;
    }
    #box-dichvuketoan:after,
    #box-dichvuketoan:before {
        display: none;
    }
    #box-dichvuketoan {
        padding-bottom: 0;
    }
    .close-support-box,
    .toggle-support-box {
        display: block;
    }
    .hl-wrap-img-post-center img {
        margin-bottom: 10px;
    }
    .woocommerce-page .content-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hl-list-box-images-item {
        width: 100%;
    }
    .hl-list-box-images-item figcaption .hl-list-box-images-desc {
        font-size: 18px;
    }
    .site-branding .custom-logo-link {
        display: inline-block;
        height: 42px;
        width: 155px;
        position: relative;
        overflow: hidden;
        top: 3px;
    }
    .site-branding .custom-logo-link img {
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
        width: 155px;
        height: 42px;
        max-width: none;
    }
    .copyright {
        font-size: 11px;
    }
    .site-header {
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    }
    .container-fluid.banner-mobile {
        padding-left: 0;
        padding-right: 0;
    }
    .banner-mobile img {
        width: 100%
    }
    .site-header {
        background-color: rgba(255, 255, 255);
    }
    .wrap-site-branding {
        text-align: center;
        padding: 5px 10px;
        position: relative;
        background-color: #009cd7;
        height: 50px;
    }
    #menu-mobile ul {
        list-style: none;
        padding-left: 0;
    }
	.logo-mobie{
		width: 40px;
		height: 40px;
		object-fit: contain;
	}
    .btn-open-menu-mobile {
        position: absolute;
        right: 13px;
        top: 50%;
        z-index: 111;
        padding: 0;
        line-height: 0;
        margin-top: -12px
    }
    .btn-open-menu-mobile .icon-hamburger {
        color: #fff;
    }
    .hl-list-process-item {
        width: 50%;
    }
    .hl-list-eating-item {
        width: 50%;
    }
    .support-box {
        top: 50%;
        transform: translateY(-50%);
    }
    .support-box .support-item .text {
        display: none;
    }
    .support-box ul li {
        height: 52px;
    }
    .support-box {
        width: 64px;
        right: -64px;
        -webkit-transition: right ease-in-out 0.3s;
        -moz-transition: right ease-in-out 0.3s;
        -o-transition: right ease-in-out 0.3s;
        transition: right ease-in-out 0.3s;
    }
}

@media only screen and (max-width: 767px) {
    .hl-map-contact-page .elementor-widget-container iframe {
        height: 350px;
    }
    .ho_so_box_2024_item .ho_so_box_2024_item_title a {
        max-height: initial;
    }
    .call-btn {
        height: 120px;
        width: 120px;
        bottom: 10px
    }
    .call-btn .circle {
        height: 100px;
        width: 100px;
        left: 20px;
        top: 20px
    }
    .call-btn .circle-fill {
        height: 80px;
        left: 30px;
        top: 30px;
        width: 80px
    }
    .call-btn .img-circle {
        height: 40px;
        left: 50px;
        top: 50px;
        width: 40px
    }
    .call-btn .call-link img {
        padding: 0
    }
    .call-btn .phone-number {
        display: none
    }
    .hl-list-process-item {
        width: 100%;
    }
    .hl-list-process,
    .hl-list-eating {
        padding: 3% 5%;
    }
    .hl-list-eating-item {
        width: 100%;
    }
    .sort-box .woocommerce-result-count {
        float: none;
    }
    .sort-box .woocommerce-ordering {
        float: none;
    }
    .entry-title-bai-viet {
        font-size: 18px;
    }
    .cr_row {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 480px) {}


/* end max-width */



.big-banner {
    text-align: center;
    margin: 10px 0;
}

.big-banner a {
    display: inline-block;
}

.big-banner img  {
    max-width: 100%;
}

.space-logo {
    height: 70px;
    width: 0;
}

.menu-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.menu-list li {
    text-align: center;
    display: inline-block;
    padding: 14px;
    position: relative;
}

.menu-list li:nth-child(2):before{
    content: '';
    position: absolute;
    left: -2px;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background-color: #fff;
    z-index: 1;
    opacity: .5;
}
.menu-list a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
}

.menu-list a:hover {
    opacity: .8;
}
.menu-list i {
    font-size: 16px;
    color: #0F2A54;
}
.menu-list svg{
	width: 16px;
	height: 16px;
	fill: #0F2A54;
}


.menu-list .txt {
    color: #0F2A54;
    font-size: 17px;
	font-weight: 400;
}
.menu-list .txt.txt2{
	text-transform: initial;
}

.cb-toggle-content {
    background-color: #eeeeee;
    color: #000;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.cb-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.cb-menu .menu-item {
    float: left;
    overflow: hidden;
}

.cb-menu .menu-item a {
    text-transform: uppercase;
    font-size: 14px;

}

.cb-menu > .menu-item {
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
    display: flex;
}

.cb-menu .sub-menu {
    float: left;
    width: calc(100% - 250px);
    padding-left: 0;
    margin-bottom: 0;
}

.cb-menu .sub-menu .menu-item {
    padding: 4px 6px;
}

.cb-menu > .menu-item > a {
    font-weight: bold;
    float: left;
    width: 250px;
    padding: 6px;
    background-color: #00739f;
    color: #fff;
    text-decoration: none !important;
}

.cb-menu > .menu-item:hover {
    background-color: #ddd;
}

.cb-menu > .menu-item > a:hover {
    color: #fff;
}

.ratio_image > a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.ratio_image > a {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}



.ratio_image_list > a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.ratio_image_list > a {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.img_dich_vu_1 > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f1f1f3 !important;
}

.img_dich_vu_1 {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 57%;
    overflow: hidden;
}


.img_dich_vu > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f1f1f3 !important;
}

.img_dich_vu {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
}


.dich-vu-box {
    overflow: hidden;
}

.dich-vu-box .full-columns .dich_vu_item {
    display: block;
    transition: all 0.5s ease-in-out;
}

.dich-vu-box .dich_vu_item:hover {
    opacity: .7;
}
.dich-vu-box .full-columns .dich_vu_item img {
    width: 100%;
}

.dich-vu-box .four-columns .dich_vu_item {
    width: 50%;
    float: left;
    padding: 5px;
    transition: all 0.5s ease-in-out;
}

.dich-vu-box .four-columns {
    margin: -5px;
}

.hl-title-bai-viet-archive {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.page-title {
    text-transform: capitalize;
    font-family: Nunito;
    font-size: 22px;
    color: #123770;
    font-weight: bolder;
    line-height: 1.5;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.archive-post .archive-post-item {
    margin-bottom: 15px;
}
.blog_box {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 20px 20px 40px;
    box-shadow: 0 2px 3px #ddd !important;
}

.blog_box:before {
    content: '';
    width: 40px;
    height: 29px;
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: url(images/quote.png) no-repeat;
}

.blog_box h2 {
    color: #000;
}

.blog_box:hover span {
    color: #009cd7;
}

.blog_box h2 span {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    margin-left: 5px;
}

.blog_box .infor_person img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    float: left;
}

.blog_box .infor_person .txt_right {
    float: left;
    padding-left: 10px;
}

.blog_box .infor_person .txt_right .txt-1 {
    color: #333;
}

.blog_box .infor_person .txt_right .txt-2 {
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 4px;
}

.follow_apolo {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 3px #ddd;
    margin-bottom: 15px;
}

.follow_apolo h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.hl_list_social_2 {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    height: 28px;
    overflow: hidden;
}

.hl_list_social_2 li {
    width: calc(100% / 3);
    float: left;
    text-align: center;
}
.hl_list_social_2 li a {
    display: block;
}

.hl_list_social_2 li:nth-child(1) a {
    background-color: #234183;
    color: #fff;
    padding: 6px;
    font-size: 12px;
}

.hl_list_social_2 li:nth-child(2) a{
    background-color: #e52c27;
    color: #fff;
    padding: 5px;
    font-size: 13px;
}

.hl_list_social_2 li:nth-child(3) a {
    background-color: #018fe5;
    color: #fff;
    padding: 4px;
    font-size: 12px;
}
.fa.fa-zalo {
    width: 15px;
    height: 17px;
    background: url(images/zalo_sicon.svg) no-repeat;
    margin: auto;
}

.chon_loc_box .hl-item-post-center:last-child{
    margin-bottom: 0;
}

.hl-title_hoso {
    border-bottom: 2px solid #009cd7;
    margin-bottom: 10px;
}

.hl-title_hoso span {
    display: inline-block;
    background-color: #009cd7;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 10px;
    margin-bottom: -1px;
}

.ho_so_box {
    overflow: hidden;
}

.ho_so_box_content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ho_so_box_content .ho_so_box_item {
    width: calc(100% / 6);
    float: left;
    padding: 10px;
    height: 100%;
}

.ho_so_box_content .ho_so_box_item .ho_so_box_item_link:hover {
    opacity: .8;
}

.ho_so_box_item_title {
    line-height: .6;
}
.ho_so_box_item_title a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.woocommerce-product-gallery__trigger {display:none !important;}


.products.columns-3 {
    padding-left: 0;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    overflow: hidden;
    margin-bottom: 20px;
    display: grid;
    grid-auto-flow: dense;
    gap: 15px;
}

.products .product {
    text-decoration: none!important;
    position: relative;
    flex-direction: column;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #e6e7e9;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background-color: #fff;
}

.product .woocommerce-LoopProduct-link {
    text-decoration: none !important;
    transition: all .5s ease 0s;
}

.product .woocommerce-LoopProduct-link:hover {
    opacity: .8;
}

.box_infor_pro {
    max-width: 900px;
    margin: 0 auto;
}

.woocommerce-product-gallery__wrapper {
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
}

.related.products > h2 {
    font-size: 20px;
    font-weight: bold;
}

.box_infor_pro .summary {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 20px;
}

.product-template-default.single-product {
    background-color: #f2f2f2;
}

.box_infor_pro h1.entry-title {
    color: #0a2351;
    font-size: 24px;
    font-weight: bold;
}

.price ins {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.price bdi {
    font-size: 18px;
    font-weight: bold;
    margin-right: 3px;
}
.price del bdi {
    font-style: italic;
    font-size: 15px;
}

.woocommerce-tabs .description_tab,
.box_infor_pro .summary .product_meta {
    display: none;
}

form.cart .quantity .input-text.qty {
    display: none;
}

form.cart .single_add_to_cart_button {
    background-color: #a6b00a;
    color: #fff;
    padding: 12px 20px;
    border-color: #a6b00a !important;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

form.cart .single_add_to_cart_button:hover {
    background-color: #009cd7;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 20px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
    font-size: 22px;
    font-weight: bold;
}

.woocommerce-notices-wrapper {
    width: 100%;
    padding: 10px;
}

.shop_table.shop_table_responsive.cart {
    width: 100%;
}

.shop_table.shop_table_responsive.cart th,
.shop_table.shop_table_responsive.cart td {
    border: 1px solid #ccc;
    padding: 6px 10px;
}

.woocommerce-cart.page .hl-col-lg-8 {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
}

.woocommerce-cart.page .site-main > .woocommerce {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.shop_table.shop_table_responsive.cart .product-thumbnail img {
    width: 100px;
    height: auto;
}

.shop_table.shop_table_responsive.cart .quantity .input-text {
    width: 50px;
    padding: 3px 10px;
    text-align: center;
    border-radius: 4px;
}

.shop_table.shop_table_responsive.cart .actions {
    text-align: right;
}
.shop_table.shop_table_responsive.cart .actions .button {
    background-color: #a6b00a;
    color: #fff;
    padding: 6px 20px;
    border-color: #a6b00a !important;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

.shop_table.shop_table_responsive.cart .actions .button:hover {
    opacity: .8;
}

.woocommerce-cart.page .cart-collaterals .cart_totals  > h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce-cart.page .cart-collaterals .cart_totals .shop_table .cart-subtotal {
    display: none;
}

.woocommerce-cart.page .cart-collaterals .cart_totals .shop_table {
    width: 100%;
}

.woocommerce-cart.page .cart-collaterals .cart_totals {
    margin-top: 20px;
    min-width: 50%;
    float: right;
}
.woocommerce-cart.page .cart-collaterals .cart_totals .shop_table th,
.woocommerce-cart.page .cart-collaterals .cart_totals .shop_table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
}

.wc-proceed-to-checkout {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    text-align: center;
}
.wc-proceed-to-checkout a {
    display: block;
    text-decoration: none !important;
    background-color: #009cd7;
    color: #fff;
    padding: 8px 20px;
    border-color: #009cd7 !important;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

.wc-proceed-to-checkout a:hover {
    opacity: .8;
}

.product-remove {
    text-align: center;
}
.product-remove > a {
    font-size: 26px;
}

.woocommerce-checkout .hl-col-lg-8 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce-checkout .site-main > .woocommerce {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

form.checkout.woocommerce-checkout .col2-set {
    width: 100%;

}

form.checkout.woocommerce-checkout .col-1 {
}

form.checkout.woocommerce-checkout .col-2 {
    float: right;
    padding: 0;
    padding: 15px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

form.checkout.woocommerce-checkout .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

form.checkout.woocommerce-checkout h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 30px;
}

form.checkout.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    padding: 10px 30px;
}
.woocommerce-billing-fields__field-wrapper label {
    display: inline-block;
    width: 30%;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .input-text {
    width: 100%;
    padding: 6px 10px;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
    width: calc(100% - 30%);
}

form.checkout.woocommerce-checkout .form-row {
    margin-left: 0;
    margin-right: 0;
}

.woocommerce-billing-fields {
    padding: 15px;
    background-color: #fff;
}

.form-row.notes label {
    display: block;
    width: 100%;
}

.form-row.notes .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.form-row.notes .woocommerce-input-wrapper .input-text {
    display: block;
    width: 100%;
}

.form-row.notes .woocommerce-input-wrapper .input-text {
    padding: 10px;
}

#order_review {
    padding: 10px 30px;
}
#order_review table {
    width: 100%;
}
#order_review table th,
#order_review table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
}

#order_review_heading {
    clear: both;
    padding: 0 30px;
}

.woocommerce-checkout-payment ul {
    padding-left: 0;
    list-style: none;
    padding-top: 20px;
    font-weight: bold;
    background: #eeeeee;
}

.woocommerce-checkout-payment ul li.wc_payment_method {
    background: #383933;
    color: #fff;
    padding: 9px;
    padding-bottom: 0;
    border-bottom: 3px solid #fff;
}

.woocommerce-checkout-payment ul li label {
    cursor: pointer;
}
.woocommerce-checkout-payment ul .payment_box {
    background: #eeeeee;
    color: #000;
    margin-left: -9px;
    margin-right: -9px;
    padding: 10px;
}

.woocommerce-checkout-payment ul .payment_box p {
    margin-bottom: 0;
}

.woocommerce-order .wc-bacs-bank-details-heading {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.woocommerce-order .wc-bacs-bank-details-account-name {
    font-size: 18px;
    font-weight: bold;
}

.woocommerce-order .wc-bacs-bank-details.order_details.bacs_details {
    padding-left: 0;
    margin-bottom: 0;
}

.woocommerce-order .wc-bacs-bank-details.order_details.bacs_details li {
    margin-bottom: 5px;
}
#place_order {
    background-color: #a6b00a;
    color: #fff;
    padding: 6px 20px;
    border-color: #a6b00a !important;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

#place_order:hover {
    opacity: .8;
}

#order_review .cart-subtotal {
    display: none;
}

.woocommerce-order-overview.order_details {
    padding-left: 0;
}

.woocommerce-order-overview.order_details li {
    margin-bottom: 5px;
    font-size: 16px;
}


.woocommerce-notice.woocommerce-notice--success {
    font-size: 16px;
}

.woocommerce-order-details__title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.woocommerce-bacs-bank-details {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.woocommerce-order-details table {
    width: 100%;
}
.woocommerce-order-details table th,
.woocommerce-order-details table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
}

.footer-col-1 ul {
    padding-left: 15px;
}
.footer-col-1 ul li {
    padding-left: 0;
    margin-bottom: 5px;
}

.title-footer-1 p {
    margin-bottom: 0;
}

.title-footer-2 h2,
.title-footer-2 h2 span,
.title-footer-3 h2,
.title-footer-3 h2 span {
    font-size: 16px !important;
    margin-bottom: 13px;
}

.title-footer-3 h2 {
    margin-top: 13px;
}

.elementor-18 .footer-col-2 .elementor-element.elementor-element-dd59d1c {
    width: 100%;
    max-width: 100%;
}
.elementor-18 .footer-col-3.elementor-element.elementor-element-16c418a {
   min-width: 262px;
}
.footer-col-1 {
    max-width: 410px;
}
.footer-col-4 {
    max-width: 220px;
}

.footer-col-2 p > span {
    display: inline-block;
    padding: 3px 0;
}

body.home .title-footer-3 h2 {
    margin-top: 0;
}

.toggle_hl_home .elementor-toggle .elementor-tab-content,
.toggle_hl_home .elementor-accordion .elementor-tab-content {
    padding: 15px !important;
    height: auto !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.toggle_hl_home .elementor-toggle-item {
    background-color: #c8e8f9;
    border-bottom: 0;
    margin-bottom: 10px;
    border-radius: 10px;
    font-family: Nunito;
    font-weight: normal;
    color: rgb(21, 39, 48);

}

.toggle_hl_home .elementor-toggle-item .elementor-toggle-title {
    font-weight: normal;
    color: rgb(21, 39, 48);
    font-size: 18px;
}

.toggle_hl_home .elementor-toggle-item .elementor-tab-title {
    border-bottom: 0;
}
.toggle_hl_home .elementor-toggle-icon-left {
    margin-right: 8px;
    color: #10234E;
}


.slide_logo_hl_home .swiper-slide-inner {
    padding: 20px;
}


.widget {
    display: flex;
    width: 100%;
    /* justify-content: center; */
    /* align-items: center; */
    /* width: 150px;
    height: 150px;
    margin: 15px 0;
    font-weight: bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.33);
    background: #eff1f3; */
}

.widget.js-sticky-widget {
    /* cursor: pointer;
    background: #fdf3f7;
    color: #fb93b5;
    border: 2px solid #fb93b5;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; */
}

.widget--sticky {
    /* background: #F05382 !important;
    border: 2px solid #F05382 !important;
    color: rgba(255, 255, 255, 0.9) !important; */
}

/* Responsive */


/*Start DEV Code here*/
@media only screen and (max-width: 991px) {
    .widget {
        display: block;
    }
	#primary,
    .footer {
        overflow-x: hidden;
    }
    .woocommerce-loop-product__title {
        font-size: 14px;
    }
    .hl-wrap-post-left {
        margin: 0;
    }
    .hl-title-button-sidebar {
        font-size: 16px;
    }
    .hl-title-bai-viet-chon-loc {
        font-size: 16px;
    }
    .dich-vu-box .full-columns .dich_vu_item {
        margin-bottom: 10px;
    }
    .ho_so_box_content .ho_so_box_item {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .products.columns-3 {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }

    .hl-category-post .post-img-bai-viet {
        margin-bottom: 15px;
    }
    .ho_so_box_content .ho_so_box_item {
        width: calc(100%/3);
    }
    .woocommerce-cart-form {
        max-width: 100%;
        overflow-x: auto;
    }
    .woocommerce-cart-form table {
        width: 600px !important;
        overflow-x: auto;
    }
    .woocommerce-cart.page .cart-collaterals .cart_totals {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .hl-des-post-center {
        display: none;
    }
    .ho_so_box_content .ho_so_box_item {
        width: calc(100%/2);
    }
    .products.columns-3 {
        grid-template-columns: repeat(1, minmax(140px, 1fr));
    }
}

figure{
	margin: 0 auto !important;
}
/*End DEV Code here*/