@font-face {
    font-family: "OpenSans Semibold";
    src: url("../fonts/Open_Sans/OpenSans-Semibold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans Bold";
    src: url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans Regular";
    src: url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad";
    src: url("../fonts/MyriadPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

body {
    font-size: 14px;
}

:root {
    --primary-color: #2a3780
}

.uk-link:hover,
a:hover {
    text-decoration: none;
}

.box_genner .title {
    font-family: "OpenSans Semibold";
    color: var(--primary-color);
    border: 1px solid;
    border-left: none;
    border-right: none;
}

.box_genner .title:after {
    content: "";
    background: url("imgs/ico2.png");
    background-size: 100%;
    width: 20px;
    height: 23px;
    display: inline-block;
    margin-left: 10px;
}

#header {
    border-bottom: 1px solid #b5b5b5;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
        0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
        0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

#header .top {
    background-color: var(--primary-color);
}

#header .top .uk-breadcrumb li a {
    color: #fff;
    font-size: 16px;
}

#header .center {
    border-bottom: 1px solid #b5b5b5;
}

#header .center .uk-logo img {
    max-width: 260px;
    width: 100%;
}

#header .center .menu_right img {
    height: 20px;
}

#header .center .uk-search-default svg {
    color: red;
}

#header .center .uk-search-default .uk-search-input {
    border-radius: 2px;
}

.media-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
}

#header .center .media {
    display: block;
}

#header .center .media img {
    height: 30px;
}

#header .center .media .media-body {
    color: #ec1a39;
    font-family: "OpenSans Bold";
    font-size: 18px;
}

#header .bottom .uk-navbar-nav>li>a {
    font-family: "Roboto", sans-serif;
    color: var(--primary-color);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    min-height: auto;
}
a.media.wechat{
    display:flex;
    flex-direction:column
}

a.media.wechat::before {
    content: "Wechat";
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
}
.form-header {
    padding-left: 0;
}

#header .bottom .uk-navbar-left .uk-navbar-nav>li:first-child>a {
    padding-left: 0;
}

#header .bottom .uk-navbar-right .uk-navbar-nav>li:last-child>a {
    padding-right: 0;
}

.block_contact .title {
    font-family: "OpenSans Bold";
}

.block_contact p {
    font-family: "OpenSans Regular";
}

.block_contact img {
    height: 30px;
}

.block_contact .uk-overlay-primary {
    background-color: rgba(29, 55, 129, 0.9) !important;
}

.block_contact .uk-button-danger {
    background-color: #ec1a39;
    border-radius: 2px;
    font-family: "OpenSans Semibold";
    font-size: 16px;
    line-height: 38px;
}

.box1 .uk-button {
    font-size: 14px;
    background-color: #eeeeee;
    border-color: #eeeeee;
    font-family: "OpenSans Regular";
    color: #000;
    text-transform: capitalize;
    border-radius: 2px;
    line-height: 30px;
}

.box1 .uk-button.uk-active,
.box1 .uk-button:hover {
    background-color: #ec1a39;
    border-color: #ec1a39;
    color: #fff !important;
}

.block_qc {
    min-height: 150px;
    height: auto;
}

.block_qc .title {
    font-family: "OpenSans Bold";
}

.block_qc p {
    font-size: 13px;
    font-family: "OpenSans Regular";
}

.block_qc .uk-button {
    font-family: "OpenSans Semibold";
}

.block_info .title {
    font-family: "OpenSans Bold";
    color: #000;
}

.block_info p {
    font-family: "OpenSans Regular";
}

.block_brand .title {
    font-family: "OpenSans Semibold";
    color: #000;
}

@media (min-width: 960px) {
    .block_brand .uk-grid>* {
        width: calc(100% * 1 / 7.001);
    }
}

.card1 .uk-card-body .title {
    font-family: "OpenSans Semibold";
    margin-bottom: 10px;
}

.card1 .uk-card-body .title a {
    color: #000;
}

.card1 .uk-card-body p {
    margin: 0;
}

.card5 img {
    width: 100px;
    height: 100px;
}

.card4 .uk-card-body .title {
    font-family: "OpenSans Bold";
    font-size: 15px;
}

