:root {
    /* Font Size */
    font-size: 16px;
    --font-size-xs: .8rem;
    --font-size-sm: 0.9rem;
    --font-size-md: 1rem;
    --font-size-lg: 1.15rem;
    --font-size-xl: 1.3rem;
    --font-size-xxl: 1.5rem;
    /* Color */
    --custom-bg-1: #e6e6e6;
    --custom-bg-2: #d0d0d0;
    --custom-orange: #fe8302;
    --bs-danger-rgb: 177,0,21;
    .btn-danger {
        --bs-btn-bg: var(--main-color);
        --bs-btn-border-color: var(--main-color);
    }
    .btn-outline-danger {
        --bs-btn-color: var(--main-color);
        --bs-btn-hover-bg: var(--main-color);
    }
    /* Main Menu */
    --navbar-size: 40px;
}
:focus-visible {
    outline: none;
}
body {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #000;
}
h1, h2 {
    font-size: var(--font-size-xl);
    font-weight: 500;
}
h3, h4 {
    font-size: var(--font-size-lg);
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img, svg {
    pointer-events: none;
    max-width: 100%!important;
    height: auto;
}
table {
    counter-set: stt;
    border-collapse: collapse;
}
th.stt:before {
    counter-increment: stt;
    content: counter(stt);
}
table.aligncenter {
    display: table;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
}
b, strong {
    font-weight: 700;
}
blockquote {
    color: #31708f;
    background-color: #d9edf7;
    padding: 15px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    margin: 0 0 1rem;
}
iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: unset;
}
@media (min-width: 1600px) {
    .container {
        max-width: 1750px;
    }
}
@media (max-width: 1600px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .container {
        --bs-gutter-x: .5rem;
    }
}
.fs-xs {
    font-size: var(--font-size-xs);
}
.fs-sm {
    font-size: var(--font-size-sm);
}
.fs-md {
    font-size: var(--font-size-md);
}
.fs-lg {
    font-size: var(--font-size-lg);
}
.fs-xl {
    font-size: var(--font-size-xl);
}
.fs-xxl {
    font-size: var(--font-size-xxl);
}
.bg-main {
    background: var(--main-color);
}
.bg-1 {
    background: var(--custom-bg-1);
}
.bg-2 {
    background: var(--custom-bg-2);
}
.border-orange {
    border-color: var(--custom-orange)!important;
}
.ratio-3x2 {
    --bs-aspect-ratio: 66.66666666%;
}
.dotBefore:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="8" width="8" viewBox="0 0 512 512"><path fill="%23076d02" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"/></svg>');
    margin-right: 8px;
}
footer ul {
    padding-left: 1.2rem;
}
header ul,
#navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu-top-left {
    display: flex;
    gap: .5rem;
}
.gt_option,
.gt_options {
    position: absolute!important;
    height: auto !important;
    max-height: none !important;
}
#gt_float_wrapper {
    display: flex;
    .gt-current-lang {
        display: flex;
        padding: .3rem;
    }
    .gt_float_switcher-arrow {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 285 285" transform="rotate(180)"><path d="m282 65.5-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z" style="fill:%23666"/></svg>');
    }
    .gt-selected {
        background-color: #474747;
    }
    .gt_float_switcher img,
    .gt_float_switcher .gt_float_switcher-arrow {
        width: 18px;
        height: 18px;
    }
    .gt_float_switcher .gt_options {
        right: 0px;
        top: 100%;
        background: #474747;
        border: 1px solid;
        z-index: 1111;
        max-height: none;
    }
    .gt_float_switcher .gt_options a {
        color: #fff;
    }
    .gt-lang-code {
        display: none;
    }
}
#headerLogo {
    height: 80px;
}
.brand {
    text-transform: uppercase;
    color: #5aa606;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 0;
}
#topbar a {
    color: inherit;    
}
#mainHeader {
    height: 120px;
}
#navbar {
    font-weight: 500;
}
/* Main Menu */
#main-menu {
    display: flex;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
