/* font */
@font-face {
    font-family: 'SVN-Poppins';
    font-weight: normal;
    src: url(../fonts/Poppins/SVN-Poppins-Regular.ttf) format('truetype');
}


@font-face {
    font-family: 'SVN-Poppins';
    font-weight: 700;
    src: url(../fonts/Poppins/SVN-Poppins-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'SVN-Poppins';
    font-weight: 500;
    src: url(../fonts/Poppins/SVN-Poppins-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'SVN-Poppins';
    font-weight: 600;
    src: url(../fonts/Poppins/SVN-Poppins-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'SVN-Poppins';
    font-weight: 900;
    src: url(../fonts/Poppins/SVN-Poppins-Black.ttf) format("truetype");
}
body:not(.logged-in)  img{
	user-select:none;
	-webkit-user-select:none;
	-webkit-touch-callout: none;

}
html {
    font-size: 14px;
}

@media (max-width: 1200px) {
    html {
        font-size: 13px;
    }
}

#main, #wrapper{
	overflow: hidden
}
h2 {
    font-size: 2.03611em;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.61786em;
    margin-bottom: 15px;
}

h4 {
    font-size: 1.285714em;
}

@media (max-width: 1600px) {
    h3 {
        font-size: 1.2em;
        margin-bottom: 15px;
    }

}

@media (max-width: 1200px) and (min-width: 850px) {
    .title h2 br {
        display: none;
    }
}

body {
    font-family: "SVN-Poppins", Arial, Helvetica, sans-serif;
}

.tooltipster-base {
    display: none !important;
}

#top-bar {
    border-bottom: 1px solid rgba(117, 117, 117, 0.4);
}

.category  header {
    border-bottom: 2px solid #A51C20
}
.folow-cus.social-icons a.icon:not(.button) i,
header .social-icons a.icon:not(.button) i{
    line-height: 0
}
.folow-cus.social-icons a.icon:not(.button),
header .social-icons a.icon:not(.button) {
    width: 30px;
    height: 30px;
    margin: 5px 16px 5px 0;
    border: 1px solid rgba(117, 117, 117);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    line-height: 30px;
    justify-content: center;
    color: rgba(117, 117, 117);
    text-align: center;
}

.folow-cus.social-icons a.icon:not(.button):hover,
header .social-icons a.icon:not(.button):hover {
    background-color: #3f1a1b;
    color: #fff;
}

.folow-cus.social-icons a.icon:not(.button) {
    color: #fff;
    border: 0px solid #fff;
    font-size: 20px;
}

.header-nav-main.nav li>a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.header-nav-main.nav>li {
    margin: 0 14px;
}

.header-nav-main.nav>li:not(.active)>a {
    opacity: 0.7;
}

.header-search-form {
    padding: 0 !important;
    border-radius: 8px;
}

.btn-main.button.primary:not(.is-outline),
.header-button .button.primary:not(.is-outline) {
    height: 35px;
    line-height: 35px;
    font-weight: 600;
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}

.btn-main.button.primary:not(.is-outline) span,
.header-button .button.primary:not(.is-outline) span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    top: 1px;
}

.btn-main.button.primary:not(.is-outline) i {
    margin: 0;
    top: 0;
    height: 100%;
}



.btn-main.button.primary:not(.is-outline) i:before,
.header-button .button.primary:not(.is-outline)::after {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 100%;
    width: 35px;
    background-size: 15px;
    background-color: #C70F21;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-button .button.primary:not(.is-outline)::after {
    background-image: url(../image/down.svg);
    content: "";
}

.btn-main.button.primary:not(.is-outline) i.icon-angle-right:before {
    content: "";
    background-image: url(../image/right.svg);
}

select#lang_choice_1:focus {
    outline: none;
    box-shadow: none;
}

select#lang_choice_1 {
    display: inline-block;
    width: 49px;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    height: auto;
    min-height: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    opacity: 0.7;
}

