html {
    margin-top: 0 !important;
    scroll-behavior: smooth
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: 14px/18px Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ol,
ul {
    list-style: none
}

p {
    font-size: .9rem;
    line-height: 1.8
}

a, a:hover, a:not([href]), a:not([href]):hover {
    cursor: pointer;
    text-decoration: none;
    color: #ffb301;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

a img {
    border: 0
}

strong,
b {
    font-weight: 600
}

fieldset {
    border: 0
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600
}

h1 {
    font-size: 2em
}

.h2,
h2 {
    font-size: 1.6rem
}

.h3,
h3 {
    font-size: 1.0rem;
    margin-bottom: 20px
}

.h4,
h4 {
    font-size: 1.0rem;
    line-height: 1.4
}

.h5,
h5 {
    font-size: 1.0rem
}

.clear {
    clear: both
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center-flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.align-center-flex-inline {
    display: flex;
    align-items: center;
    justify-content: center
}

label {
    font-weight: 600
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    background-color: #777
}

.page-navigation {
    padding: 15px 0;
    text-align: center;
    font-size: 13px
}

.page-navigation .page_title {
    color: #555;
    margin-right: 4px
}

.page-navigation .page-numbers.dots {
    margin-right: 5px
}

.page-navigation a:hover,
.page-navigation a:active,
.page-navigation .current {
    color: white;
    background: #7d7d7d;
    margin-right: 5px;
    padding: 5px 10px
}

.page-navigation a {
    color: #fff;
    margin-right: 5px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    background: #333
}

#crumbs {
    font-size: 12px;
    font-weight: 500;
    padding: 0 0 10px 0;
    color: #ffb301
}

#crumbs a {
    color: #ffb301
}

#crumbs span {
    margin: 0 5px
}

.bw-bg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

body.home .bw-bg:before {
    opacity: 0
}

.bw-bg .bw-mask {
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

.bw-bg img {
    position: fixed;
    top: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}

body.single .bw-bg img {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: auto;
    max-width: 100%
}

.bw-header {
    position: relative;
    min-height: 160px
}

.bw-header-body {
    position: fixed;
    top: 0;
    z-index: 998;
    transition: all .5s ease;
    width: 100%
}

.bw-header-body-home {
    transition: all 1s ease;
    width: 100%
}

.home-logo {
    text-align: center;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.home-logo a {
    display: block;
    width: 100%;
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

#bw-logo {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 160px;
/*     filter: brightness(0) invert(100); */
transform-origin: 50% 65%;
transition: transform .5s, filter .5s ease-in-out;
transform: scale(0.8)
}

body.home .bw-header {
    height: 100vh
}

@media screen and (max-width:992px) {
    body.home .bw-header {
        height: 80vh
    }
}

@media screen and (max-width:767px) {
    body.home .bw-header {
        display: none
    }
    .bw-header {
        min-height: 60px;
    }
}

@media screen and (max-width:992px) {
    body.home .bw-header .bw-container {
        height: 80vh !important
    }
}

.bw-arrow {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 2
}

.bw-arrow a {
    color: #fff;
    font-size: 30px;
    padding: 3px 15px;
    border-radius: 7px;
    line-height: 1
}

.bw-arrow-bottom {
    top: 85%
}

.bw-arrow-top {
    position: relative;
    bottom: 0;
    background: #eee;
    padding: 7px 0
}

.bw-arrow-top a {
    color: #ffb301;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0)
}

body.home .bw-home-slider {
    margin: 0 -15px 0 -15px;
    width: calc(100% + 30px)
}

body.home .bw-home-slider .owl-dots {
    margin-top: 0;
    width: 100%;
    bottom: 5px;
    position: absolute
}

body.home .bw-home-slider .owl-dots .owl-dot span {
    height: 15px;
    margin: 0 5px;
    border: 2px solid transparent;
    width: 15px
}

body.home .bw-home-slider .owl-dots .owl-dot.active span,
body.home .bw-home-slider .owl-dots .owl-dot:hover span {
    background: #ffb301;
    border: 2px solid #fff
}

body.home .bw-header .bw-container {
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}

body.home .bw-header .bw-container>.row {
    height: 100%
}

body.home .bw-header .home-logo {
    position: relative;
    z-index: 2
}

body.home .bw-home-header-body {
    webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: flex;
    height: 100%;
    z-index: 2
}

body.home #bw-logo {
    max-height: 360px
}

body.home .home-logo .bw-logo-body {
    width: auto;
    max-width: 100%;
    max-height: 400px;
    display: inline-block;
    position: relative
}

body.home .home-logo .bw-logo-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.4)
}

