::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.absolute-footer, html {
    background-color: #fff !important;
}

:root {
    --primary-color: #0C477E;
    --primary-color2: #F2F4FA;
}

@font-face {
    src: url("../fonts/NVN-Motherland-Signature.ttf");
    font-family: "NVN-Motherland-Signature";
}

:root {
    --color-dark: #2B2F33;
    --width-image: 80px;
    --base-font: "NVN-Motherland-Signature"
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-10 {
    padding: 0px 5px !important;
}

.pd-10 {
    padding: 0px 10px 20px 10px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    text-align: center !important;
    min-height: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 12px !important;
    padding: 0px 30px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
    z-index: 9;
    color: #fff !important;
}

.button_for_white {
    background: #fff !important;
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
div#masthead input#woocommerce-product-search-field-0, div#masthead form.searchform input#s {
    width: 100%;
    box-shadow: unset !important;
    border-color: transparent !important;
    padding: 0 10px !important;
    border-radius: 5px !important;
    height: 45px !important;
    font-size: 15px;
    color: inherit !important;
    background: var(--primary-color2);
    font-weight: normal;
}

div#masthead button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: var(--primary-color);
    height: 35px !important;
    border-radius: 5px !important;
    width: 35px !important;
    position: absolute;
    top: 50%;
    right: 5px;
    color: #fff;
    box-shadow: unset !important;
    transform: translateY(-50%);
}

div#masthead .header-hotline {
    display: flex;
    align-items: center;
    gap: 15px;
}

div#masthead .header-hotline .icon img {
    width: 30px;
}

div#masthead .header-hotline .header-label p {
    font-size: 14px;
    color: #676F76;
    margin: 0;
}

div#masthead .header-hotline .header-bold {
    color: #2B2F33;
    font-weight: 700;
    font-size: 16px;
}

div#masthead .wp_language {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 30px;
}

div#masthead .wp_language .wp_language_icon img {
    width: 30px;
}

div#masthead .wp_language label {
    font-size: 14px;
    color: #676F76;
    margin: 0;
    font-weight: normal;
}

div#masthead .wp_language .wp_language_dropdown select {
    margin: 0px !important;
    border: 0px !important;
    padding-left: 0px !important;
    color: #2B2F33;
    font-weight: 700;
    font-size: 16px !important;
    height: unset;
    box-shadow: unset !important;
}

div#masthead .flex-col.hide-for-medium.flex-left.flex-grow {
    width: calc(100% - 540px) !important;
    padding-right: 30px;
}

div#masthead .header-search-form-wrapper {
    width: 100% !important;
}

div#masthead li.header-search-form {
    width: 100%;
}

div#wide-nav {
    border-top: 2px solid rgba(239, 239, 239, 1);
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    justify-content: end;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--color-dark) !important;
    font-weight: 700 !important;
    padding: 0 25px !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
    border-radius: 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 0px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    color: var(--color-dark) !important;
    text-transform: uppercase !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
}

div#mega-menu-wrap-primary ul li a i {
    font-size: 25px;
}

/**abouts**/
.sec-about:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, #fff 50%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.col-100 {
    height: 100% !important;
    min-height: 100% !important;
}

.col-100 .col-inner {
    height: 100%;
    min-height: 100%;
}

.heading_2 {
    font-weight: 700;
    color: #000;
}

.custom_heading_2 {
    font-size: 24px;
}

.heading_2 .subtitle {
    font-size: 32px;
    font-weight: 700;
}

.abouts-icon {
    background: var(--primary-color);
    box-shadow: 0 4px 24px rgba(58, 56, 49, 0.14), 0 0 4px rgba(58, 56, 49, 0.14);
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.abouts-icon h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #fff;
}

.abouts-icon p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.abouts-icon:after {
    content: '';
    background: url(../images/circle.png) no-repeat;
    width: 200px;
    height: 200px;
    background-size: 100%;
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: 0;
    opacity: 0.5;
}

.abouts-icon .abouts-thumb {
    position: relative;
    z-index: 99;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    background: #d3d3d3;
    border: 1px solid #d3d3d3;
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    font-weight: normal;
    display: inline-block;
    border-radius: 5px !important;
    color: #000 !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #000 !important;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #d3d3d3;
    border: 1px solid #d3d3d3;
    width: 40px;
    height: 40px;
    color: #000 !important;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    border-radius: 5px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #000 !important;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298 !important;
    background-color: #cfe2ff !important;
    border-color: #b6d4fe !important;
}