.card4 .uk-card-body .title a {
    color: #000;
}

.card3 .uk-card-body .uk-h4 {
    font-family: "OpenSans Bold";
    font-size: 15px;
}

.card3 .uk-card-body .uk-h4 a {
    color: #000;
}

.card3 .uk-card-body p {
    font-size: 16px;
}

.card2 {
    width: 100%;
}

.card2 img {
    width: 100%;
}

.card2.active .uk-transition-fade {
    background-color: rgba(198, 5, 69, 0.7) !important;
}

.card2.active .uk-transition-fade .uk-margin-remove {
    border: 2px solid;
}

@media (max-width: 768px) {
    .card2.active .uk-transition-fade .uk-margin-remove {
        border: none !important;
    }
}

.card2 .uk-transition-fade {
    opacity: 1;
    background-color: transparent !important;
}

@media (max-width: 768px) {
    /* .card2 .uk-transition-fade{background-color:rgba(198, 5, 69, 0.7)!important} */
}

.card2 .uk-transition-fade:hover {
    background-color: rgba(198, 5, 69, 0.7) !important;
}

.card2 .uk-transition-fade:hover .uk-margin-remove {
    border: 2px solid;
}

@media (max-width: 768px) {
    .card2 .uk-transition-fade:hover .uk-margin-remove {
        border: none !important;
    }
}

.card2 .uk-overlay {
    background-color: rgba(198, 5, 69, 0.7);
}

@media (max-width: 768px) {
    .card2 .uk-overlay {
        padding: 10px;
    }
}

.card2 .uk-margin-remove {
    text-transform: uppercase;
    font-family: "OpenSans Bold";
    font-size: 20px;
}

@media (max-width: 768px) {
    .card2 .uk-margin-remove {
        font-size: 15px;
    }
}


.pagination li {
    margin: 0 5px;
}

.pagination li.active a {
    background-color: #ec1a39 !important;
    border-color: #ec1a39 !important;
}

.pagination li a {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid #eb1a39;
}

.block_support {
    background-color: #f5f5f5;
}

.box2 {
    background-color: var(--primary-color);
    padding: 10px 0;
}

.box2.c1 {
    background-color: transparent;
    color: var(--primary-color) !important;
    font-weight: bold;
    font-size: 20px;
}

.box2 img {
    height: 20px;
    margin-left: 10px;
}

.list1 li.media {
    padding: 10px 0;
    border-top: 1px dashed #939393;
}

.list1 li.media img {
    width: 70px;
    height: 70px;
}

.list1 li.media .media-body h4 {
    font-size: 14px;
}

.list1 li.media .media-body div {
    font-size: 13px;
}

#footer .title_f {
    font-family: "OpenSans Bold";
    font-size: 15px;
}

#footer .title_f.text-primary {
    color: var(--primary-color) !important;
}

#footer .top {
    padding-top: 70px;
}

#footer .top .uk-logo.uk-position-top-left {
    top: inherit;
    bottom: 100%;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .top .uk-logo img {
    max-width: 260px;
    width: 100%;
}

#footer .top .uk-list li a {
    font-family: "OpenSans Regular";
    color: #000;
}

#footer .bottom {
    background-color: var(--primary-color);
    font-size: 13px;
    font-family: "OpenSans Semibold";
}

#footer .mobile {
    background-color: #f6f6f6;
}

/*# sourceMappingURL=layout.css.map */

#header_m .uk-navbar-dropdown {
    padding: 5px;
    right: 20px;
    left: auto !important;
    width: 50%;
}

.uk-navbar-right .uk-grid-small>.uk-grid-margin {
    margin: 0;
}

.box1 .uk-button {
    margin-bottom: 10px;
}

.box1 .uk-button.active {
    background-color: #ec1a39;
    border-color: #ec1a39;
    color: #fff !important;
}

.nav.box1.nav-tabs {
    display: block;
    border-bottom: none;
}