body.home .home-logo .bw-logo-body:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.4)
}

body.home .home-logo .bw-logo-body .bw-logo-line:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.4)
}

body.home .home-logo .bw-logo-body .bw-logo-line:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 3px;
    width: 3px;
    background: rgba(255, 255, 255, 0.4)
}

body.home .home-logo .bw-logo-body:before,
body.home .home-logo .bw-logo-body:after,
body.home .home-logo .bw-logo-body .bw-logo-line:before,
body.home .home-logo .bw-logo-body .bw-logo-line:after {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

body.home .home-logo .bw-logo-body:before {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: top_left;
    animation-name: top_left
}

body.home .home-logo .bw-logo-body:after {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: top_bottom;
    animation-name: top_bottom
}

body.home .home-logo .bw-logo-body .bw-logo-line:before {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: bottom_left;
    animation-name: bottom_left
}

body.home .home-logo .bw-logo-body .bw-logo-line:after {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-name: bottom_top;
    animation-name: bottom_top
}

@keyframes top_left {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes top_bottom {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes bottom_left {
    from {
        left: 100%
    }

    to {
        left: 0
    }
}

@keyframes bottom_top {
    from {
        top: 100%
    }

    to {
        top: 3px
    }
}

.wp-block-embed {
    margin-bottom: 0
}

#nmt-summary {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-bottom: 100px
}

#nmt-summary .wp-block-cover__inner-container {
    width: 100%;
    max-width: 992px
}

@media screen and (max-width:599px) {
    #nmt-summary {
        display: none
    }
}

#nmt-trust {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    margin-top: -70px;
    z-index: 9
}

#nmt-trust h4 p {
    margin-bottom: 0
}
@media screen and (max-width:599px) {
    #nmt-trust {
        margin-top: 30px
    }
    #nmt-trust .wp-block-column {
        flex-basis: calc(50% - 1em) !important;
        margin-bottom: 0
    }

    #nmt-trust .wp-block-column h4, #nmt-trust .wp-block-column p {
        font-size: .85rem
    }
    #nmt-trust .wp-block-image {
        text-align: center;
    }

    #nmt-trust .wp-block-image img {
        width: 50%;
    }

    #nmt-trust .wp-block-image figure {
        margin: auto
    }
}

#banner-dv {
    width: calc(100% + 30px);
    margin-left: -15px
}

@media screen and (max-width:768px) {
    #banner-dv {
        display: none
    }
}

.wp-block-columns .wp-block-getwid-tabs__nav-links {
    justify-content: center;
    gap: 15px;
    margin: 0 10px 0 10px
}

.wp-block-columns .wp-block-getwid-tabs__nav-link {
    justify-content: center;
    margin: 0;
    border-radius: 20px;
    border: 1px dashed;
    line-height: 1;
}


.wp-block-columns .wp-block-getwid-tabs__nav-link:hover,.wp-block-columns .wp-block-getwid-tabs__nav-link.ui-tabs-active {
    background: #ffb301;
    border-color: #ffb301;
}

.wp-block-columns .wp-block-getwid-tabs__nav-link a {
    color: #303030;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.wp-block-columns .wp-block-getwid-tabs__nav-link :hover a, .wp-block-columns .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
    color: #fff;
}
.wp-block-columns .wp-block-getwid-tabs__tab-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.main-menu {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.bw-shrink {
    background: rgba(60, 60, 60, 1);
    max-height: 200px;
    height: auto
}

.bw-header-body-home.sticky-top {
    display: block;
    background: rgba(60, 60, 60, 1)
}

.bw-shrink .home-logo img#bw-logo,
.bw-header-body-home.sticky-top .home-logo img#bw-logo {
    max-width: 30%;
    transform: scale(0.9)
}