.alert-secondary {
    color: #41464b !important;
    background-color: #e2e3e5 !important;
    border-color: #d3d6d8 !important;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03 !important;
    background-color: #fff3cd !important;
    border-color: #ffecb5 !important;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #fff;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    margin: 0;
    border-radius: 50% !important;
    color: #000
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 15px;
    color: #000;
}

body .swiper-button-next {
    right: -5px;
}

body .swiper-button-prev {
    left: -5px;
}

.swiper-container {
    overflow: hidden;
}

/**widget**/
.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
    align-items: center;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    float: left;
    height: 100px;
    border-radius: 15px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title {
    text-align: center;
}

.widget-title span {
    font-size: 24px;
    text-align: center;
    color: #333;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    width: auto;
    display: inline-block;
    z-index: 9;
    margin-bottom: 30px;
}

.widget-title h3 {
    font-size: 24px;
    text-align: center;
    color: #333;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    width: auto;
    display: inline-block;
    z-index: 9;
    margin-bottom: 30px;
}

.widget-title h3:after, .widget-title span:after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: -22px;
    z-index: -1;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

aside.widget-post {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 40px 20px;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 220px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

.is-divider.small {
    display: none;
}

.widget_categories ul, .widget_product_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC)
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color)
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    background: var(--primary-color) !important;
    color: #fff
}

.menu-main-menu-container ul li a {
    width: 100%;
    display: block;
    padding: 8px 10px !important;
    color: #334862 !important;
}

aside.widget_text .widget-title span {
    background: transparent !important;
    color: var(--primary-color);
    padding-top: 15px !important;
}

aside.widget_text .input_address, aside.widget_text .textarea_address {
    box-shadow: unset !important;
    background: #fff !important;
}

aside.widget_text .button_address {
    width: 100% !important;
    border-radius: 8px !important;
    height: 40px !important;
    line-height: 40px !important;
    box-shadow: unset !important;
    font-size: 16px !important;
    margin: 0px !important;
}

form.wpcf7-form.init {
    margin: 0px !important;
}

.screen-reader-response {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    font-size: 14px !important;
    background: #fff !important;
    display: block;
    margin: 0 !important;
}

/**title**/
.home-title {
    padding-top: 15px;
}

.home-title h3 {
    color: #2B2F33;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    position: relative;
}

.home-title h3:before {
    content: '';
    background: var(--primary-color);
    height: 4px;
    width: 80px;
    display: block;
    position: absolute;
    top: -15px;
    left: 0px;
}

.home-title.text-center h3:before {
    left: 50%;
    transform: translateX(-50%);
}

.home-title .home-link a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--primary-color);
}

.home-title .home-link {
    margin: 20px 0 0;
    font-size: 14px;
    color: #2B2F33;
    position: relative;
    display: inline-block;
}

.home-title .home-link img {
    width: 50px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: -60px;
}

/**post overlay**/
.post-overlay {
    width: 100%;
    aspect-ratio: 520 / 347;
    height: 280px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
}

.post-overlay .post-thumbnail {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-overlay .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
    border-radius: 8px;
}

.post-overlay .post-thumbnail:before {
    background: rgb(255, 255, 255, .5);
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.post-overlay .post-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
    z-index: 1;
    padding: 15px;
    text-align: center;
    opacity: 0;
    margin-bottom: 0;
    transition: opacity .3s ease, transform .3s ease;
}

.post-overlay .post-content .post-title a {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-overlay:hover .post-content {
    transform: translateY(-50%);
    opacity: 1;
}

.post-overlay:hover .post-thumbnail:before {
    opacity: 1;
}

.button_next {
    text-align: center;
}

.button_pr {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0px solid transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease,
}

.button_next a {
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: unset;
    border-radius: 12px;
    display: inline-block;
}

.button_next a:hover {
    color: #fff;
    background-color: var(--primary-color);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.br-radius img {
    border-radius: 16px !important;
}

/**post item**/
.post-item {
    width: 100%;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 2px 15px 0px #00000014;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    padding: 15px;
}

.post-item .post-content .post-title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark);
    height: 48px;
}

.post-item .post-content .post-title a:hover {
    color: #ff3333;
}

.post-item .post-content .post-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
}

/**design**/
.design-item .design-body {
    padding: 100px 20px 80px 0;
    font-weight: 600;
    color: rgba(0, 0, 0, .6);
    font-size: 20px;
    position: relative;
}