.tab-content>.active {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-sticky-fixed {
    background: #fff;
}

.ws-none {
    display: none !important;
}

.titleh1 {
    font-family: "OpenSans Semibold";
    color: var(--primary-color);
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0;
}

.block_breadcrumb {
    background-color: #f5f5f5;
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs a {
    display: inline-block;
    font-size: .875rem;
    color: #999;
    margin-right: 10px;
}

#breadcrumbs a:hover {
    color: #666;
    text-decoration: none;
}

#breadcrumbs .breadcrumb_last {
    margin-left: 10px;
}

.ws-pagi {
    width: 100%;
}

.pagination li a {
    line-height: 35px;
    color: #333;
}

.pagination li.active a {
    color: #fff;
}

.pagination li a.page-link {
    line-height: initial;
}

.ws-readmore {
    width: 100%;
    text-align: center;
}

.ws-readmore a {
    margin: auto;
    padding: 8px 20px;
    color: #fff;
    background-color: #ec1a39 !important;
    border-color: #ec1a39 !important;
    display: inline-block !important;
    width: auto;
    font-size: 16px;
}

.ws-readmore:hover a {
    color: #fff;
}

.card-title a {
    color: #333;
}

.ws-content {
    padding-bottom: 30px;
}

.ws-content p {
    margin: 0;
}

.block_support .uk-subnav-pill>li>a {
    color: var(--primary-color);
    font-weight: bold;
}

.block_support .uk-subnav-pill>.uk-active>a {
    background-color: var(--primary-color);
    color: #fff;
}

.block_support .uk-subnav>* {
    padding-left: 40px;
}

.ws-page>.container>.uk-grid>.uk-first-column {
    border-right: 5px solid #f5f5f5;
}

.ws-page .ws-pad {
    padding: 40px 0 40px 40px;
}

.ws-page .ws-pad p {
    margin: 0;
    margin-bottom: 10px;
}

.ws-page .ws-pad h2,
.ws-page .ws-pad h3,
.ws-page .ws-pad h4,
.ws-page .ws-pad h5,
.ws-page .ws-pad h6 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.ws-page .ws-nav>h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.ws-page .ws-nav>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ws-page .ws-nav h2 {
    margin-bottom: 10px;
}

.ws-page .ws-nav>ul li {
    margin-bottom: 5px;
}

.ws-page .ws-nav>ul li a {
    color: #333;
    font-size: 16px;
}

.ws-page .ws-nav>ul li a:hover {
    color: var(--primary-color);
}

#header .bottom .uk-navbar-nav>li>a:hover {
    color: #ff1339;
}

#header .uk-search-default .uk-search-input {
    height: 36px;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.card4 .uk-card-body .title a,
.card4 .uk-card-body p {
    font-size: 16px;
}

.ws-imgscale:hover img {
    overflow: hidden;
    transform: scale3d(1.1, 1.1, 1);
}

.ws-imgscale,
.ws-imgscale img {
    transition: 0.3s ease-out;
}

.ws-imgscale:hover {
    overflow: hidden;
}

#nav-tabContent .card4 .uk-padding-small {
    padding-bottom: 25px;
}

#nav-tabContent .card4 .uk-h5,
.card4 .title.uk-h5 {
    margin-bottom: 10px;
}

#nav-tabContent .card4 p,
.card4 .uk-card-body.uk-padding-small.pl-0.pr-0 p {
    margin-top: 10px;
}

.card1 .uk-card-body .title a,
.card1 .uk-card-body p,
#footer .top .uk-list li a {
    font-size: 16px;
}

.ws-mobile a {
    font-size: 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 50px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
}

.ws-mobile .media-wrap {
    justify-content: center;
}

small.description {
    display: none;
}

#header #sub_menu_web.uk-navbar-nav {
    margin: 12px 0;
}

article.ws-content h1 {
    font-size: 1.625rem;
}

.bg-success {
    background-color: var(--primary-color) !important;
}

.card3 .uk-card-body .uk-h4 a {
    font-size: 16px;
}

.archive .uk-section-small.ws-mg .container .uk-margin-small {
    border-top: 5px solid #ebe7e7;
}

@media only screen and (max-width: 600px) {
    .ws-giaiphap {
        display: none;
    }
}

#footer .top .uk-logo.uk-position-top-left {
    margin-bottom: 10px;
}