.main-menu .mega-current-menu-item:hover a,
.main-menu .mega-current-menu-item a {
    border-bottom: 3px solid #ffb301
}

.mega-menu-wrap .mega-menu>li.mega-menu-item>.mega-sub-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important
}

#mega-menu-wrap-primary-left #mega-menu-primary-left>li.mega-menu-item>a.mega-menu-link {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transition: color .3s font-size .3s ease-in
}

#mega-menu-wrap-primary-left #mega-menu-primary-left>li.mega-menu-item>a.mega-menu-link:after,
#mega-menu-wrap-primary-right #mega-menu-primary-right>li.mega-menu-item>a.mega-menu-link:after {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    background-color: #ffb301;
    height: 3px;
    content: "" !important;
    bottom: 0;
    z-index: 2;
    width: 10px;
    left: calc(100% + 20px);
    opacity: 0
}

#mega-menu-wrap-primary-left #mega-menu-primary-left>li.mega-menu-item>a.mega-menu-link:hover:after,
#mega-menu-wrap-primary-left #mega-menu-primary-left>li.mega-current-menu-item>a.mega-menu-link:after,
#mega-menu-wrap-primary-right #mega-menu-primary-right>li.mega-menu-item>a.mega-menu-link:hover:after,
#mega-menu-wrap-primary-right #mega-menu-primary-right>li.mega-current-menu-item>a.mega-menu-link:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    opacity: 1;
    left: 0
}

.home-menu,
.bw-catergories-menu {
    text-align: center
}

.home-menu ul,
.bw-catergories-menu ul {
    text-align: center;
    font-weight: 600
}

.home-menu .menu li.menu-item,
.bw-catergories-menu .menu li.menu-item {
    display: inline-block;
    padding: 0 2px;
    color: #303030
}

.bw-catergories-menu .menu li.menu-item {
    margin-bottom: 7px
}

.home-menu .menu li.menu-item a,
.bw-catergories-menu .menu li.menu-item a {
    color: #303030;
    font-weight: 400;
    border-radius: 20px;
    padding: 5px 20px
}

.home-menu .menu li.menu-item:hover a,
.bw-catergories-menu .menu li.menu-item:hover a,
.bw-catergories-menu .menu li.menu-item.current-menu-item a {
    color: #fff;
    background: #ffb301
}

.home-menu.home-menu-primary {
    position: relative;
    z-index: 3;
    width: 100%
}

.home-menu.home-menu-primary .menu {
    margin-bottom: 0;
    padding: 60px 0 0 0;
    display: block;
    width: 100%;
    text-align: center
}

.home-menu.home-menu-primary li.menu-item {
    margin-bottom: 30px
}

.home-menu.home-menu-primary li.menu-item a {
    font-weight: 500;
    letter-spacing: 1.9px;
    margin: 0;
    padding: 10px 50px 10px 50px;
    background: #fff
}

.wp-block-spacer {
    height: 30px
}

.bw-breakline {
    position: relative;
    height: 1px !important
}

.bw-breakline:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #606060, rgba(0, 0, 0, 0))
}

.bw-products {
    text-align: center
}

.bw-products li {
    display: inline-block;
    padding: 0 5px;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 5px
}

.bw-products li:first-child {
    border-left: 0 solid #333
}

.bw-products li span,
.bw-products li a {
    font-weight: 400;
    border-radius: 20px;
    padding: 5px 20px
}

.bw-products li:hover {
    color: #ffb301
}

.bw-products li:hover span,
.bw-products li:hover a {
    color: #fff;
    background: #ffb301
}

body.home .thi-cong {
    display: none
}

body.home .active-tab {
    color: #ffb301
}

body.home #bw-post-content .wp-block-latest-posts__list,
body.home #bw-post-content .bw-testimonial {
    max-width: 1280px;
    margin: 0 auto
}