.design-item .design-body :before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjUiIGhlaWdodD0iNTciIHZpZXdCb3g9IjAgMCA2NSA1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1LjggMC45Mzk4MzVMMTUuOCA0MS41Mzk4TDEzLjQgMjkuOTM5OEMxNy4yNjY3IDI5LjkzOTggMjAuNDY2NyAzMS4xMzk4IDIzIDMzLjUzOThDMjUuNTMzMyAzNS45Mzk4IDI2LjggMzkuMTM5OCAyNi44IDQzLjEzOThDMjYuOCA0Ny4xMzk4IDI1LjUzMzMgNTAuNDA2NSAyMyA1Mi45Mzk4QzIwLjQ2NjcgNTUuNDczMiAxNy4zMzMzIDU2LjczOTggMTMuNiA1Ni43Mzk4QzkuNzMzMzMgNTYuNzM5OCA2LjUzMzMzIDU1LjQ3MzIgNCA1Mi45Mzk4QzEuNDY2NjcgNTAuMjczMiAwLjIwMDAwMSA0Ny4wMDY1IDAuMjAwMDAxIDQzLjEzOThDMC4yMDAwMDEgNDEuODA2NSAwLjI2NjY2NyA0MC41Mzk4IDAuNCAzOS4zMzk4QzAuNjY2NjY3IDM4LjEzOTggMS4wNjY2NyAzNi43Mzk4IDEuNiAzNS4xMzk4QzIuMTMzMzMgMzMuNDA2NSAyLjg2NjY3IDMxLjMzOTggMy44IDI4LjkzOThMMTMuMiAwLjkzOTgzNUgyNS44Wk02My42IDAuOTM5ODM1TDUzLjYgNDEuNTM5OEw1MS4yIDI5LjkzOThDNTUuMDY2NyAyOS45Mzk4IDU4LjI2NjcgMzEuMTM5OCA2MC44IDMzLjUzOThDNjMuMzMzMyAzNS45Mzk4IDY0LjYgMzkuMTM5OCA2NC42IDQzLjEzOThDNjQuNiA0Ny4xMzk4IDYzLjMzMzMgNTAuNDA2NSA2MC44IDUyLjkzOThDNTguMjY2NyA1NS40NzMyIDU1LjEzMzMgNTYuNzM5OCA1MS40IDU2LjczOThDNDcuNTMzMyA1Ni43Mzk4IDQ0LjMzMzMgNTUuNDczMiA0MS44IDUyLjkzOThDMzkuMjY2NyA1MC4yNzMyIDM4IDQ3LjAwNjUgMzggNDMuMTM5OEMzOCA0MS44MDY1IDM4LjA2NjcgNDAuNTM5OCAzOC4yIDM5LjMzOThDMzguNDY2NyAzOC4xMzk4IDM4Ljg2NjcgMzYuNzM5OCAzOS40IDM1LjEzOThDMzkuOTMzMyAzMy40MDY1IDQwLjY2NjcgMzEuMzM5OCA0MS42IDI4LjkzOThMNTEgMC45Mzk4MzVINjMuNloiIGZpbGw9IiNGRkM5MTgiLz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.design-item .design-images img {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
    box-shadow: 0 4px 10px rgba(58, 56, 49, .14), 0 0 4px rgba(58, 56, 49, .14);
    object-fit: cover;
    width: 100%;
    height: 450px;
}

.swiper-design .swiper-nav {
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: 0;
}

.swiper-design .swiper-nav > div {
    box-shadow: 0 4px 8px rgba(58, 56, 49, 0.1), 0 0 2px rgba(58, 56, 49, 0.14) !important;
    width: 50px !important;
    height: 50px !important;
    border: 0px !important;
    color: #000 !important;
    font-size: 25px;
    position: unset !important;
}

/**video**/
.tab-video-nav {
    margin-top: 10px;
}

.tab-video-nav ul {
    display: flex;
    gap: 10px;
    margin: 0px !important;
}

.tab-video-nav ul li {
    list-style: none;
    margin: 0px !important;
    width: calc(100% / 4);
    height: 120px;
}

.tab-video-nav ul li .video-redirect {
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease;
    position: relative;
}