.card2 .uk-margin-remove span {
    -webkit-text-stroke: 0.25px #ec1a39;
    color: #fff;
    font-size: 30px;
}

.card2:hover .uk-margin-remove span {
    background: #fff0;
}

.ws-mg h1,
.ws-mg h2,
.ws-mg h3,
.ws-mg h4,
.ws-mg p,
.ws-mg span,
.ws-content p,
.ws-content h2,
.ws-content h3,
.ws-content span {
    margin: 10px 0;
}

.list1>.media>.media-body>h4.mt-0.mb-1 a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.ws-mg table,
.ws-content table {
    width: 100% !important;
}

.block_support>.container .card5>.uk-margin-small>div,
#header .top.py-2 .text-white>span {
    font-size: 16px;
}

.block_sp.uk-section-small .uk-grid-collapse>div .card2,
.block_sp.uk-section-small .uk-grid-collapse>div {
    max-height: 300px;
}

.uk-offcanvas-bar .uk-nav-default>li>a {
    background: var(--primary-color) !important;
    padding: 10px 20px !important;
    color: #fff !important;
    border: none !important;
}

ul.uk-nav-sub {
    padding: 0 !important;
}

ul.uk-nav-sub>li>a {
    padding-left: 40px !important;
    background: var(--primary-color) !important;
    border: none !important;
}

#my-id #menu-menu-mobile a {
    color: #fff !important;
}

#my-id .uk-nav-parent-icon>.uk-parent>a::after {
    content: "" !important;
}

.uk-nav-default>li.uk-active>a {
    background: #333 !important;
}

.list1 li.media .media-body div,
.uk-card-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.card-box:nth-child(4) {
    display: none;
}

.uk-navbar-nav {
    flex-wrap: wrap;
    gap: 30px;
}

#header .bottom .uk-navbar-nav>li>a {
    padding: 0 !important;
}

.ws-content iframe {
    width: 100%;
}

@media (max-width: 960px) {
    .gird-column {
        display: grid;
        grid-template-columns: 50% 50%;
        flex-wrap: inherit;
    }

    .card-box:nth-child(4) {
        display: block;
    }

    .card-box {
        margin-top: 0 !important;
    }
}

.about-tab {
    padding: 10px 0 20px;
    background-color: #f9f9f9;
}

.about-tab-wrap {
    padding: 30px 50px;
    background-color: #fff;
}

.about-tab-top {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-tab-top-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}

.about-tab-top-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
}

.about-tab-top-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #164194;
    background-color: #fff;
    position: relative;
}

.about-tab-top-dot::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #bcbcbc;

}

.about-tab-top-dot::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 100%;
    width: 200px;
    border-top: 1px solid #164194;
}

.about-tab-top-item.active .about-tab-top-dot::after {
    background-color: #164194;
}

.about-tab-top-item:last-child .about-tab-top-dot::before {
    border-top: 0px solid #164194;
    display: none;
}

.about-tab-bottom {}

.about-tab-bottom-wrap {
    display: none;
}

.about-tab-bottom-wrap.active {
    display: block;
}

.about-tab-bottom-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
    column-gap: 10px;
}

.about-tab-bottom-item {
    display: flex;
    gap: 15px;
}

.about-tab-bottom-item-icon {
    width: 10%;
    height: auto;
}

.about-tab-bottom-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-tab-bottom-item-desc {
    width: 90%;
}

.about-tab-bottom-item-desc h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

.about-tab-bottom-item-desc p {
    font-weight: bold;
    margin: 0;
}

.about-tab-bottom-wrap form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;

}

.about-tab-bottom-wrap form textarea,
.about-tab-bottom-wrap form input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #164194;
    color: #164194;
    padding: 10px;
}

.about-tab-bottom-wrap form textarea {
    height: 60px;
}

.about-tab-bottom-wrap .wpcf7-submit {
    background-color: #164194;
    color: #fff;
    width: max-content;
}

.title-main {

    text-align: center;

    position: relative;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.title-main h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #164194;
}

.title-main::before,
.title-main::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 45%;
    border-radius: 50%;
    background-color: #ec1a39;
}

.title-main::before {
    right: 0;
}

.title-main::after {
    left: 0;
}


.quote-contact {
    padding: 30px;
}