#bw-post-content .sp-testimonial-free-section .sp-testimonial-free-item {
    text-align: center;
    padding-right: 50px;
    will-change: transform
}

body.home #bw-post-content .wp-block-embed__wrapper {
    line-height: 0;
    position: relative
}

body.home #bw-post-content .wp-block-columns {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap !important;
    gap: 20px;
    ju
}

body.home #bw-post-content .wp-block-columns .wp-block-embed {
    width: calc(50% - 10px)
}

body.home #bw-post-content .wp-block-columns .wp-block-embed img {
    width: 100%
}

@media screen and (max-width:599px) {
    body.home #bw-post-content .wp-block-columns {
        gap: 10px;
    }
    .sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized){
        margin-left: 0;
        margin-right: 0;
    }
    .contact .wp-block-media-text__content {
        padding: 0;
    }
    body.home #bw-post-content .wp-block-columns .wp-block-embed {
        width: 100%;
    }
}
.youtube {
    position: relative;
    cursor: pointer;
    padding-bottom: 56.25%;
    height: 0;
    clear: both;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #ccc no-repeat center center / cover
}

.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    animation: none !important
}

.youtube::before {
    content: '';
    background: rgba(51, 51, 51, 0.8);
    height: 90px;
    width: 90px;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .1s ease;
    z-index: 1
}

.youtube::after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    display: block;
    border-style: solid;
    border-width: 20px 0 20px 32px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-33%, -50%);
    z-index: 2
}

.youtube:hover::before {
    background: rgba(51, 51, 51, 0.9);
    width: 90px;
    height: 90px
}
@media screen and (max-width:599px) {
    .youtube::before {
        height: 60px;
        width: 60px;
    }

    .youtube::after {
        border-width: 15px 0 15px 27px;
    }

    .wp-block-columns .wp-block-getwid-tabs__nav-link {
        margin: 0 auto;
    }
}

footer {
    position: relative;
    z-index: 2
}

.bw-copyright {
    background: #1a1a1a;
    color: #fff;
    padding: 7px 15px;
    text-align: center
}

.bw-copyright a {
    color: #fff
}