.tab-video-nav ul li .video-redirect:before {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 1;
    border-radius: 5px;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.tab-video-nav ul li .video-redirect:hover:before {
    opacity: 1;
    transition: all .3s ease
}

.tab-video-nav ul li .video-redirect img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.tab-video-nav ul li .video-redirect:hover img {
    transition: all .3s ease;
    transform: scale(1.1);
}

.tab-video-panel iframe {
    width: 100% !important;
    aspect-ratio: 982 / 553;
    border-radius: 10px;
}

/**tiktok**/
.tiktok-item {
    display: block;
    width: 100%;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s ease;
    position: relative;
}

.tiktok-item a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tiktok-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    border-radius: 16px;
}

.tiktok-item:before {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 1;
    border-radius: 16px;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.tiktok-item:hover:before {
    opacity: 1;
    transition: all .3s ease
}

.tiktok-item:hover img {
    transition: all .3s ease;
    transform: scale(1.1);
}

/**footer**/
#footer .footer-top .footer-title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
}

#footer .footer-address p a {
    color: #fff;
}

#footer .footer-address p {
    display: flex;
    gap: 10px;
    flex-flow: row;
}

#footer .footer-address p a {
    width: calc(100% - 35px) !important;
}

#footer .footer-address p i {
    text-align: center;
    display: block;
}

#footer .footer-copyright {
    color: #fff;
    font-size: 15px;
}

#footer .footer-address p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px 0;
}

#footer .footer-address ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px !important;
}

#footer .menu_footer a {
    color: #fff;
    font-size: 16px;
    padding: 0 0 15px 0 !important;
    margin: 0;
}

#footer .menu_footer a:hover {
    color: var(--primary-color)
}

.absolute-footer {
    display: none;
}

.br-radius .overlay {
    border-radius: 16px;
}

/*8category**/
.category-entry {
    margin: 50px 0 40px 0;
}

.category-description {
    box-shadow: 0px 4px 45px 0px #0000000D;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    font-weight: 300;
    font-size: 15px;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 15px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

section.category-entry {
    margin: 40px 0;
}

.category-description a, .entry-content a {
    color: var(--primary-color);
}

/**search**/

form.formSearch {
    position: relative;
    margin: 0;
}

form.formSearch .inputSearch {
    width: 100%;
    box-shadow: unset !important;
    border-color: #000 !important;
    padding: 0 15px !important;
    border-radius: 5px !important;
    height: 46px !important;
    font-size: 15px;
    margin: 0;
    font-weight: 700;
    color: inherit !important;
}

form.formSearch button.buttonSearch {
    background: var(--primary-color);
    height: 46px;
    margin: 0;
    position: absolute;
    right: 0;
    color: #fff;
    border-radius: 0 4px 4px 0 !important;
}

h1.cat_title {
    font-weight: 700 !important;
    font-size: 36px;
    color: #000;
    text-align: center;
    margin: 0;
}

.button_category, .button_ux {
    text-align: center;
}

.button_category a, .button_ux a {
    background: transparent;
    padding: 12px 25px 12px 25px !important;
    border-color: #E9E9E9 !important;
    border-radius: 5px !important;
    color: #333 !important;
    font-weight: 900 !important;
    border-width: 2px !important;
}

.button_category a i, .button_ux a i {
    margin-right: 3px;
}

.category_title .post-title a {
    height: unset;
}

/**page title**/
.page_title h2 {
    font-size: 42px;
}

/**single**/
article.breadcrumbs a {
    color: rgb(30, 115, 190) !important;
    font-weight: 700;
}

article.breadcrumbs p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    margin: 0;
}

.category-list a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.category-list {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    background: var(--primary-color);
    display: inline-block;
    margin: auto;
    border-radius: 8px;
    color: #fff;
}

.category-list span:last-child {
    display: none;
}

article#header-single h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.2;
}

article#header-single .post-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    justify-content: center;
}

article#header-single .post-meta span.time {
    padding-right: 8px;
    border-right: 3px solid #ffc714;
}

.has-thumbnail {
    margin-bottom: 20px;
}

.has-thumbnail img {
    width: 100%;
}

div#respond {
    background: #fff !important;
    padding: 0px !important;
}

textarea#comment {
    box-shadow: unset !important;
    border-color: rgb(0, 0, 0) !important;
    border-radius: 8px !important;
}


div#respond input {
    box-shadow: unset !important;
    border-color: rgb(0, 0, 0) !important;
    border-radius: 8px !important;
}