#main-menu .sub-menu .current-menu-item a,
#main-menu .sub-menu a:hover {
    color: #FF5722;
    position: relative;
}
#main-menu .sub-menu .current-menu-item a:before,
#main-menu .sub-menu a:hover:before {
    content: url('data:image/svg+xml,<svg width="28" height="28" fill="%23FF5722" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m10 7 6 5-6 5z"/></svg>');
    position: absolute;
    left: -25px;
    top: 1px;
}
#main-menu a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-size: 17px;
}
#main-menu a:hover {
    color: inherit;
}
#main-menu > .menu-item-has-children > .sub-menu {
    width: max-content;
    padding: .5rem 1.5rem;
    font-size: var(--font-size-sm);
    line-height: 2;
    z-index: 2;
}
/* Form */
.form {
    padding: 10px;
}
.form label {
    font-size: var(--font-size-md);
}
.wpcf7-form p {
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    margin: 0;
}
#wpcf7-f524-o1 .wpcf7-form p {
    display: flex;
    height: 33px;
}
#wpcf7-f524-o1 .wpcf7-form span[data-name="phone"] {
    flex-grow: 1;
}
#wpcf7-f524-o1 .wpcf7-form span[data-name="phone"] input {
    margin-bottom: 0;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    height: 40px;
    padding-left: 1rem;
}
#wpcf7-f524-o1 .wpcf7-form span[data-name="phone"] input:focus {
    box-shadow: none;
}
#wpcf7-f524-o1 .wpcf7-form [type="submit"] {
    width: fit-content;
    font-weight: bold;
    height: 40px;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    padding: 0 1rem;
}
#wpcf7-f525-o1 .back-home {
    width: 48%;
    float: left;
    padding: .25rem .5rem;
    border: 1px solid #076d02;
    border-radius: 5px;
}
#wpcf7-f525-o1 .wpcf7-submit {
    width: 48%;
    float: right;
}
.wpcf7-response-output {
    display: none;
}
/* Button */
.btn-1 {
    background: transparent;
    border: 1px solid #076d02;
    border-radius: var(--bs-border-radius-pill)!important;
    padding: 0 1rem;
    width: fit-content;
}
.btn-1:hover,
.btn-1.active {
    color: #fff;
    background: #076d02;
}
.btn-viewall {
    line-height: 1.2;
    background: #5aa606;
    color: #fff;
}
.btn-tab {
    color: #000;
}
/* Section */
.section {
    position: relative;
}
.section h2 {
    text-transform: uppercase;
    font-weight: 700;
}
.section .title-1:before,
.section .title-2:before {
    content: '';
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, var(--main-color) 45%, transparent 45%, transparent 55%, var(--main-color) 55%, var(--main-color));
    left: 0;
    right: 0;
}
.section .title-1:after,
.section .title-3:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="d-flex" height="16" width="14" viewBox="0 0 448 512"><path fill="%23ffcc00" d="M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"/></svg>');
    line-height: 0;
    padding: 4px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
}
.section .title-1 {
    margin-bottom: 38px;
}
.section .title-1,
.section .title-2 {
    background: var(--main-color);
    padding: 8px 50px;
    border-radius: 20px;
}
.section .title-1:before {
    bottom: -22px;
    margin: 0 40px;
}
.section .title-1:after {
    position: absolute;
    transform: translate(50%, 50%);
    right: 50%;
    bottom: -20px;
}
.section .title-2:before {
    margin: 0 -40px;
    z-index: -1;
    top: 50%;
}
.section .title-3::before {
    display: inline-block;
    margin-right: 5px;
}
/* OWL */
.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; 
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; 
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; 
}
.owl-prev, .owl-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
}
.owl-prev{
    left: 5px;
}
.owl-next{
    right: 5px;
}
#content .owl-stage {
    display: flex;
}
.owl-stage .owl-item > * {
    height: 100%;
}
.owl-nav button {
    background: #00000080!important;
}

/* Main Slide */
#main-slide {
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-color: #fff;
    --swiper-pagination-color-active: #000;
}   
#main-slide .swiper-slide {
    height: auto;
    aspect-ratio: 2.4 / 1;
}
#main-slide .owl-dots {
    position: absolute;
    display: flex;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
    list-style: none;
    width: fit-content;
}
#main-slide .owl-dots span {
    border: none;
    color: transparent;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512" style="fill: %23FFF;"><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"/></svg>') no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 5px;
}
#main-slide .owl-dots .owl-dot.active span {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512" style="fill: %23FFF;"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"/></svg>') no-repeat;
}
#main-slide img {
    width: 100%;
}
/* Customers */
#customers .slick-slide:not(.slick-current):before {
    content: none;
}

/* Why Us */
#whyus .d-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
}

/* Story */
#story {
    background-size: cover;
}