.bw-info-company {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.bw-info-company li:first-child {
    width: 100%
}

.bw-info-company li:nth-child(2) a {
    border-left: 0 solid #fff
}

.bw-info-company li {
    display: inline-block
}

.bw-info-company li:hover>a {
    color: #ffb301
}

.bw-info-company li a {
    font-size: .8rem;
    padding: 0 15px;
    border-left: 1px solid #fff
}

.bw-info-company li:first-child a {
    border-left-width: 0
}

.bw-info-company li .bw-svg-icon {
    width: 14px;
    height: 14px;
    fill: #fff;
    margin-right: 7px;
    vertical-align: text-top;
    margin-top: 1px
}

.bw-info-company li:hover .bw-svg-icon {
    fill: #ffb301
}

.bw-page-description {
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 30px 0 30px 0;
    text-align: center;
    display: flex;
    min-height: 150px;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap
}

.bw-page-description,
#bw-post-content ul li.blocks-gallery-item,
.bw-post .border-light,
.wp-block-embed iframe,
.wp-block-media-text.is-image-fill .wp-block-media-text__media,
.bw-body .wp-block-image img {
    animation-name: goBot;
    animation-duration: 2s;
    animation-delay: 0;
    animation-fill-mode: forwards
}

@keyframes goBot {
    0 {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }

    100% {
        opacity: 1
    }
}

.bw-categories .container-fluid {
    max-width: 1310px
}

.bw-page .owl-carousel .owl-item img {
    object-fit: cover;
    min-height: 170px
}

.bw-page-description h1 {
    margin-bottom: 10px;
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 600
}

.bw-body {
    position: relative;
    z-index: 3;
    background: #eee;
    padding: 16px 0 10px 0
}

body.home .bw-body {
    padding: 0
}

body.single .bw-body {
    background: #fff
}

.bw-body .wp-block-image img {
    height: 100%
}

.bw-categories {
    padding-left: 1px;
    padding-right: 1px
}

.bw-post {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width:768px) {
    .bw-post {
        padding-left: 0;
        padding-right: 0
    }
    .bw-page-description{
        padding: 15px 0;
        min-height: 100px;
    }
    .bw-page-description h1 {
        font-size: 1.5rem;
    }
}

.bw-post .border-light {
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    border: solid 2px #7e7a74 !important;
    padding: 2px;
    background: rgba(0, 0, 0, 0)
}

.bw-post .card-img {
    text-align: center;
    border-radius: 0;
    overflow: hidden
}

.bw-header-body {
    left: 0;
    Right: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.bw-post .card img {
    object-fit: cover;
    width: 100%;
    height: calc(100% - 61.6px);
    margin-bottom: 61.6px;
    aspect-ratio: 1/1;
    transform-origin: 50% 50%;
    filter: saturate(50%) brightness(90%);
    transition: all .5s ease-out
}

.bw-post:hover .card img {
    filter: saturate(100%) brightness(100%);
    transform: scale(1.1)
}

@media screen and (max-width:1024px) {
    .bw-post .card img {
        filter: saturate(100%) brightness(100%)
    }

    .bw-post:hover .card img {
        transform: scale(1)
    }
}

@media screen and (max-width:768px) {
    .bw-post .card img {
        height: calc(100vw - 38px);
        margin-bottom: 61.6px
    }
}

.bw-post .card .card-img-overlay {
    justify-content: center;
    text-align: center;
    padding: 2px;
    top: auto
}

.bw-post .card .card-img-overlay a {
    color: #fff;
    padding: 5px;
    font-size: .9rem;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: all .5s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    text-align: center;
    overflow: hidden;
    background-color: #7e7a74;
    height: 100%
}

.bw-post:hover .card .card-img-overlay>a {
    opacity: 1;
    background-color: rgba(60, 60, 60, 1);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s
}

.bw-post .card .card-img-overlay a h3 {
    position: relative;
    margin-bottom: 3px;
    padding-bottom: 7px;
    font-size: 1rem;
    color: #fff;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.bw-post:hover .card .card-img-overlay a h3 {
    color: #ffb301
}

.bw-post .card .card-img-overlay a h3::after {
    content: "";
    background: #fff;
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.bw-post .card .card-img-overlay a p {
    margin: 0;
    font-size: .8rem
}

#bw-post-content {
    min-height: 300px;
    padding-right: 0;
    padding-left: 0
}

#bw-post-content .wp-block-columns.bw-container {
    gap: 2em;
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

#bw-post-content .wp-block-gallery .blocks-gallery-item figure a:after {
    content: "";
    background: rgba(0, 0, 0, 0.51);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

#bw-post-content .wp-block-gallery .blocks-gallery-item:hover figure a:after {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

#bw-post-content .bw-table-customer-info td {
    padding: 7px 0;
    border-bottom: 1px solid #a6a6a6
}

#bw-post-content .wp-block-embed__wrapper {
    text-align: center
}

#bw-post-content .bw-table-customer-info tr:first-child td {
    padding-top: 0
}

#bw-post-content .wp-block-buttons .wp-block-button__link {
    padding: 5px 25px;
    border-width: 1px;
    font-size: 1rem;
    background: transparent
}

#bw-post-content .wp-block-buttons .wp-block-button__link:hover {
    color: #fff;
    background: #ffb301;
    border-color: #ffb301
}

#bw-post-content .wpcf7-form-control-wrap,
#tuvan .wpcf7-form-control-wrap {
    display: block
}

#bw-post-content .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
#tuvan .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    right: 7px;
    top: 7px
}

#bw-post-content .wpcf7-response-output,
#tuvan .wpcf7-response-output {
    margin: 0;
    color: #856404;
    background: #fff3cd;
    border-color: #fff3cd
}

#bw-post-content .wpcf7-textarea,
#tuvan .wpcf7-textarea {
    height: 90px
}

#bw-post-content .wp-block-latest-posts.is-grid {
    margin-right: 0
}