.archive  .contact-staff,
.archive  .quote-contact,
.tax-product_cat .quote-contact {
    background-color: #f9f9f9;
}

.quote-contact-list {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 20px;
}

.btn-main {
    display: block;
    width: 180px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #ec1a39;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #ec1a39;
    transition: all 0.5s;
    cursor: pointer;
}

.btn-main:hover {
    background-color: transparent;
    color: #164194;
}

.prd-slide {
    padding: 30px 0;
    position: relative;
}

.prd-slide::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(225, 225, 225, 0.5);
    top: 0;
    left: 0;
}

.prd-slide .title-main {
    position: relative;
    z-index: 2;
}

.prd-slide-list {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.prd-slide-items {
    width: 31.333%;
    margin: 0 15px;
}

.prd-slide-item {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
}

.prd-slide-item:hover {
    text-decoration: none;
}

.prd-slide-item h3:hover,
.prd-slide-item a:hover {
    text-decoration: underline;
}

.prd-slide-item+.prd-slide-item {
    margin-top: 30px;
}

.prd-slide-item-img {
    width: 100px;
    height: auto;
}

.prd-slide-item-desc {
    width: 70%;
}

.prd-slide-item-desc h3 {
    color: #164194;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}

.prd-slide-item-descs {
    font-size: 16px;
}

.prd-slide-item-descs p {
    margin: 0;
    margin-bottom: 5px;
}


.prd-slide-item-descs a {
    color: #212529;
}

.prd-slide-btn {
    position: absolute;
    top: 46%;
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 100px;
    background-repeat: no-repeat;
    z-index: 9;
    cursor: pointer;
}

.prd-slide-btn.next {
    background-image: url(../image/next.png);
    left: 0;
}

.prd-slide-btn.prev {
    background-image: url(../image/pre.png);
    right: 0;
}

@media (min-width: 992px) {
    .flickity-prev-next-button.previous {
        left: -30px !important;
    }

    .flickity-prev-next-button.next {
        right: -30px !important;
    }
}

.flickity-prev-next-button {
    width: 35px !important;
    height: 35px !important;
}

.contact-staff {
    padding: 30px 0;
}

.contact-staff-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.contact-staff-item-wrap {
    width: 60%
}

.contact-staff-item {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 20px;
}

@media (max-width: 992px) {
    .contact-staff-item {
        flex-direction: column;
    }

    .contact-staff-item-wrap {
        width: 100%
    }

    .contact-staff-item h3 {
        text-align: center;
    }
}

.contact-staff-item-img img {
    /* border-radius: 99px; */
    height: 288px;
    object-fit: contain;
    border: 1px solid #164194;
    border-radius: 10px;
}

.contact-staff-item-img {
    width: 160px;
    height: auto;
    overflow: hidden;
}

.contact-staff-item h3 {
    margin: 0;
    color: #164194;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-staff-social-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.contact-staff-social-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.contact-staff-social-item span {
    color: #164194;
}

.contact-staff-social-item span:hover {
    color: #ec1a39;
}
.contact-staff-social-item:last-child span{
    color: #000;
}
.contact-staff-social-item:last-child {
    flex-direction:column-reverse;
    justify-content: start;
    align-items: start;
    text-align: left;
    width: max-content;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.contact-staff-social-item:last-child img {
    width: 100%;
    height: auto;
    max-width: 100px;
    margin: 0 !important;
}
.product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 30px;
}

.product-ar-item,
.product-item {
    position: relative;
    overflow: hidden;
}

.btn-views {
    background: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    transition: all .22s ease-out;
    position: absolute;
    top: 10px;
    right: -10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.product-item:hover .btn-views {
    right: 10px;
    z-index: 9;
    opacity: 1;
    visibility: visible;
}

.product-ar-item:hover .btn-views {
    right: auto;
    left: 10px;
    z-index: 9;
    opacity: 1;
    visibility: visible;
}

.product-item-img {
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.product-ar-item-desc,
.product-ar-item-img {
    display: block;
}

.product-ar-item-img img,
.product-item-img img {
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-ar-item-img img:nth-child(2),
.product-item-img img:nth-child(2) {
    opacity: 0;
}

.product-ar-item-img:hover img:nth-child(2),
.product-item-img:hover img:nth-child(2) {
    opacity: 1;
}

.product-item-content {
    display: block;
}

.product-item-content h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0 5px;
    color: #164194;
}

.product-ar-item-desc-item,
.product-item-desc-item {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;

}

.product-ar-item-desc h4 {
    font-size: 28px;
}

.product-ar-item-desc p,
.product-item-desc-item p {
    color: #000;
    margin: 0 !important;
    font-size: 16px;
}

.ws-pagi {
    margin-top: 50px;
}

.product-special {
    padding: 30px 0;
}

.product-special-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;

}

.home-slide {
    padding: 30px 0;
    position: relative;
}

.home-slide-list {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.home-slide-item {
    width: 18%;
    margin: 0 15px;
}



.partner-cap {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}


.partner .title-main h2 {
    color: #fff;
}

.partner {
    width: 100%;
    padding: 3.3125em 0;
}

.partner-item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.625em;
}

.partner-item:last-child {
    margin-bottom: 3.5625em;
}

@media (max-width: 767px) {
    .partner-item {
        margin-bottom: 2.5em;
        display: inline-block;
    }
}

.partner-img {
    width: 10em;
    float: left;
}

@media (max-width: 767px) {
    .partner-img {
        width: 100%;
        float: left;
        text-align: center;
    }

    .partner-img img {
        display: inline-block;
    }
}

.partner-desc {
    /*margin-left: em(160);*/
    /*position:relative;*/
    width: calc(100% - 160px);
    float: right;
}

@media (max-width: 767px) {
    .partner-desc {
        width: 100%;
        margin-top: 0.625em;
        margin-left: 0;
        display: inline-block;
    }
}

.partner-desc h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0.1764705882em;
}

@media (max-width: 767px) {
    .partner-desc h3 {
        font-size: 20px;
        text-align: center;
    }
}

.partner-desc p {
    color: #fff;
}

.partner-desc p a {
    color: #fff;
}

@media (max-width: 767px) {
    .partner-desc p {
        font-size: 14px;
        line-height: 1.4117647059em;
        text-align: center;
    }
}

.product-ar-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
}

.product-ar-item {
    display: flex;
    gap: 10px;
}

.product-item:hover .product-item-content h4,
.product-ar-item:hover .product-ar-item-content h4 {
    color: #1e87f0;
}

.product-ar-item-img {
    width: 40%;
    height: 150px;
    position: relative;
}

.product-ar-item-content {
    width: 60%;
}

.product-ar-item-content h4 {
    font-weight: 500;
    font-size: 16px;
    color: #164194;
    margin: 0 0 10px;
}


.archive  .product-special .title-main {
    margin: 50px auto;
}

.archive  .product-special .title-main a {
    color: var(--primary-color);
}

.archive  .product-special .btn-main {
    margin: 30px auto 0;
    display: none;
}

.archive  .product-special .product-ar-list .product-ar-item {
    display: none;
}

.archive  .product-special .product-ar-list .product-ar-item.active,
.archive  .product-special .product-ar-list .product-ar-item:nth-child(-n+6) {
    display: flex;
}



.prd-img-single {
    display: flex;
    gap: 20px;
}

.prd-img-single-col1 {
    width: 55%;
}

.prd-img-single-col2 {
    width: 13%;
}

.prd-img-single-col3 {
    width: 30%;
}

.prd-img-big {
    position: relative;
    height: 400px;
}

.prd-img-big-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.prd-img-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.prd-img-big-item:hover img {
    transform: scale(1.05);
}

.prd-img-big-item {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.prd-img-big-item.active {
    opacity: 1;
    visibility: visible;
}

.prd-img-thumb-wrap {
    overflow-y: scroll;
    height: 400px;
}

.prd-img-thumb-wrap::-webkit-scrollbar {
    width: 0px;
}



.prd-img-thumb {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;

}

.prd-img-thumb img {
    width: 100%;
    height: 95px;
}

.prd-img-thumb-item img {
    opacity: 0.5;
    cursor: pointer;
}

.prd-img-thumb-item.active img {
    opacity: 1;
}

.prd-img-single .product-ar-item-desc {
    font-weight: 700;
    padding-left: 12px;
}



.product-list-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.single-product .uk-width-1-4\@m {
    width: 33%;
}

.single-product .container {
    max-width: 1235px;
}

.single-product main {
    background-color: #f9f9f9;
}

.gap-20 {
    gap: 20px;
    margin: 0;
}

.bg-white {
    background-color: #fff !important;
    padding: 20px;
}

.bg-white #breadcrumbs .breadcrumb_las,
.bg-white #breadcrumbs a,
.bg-white #breadcrumbs {
    color: var(--primary-color);
}



.title {
    font-weight: 700;
    font-size: 20px;
    color: #164194;

}

.single-list .product-ar-item {
    margin-bottom: 10px;
}

.popup-hide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 99999;
}