/* Typical */
#typical a {
    display: flex;
    position: absolute;
    color: var(--bs-light);
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    outline: 10px solid rgb(0 0 0 / 50%);
    inset: 14px;
    z-index: 1;
    text-decoration: none;
    border: 1px solid transparent;
    background: rgb(0 0 0 / 50%);
}
#typical .owl-item:hover a {
    border-color: var(--typical-border-color);
    background: none;
}
#typical .owl-item span {
    border: 1px solid var(--typical-border-color);
    padding: 0 10px;
}
#typical .owl-item:hover span {
    background: rgb(0 0 0 / 50%);
}

/* Video */
#pr {
    background-size: cover;
}
@media (min-width: 992px) {
    #pr .d-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    #pr .d-grid div:first-child {
        grid-column: 1 / span 3;
    }
}

/* Images */
#content .ratio,
#pr button,
#news .ratio,
#typical .ratio {
    border-radius: .5rem;
    overflow: hidden;
}
#qtlv .d-grid > div:hover img,
#content .col a:hover img,
#pr button:hover img,
#news .col:hover img,
#typical .owl-item:hover img {
    transform: scale(1.2);
    transition: all .5s;
}

/* QTLV */
#qtlv .d-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
}
#qtlv .d-grid > div:first-child {
    grid-column: 1 / 2 span;
}
@media (max-width: 991.98px) {
    #qtlv .d-grid {
        column-gap: 0;
        row-gap: .5rem;
        grid-template-columns: 1fr;
    }
}

/* Panel */
.panel-content > .panel {
    display: none;
}
.panel-content > .active {
    display: flex;
}
/* Partners */
/* marquee */
.marquee {
    --gap: 5px;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
  }
.marquee__content {
    flex-shrink: 0;
    display: flex;
    min-width: 100%;
    gap: var(--gap);
    padding: 0;
    margin: 0;
}
.scrollX {
    animation: scrollX 20s linear infinite;
}
.scrollY {
    animation: scrollY 15s linear infinite;
}
@keyframes scrollX {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@keyframes scrollY {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(calc(-100% - var(--gap)));
    }
}
/* Counter */
.counter:not(.is-visible) {
	visibility: hidden;
}
/* Muc luc */
.mucluc-1 {
    font-size: var(--font-size-xl);
    font-weight: 500;
}
.mucluc-2 {
    font-size: var(--font-size-lg);
    font-weight: 500;
}
.mucluc-3 {
    font-size: var(--font-size-md);
    font-weight: 500;
}
.btn-mucluc {
    border: none;
    background: none;
    display: flex;
    text-align: left;
    line-height: 1.25;
    margin-top: 10px;
}
.btn-mucluc.lv-h3:before {
    content: '--'
}
.btn-mucluc.lv-h4:before {
    content: '----'
}
/* Summary */
#summary .owl-dots {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}
/* Single Product */
h1.product-title {
    color: #5aa606;
    font-weight: 900;
    text-transform: uppercase;
}
/* Content */
#content .owl-dots {
    display: none;
}
#content [id^="thumb-"] {
    padding: .5rem 32px;
    background: #0f2a34;
}
#content [id^="thumb-"] .owl-item:not(.center) {
    opacity: 50%;
}
#content [id^="thumb-"] .owl-nav {
    color: #fff;
}
#content [id^="thumb-"] .owl-prev {
    left: 5px;
}
#content [id^="thumb-"] .owl-next {
    right: 5px;
}
/* tinymce */
body#tinymce {
    .mucluc-1, .mucluc-2, .mucluc-3 {border: 1px solid var(--custom-orange);}
    .mucluc-1:before, .mucluc-2:before, .mucluc-3:before {font-size: 7px;}
    .mucluc-1:before {content: 'ML1';}
    .mucluc-2:before {content: 'ML2';}
    .mucluc-3:before {content: 'ML3';}
}
/* Gallery */
#gallery {
    margin-bottom: 0;
}
#gallery .slick-dots {
    position: absolute;
    display: flex;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
    list-style: none;
    width: fit-content;
}
/* Flashsale */
#flashsale {
    background: #e0e0e0;
}
#flashsale li > span {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    padding: 0.25rem;
    font-size: var(--font-size-xl);
    border-radius: 5px;
}
#flashsale li > span >span {
    font-weight: normal;
    font-size: var(--font-size-xs);
}
#buynow {
    font-size: 10px;
    border-radius: 5px;
    padding: 5px 10px;
    line-height: 1.25;
}
/* gifts */
#gifts {
    .gift-content {
        display: none;
        position: absolute;
        top: 100%;
        padding: 5px;
        background: #fff;
        z-index: 11;
    }
    .gift-content ul {
        margin: 0;
        padding: .5rem;
        padding-left: 1rem;
    }
    .gift:hover .gift-content {
        display: block;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* pr */
#videoIframe {
    width: 100%;
    aspect-ratio: 16/9;
}
/* information */
#information {
    ol, ul {
        margin-bottom: 0;
        padding-left: 15px;
    }
}
/* filter */
#filter select {
    width: 180px;
    align-self: center;
}