#bw-post-content .wp-block-latest-posts__list li {
    position: relative;
    overflow: hidden;
    border: solid 2px #7e7a74;
    padding: 2px
}

@media screen and (max-width:768px) {
    #bw-post-content .wp-block-latest-posts__list li {
        margin-bottom: 30px
    }
}

.wp-block-latest-posts.is-grid li {
    margin: 0 10px 20px 10px
}

@media screen and (max-width:768px) {
    .wp-block-latest-posts.is-grid li {
        margin: 0 0 20px 0
    }
}

#bw-post-content .wp-block-latest-posts__list li>a {
    left: 0;
    right: 0;
    bottom: 0;
    background: #7e7a74;
    color: #fff;
    padding: 5px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    text-align: center;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.0rem;
    font-weight: 600;
    cursor: pointer
}

#bw-post-content .wp-block-latest-posts__list li:hover>a {
    color: #ffb301;
    background: rgba(60, 60, 60, 1);
    transition: all 0 ease-out
}

#bw-post-content .wp-block-latest-posts__list li>.wp-block-latest-posts__featured-image:after {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    text-align: center
}

#bw-post-content .wp-block-latest-posts__list li>.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 0;
    text-align: center
}

#bw-post-content .wp-block-latest-posts__list li:hover>.wp-block-latest-posts__featured-image:after {
    top: 0;
    margin-bottom: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

#bw-post-content .wp-block-latest-posts__list li img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    filter: saturate(50%) brightness(90%);
    transform-origin: 50% 50%;
    transition: all .5s ease-out
}

@media screen and (max-width:1024px) {
    #bw-post-content .wp-block-latest-posts__list li img {
        filter: saturate(100%) brightness(100%)
    }

    #bw-post-content .wp-block-latest-posts__list li:hover img {
        transform: scale(1.0)
    }
}

@media screen and (max-width:768px) {
    #bw-post-content .wp-block-latest-posts__list li img {
        height: calc(100vw - 38px)
    }
}

#bw-post-content .wp-block-latest-posts__list li:hover img {
    transform: scale(1.1);
    filter: saturate(100%) brightness(100%)
}

@media screen and (max-width:1024px) {
    #bw-post-content .wp-block-latest-posts__list li:hover img {
        transform: scale(1)
    }
}

#bw-post-content .wp-block-latest-posts__featured-image a {
    display: flex;
    overflow: hidden
}

#bw-post-content .wp-block-latest-posts__list li time {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff
}

#bw-post-content .wp-block-latest-posts__list li .wp-block-latest-posts__post-author {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #fff
}

.bw-infomation-company {
    overflow: hidden;
    display: block;
    width: 100%
}

.bw-infomation-company li {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: block
}

.bw-infomation-company .bw-svg-icon {
    width: 16px;
    fill: #ffb301;
    color: #ffb301;
    margin-right: 7px;
    display: inline-block;
    float: left;
    margin-top: 4px
}

.bw-infomation-company li span {
    display: inline-block;
    width: calc(100% - 25px);
    float: left;
    line-height: 1.4
}

body.single #bw-post-content ul {
    list-style: initial;
    padding-left: 17px
}

body.single #bw-post-content ul.blocks-gallery-grid {
    padding-left: 0
}

body.single #bw-post-content ol {
    list-style: decimal;
    padding-left: 17px
}

body.single #bw-post-content ul li,
body.single #bw-post-content ol li {
    line-height: 1.8;
    margin-bottom: .1rem
}

body.single #bw-post-content ul li.blocks-gallery-item {
    margin: 0 5px 5px 0
}

body.single #bw-post-content ul li.blocks-gallery-item figcaption {
    display: none
}

body.single #bw-post-content ul.wp-block-latest-posts {
    list-style: none;
    padding-left: 0
}

body.single #bw-post-content ul.wp-block-latest-posts li {
    list-style: none;
    padding-left: 0
}

body.single #bw-post-content .cam-style table {
    border: 1px solid #d3d3d3;
    border-collapse: collapse
}

body.single #bw-post-content .cam-style table th {
    padding: 8px;
    background: #ffb301;
    color: #fff;
    border: 1px solid #ddd
}