input#submit {
    border-radius: 8px !important;
    color: #000 !important;
    text-transform: unset;
    margin: 0;
    border-color: var(--primary-color) !important;
}

.post-related .post-thumbnail {
    height: 340px;
}

.title-related h2 {
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
}

.title-related h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -14px;
}

#header-single .text-left h1 {
    text-align: left;
}

#header-single .text-left .post-meta {
    justify-content: start;
}

.widget-link a {
    background: var(--primary-color);
    padding: 12px 25px 12px 25px !important;
    border-color: var(--primary-color) !important;
    border-radius: 5px !important;
    color: #333 !important;
    font-weight: 900 !important;
    border-width: 2px !important;
}

/**abouts**/
.abouts p {
    font-size: 22px;
    margin-bottom: 15px !important;
}

.cauchuyen-box {
    background: #fff;
    border-radius: 40px;
    padding: 22px;
}

.cauchuyen {
    background: #f7f7f7;
    border-radius: 30px;
    text-align: center;
    padding: 30px 50px;
}

.cauchuyen p {
    font-size: 30px;
}

.cauchuyen h3 {
    font-size: 40px;
}

.abouts ul {
    padding: 0px !important;
    margin: 0px !important;
}

.abouts ul li {
    padding: 0px !important;
    font-size: 22px;
    list-style: none !important;
    margin-bottom: 15px !important;
    margin-left: 0px !important;
}

.abouts ul li img {
    margin-right: 5px !important;
}

.showroom p {
    font-size: 18px;
    text-align: justify;
}

.showroom .box-text.text-center {
    text-shadow: unset !important;
}

ul.list-style-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

.br-sticky-buttons {
    --size: 40px;
    --shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 0;
    right: 0;
    z-index: 20;
    transform: translateY(-50%);
    background: var(--primary-color);
    padding: 10px !important;
    border-radius: 30px 0 0 30px;
}

.br-sticky-buttons:before, .br-sticky-buttons:after {
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none;
}

.br-sticky-buttons:before {
    top: -30px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 1px 0 0 var(--primary-color);
}

.br-sticky-buttons:after {
    bottom: -30px;
    border-radius: 0 50px 0 0;
    box-shadow: 30px -1px 0 0 var(--primary-color);
}

.br-sticky-buttons__item {
    width: var(--size);
    aspect-ratio: 1;
    list-style: none;
}