/* lien he */
#button-contact-vr {
    position: fixed;
    bottom: 10px;
    z-index: 99999;
    right: 10px;
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#messenger-vr .phone-vr-circle-fill {
    background-color: rgba(198, 63, 204, 0.6);
    box-shadow: 0 0 0 0 #c63fcc;
}
#messenger-vr .phone-vr-img-circle {
    background: #c63fcc;
    width: 50px;
    height: 50px;
    top: 20px;
    left: 20px;
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
.content-fix .widget_text {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8000;
    width: 100%;
    box-shadow: 0px -15px 25px rgba(0, 0, 0, 0.15);
}

.content-fix .widget_text ul li {
    list-style: none;
    display: inline-block;
    float: left;
    width: calc(25% - 1px);
    border-right: 1px solid rgb(242 242 242 / 20%);
}

.content-fix .widget_text ul li:last-child {
    width: 25%;
    border-right: none;
}

.content-fix .widget_text ul li a, .content-fix .widget_text ul li strong {
    float: left;
    width: 100%;
    text-align: center;
    background: url(https://kientructrangkim.com/wp-content/themes/caia/images/fix3.svg) no-repeat top 10px center;
    background-size: 21px;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    padding: 35px 0 10px;
    font-weight: 400;
}

.content-fix .widget_text ul li:first-child a, .content-fix .widget_text ul li:first-child strong {
    background: url(https://kientructrangkim.com/wp-content/themes/caia/images/fix4.svg) no-repeat top 6px center;
    background-size: 30px;
}

.content-fix .widget_text ul li:last-child a {
    background: url(https://kientructrangkim.com/wp-content/themes/caia/images/fix1.svg) no-repeat top 11px center;
    background-size: 15px;
}

.content-fix .widget_text ul li:nth-last-child(2) a, .content-fix .widget_text ul li:nth-last-child(2) strong {
    background: url(https://kientructrangkim.com/wp-content/themes/caia/images/fix2.svg) no-repeat top 10px center;
    background-size: 20px;
}


/* footer */
.title-f {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.title-f:before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: var(--main-color);
    bottom: 0;
}
.content-f ul li {
    margin-bottom: 8px;
}


.wp-caption {
    margin: 0 auto;
    max-width: 100%;
    width: fit-content!important;
}
.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
    text-align: center;
    background: #e6e6e6;
    padding: .5rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

/* Ratting start */
.rating:not(:checked) > label:before {
    content: '★ ';
}
.rating:not(:checked) > label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    font-size: var(--font-size-xxl);
    line-height: 1.25;
    color: #ddd;
}
.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating:not(:checked) > input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.rating > input:checked ~ label {
    color: #f70;
}
/* Item */
.item_price {
    font-size: var(--font-size-lg);
    font-weight: 500;
    --bs-text-opacity: 1;
    color: #FF5722;
}
.item_old_price {
    text-decoration: line-through!important;
    color: inherit;
    opacity: .5;
    font-weight: 400;
}

.one_line_text, .two_line_text, .three_line_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.one_line_text {
    -webkit-line-clamp: 1;
}
.two_line_text {
    -webkit-line-clamp: 2;
}
.three_line_text {
    -webkit-line-clamp: 3;
}
/* Button Contact */
button.contactButton:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 512 512"><path d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1l99.9 107.1c3.5 3.8 5.5 8.7 5.5 13.8s-2 10.1-5.5 13.8L294.6 376.9c-4.2 4.5-10.1 7.1-16.3 7.1C266 384 256 374 256 361.7l0-57.7-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-57.7c0-12.3 10-22.3 22.3-22.3c6.2 0 12.1 2.6 16.3 7.1z"/></svg>');
    vertical-align: middle;
    margin-left: 10px;
}
button.btn-tab.active,
button.btn-tab.active > * {
    width: max-content;
}
/* Input */
.wpcf7-form input[type=email], 
.wpcf7-form input[type=number], 
.wpcf7-form input[type=tel], 
.wpcf7-form input[type=text], 
.wpcf7-form textarea {
    background-color: #ddd;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    padding: .5rem;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    width: 100%;
    margin-bottom: .75rem;
}
.wpcf7-form input[type=email]:focus, 
.wpcf7-form input[type=number]:focus, 
.wpcf7-form input[type=tel]:focus, 
.wpcf7-form input[type=text]:focus, 
.wpcf7-form textarea:focus {
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    color: #333;
    opacity: 1 !important;
    outline: 0;
}
.wpcf7-form input:focus ~ .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form input.wpcf7-submit {
    width: 100%;
}
.wpcf7-form textarea {
    max-height: 100px;
}
.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 1;
    background: #F5F5F5;
    border: 1px solid #999;
    padding: 0 .25rem;
    font-size: .8rem !important;
    top: calc(100% + .5rem);
}
.wpcf7-not-valid-tip:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #999;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    top: -5px;
    left: 30px;
    background: #f5f5f5;
}
.wpcf7-form-control-wrap.recaptcha {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: .5rem;
}
.wpcf7-not-valid {
    outline: 1px solid #ff0000!important;
}
.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid::after {
    content: 'Vui lòng xác nhận reCaptcha';
    display: block;
    text-align: center;
}
/* Comments */
.comment {
    margin-left: 30px;
    margin-bottom: 1.5rem;
}
.comment > span {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--custom-bg-2);
    border-radius: 50%;
    font-size: var(--font-size-sm);
    float: left;
    margin-left: -30px;
    font-weight: 500;
}
.comment > .reply {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.child-comments {
    position: relative;
    margin-top: 15px;
    border: 1px solid var(--custom-bg-2);
    background-color: var(--custom-bg-1);
    padding: 1rem;
}
.child-comments:before {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 1px solid var(--custom-bg-2);
    border-left: 1px solid var(--custom-bg-2);
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    left: 10px;
    background: var(--custom-bg-1);
}
.rank-math-breadcrumb p {
    margin-bottom: inherit;
}
.zoomImg {
    max-width: unset!important;
}

@media (min-width: 1200px) {
    body:not(.single) #navbar {
        height: 50px;
        position: absolute;
        width: 100%;
        z-index: 1111;
    }
    #main-menu > .menu-item {
        position: relative;
        
    }
    #main-menu > .menu-item > a {
        height: 100%;
        border-bottom: 3px solid transparent;
    }
    #main-menu > .current-menu-item > a,
    #main-menu > .current-menu-parent > a,
    #main-menu > .menu-item:hover > a {
        border-bottom-color: #FF5722;
        color: #FF5722;
    }
    #main-menu > .menu-item-has-children > .sub-menu {
        position: absolute;
        display: none;
    }
    #main-menu > .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
    #sidebar {
        max-width: 427px;
        flex-shrink: 0;
    }
    #children .child {
        min-width: 200px;
    }
    .container-fluid {
        --bs-gutter-x: 3rem;
    }
}
@media (max-width: 575.98px) {
    :root {
        font-size: 14px;
    }
    table {
        max-width: 100%;
    }
    table * {
        font-size: 8px!important;
        padding: 1px 2px!important;
    }
    .item_price {
        font-size: var(--font-size-sm);
    }
    .item_old_price {
        font-size: var(--font-size-sm);
    }
    #headerLogo {
        height: 40px;
        width: auto;
    }
    #mainHeader {
        height: 60px;
    }
    #mainHeader > .container {
        padding: 3px;
    }
    #typical h3,
    #typical a > span {
        font-size: var(--font-size-sm);
    }
    #whyus .title {
        font-size: var(--font-size-sm);
        text-align: center;
    }
    #statics .counter {
        align-self: center;
    }
    .nav-tabs .nav-link {
        padding: 4px 8px;
    }
    #videoIframe {
        width: 100%;
        height: 100%;
    }
    #pr button > span > img {
        max-width: 5vh!important;
    }
    #story .story-image {
        order: -1;
    }
    #main-menu .sub-menu a {
        font-size: 16px;
    }
    #whyus .d-grid {
        gap: .25rem;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-body {
        padding: 0;
    }
    #main-menu .menu-item:not(.menu-item-has-children) a {
        display: block;
    }
    #main-menu > .menu-item-has-children:before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="10" viewBox="0 0 320 512"><path fill="currentColor" d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>');
        width: 20px;
        text-align: center;
        display: block;
        float: right;
    }
    #main-menu > .menu-item-has-children > .sub-menu {
        padding-left: 2rem;
        width: calc(100% + var(--bs-gutter-x));
        margin: 0px calc(0px - var(--bs-gutter-x)* .5);
    }
    #whyus .d-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}