body.single #bw-post-content .cam-style table td {
    border: 2px solid #73706b;
    padding: 8px
}

body.single #bw-post-content .cam-style table td.bwGray {
    background: #f1f1f1
}

body.single #bw-post-content .nmt-bang table {
    border: 1px solid #d3d3d3;
    border-collapse: collapse
}

body.single #bw-post-content .nmt-bang table th {
    padding: 8px;
    background: #3c3c3c;
    color: #fff;
    border: 1px solid #73706b;
    font-family: roboto;
    font-size: 18px;
    text-align: center
}

@media screen and (max-width:768px) {
    body.single #bw-post-content .nmt-bang table th {
        font-size: 10px
    }
}

body.single #bw-post-content .nmt-bang table td {
    border: 1px solid #73706b;
    padding: 8px;
    font-family: roboto;
    font-size: 18px
}

@media screen and (max-width:768px) {
    body.single #bw-post-content .nmt-bang table td {
        font-size: 10px
    }
}

body.single #bw-post-content .nmt-bang table td.bwGray {
    background: #f1f1f1
}

a.bw-btn-readmore {
    text-align: center;
    border-radius: 25px;
    margin: 15px auto;
    padding: 5px 15px;
    border: 1px solid;
    text-decoration: none;
    display: block;
    color: #ffb301;
    background: #fff;
    user-select: none;
    width: 100%;
    max-width: 150px;
}
a.bw-btn-readmore.disabled {
    pointer-events: none;
    filter: grayscale(1);
}
a.bw-btn-readmore:hover {
    background: #ffb301;
    color: #fff
}

#bw-post-content h2 {
    margin-bottom: 0
}

.bw-form-advisory {
    padding: 15px;
    background: #717171;
    border-radius: 10px;
    color: #fff;
    display: flex;
    webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.bw-form-advisory .btn {
    width: 150px;
    margin: 15px auto 0 auto;
    border-color: #fff;
    color: #fff
}

.bw-form-advisory .btn:hover {
    background: #ffb301
}

.bw-tags {
    margin-top: 15px;
    padding-top: 15px;
    position: relative
}

.bw-tags:before {
    content: '';
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    position: absolute;
    border-top: 1px solid #d3d3d3
}

.bw-tags a {
    border: 1px solid #333;
    padding: 3px 7px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: .9rem
}

#khaiToan label {
    font-size: 13px;
    margin-bottom: .25rem
}

#khaiToan .custom-select {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-group {
    margin-bottom: .5rem
}

#callAction {
    position: fixed;
    z-index: 2147483644;
    left: 25px;
    bottom: 25px;
    display: none
}

.view-more-button a {
    border-radius: 25px;
    margin-top: 10px;
    padding: 5px 35px
}

.view-more-button a:hover {
    background: #ffb301;
    color: #fff
}
#ftwp-postcontent .btgrid img {
  width: 100%;
  flex: 1 0 0%;
  height: auto !important;
  object-fit: cover;
  max-width: 100%;
}
#ftwp-postcontent h1, #ftwp-postcontent h2, #ftwp-postcontent h3, #ftwp-postcontent h4, #ftwp-postcontent h5 {
  margin-bottom: 15px;
}
#ftwp-postcontent .btgrid .col, #ftwp-postcontent .btgrid .content, #ftwp-postcontent .btgrid p {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
}
#ftwp-postcontent .btgrid .col {
  padding: 0 7.5px;
}
#ftwp-postcontent ul {
  list-style: initial;
  padding-left: 17px;
}
#ftwp-postcontent ol {
  list-style: auto;
  padding-left: 17px;
}
#ftwp-postcontent ul li, #ftwp-postcontent ol li {
  line-height: 1.8;
  margin-bottom: 0.1rem;
}
@media screen and (min-width:992px) {
    .mega-menu-wrap .mega-menu>li.mega-menu-item {
        margin-left: 5px !important
    }

    .home-menu.home-menu-primary .menu {
        display: flex;
        justify-content: space-between
    }
}

