/*!
Theme Name: Etinco
Theme URI: https://etinco.com.vn
Author: etinco - etinco.vn@gmail.com
Author URI: https://etinco.vn
Description: power by etinco
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chuong_nv
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
b, strong {
    font-weight: 700;
}
.newsletterForm .nltBtn {
    top: 0;
    transform: unset;
}
.list-products .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    line-height: 1;
    color: #bdbdbd;
    font-size: 0;
    z-index: 1;
    margin-top: -15px;
}
.list-products .slick-prev {
    left: -40px;
}
.list-products .slick-next {
    right: -40px;
}
.list-products .slick-next::before {
    background: url(images/angle-right.svg) no-repeat 50%;
    background-size: cover;
}
.list-products .slick-prev::before {
    background: url(images/angle-left.svg) no-repeat 50%;
    background-size: cover;
}
.product-detail {
    background: #fff;
    box-shadow: 0 0 10px 1px #ddd;
    border-radius: 10px;
    padding: 32px;
}
.product-content-section {
    display: none;
}
.product-content-section.active {
    display: block;
}
.header-menu .menu-primary li.current-lang {
    opacity: 0.3;
}
.list-product-thumb {
    display: flex;
}
.list-product-thumb.slick-slider .slick-list {
    min-width: 100%;
}
.list-product-gallery:not(.slick-slider) .gallery-item + .gallery-item {
    display: none;
}
.nav-product-detail .innerLink {
    padding: 5px 30px;
    text-align: center;
    margin-right: 0;
    display: flex;
    color: #83878e;
    border: 0;
    font-weight: 700;
}
.nav-product-detail {
    display: flex;
    padding-left: 0;
    border-bottom: 1px solid #c1c3c7;
}
.nav-product {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}
.nav-product-detail .innerLink.active, .nav-product-detail .innerLink:hover {
    color: #098bf6;
    border-bottom: 2px solid #098bf6;
}
.header-menu.fixed .dropLang a {
    color: #fff;
}
.dropdown-toggle::after {
    width: 14px;
    height: 14px;
}
.header-menu .menu-primary {
	font-size: 17px;
}
.header-menu .menu-primary > li.lang-item-first {
    margin: 0;
    position: relative;
}
.header-menu .menu-primary > li.lang-item-first:after {
    content: '';
    display: block;
    width: 1px;
    background: #fff;
    height: 16px;
    position: absolute;
    right: -1px;
    text-align: ;
    top: 50%;
    transform: translateY(-50%);
}
.header-menu.fixed .menu-primary > li.lang-item-first:after {
    background: #002362;
}
.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(0,0,0,0.17);
    color: #333;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateX(100%);
    transition: all .25s ease;
}
.scrollToTop::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('images/icons/arrow-up.svg') no-repeat center;
}
.scrollToTop.button-show {
    opacity: 1;
    transform: none;
    pointer-events: visible;
}
.block-filter-sort .filter-sort__list-selected .btn-filter {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}
.modal-order .modal-title {
    color: #ff4c00;
    font-size: 24px;
    font-weight: 700;
    font-family: Bai Jamjuree;
}
.modal-order .close {
    background: transparent;
    border: 0;
    font-size: 24px;
}
.modal-order .modal-content {
    background: #fff;
}
.modal-order .modal-dialog {
    max-width: 800px;
}
.order-product {
    border-radius: 16px;
    background: #fff;
    font-size: 14px;
    padding: 32px 0;
}
.order-product .thumb-contact {
    padding-right: 50px;
}
.order-product .title-1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
}
.order-product .sub-title {
    font-size: 16px;
    margin-bottom: 48px;
}
.order-product .form-group {
    margin-bottom: 24px;
}
.order-product .checkbox__input .checkbox,
.order-product .checkbox__input .radio {
    position: absolute;
    opacity: 0;
}
.order-product .checkbox__input .checkbox:checked ~ .label-checkbox:after,
.order-product .checkbox__input .radio:checked ~ .label-checkbox:after {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    border: solid #545454;
    top: 5px;
    left: 9px;
    width: 8px;
    height: 15px;
    border-width: 0 4px 4px 0;
}
.order-product .checkbox__input .label-checkbox {
    display: inline-flex;
    position: relative;
    align-items: center;
    margin: 0;
    font-size: 1.3rem;
    vertical-align: top;
    cursor: pointer;
}
.order-product .checkbox__input .label-checkbox:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: 2px 15px 0 0;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}
.order-product .checkbox__input .label-p {
    font-size: 16px;
}
.order-product .file-upload {
    position: relative;
    cursor: pointer;
}
.order-product .file-upload:after {
    content: "";
    position: absolute;
    background: url(../images/icons/upload-03.png) no-repeat 50%;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 0;
    right: 15px;
    top: 15px;
}
.order-product .form-control {
    min-height: 54px;
    border-radius: 14px;
    padding: 14px 20px;
    font-size: 14px;
}
.order-product textarea.form-control {
    min-height: 128px;
}
.order-product .btn-submit {
    padding: 16px 32px;
    width: 100%;
    background: #ff4c00;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 14px;
}
.order-product label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #002362;
}
.order-product [type="number"]::-webkit-inner-spin-button,
.order-product [type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.order-product [type="number"] {
    -moz-appearance: textfield;
}
@media (min-width:  768px) {
    .contact-section-03 .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .banner-hero {
        aspect-ratio: 16/9;
    }
}
@media (max-width: 767px) {
    .order-product {
        padding: 32px 24px;
    }
    .order-product .thumb-contact {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .order-product .title-1 {
        font-size: 32px;
    }
    .order-product .form-control {
        min-height: 48px;
    }
    .banner-hero {
        height: 585px;
    }
}
@media (max-width: 414px) {
    .order-product {
        padding: 32px 15px;
    }
}
.just-validate-error-field {
    border-color: rgb(184, 17, 17);
}
.toc-single .list-toc ul {
    margin-bottom: 0;
    padding-left: 15px;
}
.entry table,
.entry table tr,
.entry table td {
    border: 1px solid #ccc;
}
.entry table {
    margin-bottom: 24px;
}
.product .product-thumb img {
    width: auto;
}
.post.price-list .post-thumbnail img {
    width: auto;
    margin: 0 auto;
}
.post.price-list .post-thumbnail {
    background: rgba(0, 35, 98, 0.05);
}
/*contact fixed*/
.arcontactus-widget .arcontactus-message-button.pulsation {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.arcontactus-widget.md .arcontactus-message-button,
.arcontactus-widget.md.arcontactus-message {
    width: 60px;
    height: 60px;
}

.arcontactus-widget {
    opacity: 0;
    transition: all 0.5s;
}

.arcontactus-widget * {
    box-sizing: border-box;
}

.arcontactus-widget.left.arcontactus-message {
    left: 20px;
    right: auto;
}

.arcontactus-widget.left .arcontactus-message-button {
    right: auto;
    left: 0;
}

.arcontactus-widget.left .arcontactus-prompt {
    left: 80px;
    right: auto;
    transform-origin: 0 50%;
}

.arcontactus-widget.left .arcontactus-prompt:before {
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: auto;
    left: -15px;
}

.arcontactus-widget.left .messangers-block {
    right: auto;
    left: 0;
    -webkit-transform-origin: 10% 105%;
    -ms-transform-origin: 10% 105%;
    transform-origin: 10% 105%;
}

.arcontactus-widget.left .callback-countdown-block {
    left: 0;
    right: auto;
}

.arcontactus-widget.left .callback-countdown-block::before,
.arcontactus-widget.left .messangers-block::before {
    left: 25px;
    right: auto;
}

.arcontactus-widget.md .callback-countdown-block,
.arcontactus-widget.md .messangers-block {
    bottom: 70px;
}

.arcontactus-widget.md .arcontactus-prompt {
    bottom: 5px;
}

.arcontactus-widget.md.left .callback-countdown-block:before,
.arcontactus-widget.md.left .messangers-block:before {
    left: 21px;
}

.arcontactus-widget.md.left .arcontactus-prompt {
    left: 70px;
}

.arcontactus-widget.md.right .callback-countdown-block:before,
.arcontactus-widget.md.right .messangers-block:before {
    right: 21px;
}

.arcontactus-widget.md.right .arcontactus-prompt {
    right: 70px;
}

.arcontactus-widget.md .arcontactus-message-button .pulsation {
    width: 74px;
    height: 74px;
}

.arcontactus-widget.md .arcontactus-message-button .callback-state,
.arcontactus-widget.md .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.arcontactus-widget.sm .arcontactus-message-button,
.arcontactus-widget.sm.arcontactus-message {
    width: 50px;
    height: 50px;
}

.arcontactus-widget.sm .callback-countdown-block,
.arcontactus-widget.sm .messangers-block {
    bottom: 60px;
}

.arcontactus-widget.sm .arcontactus-prompt {
    bottom: 0;
}

.arcontactus-widget.sm.left .callback-countdown-block:before,
.arcontactus-widget.sm.left .messangers-block:before {
    left: 16px;
}

.arcontactus-widget.sm.left .arcontactus-prompt {
    left: 60px;
}

.arcontactus-widget.sm.right .callback-countdown-block:before,
.arcontactus-widget.sm.right .messangers-block:before {
    right: 16px;
}

.arcontactus-widget.sm.right .arcontactus-prompt {
    right: 60px;
}

.arcontactus-widget.sm .arcontactus-message-button .pulsation {
    width: 64px;
    height: 64px;
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.arcontactus-widget.sm .arcontactus-message-button .static {
    margin-top: -16px;
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.arcontactus-widget.active {
    opacity: 1;
}

.arcontactus-widget .icons.hide,
.arcontactus-widget .static.hide {
    opacity: 0;
    transform: scale(0);
}

.arcontactus-widget.arcontactus-message {
    z-index: 100;
    right: 15px;
    bottom: 100px;
    position: fixed !important;
    height: 60px;
    width: 60px;
}

.arcontactus-widget .arcontactus-message-button {
    width: 60px;
    position: absolute;
    height: 60px;
    right: 0;
    background-color: #ff4c00 !important;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.arcontactus-widget .arcontactus-message-button p {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.arcontactus-widget .arcontactus-message-button .pulsation {
    width: 84px;
    height: 84px;
    background-color: #ff4c00 !important;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.arcontactus-widget .arcontactus-message-button .icons {
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}

.arcontactus-widget .arcontactus-message-button .static {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -26px;
    width: 49px;
    height: 49px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.arcontactus-widget .arcontactus-message-button .static img {
    display: inline;
}

.arcontactus-widget .arcontactus-message-button .static svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
    margin-top: -12px;
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.arcontactus-widget .pulsation.stop {
    -webkit-animation: none;
    animation: none;
}

.arcontactus-widget .icons-line {
    top: 10px;
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
    -o-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    height: 24px;
    transition: 0.2s all;
}

.arcontactus-widget .icons,
.arcontactus-widget .static {
    transition: 0.2s all;
}

.arcontactus-widget .icons-line.stop {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.arcontactus-widget .icons-line span {
    display: inline-flex;
    width: 24px;
    height: 24px;
    color: #ff4c00 !important;
}

.arcontactus-widget .icons-line span i,
.arcontactus-widget .icons-line span svg {
    width: 24px;
    height: 24px;
}

.arcontactus-widget .icons-line span i {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
    margin-right: 40px;
}

.arcontactus-widget .icons.hide .icons-line {
    transform: scale(0);
}

.arcontactus-widget .icons .icon:first-of-type {
    margin-left: 0;
}

.arcontactus-widget .arcontactus-close {
    color: #fff;
}

.arcontactus-widget .arcontactus-close svg {
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in 0.12s all;
    -o-transition: ease-in 0.12s all;
    transition: ease-in 0.12s all;
    display: block;
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.arcontactus-widget .arcontactus-prompt,
.arcontactus-widget .messangers-block {
    background: center no-repeat #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out 0.12s all;
    -o-transition: ease-out 0.12s all;
    transition: ease-out 0.12s all;
    z-index: 10000;
}

.arcontactus-widget .arcontactus-prompt:before,
.arcontactus-widget .messangers-block:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: "";
}

.arcontactus-widget .arcontactus-prompt.show-messageners-block,
.arcontactus-widget .messangers-block.show-messageners-block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.arcontactus-widget .arcontactus-prompt {
    color: #787878;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    width: auto;
    bottom: 10px;
    right: 80px;
    white-space: nowrap;
    padding: 18px 20px 14px;
}

.arcontactus-widget .arcontactus-prompt:before {
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 8px solid transparent;
    bottom: 16px;
    right: -15px;
}

.arcontactus-widget .arcontactus-prompt.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    z-index: 100;
    height: 14px;
    width: 14px;
    padding: 2px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
    height: 10px;
    width: 10px;
    display: block;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
    border-radius: 10px;
    display: inline-block;
    left: 3px;
    padding: 0;
    position: relative;
    top: 4px;
    width: 50px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div {
    position: relative;
    float: left;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 0 2px;
    -webkit-animation: arcontactus-updown 2s infinite;
    animation: arcontactus-updown 2s infinite;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(2) {
    animation-delay: 0.1s;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(3) {
    animation-delay: 0.2s;
}

.arcontactus-widget .messangers-block.sm .messanger {
    padding-left: 50px;
    min-height: 44px;
}

.arcontactus-widget .messangers-block.sm .messanger span {
    height: 32px;
    width: 32px;
    margin-top: -16px;
}

.arcontactus-widget .messangers-block.sm .messanger span svg {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.arcontactus-widget .messanger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 54px;
    text-decoration: none;
}

.arcontactus-widget .messanger:hover {
    background-color: #f1f1f1;
}

.arcontactus-widget .messanger:before {
    background-repeat: no-repeat;
    background-position: center;
}

.arcontactus-widget .messanger.facebook span {
    background: #0084ff;
}

.arcontactus-widget .messanger.email span {
    background: #ff8400;
}

.arcontactus-widget .messanger.contact span {
    background: #7eb105;
}

.arcontactus-widget .messanger.call-back span {
    background: #54cd81;
}

.arcontactus-widget .messanger span {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffeae1 !important;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.arcontactus-widget .messanger span i,
.arcontactus-widget .messanger span svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.arcontactus-widget .messanger span svg {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
}

.arcontactus-widget .messanger span i {
    font-size: 18px;
    line-height: 24px;
}

.arcontactus-widget .messanger p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    /* Black */
    color: #131313;
}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
    right: auto;
    left: 0;
    bottom: 10%;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
    right: auto;
    left: 0;
    bottom: 10%;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md .onesignal-bell-launcher-dialog {
    right: -180px;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md .onesignal-bell-launcher-dialog:after {
    right: auto;
    left: 10px;
}

.images_kt_1242023:nth-child(1) ~ .images_kt_1242023 {
    display: none;
}

@media (max-width: 992px) {
    .arcontactus-widget.arcontactus-message {
    }

    #onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
        right: auto;
        left: 10px;
        bottom: 8%;
    }

    div#arcontactus {
    }
}

@-webkit-keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes arcontactus-updown {
    0%,
    100%,
    43% {
        transform: translate(0, 0);
    }

    25%,
    35% {
        transform: translate(0, -10px);
    }
}

@-webkit-keyframes arcontactus-updown {
    0%,
    100%,
    43% {
        transform: translate(0 0);
    }

    25%,
    35% {
        transform: translate(-10px 0);
    }
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes arcontactus-show-stat {
    0%,
    100%,
    20%,
    85% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    21%,
    84% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes arcontactus-show-stat {
    0%,
    100%,
    20%,
    85% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    21%,
    84% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes arcontactus-show-icons {
    0%,
    100%,
    20%,
    85% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    21%,
    84% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes arcontactus-show-icons {
    0%,
    100%,
    20%,
    85% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    21%,
    84% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.home-customer .list-customer {
    box-shadow: unset;
}
.form-service .list-search {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    align-items: center;
    font-size: 15px;
}
.form-service .list-search .title-group {
    border-radius: 52px;
    border: 1px solid #dbdbdb;
    padding: 10px 16px;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.form-service .list-search .title-group:after {
    content: ;
    content: "";
    position: ;
    width: 24px;
    height: 24px;
    background: url(images/icons/icon-down.svg) no-repeat 50%;
    display: inherit;
    position: absolute;
    right: 12px;
    top: 10px;
}
.form-service .list-search .child {
    display: none;
}
.form-service .list-search .active .child {
    display: block;
    list-style: none;
    padding-left: 0;
    position: absolute;
    background: #f0efef;
    left: 0;
    right: 0;
    top: calc(100% + 3px);
    border-radius: 6px;
    overflow: hidden;
}
.form-service .list-search .child li.active {
    background: #c8e4c6;
}
.form-service .list-search .child li {
    padding: 8px 16px;
}
.form-service .list-search .child li:not(:last-child) {
    border-bottom: 1px dashed #dedede;
}
.company-info .page-footer__social li .youtube {
    background: url(images/icons/Youtube-color.svg) no-repeat 50%;
    background-size: 24px;
}
.list-archive-products ~ #pagination {
    margin-top: 32px;
    margin-bottom: 0;
}
.list-archive-products ~ #pagination .pagination {
    justify-content: flex-end;
}
.page-header-transparent .header-menu .menu-primary li.active > .nav-link {
    color: #ff4c00;
}
.about-section-02 {
    padding-top: 80px;
}
body.single .topPage__title {
    max-width: 850px;
}
.page-header-transparent + .page-content .topPage .breadcrumb_last {
    color: #fff;
}
.text-1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 6px;
}
.text-2 {
    font-size: 32px;
    margin-bottom: 12px;
}
.btn.btn-home {
    padding: 8px 16px;
    background: #ff4c00;
    color: #fff;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    margin-top: 40px;
}
.btn.btn-home::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 12px;
    display: inline-block;
    background: url(images/icons/angle-left.png) no-repeat 50%;
    background-size: contain;
}
.btn.btn-home:hover {
    background: #fff;
    color: #ff4c00;
    border: 1px solid #ff4c00;
}
.btn.btn-home:hover::before {
    background-image: url(images/icons/angle-left-white.png);
}
.product-price ins {
    text-decoration: none;
}
.product-price del {
    color: rgba(16, 80, 29, 0.5);
    font-size: 12px;
    font-weight: 400;
    margin-left: 12px;
}
.list-services .item-title {
    color: #50b848;
}
.rank-math-breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0;
    color: #e0e0e0;
    margin: 0;
    font-size: 13px;
    margin-bottom: 40px;
}
.rank-math-breadcrumb a {
    font-weight: 400;
    font-size: 13px;
    color: #50516d;
    margin-right: 10px;
}
.rank-math-breadcrumb p {
    margin: 0;
}
.rank-math-breadcrumb a:hover {
    color: #d20404;
}
.rank-math-breadcrumb .last {
    color: #50516d;
    margin-left: 10px;
}

.topPage .rank-math-breadcrumb, .topPage .rank-math-breadcrumb * {
    color: #fff;
}
.topPage .rank-math-breadcrumb {
    margin: 0;
    margin-top: 16px;
}
@media (max-width: 991px) {
    .rank-math-breadcrumb {
        margin-bottom: 32px;
    }
}
body.single .last {
    display: none;
}
.product-filter .box_search input {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #ebebeb;
    padding: 12px 20px;
}
.product-filter .box_search {
    margin-bottom: 15px;
}
@media (max-width: 575px) {
	.entered {
		object-fit: cover;
		height: 100%;
	}
    .order-product {
        padding: 32px 0;
    }
    .related-price .product .product-thumb {
        width: 90px;
        margin: 0;
    }
    .related-price .product {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }
    .related-price .product .price-cate {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .related-price .product .product-title {
        text-align: left;
    }
    .topPage__bg {
        display: none;
    }
    .topPage {
        background: transparent;
        color: #002362;
        padding: 0;
        margin: 25px 0;
        margin-top: 85px;
    }
    .topPage__title {
        line-height: 1.6;
    }
    .topPage .rank-math-breadcrumb, .topPage .rank-math-breadcrumb * {
        color: #002362;
    }
    .nav-product-detail .innerLink {
        padding: 5px 10px;
    }
    .nav-product-detail > :first-child .innerLink {
        padding-left: 0;
    }
    .nav-product-detail > :last-child .innerLink {
        padding-right: 0;
    }
    .term-product .view-more {
        padding: 6px 15px;
    }
    .product-detail {
        padding: 0;
        box-shadow: unset;
    }
    .list-products .slick-prev {
        left: 0;
    }
    .list-products .slick-next {
        right: 0;
    }
    .banner-hero__content .subtitle {
        font-size: 24px;
    }
    .contact-section-02 {
        padding-top: 0;
    }
}
@media (max-width: 375px) {
    .term-product .widget-title {
        font-size: 26px;
    }
}
table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.home-customer .slick-dots {
  justify-content: center;
  align-items: center;
}
.home-whyus::before {
 content: '';
 border-right: 150px solid transparent;
 border-top: 150px solid #fff;
 position: absolute;
 top: 0;
}
@media (max-width: 575px) {
 .home-whyus::before {
  border-right: 60px solid transparent;
  border-top: 60px solid #fff;
 }
}
.list-post-cat .post .post-thumbnail{
border: 1px solid #ebebeb;
}
.post .post-thumbnail {
	border: 1px solid #ebebeb;
}