.popup-hide.active {
    display: block;
}

.popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-hide .btn-close {
    position: absolute;
    top: 6%;
    right: 5%;
    z-index: 999999;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
}

.popup-hide .btn-close svg {
    width: 25px;
    height: 25px;
}

.popup-content {
    position: absolute;
    max-width: 950px;
    top: 5%;
    height: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px;
    background-color: #fff;
    z-index: 8011;
    border-radius: 10px;
    overflow: auto;
}

.popup-content .home-slide-item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .about-tab-top-dot::before {
        width: 160px;
    }
}

@media (max-width: 992px) {

    .home-slide-item,
    .home-slide-item img {
        height: auto;
    }

    #memuicons {
        margin-top: 6px;
        color: var(--primary-color);
    }

    #memuicons::before {
        font-size: 24px;
    }

    .about-tab-top-dot::before {
        width: 120px;
    }

    .about-tab-bottom-item-icon {
        width: 15%;
    }

    .about-tab-bottom-item-desc {
        width: 85%;
    }

    .prd-slide-items {
        width: 47%;
    }

    .product-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-list-detail {
        grid-template-columns: repeat(1, 1fr);
    }

    .prd-img-single,
    .single-product .uk-grid {
        flex-direction: column;
        margin-left: 0;
    }

    .prd-img-single-col1,
    .prd-img-single-col2,
    .prd-img-single-col3,
    .prd-img-thumb,
    .single-product .uk-width-1-4\@m {
        width: 100%;
    }

    .prd-img-big {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }

    .prd-img-thumb-wrap {
        height: auto;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .prd-img-thumb {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        width: 100%;
    }

    .prd-img-thumb img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .prd-img-single .product-ar-item-desc {
        padding-left: 0;
    }

}