@media screen and (max-width:991px) {

    .primary-logo,
    .menu-right {
        display: none
    }

    .menu-left {
        padding-left: 0;
        padding-right: 0
    }

    .menu-left #mega-menu-wrap-primary-left .mega-menu-toggle .mega-toggle-blocks-center,
    .menu-left #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-blocks-center {
        display: block;
        text-align: center
    }

    .menu-left #mega-menu-wrap-primary-left .mega-menu-toggle .mega-menu-toggle-block,
    .menu-left #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-menu-toggle-block {
        height: auto !important
    }

    .menu-left #mega-menu-wrap-primary-left .mega-menu-toggle .mega-logo-block a.mega-menu-logo img.mega-menu-logo,
    .menu-left #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-logo-block a.mega-menu-logo img.mega-menu-logo {
        max-width: 100%;
        height: 50px;
        /* filter: brightness(0) invert(100); */
        transition: width .3s ease-in
    }

    #mega-menu-wrap-primary_mobile .mega-menu-toggle .mega-toggle-block {
        justify-content: center;
        align-items: center;
    }

    #mega-menu-wrap-primary-right #mega-menu-primary-right>li.mega-menu-item>a.mega-menu-link {
        text-align: right !important
    }

    #mega-menu-wrap-primary-left #mega-menu-primary-left>li.mega-menu-item>a.mega-menu-link:after,
    #mega-menu-wrap-primary-right #mega-menu-primary-right>li.mega-menu-item>a.mega-menu-link:after {
        background: transparent
    }

    #mega-menu-wrap-primary-left #mega-menu-primary-left>li.mega-menu-item>a.mega-menu-link:after,
    #mega-menu-wrap-primary-right #mega-menu-primary-right>li.mega-menu-item>a.mega-menu-link:after {
        left: 0
    }

    .menu-left #mega-menu-wrap-primary-left .mega-sub-menu {
        background: rgba(0, 0, 0, 0.9)
    }

    .bw-catergories-menu .menu li.menu-item,
    .bw-products li {
        width: 33.33%
    }

    .wp-block-columns .wp-block-getwid-tabs__nav-link {
        width: 33.33%;
        text-align: center
    }
}

@media screen and (max-width:600px) {
    #callAction {
        display: block
    }

    body.single .bw-bg img {
        height: 100%
    }

    .bw-catergories-menu .menu li.menu-item,
    .bw-products li {
        width: 50%
    }

    .wp-block-columns .wp-block-getwid-tabs__nav-link {
        width: 50%;
        text-align: center
    }
}

@media screen and (min-width:600px) {
    #bw-post-content .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 6px
    }
}

@media screen and (min-width:992px) {
    body.home .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 20px) !important
    }
}

@media screen and (min-width:769px) {
    body.home .wp-block-latest-posts.columns-3 li {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width:768px) {
    body.home .wp-block-latest-posts.columns-3 li {
        width: calc(100% - 0)
    }
}

@media screen and (min-width:992px) {
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 20px) !important
    }
}

@media screen and (min-width:769px) {
    .wp-block-latest-posts.columns-3 li {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width:768px) {
    .wp-block-latest-posts.columns-3 li {
        width: calc(100% - 0)
    }
}

@media screen and (max-width:576px) {
    #bw-post-content h2 {
        font-size: 1.4rem;
    }
    body.home .home-logo .bw-logo-body {
        width: 80%
    }

    body.home #bw-logo {
        width: 100%
    }

    .home-menu.home-menu-primary li.menu-item {
        width: 100%
    }

    .bw-info-company li {
        width: 100%;
        margin-bottom: 5px
    }

    .bw-info-company li a {
        padding: 0 15px;
        border-left: 0 solid #fff
    }

    .bw-info-company li .bw-svg-icon {
        margin-top: 2px
    }

    #bw-post-content .container {
        padding-right: 0;
        padding-left: 0
    }

    .bw-catergories-menu .menu li.menu-item,
    .bw-products li {
        width: 100%
    }

    .wp-block-columns .wp-block-getwid-tabs__nav-link {
        width: 40%;
        text-align: center
    }
}