/* button */
.br-sticky-buttons a {
    text-decoration: none;
    border-radius: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.br-sticky-buttons a[title="Hotline"] {
    animation: animate 1.5s ease infinite;
}

.br-sticky-buttons a[title="Hotline"] .br-sticky-buttons__item-image {
    padding: 7px;
}

/* icon */
.br-sticky-buttons__item-image {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
}

/* text */
.br-sticky-buttons__item-text {
    padding: 5px 25px 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: none;
}

@keyframes animate {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

/* Hide FB chat plugin */
.fb_reset {
    opacity: 0;
    pointer-events: none;
}


/****************************
 * Sticky Buttons Responsive
****************************/
@media only screen and (max-width: 480px) {
    .br-sticky-buttons {
        padding: 5px !important;
        border-radius: 20px 0 0 20px;
    }

    .br-sticky-buttons:before, .br-sticky-buttons:after {
        width: 50px;
    }

    .br-sticky-buttons:before {
        box-shadow: 20px 1px 0 0 var(--primary-color);
    }

    .br-sticky-buttons:after {
        box-shadow: 20px -1px 0 0 var(--primary-color);
    }
}

.ps-fixed {
    position: fixed;
}

.t {
    transition: all .3s ease;
}

.img-wrapper-contain > img {
    object-fit: contain;
}

.br-sticky-buttons a img {
    width: 100%;
    height: 100%;
}

.br-sticky-buttons__item:last-child .br-sticky-buttons__item-image {
    padding: 7px;
}

.br-sticky-buttons__item:last-child a {
    animation: animate 1.5s ease infinite;
}

/**banner**/
.banner__top h2 {
    font-size: 55px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    line-height: 70px !important;
    margin: 0 0 20px 0 !important;
}

.tab-bk ul li {
    position: relative;
    border: 1px solid #C6D1DC;
    margin: 0 10px !important;
    border-radius: 12px;
    height: 40px;
}

.tab-bk ul li a {
    color: var(--primary-color) !important;
    font-size: 16px;
    padding: 0 20px !important;
    text-transform: unset !important;
    height: 40px;
    font-weight: normal;
    line-height: 40px;
}

.tab-bk ul li.active, .tab-bk ul li:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.tab-bk ul li.active a, .tab-bk ul li:hover a {
    color: #fff !important;
}

.tab-bk .tab-panels {
    padding-top: 30px !important;
}

/**product-item**/
.product-item {
    width: 100%;
    box-shadow: 0px 2px 15px 0px #00000014;
    border-radius: 12px;
    padding: 12px;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    border-radius: 8px 8px 0 0;
}

.product-item:hover .product-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.product-item .product-content {
    padding: 15px 0 0 0;
}

.product-item .product-content .product-title a {
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #2B2F33;
    font-weight: 700;
}

.product-item .product-content .product-title a:hover {
    color: var(--primary-color)
}

.product-item .product-content .productInfo {
    margin-top: 10px;
}

.product-item .product-content .productInfo b {
    font-weight: 700;
    color: #2B2F33;
}

.product-item .product-content .productInfo p {
    margin: 0 !important;
    color: #747B8E;
    font-size: 15px;
}

.input_hc {
    box-shadow: unset !important;
    border-color: #BED2E0 !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    height: 45px !important;
    background-color: #fff;
    margin: 0;
}

.select_hc {
    background-color: #fff;
    box-shadow: unset !important;
    border-color: #BED2E0 !important;
    padding: 0 10px !important;
    border-radius: 12px !important;
    height: 45px !important;
    margin: 0;
}

.textarea_hc {
    background-color: #fff;
    box-shadow: unset !important;
    border-color: #BED2E0 !important;
    padding: 12px !important;
    border-radius: 12px !important;
    margin: 0;
}

.HT-submit {
    margin: 20px 0 0 0 !important;
}

.HT-submit .button_style {
    margin: 0px !important;
}

.HT-body {
    font-size: 15px;
    margin: 15px 0;
}

.footer-social a {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-left: 10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding: 10px 0 !important;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

section.banner_category img {
    width: 100%;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}

.product-info {
    padding-top: 0px !important;
}

.product-main {
    padding-top: 0px !important;
}

.product-info .productInfo {
    background: #eaeaea;
    padding: 20px;
    border-radius: 8px;
    font-size: 15px;
}

.product-info .productInfo p:not(:last-child) {
    margin: 0 0 10px 0;
}

.product-info .productInfo p:last-child {
    margin-bottom: 0px !important;
}

.productButton {
    margin: 20px 0;
}

.productButton a {
    border-radius: 8px !important;
    line-height: 40px !important;
}

p.price.product-page-price {
    margin: 15px 0 20px 0;
}

p.price.product-page-price b, p.price.product-page-price ins, p.price.product-page-price ins span {
    color: #ff3333;
    font-size: 20px;
    font-weight: 700 !important;
}

.product-item .product-price {
    margin: 10px 0 0 0;
}

.product-item .product-price b, .product-item .product-price ins span, .product-item .product-price ins {
    color: #ff3333 !important;
    font-weight: 700 !important;
}

/**sec-50**/
.sec-bg-50:before {
    content: '';
    background: rgb(239, 246, 253);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0px;
    top: 0;
}

.sec-bg-50-f:before {
    content: '';
    background: rgb(239, 246, 253);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0px;
    bottom: 0;
}

.box-tiktok {
    position: relative;
}

.titok-label {
    position: absolute !important;
    left: -55px !important;
    bottom: 0px !important;
}

.sec-bg-50-f .bg.section-bg.fill.bg-fill.bg-loaded {
    background-size: 40% !important;
    background-position: left !important;
}

/**baneeer**/
.banner_caculendar {
    border-radius: 12px !important;
}

.banner_caculendar .banner-inner.fill {
    border-radius: 12px;
}

.banner_caculendar .banner-inner.fill .bg.fill.bg-fill {
    border-radius: 12px !important;
}

.home-line {
    background: url(../images/title.png) no-repeat;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
    width: 500px;
    text-align: center;
    height: 75px;
    display: flex;
    align-items: center;
}

.home-line h3 {
    color: #152755;
    font-size: 36px;
    line-height: 48px;
    margin: 0;
}

.colorwhite {
    padding: 0 !important;
}

.colorwhite h3 {
    color: #2B2F33;
    font-size: 32px !important;
    line-height: 36px !important;
    font-weight: 700 !important;
}

.colorwhite h3:before {
    display: none !important;
}