@media (max-width: 768px) {
    .about-tab-top-dot::before {
        width: 95px;
    }

    .about-tab-top-wrap {
        overflow-y: scroll;
    }

    .about-tab-top {
        width: max-content;
        gap: 20px;
    }

    .about-tab-top-title {
        font-size: 16px;
    }

    .about-tab-top-dot::after {
        width: 18px;
        height: 18px;
    }

    .about-tab-top-dot {
        width: 26px;
        height: 26px;
    }

    .about-tab-top-dot::before {
        top: 12px;
    }

    .product-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .prd-slide-items {
        margin: 0 23px;
    }


    .contact-staff-item {
        margin: 0 auto;
    }
    .contact-staff-social-item:last-child{
    }
    .contact-staff-item-img img{
        height: auto;
    }
}

@media (max-width: 567px) {
    .title-main h2 {
        font-size: 19px;
    }

    .icon-close {
        display: none;
    }

    #breadcrumbs strong,
    #breadcrumbs a,
    #breadcrumbs {
        font-size: 16px;
    }

    .about-tab-wrap {
        padding: 20px;
    }

    .about-tab-bottom-list {
        grid-template-columns: auto;
        row-gap: 20px;
    }

    .prd-slide-items {
        width: 55%;
        margin: 0;
    }

    .prd-slide-item {
        flex-direction: column;
        gap: 10px;
        border-radius: 0;
        background-color: transparent;
    }

    .prd-slide-list .flickity-viewport {
        border-radius: 10px;
        margin: 0 23px;
        opacity: 0.92;
        background-color: #fff;
    }

    .prd-slide-item-descs {
        display: none;
    }

    .prd-slide-item-img {}

    .prd-slide-item-desc {
        width: 100%;
        text-align: center;
    }

    .prd-slide-item+.prd-slide-item {
        margin-top: 0;
    }

    .prd-slide-btn {
        top: 48%;
        width: 22px;
    }

    .contact-staff-list {
        margin-top: 30px;
    }

    .contact-staff .media-wrap {
        justify-content: center;
    }

    .product-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .partner-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-slide-item {
        width: 33.3333%;
        margin: 0 15px;
    }

    .product-ar-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .prd-img-big {
        height: 300px;
    }


    .contact-staff-item .media-wrap {
        gap: 5px;
    }

    .product-item-content h4,
    .title-main h2 {
        font-size: 16px;
    }

    .product-item {
        display: flex;
        gap: 10px;
    }

    .product-item-img {
        width: 40%;
        height: 150px;
        position: relative;
    }

    .product-item-content {
        width: 60%;
    }

    .archive  .product-special .title-main {
        margin: 30px auto 20px;
    }

    .archive  .product-special .btn-main {
        margin-top: 10px;
    }

    .quote-contact-list {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .quote-contact-list .btn-main {
        width: 140px;

    }
}