.off-canvas-left .mfp-content {
    background-color: var(--primary-color);
}

.off-canvas .nav-vertical>li>a {
    color: #fff;
    font-size: 14px;
}

.dark .form-flat input:not([type=submit]) {
    background-color: var(--primary-color) !important;
}

.searchform-wrapper form {
    margin-bottom: 0;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
}

.image-mt {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50px) !important;
    object-fit: contain;
}

.image-w {
    filter: brightness(0) invert(1);
}

.absolute-footer {
    display: none;
}

.footer-title p {
    font-size: 1.618em;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

footer {
    font-size: 14px;
}

.banner-main h2,
.banner-main h1 {
    font-size: 3.5em;
    margin-bottom: 5px;
    line-height: 1;
}

.banner-main h3 {
    font-size: 2em;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 600;
}

.title p {
    margin-bottom: 10px;
}

.title-l p {
    font-size: 1.61786em;
}

.title h2 {
    margin-bottom: 8px;
}
.title-single h2{
	font-size: 1.617857em
}
.col-icon .icon-box {
    align-items: center;
}

.col-icon .icon .icon-inner {
    background-color: #FFDDDD;
    padding: 8px;
    height: 56px;
}

.col-icon .icon svg {
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}
.col-icon .col-inner{
	box-shadow: 0px 7.83px 31.32px 0px #00000014;

}
.col-icon:hover .col-inner{
	background-color: #FFDDDD !important
}

.text-num p {
    text-align: right;
    font-size: 5.589289em;
    color: #757575;
    margin: 0;
    font-weight: 500;
    line-height: 1;
}

.col-icon h3 {
    margin-bottom: 5px;
}

.tab-ver .nav-vertical>li+li {
    border: 0;
}

.tab-ver.tabbed-content .nav {
    counter-reset: section;
    font-size: 12px;
}

.tab-ver.tabbed-content .nav li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.tab-ver.tabbed-content .nav li a {
    font-size: 1.42857em;
    padding: 0;
    letter-spacing: normal;
    max-width: calc(100% - 30px);
}
.tab-ver.s-sm.tabbed-content .nav li a{
	font-size: 1em
}

.tab-ver.s-sm .box-tab .img{
	border-radius: 0
}
.tab-ver.tabbed-content .nav li::before {
    counter-increment: section;
    content: '0' counter(section);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #757575;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 1em;
}

.tab-ver.tabbed-content .nav li.active a {
    color: #C70F21;
}

.tab-ver.tabbed-content .nav li.active::before {
    background-color: #C70F21;
}

.box-tab .img {
    border-radius: 48px 0 48px 0;
    overflow: hidden;
}

.tab-ver .tab-panels .panel .col-img-h {
    padding-bottom: 0;
}

.col-img-h img {
    object-fit: cover;
}

.tab-panels .panel.active {
    animation: fadeIn ease 1s;
}

.tab-ver.tabbed-content .nav:after {
    content: 'flickity';
    display: none;
}

.image-multiply {
    background-color: rgb(245, 245, 245);
}

.image-multiply img {
    mix-blend-mode: multiply;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tabbed-content .nav-pills {
    background-color: var(--primary-color);
    padding: 8px 16px;
    border-radius: 4px;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 18px;
}

.tabbed-content .nav-pills li {
    margin: 0 12px;
}

.tabbed-content .nav-pills li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.tabbed-content .nav-pills li.active a {
    color: #222222;
    background-color: #fff;
    line-height: 24px;
    padding: 4px 15px;
    border-radius: 4px;
}

.wpcf7-form label {
    font-weight: 600;
    margin: 0;
}

.wpcf7-form textarea::placeholder,
.wpcf7-form input:not([type="submit"])::placeholder {
    font-size: 1em;
    color: #7A8792;
}

.wpcf7-form textarea {
    min-height: 160px;
}

.wpcf7-form textarea,
.wpcf7-form input:not([type="submit"]) {
    border-radius: 4px;
    height: 40px;
    color: #000;
    font-size: 1em;
    margin-bottom: 20px;
}

.wpcf7 label.file-cus {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 160px;
    margin-bottom: 4px;
    border: 1px dashed #0A1222;
}

[data-name="my-file"] {
    display: none !important;
}

.file-cus span,
.file-cus strong {
    color: #222222;
    display: block;
    line-height: 24px;
    font-weight: 600;
}

.file-cus span {
    color: #757575;
}

.file-cus i::after {
    content: url(../image/file.svg);
    display: block;
    margin-bottom: 8px;
}

.wpcf7 .btn-main.button.primary:not(.is-outline) {
    margin-top: 24px;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb p {
    margin: 0;
    color: #7E7E7E;
}

.rank-math-breadcrumb .separator {
    margin: 0 5px;
}

.rank-math-breadcrumb a:hover {
    color: var(--primary-color);
}

.rank-math-breadcrumb .last {
    color: var(--primary-color);
    font-weight: 500;
}

.qr-icon {
    max-width: 280px;
    align-items: center;
    margin-bottom: 8px;
}

.qr-icon p {
    margin: 0;
}

.mb-s * {
    margin-bottom: 8px;
}

.col-his {
    padding-left: 17px;
    position: relative;
    margin-bottom: 10px;
    max-width: 280px;
    padding-top: -7px;
}

.col-his::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #C70F21;
    width: 1px;
    height: 100%;
}

.col-his::before {
    content: url(../image/dot.svg);
    position: absolute;
    left: -12px;
    top: -22px;
}

.col-his-b::before {
    top: auto;
    bottom: -22px;
}

.col-his-b {
    padding-top: 24px;
}

.col-his-bot>.col-inner,
.col-his-top>.col-inner {
    height: 206px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.col-his-top>.col-inner {
    justify-content: end;
}

.col-his-bot>.col-inner {
    left: 50%;
}

.row-his {
    position: relative;
    padding: 0 100px;
}

.row-his .flickity-viewport {
    padding: 0 100px;
    overflow: unset;
    overflow-x: clip;
}

.row-his::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #AA0000;
    border-radius: 16px;
    position: absolute;
    top: 195px;
    left: 0;
}

.row-cat-s button.flickity-prev-next-button,
.row-his button.flickity-prev-next-button {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: none !important;
}

.row-cat-s .flickity-prev-next-button svg,
.row-his .flickity-prev-next-button svg {
    display: none;
}

.row-his .flickity-prev-next-button.next {
    right: -36px;
    top: 40%;
    bottom: auto;
}



.row-cat-s .flickity-prev-next-button.next::after,
.row-his .flickity-prev-next-button.next::after {
    content: url(../image/next.svg);
}

.row-cat-s .flickity-prev-next-button.previous,
.row-his .flickity-prev-next-button.previous {
    left: -44px;
    top: 40%;
    bottom: auto;
}

.row-cat-s .flickity-prev-next-button {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
    min-height: auto;
    height: 44px;
}
.row-cat-s .flickity-prev-next-button[disabled]{
	opacity: 0.4 !important;
}
.row-cat-s .flickity-prev-next-button.previous::after,
.row-his .flickity-prev-next-button.previous::after {
    content: url(../image/prev.svg);
}

.box-product h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}

.box-product .box-text {
    padding: 8px 0;
}

.banner-title h1 {
    font-weight: 600;
    font-size: 2.54786em;
}

.fqa-cus .accordion-item {
    border-radius: 3.92px;
    overflow: hidden;
    margin-bottom: 1.11857em;
}

.fqa-cus .accordion-inner {
    font-size: 1.11857em;
    background-color: #F4F4F4;
}

.fqa-cus .accordion-title {
    border-top: 0 !important;
    background-color: #F4CFD3 !important;
    color: #222 !important;
    font-weight: 600;
    font-size: 1.11857em;
    border-radius: 3.92px;
    padding-left: 1.11857em;
}

.accordion.fqa-cus .toggle {
    left: auto;
    right: 0;
}

.bg-css {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-css h2,
.bg-css h1 {
    font-size: 3em;
    line-height: 1.3;
    margin-bottom: 16px;
}

.breadcrumb-ss {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgb(244, 244, 244);
}

.ss-w {
    padding: 30px 0;
}

.beforeAfter img {
    height: 400px;
    object-fit: cover;
}

.gallery-bf-thumb {
    margin: 0 -4px !important;
}

.gallery-bf-thumb .col {
    padding: 8px 4px;
}

.title-bl h2 {
    font-size: 1.3em;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.title-bl h2::before {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    background: #C70F21;
    border-radius: 2px;
    margin-right: 8px;
}

.list-icon {
    padding: 24px;
    background-color: #F4F4F4;
    border-radius: 4px;
}

.list-icon-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.list-icon-item-img {
    width: 36px;
}

.list-icon-item-desc {
    width: calc(100% - 36px);
    padding-left: 12px;
}

.list-icon-item-desc p {
    margin-bottom: 0;
    color: #757575;
}

.list-icon-item-desc h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.list-code {
    margin: 28px -8px !important;
}

.list-code .col {
    padding: 0 8px 16px;
}

.list-code .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-code .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 8px;
}

.col-qr .qr-icon {
    flex-direction: column-reverse;
    gap: 24px;
}

.col-qr .qr-icon>div {
    margin-right: auto;
    margin-left: 0;
}

.related-ss {
    background: #F5F5F5;
}

.store-sign-box {
    border-radius: 4px;
    overflow: hidden;
}

.store-sign-box-content {
    background-color: #fff;
    padding: 16px;
}

.store-sign-box ul {
    list-style: none;
}

.archive .store-sign-box-content {
    background-color: #F2F2F2;
}

.store-sign-box li {
    list-style: none;
    margin: 0 !important;
    color: #222222;
    padding: 8px 0;
    border-bottom: 1px solid #E1E1E1;
}

.store-sign-box li::before {
    content: url(../image/arr-r.svg);
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.store-sign-box .btn-main.button.primary:not(.is-outline) {
    width: 100%;
    margin: 0;
    justify-content: space-between;
}

.related-ss h2 {
    margin-bottom: 30px;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DFDFDF;
    font-weight: 500;
}

.cat-sign {
    box-shadow: 0px 0px 32px 0px #00000014;
    border: 2px solid #ECECEC;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 24px;
}

.cat-sign .title-bl {
    padding: 30px 16px 0;
}

.cat-sign ul {
    list-style: none;
}

.cat-sign li {
    margin: 0 !important;
}

.cat-sign li+li {
    border-top: 1px solid #ECECEC;
}

.cat-sign li a {
    padding: 8px 16px;
    color: #222222;
    line-height: 24px;
    display: block;
    border-left: 4px solid transparent;

}

.cat-sign li a.active,
.cat-sign li a:hover {
    background-color: #FFD2D2;
    border-left: 4px solid #C70F21;
    color: #A51C20;
}

.sign-side {
    margin-bottom: 24px;
}

.sign-side h4 {
    font-weight: normal;
}

.sign-side .icon-box-right .icon-box-img+.icon-box-text {
    padding-right: 5px;
}

.list-img {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 16px;
    flex-wrap: wrap;
    border: 1.5px solid #E6E6E6;
    background-color: #F4F4F4;
    width: max-content;
    max-width: 100%;
    margin-bottom: 16px;
}

.list-img {
    min-width: 35px;
    min-height: 40px;
}

.main-img {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.list-table h3 {
    font-size: 18px;
    background-color: #E6E6E6;
    margin: 0;
    padding: 12px 16px;
}

.list-table h3.bg-red {
    color: #fff;
    background-color: var(--primary-color);
}

.list-table p {
    padding: 16px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    border-left: 1px solid #E6E6E6;
    line-height: normal;
    display: block;
    width: 100%;
}

.list-table h4 {
    line-height: normal;

    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #E6E6E6;
}

.title h3 {
    font-size: 1.5em;
}

.sub_ts {
    margin-top: 100px;
}

.sub_ts h3 {
    font-size: 18px;
}

.sub_ts td {
    padding: 8px;
    font-size: 1em;
}

.sub_ts tr:nth-child(1) td {
    background-color: var(--primary-color);
    font-weight: 600;
    color: #fff;
    padding: 8px;
}

.col-g-main .image-cover {
    padding-top: 53%;
}

.col-g-thumb .image-cover {
    padding-top: 51%;
    margin-bottom: 8px;
    cursor: pointer;
}
.image-cover video{
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.col-g-thumb {
    overflow: hidden;
    overflow-y: scroll;
}

.ss-gray {
    background-color: #F5F5F5;
}

.row-cat-s ul {
    list-style: none;
    margin: 0;
	display: flex;
/* 	flex-wrap: wrap; */
    padding: 8px 0;
}
.row-cat-s ul:not(.flickity-enabled){
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.row-cat-s ul:not(.flickity-enabled) li{
	  flex: 0 0 auto;
}
.row-cat-s li:not(.is-nav-selected){
	opacity: 0.5
}
.row-cat-s li {
    list-style: none;
    margin: 0 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 20% !important;
    flex-basis: 20%;
}

.row-cat-s li img {
    height: 40px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 8px;
}
.icon-box-text * {
    word-break: break-word;
}
.row-cus-l .row{
	width: 100% !important
}
.banner-line video{
	width: 100%;
	height: calc(100vh - 300px);
	object-fit: cover
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
	.row-cus-l .col{
		flex-basis: 100%;
		max-width: 100%
	}
}
@media screen and (min-width: 850px) {
	.tab-ver.s-sm .nav li{
		padding-left: 40px;
		position: relative;
	}
	.tab-ver.s-sm .nav li::before{
		position: absolute;
		left:0
	}
    .col-qr .col-inner {
        left: 2px;
    }

    .related-ss,
    .ss-w {
        padding: 64px 0;
    }

    .bg-css {
        padding-top: 279px;
        padding-bottom: 235px;
    }

    .tab-ver.tabbed-content .nav:after {
        content: '';
    }

    .tab-ver {
        position: relative;
        min-height: 500px;
        width: 41%;
        flex-wrap: wrap;
        flex-flow: column;
        padding-top: 48px;
        /* padding-right: 30px; */
    }

    .tab-ver.tabbed-content .nav {
        width: 100% !important;
        margin-top: 20px;
    }

    .tab-ver .tab-panels {
        position: absolute;
        width: 140%;
        height: 100%;
        left: 100%;
        top: 0;
        padding: 0 3px;
        border: 0;
    }

    .tab-ver .tab-panels .panel .col-img-h *,
    .tab-ver .tab-panels .panel .col-img-h,
    .tab-ver .tab-panels .panel .row,
    .tab-ver .tab-panels .panel.active {
        height: 100%;
    }

    .tab-ver.tabbed-content .nav li.active span {
        position: relative;
    }

    .tab-ver.tabbed-content .nav li.active span::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #C70F21;
        left: 100%;
        top: 3px;
        bottom: 0;
        margin: auto;
        margin-left: 20px;
        position: absolute;
        animation: fadeIn ease 5s;
    }
}

@media screen and (min-width: 1600px) {

    .container-width,
    .full-width .ubermenu-nav,
    .container,
    .row {
        max-width: 1464px !important;
    }
	.tab-col.row,
	.tab-cus-r .row {
        max-width: 1500px !important;
    }
	.row-full-width {
	    max-width: 100% !important;
	    padding: 0 40px;
	}
    .header-nav-main.nav>li {
        margin: 0 24px;
    }

    .header-button .button.primary:not(.is-outline) {
        height: 40px;
        line-height: 40px;
    }

    .btn-main.button.primary:not(.is-outline) {
        height: 44px;
        line-height: 44px;
    }

    .btn-main.button.primary:not(.is-outline) i::before,
    .header-button .button.primary:not(.is-outline)::after {
        width: 40px;
    }

    .btn-main.button.primary:not(.is-outline) span,
    .header-button .button.primary:not(.is-outline) span {
        padding: 0 24px;
    }

    .col-banner .col-inner {
        padding-right: 60px;
    }

    .banner-main {
        font-size: 16px;
    }

    .title {
        font-size: 18px;
    }

    .tab-ver.tabbed-content .nav {
        margin-top: 48px;
    }

    .tab-ver.tabbed-content .nav {
        font-size: 14px;
    }

    .title h3,
    .title-bl h2,
    .box-product h3 {
        font-size: 1.79762em;
    }
    .title-single h2{
    	font-size: 1.617857em
    }
    .fs-l {
        font-size: 18px;
    }
}

@media screen and (max-width: 1600px) {
    .sign-side .col-inner {
        padding: 15px !important;
    }

    .sign-side h4 {
        font-size: 16px !important;
    }

    .sign-side p {
        font-size: 12px;
    }

    .col-qr .col-inner {
        padding-bottom: 24px !important;
    }

    .col-qr .qr-icon {
        gap: 5px;
    }

    .list-code {
        font-size: 12px;
    }

    .text-num p {
        font-size: 4em;
    }

    .col-icon .icon-box {
        margin-bottom: 10px;
    }

    .col-his-bot>.col-inner {
        left: 25%;
    }

    .row-his {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {

	.title-bl h2{
		font-size: 1.1em
	}
	.header-nav-main.nav>li {
		margin: 0 9px;
	}
    .tab-ver.tabbed-content .nav li a {
        font-size: 1.2em;
    }

    .tab-ver.tabbed-content .nav li::before {
        width: 25px;
        height: 25px;
    }

    .tab-ver.tabbed-content .nav li a {
        max-width: calc(100% - 25px);
    }

    .tab-ver {
        min-height: 400px;
    }
}

@media screen and (max-width: 850px) {
	.tabbed-content .nav-pills li{
		        flex: 0 0 auto;
	}
	.tabbed-content .nav-pills{
		justify-content: start;
		 flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
	}
	.banner-line video{
		height: 500px;
	}
    .col-qr .col-inner {
        padding-bottom: 50px !important;
    }

    .beforeAfter img {
        height: 300px;
    }

    .tab-ver.tabbed-content .nav li {
        width: max-content !important;
        padding: 12px;
        text-align: center;
        justify-content: center;
    }

    .col-his-bot>.col-inner {
        left: 10%;
    }

    .col-his-bot>.col-inner,
    .col-his-top>.col-inner {
        height: 180px;
    }

    .row-his::before {
        top: 170px;
    }
}

@media screen and (max-width: 550px) {
	.banner-line video{
		height: 300px;
	}
    .banner-main h2,
    .banner-main h1 {
        font-size: 2.5em;
        line-height: 1.3;
    }

    .beforeAfter img {
        height: 200px;
    }

    footer {
        font-size: 12px;
    }

    .tab-ver .tab-panels .panel .col-img-h {
        padding-bottom: 20px;
    }

    .col-g-thumb {
        overflow: unset;
        height: auto !important;
        overflow: unset;
        display: flex;
        width: max-content;
    }

    .col-g-sc {
        overflow: scroll;
    }

    .col-g-thumb-i {
        width: 100px;
        padding: 10px 5px;
    }
	.title h2 {
		font-size: 20px
	}
	.title h2 br{
		display: none
	}
	.row-cat-s button.flickity-prev-next-button{
		opacity: 0.8 !important
	}
	.row-cat-s .flickity-prev-next-button.previous{
		left: -15px
	}
	.row-cat-s .flickity-prev-next-button.next{
		right: 0
	}
	.col-map iframe{
		height: 200px
	}

}