.media-wrap .media {
    width: 30px;
}
#header .media-wrap .media.hide-header {
    display:none
}
a.media.show-full {
    width: 100%;
    max-width: 100px;
}
a.downBtn {
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgb(3 30 98 / 20%);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    color: var(--primary-color);
    transition: 0.5s all ease;
}

a.downBtn .right {
    border-left: 2px solid #ccc;
    padding: 0 0 0 10px;
    margin-left: 10px;
}

a.downBtn span:last-child {
    font-weight: bold;
    margin-top: 2px;
}

a.downBtn span {
    display: block;
    font-size: 12px;
}

a.downBtn:hover {
    box-shadow: 0 0 5px 0 rgb(221 24 35 / 50%);
    background-color: #dd1823;
    color: #fff;
    transition: 0.5s all ease;
}


/* section_about */

.section_about {
    padding: 60px 0;
    font-size: 16px;
    background-color: #f9f9f9;
}

.section_about-row {
    row-gap: 30px;
}

.section_about-desc h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #000;
    padding: 0;
    margin: 0 0 5px;
    display: inline-block;
    position: relative;
}

.section_about-desc h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: var(--primary-color);
    font-weight: 700;
}

.section_about .faq {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.section_about .faq li {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px
}

.section_about .faq li h3 {
    font-size: 16px;
    position: relative;
    padding-right: 10px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0
}

.section_about .faq li h3 svg {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.5s
}

.section_about .faq li .content-faq {
    margin-top: 10px;
    display: none;
}

.section_about .faq li:hover svg path {
    fill: #f3bd01
}

.section_about .faq li:hover h3 {
    color: #ec1a39;
}

.section_about .faq li.active svg {
    transform: rotate(180deg) translate(0, 50%)
}

.section_about .faq li.active svg path {
    fill: #f3bd01
}

.section_about .faq li.active h3 {
    color: #f3bd01
}

.image-effect {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px
}

.image-effect:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}


.image-effect:hover:before {
    -webkit-animation: circle 1s;
    -ms-animation: circle 1s;
    -o-animation: circle 1s;
    animation: circle 1s
}

@-ms-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-o-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.banner-slider {
    margin-top: 30px;
}

.banner-slider-item {
    padding: 0 10px;
}

.img-about-gallery {
    position: relative;
    height: 500px;
}

.img-about-gallery img:nth-child(1) {
    height: 90%;
    object-fit: cover;
    position: relative;
    width: 50%;
    z-index: 2
}

.img-about-gallery img:nth-child(2) {
    position: absolute;
    top: 30px;
    right: 0;
    width: 70%;
    object-fit: cover;
    height: 50%;
}

.img-about-gallery img:nth-child(3) {
    position: absolute;
    right: 0;
    width: 70%;
    bottom: 0;
    height: 50%;
    z-index: 3;
    border: 6px solid #fff;
    border-radius: 10px;
    object-fit: cover;
}