.d-grid {
    display: grid;
}

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

.grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
}

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

.grid-col-1-3-1 {
    grid-template-columns: 2fr 1fr 2fr;
}

.grid-col-3-1 {
    grid-template-columns: 3fr 1fr;
}

.grid-col-1-2 {
    grid-template-columns: 1fr 2fr;
}

.grid-col-1-3 {
    grid-template-columns: 1fr 3fr;
}

.grid-col-1-8 {
    grid-template-columns: 1fr 8fr;
}

.grid-col-1-95 {
    grid-template-columns: 1fr 95%;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in.loaded {
    opacity: 1;
}

.moblie_header {
    display: none;
}

.middle-header {
    background: #fff;
}

.top_menu_pc {
    padding: 30px 0;
    transition: all 0.2s ease;
}

.header_wrap.nav-fixed .top_menu_pc {
    transition: all 0.2s ease;
    padding: 10px 0;
}

.menu_left ul,
.menu_right ul,
.dropdown-top-header ul {
    list-style-type: none;
}

.top--header {
    background: var(--color-1st);
}

.top--header * {
    color: #fff;
}

.logo_center .logo a {
    position: relative;
    display: block;
}

.btn_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.btn_link a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.bg-f5f5f5 {
    background: #f5f5f5;
}

.section.block.even .left_section {
    grid-column: 1;
    grid-row: 1;
}

.btn_link .xemthem {
    background: var(--color-1st);
    border: 1px solid var(--color-1st);
}

.btn_link .download {
    background: #cb0e00;
    border: 1px solid #cb0e00;
}

.btn_link a:hover {
    background: #fff;
    color: var(--color-1st);
}

.logo_center .logo a img {
    position: relative;
    z-index: 1;
}

.revGallery-anchor {
    padding: 10px;
    width: 440px
}

.lg-backdrop {
    z-index: 100040;
}

.lg-outer {
    z-index: 100050;
}

.logo_center .logo a::before {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 100%;
    z-index: 0;
    display: block;
}

.bg-f5f5f5 {
    background: #F5F5F5;
}

.bg-var {
    background: var(--color-1st);
}

.footer_light {
    position: relative;
    background: var(--color-1st);
}

.btn--lnik {
    margin-top: 30px;
    position: relative;
    z-index: 9999;
}

.btn--lnik img {
    max-width: 80px;
}

.bottom--why ul {
    position: relative;
    z-index: 9999;
}

.sticky-top {
    z-index: 20;
}

.pdf_hsnl {
  width: 100%;
  height: 700px;
}

.post_wrap {
    overflow: hidden;
}

.post_wrap:hover .image_wrap img {
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.post_wrap .image_wrap img {
    transition: all 0.2s ease-in-out;
}

.hotline_call .price{
    font-size: 20px;
    font-weight: 700;
}

.product_title {
    color: #545452;
    font-weight: 700;
}
.post_wrap .image_wrap {
    position: relative;
    overflow: hidden;
}

.post_wrap .intro_wrap .title h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post_wrap .intro_wrap .decs {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 76px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post_wrap h4.title {
    font-size: 17px;
    color: #565656;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.post_wrap .thoigian {
    font-size: 14px;
    color: #777;
    padding: 0 0px 10px;
    border-bottom: 1px dashed #e6e6e6;
    font-weight: 400;
    margin-bottom: 10px;
}

.post_wrap .btn_xemthem{
    padding: 10px 0 0;
}

.post_wrap .thoigian i,
.btn_xemthem a {
    color: #dc3545;
}

.post_wrap .thoigian .decs {
    font-size: 14px;
    font-weight: 400;
}

.top--footer {
    border-bottom: 1px solid #dddddd47;
}

.botton--footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.botton--footer {
    border-top: 1px solid #dddd;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.danhmuctrong .post_contant ul,
.sidebar .widget_recent_post,
.danhmuc ul {
    padding-left: 0;
    list-style-type: none;
}

.danhmuctrong .post_contant ul .icon svg,
.danhmuc ul svg {
    width: 30px;
    height: 30px;
}

.danhmuctrong .post_contant ul li a,
.post_content {
    display: flex;
    gap: 10px;
}

.danhmuctrong,
.sidebar {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #ddd;
}

.sidebar .post_footer {
    font-size: 14px;
}

.sidebar .post_header h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-1st);
}

.ps-list--categories .last {
    border-bottom: 0;
}

.sidebar {
    position: sticky;
    top: 182px;
}

#product-brand {
    flex-wrap: wrap;
}

.top_menu_pc>a {
    color: #2b3036;
}

.btn-sign-btn {
    background: var(--color-1st);
    color: #ffff;
    border-radius: 20px;
    padding: 10px 30px;
    border: 0;
    white-space: nowrap;
}

/* .product_gallery_item.slick-initialized{
    display: block;
} */

#pr_item_gallery:not(.slick-initialized) {
    display: none;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid var(--color-1st);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.sign_up_now1 {
    border: 1px solid var(--color-1st);
    border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
    margin: 20px 0;
}

.sign_up_now1:hover {
    background: var(--color-1st);
}

.sign_up_now1:hover .btn-sign1 {
    color: #fff;
}

.sign_up_now1 .btn-sign1 {
    background: transparent;
    border: 0;
    color: var(--color-1st);
    width: 100%;
}

.section .title h4 {
    color: var(--color-1st);
}

.btn-xemthem a {
    background: var(--color-1st);
    border-radius: 30px;
    padding: 10px 40px;
    color: #fff;
}

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

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

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

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

/* .top_menu_pc .menu_right .active>a {
    color: var(--color-1st);
    font-weight: 700;
} */

.btn-chitiet {
    background: var(--color-1st);
    border-radius: 30px;
    padding: 10px 30px;
}

.section_categories,
#app,
.blog-media,
.section_product,
.section-chitiet{
    padding-top: 139px;
}

.blog-new {
    border-radius: 20px;
    overflow: hidden;
}

.blog-new .image {
    position: relative;
}

.blog-new .image .icon-img {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.blog-new .info {
    padding: 40px 20px;
    background: #f1f5ff;
}

.blog-new .info h3 {
    font-weight: 600;
}

.footer-menu .menu .content ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-menu .title h3 {
    font-weight: 700;
}

.f-700 {
    font-weight: 700;
}

.f-bold {
    font-weight: bold;
}

.slider-media .slider-slick {
    position: relative;
}

.slider-media .slider-slick .items {
    position: relative;
}

.slider-media .slider-slick .items .text-title-trong {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: auto;
    justify-content: center;
    justify-items: center;
    height: 100%;
    padding: 100px;
}

.slider-media .slider-slick .items .text-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-media .slider-slick .items .text-title .content {
    width: 50%;
}

.slider-media .slider-slick .items .text-title * {
    color: #fff;
}

.btn-slider:hover img {
    transform: rotate(360deg);
    transition: all 2s ease-in;
}

.btn-slider img {
    transition: all 2s ease-in;
}

/* css slider */

.slide {
    position: relative;
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slide .slide__img img {
    width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
    margin: auto;
}

.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}

.slide .slide__content--headings {
    color: #fff;
}

.slide .slide__content--headings h2 {
    /* font-size: 4.5rem; */
    margin: 10px 0;
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
    font-family: "Playball", cursive;
    font-size: 2.5rem;
}

.slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 50px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.w-60 {
    width: 60%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.5;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.slick-nav {
    --active: var(--color-1st);
    --border: rgba(255, 255, 255, 0.12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}

.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

.toolbar {
    background: #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}

.toolbar ul{
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 0;
}

.toolbar ul a{
    display: grid;
    justify-items: center;
}

.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

.slick-nav i:before {
    transform: rotate(-40deg);
}

.slick-nav i:after {
    transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
    background: #025b9766;
    border-radius: 50%;
}

.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}

.pagination_style1 .pagination{
    justify-content: center;
}

.slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@-webkit-keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@-webkit-keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@-webkit-keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

/* end slider */

.menu_footer {
    list-style-type: none;
    padding-left: 0;
}

.bottom--footer .content--footer ul {
    list-style-type: none;
    padding-left: 0;
}

.banner__slider {
    position: relative;
}

.banner__slider .link--support {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.dantrang {
    background: #f4f4f4;
    margin-bottom: 40px;
}

.top_menu_pc .sub-menu-wrap {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}

.top_menu_pc .sub-menu-wrap .sub-menu-wrap-chlid {
    position: absolute;
    left: 100%;
    top: 0;
    background: var(--color-1st);
    width: 250px;
    transform: translateY(30px);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.top_menu_pc .dropdown:hover .sub-menu-wrap {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.top_menu_pc .sub-menu-wrap .dropdown:hover .sub-menu-wrap-chlid {
    transform: translateY(0);
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
}

.top_menu_pc .sub-menu-wrap .sub-menu {
    padding-left: 0;
}

.top_menu_pc .sub-menu-wrap .sub-menu li a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #ddd;
}

.top_menu_pc .menu_right>ul>li {
    padding: 10px 20px;
}

.top_menu_pc .menu_right>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.top_menu_pc .menu-item {
    position: relative;
}

.top_menu_pc .menu-item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background: #fff;
    transition: all 0.2s ease;
}

.top_menu_pc .menu-item:hover:before {
    width: 100%;
    height: 1px;
    background: var(--color-1st);
    transition: all 0.2s ease;
}

.menu-child-media,
.menu-child-child-media {
    position: absolute;
    top: 0;
    right: -100%;
    visibility: hidden;
    bottom: 0;
    width: 100%;
    transition: all 0.2s ease;
    background: #2b3036;
}

.menu-child-child-media .menu-child {
    list-style-type: none;
}

.menu-child-media .header-child,
.menu-child-child-media .header-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.menu-child-media .content-child .menu-child,
.menu-child-child-media .content-child .menu-child {
    padding-left: 0;
}

.menu-child-media .content-child .menu-child .menu-item a,
.menu-child-child-media .content-child .menu-child a {
    padding: 20px;
    display: block;
    color: #ffff;
}

.nav_menu_ul .nav-link.nav_item {
    padding: 20px;
}

.btn_on_menu_child,
.btn_on_menu_child_child {
    width: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-left: 1px solid #fff !important;
}

.menu-child-media .header-child .btn_close_menu,
.menu-child-child-media .header-child .btn_close_menu_child {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ffff;
    color: #fff;
}

.danhmuc12 .title_p h3 {
    text-align: center;
    padding: 20px 20px 0 20px;
    font-weight: 700;
}

.btn_lienhe a {
    display: block;
}

.rProducts .header_product {
    display: grid;
    justify-content: center;
    align-items: center;
}

.product_item .decs {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.top_menu_pc .menu_right ul.sub-menu li a {
    font-size: 14px;
    text-transform: uppercase;
}

.all {
    position: fixed;
    width: 120px;
    height: 120px;
    display: flex;
    bottom: 20px;
}

.wave {
    display: flex;
    width: 62px;
    height: 62px;
    margin: auto;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #00000001;
    z-index: -3;
}

.trans {
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    background-color: #386fd6;
    display: flex;
    z-index: -2;
}

.sdt {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: #386fd6;
    transition: all 0.5s ease;
    overflow: hidden;
    text-align: right;
    line-height: 34px;
    z-index: -1;
}

.sdt span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.shake {
    position: relative;
    display: flex;
    width: 34px;
    height: 34px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 50%;
    border: none;
    font-size: 16px;
}

.shake img {
    margin: auto;
    width: 28px;
    height: 28px;
}

@keyframes wave {
    0% {
        width: 62px;
        height: 62px;
        border: 1px solid #00000099;
    }

    100% {
        width: 100px;
        height: 100px;
        border: 1px solid #00000001;
    }
}

@keyframes trans {
    0% {
        width: 60px;
        height: 60px;
    }

    50% {
        width: 34px;
        height: 34px;
    }

    100% {
        width: 60px;
        height: 60px;
    }
}

@keyframes shake {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.all .wave {
    animation: wave 0.6s linear infinite;
}

.all .trans {
    animation: trans 0.9s linear infinite;
}

.all .shake img {
    animation: shake 1s ease infinite;
}

.all .sdt {
    width: 257px;
    margin: -2px 0 0 -2px;
    padding-right: 10px;
}

.section {
    padding: 100px 0;
}

.product_info h4.title,
.categories_product h3.title,
.categories_product h2.title {
    font-family: var(--primary-font), sans-serif !important;
}

.section_doitac h3.title {
    font-size: 18px;
    color: #333;
    display: inline-block;
    width: 200px;
    text-align: left;
}

.section_doitac .slick-prev:before,
.section_doitac .slick-next:before {
    font-family: 'themify';
    font-weight: bold;
    font-size: 25px;
}

.section_doitac .slick-next:before {
    content: '\e649';
}

.section_doitac .slick-prev:before {
    content: '\e64a';
}

h1.title {
    font-size: 28px;
}

h2.title {
    font-size: 26px;
}

h3.title {
    font-size: 24px;
}

h4.title {
    font-size: 20px;
}

.content_section .item:hover img {
    transition: all 0.2s ease;
    transform: scale(1.1);
}

.content_section .item img {
    transition: all 0.2s ease;
    margin: 0 auto;
    width: 100%;
}

.whitebox-cover .nav-tabs .nav-item h4.title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f33;
    display: block;
    position: relative;
    letter-spacing: 1.5px;
    cursor: pointer;
    margin-bottom: 0;
}

.whitebox-cover .nav-tabs .nav-link.active h4.title{
    color: #000 !important;
}

.btn_lienhe a,
.btn_a a {
    padding: 10px 20px;
    background: var(--color-1st);
    color: #fff;
    border-radius: 5px;
    border: 1px solid var(--color-1st);
    text-transform: uppercase;
    font-size: 15px;
}


.btn_lienhe a:hover,
.btn_a a:hover {
    background: #ffff;
    color: var(--color-1st);
    border: 1px solid var(--color-1st);
}

.item_new {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.item_new .text_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.item_new .text_new * {
    color: #ffff;
}

.item_new .video_youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-video .item {
    margin: 10px;
    border-radius: 10px;
    background: #fff;
}

.new-video .item .text_new {
    padding: 15px;
}

.slider-new .items .item:hover {
    background: var(--color-1st);
}

.slider-new .items:hover .title {
    color: #fff;
}

.slider-new .items:hover .btn_xemthem a {
    color: #fff;
}

.video-play-button {
    position: relative;
    z-index: 10;
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    margin: 40px auto 20px auto;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    box-shadow: 0 0px 30px #ba853b79;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba853b67;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    background: #ba853b;
    border-radius: 50%;
    transition: all 200ms;
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    transform: scale(0.8);
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.news-video {
    display: grid;
    grid-template-columns: 575px 575px;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.item_new:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.item_new img {
    transition: all 0.2s ease;
}

.top--footer {
    padding: 20px 0;
    text-align: center;
}

.top--footer .btn_xemthem a {
    padding: 10px 20px;
    background: var(--color-1st);
    color: #fff;
    border-radius: 5px;
    margin: 30px 0;
    display: inline-block;
}

.copyright {
    background: var(--color-1st);
}

.contact_right .contact--tuvan {
    padding: 40px;
}

.contact-tuvans .form-group {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff66;
    padding: 10px;
    border-radius: 10px;
    --smooth-corners: 0.5;
}

.contact-tuvans .form-group .form-control {
    border: 0;
    background: transparent;
    color: #fff;
    border-left: 1px solid #ffffff66;
    margin-left: 20px;
    border-radius: 0;
}

.contact-tuvans .form-group .form-control::placeholder {
    color: #fff;
}

.btn_contact .btn-fill-home {
    background: #ed3237;
    border-radius: 5px;
    padding: 10px 20px;
}

.select-css {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 20px top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 0 0 rgba(59, 152, 252, 0);
    box-shadow: 0 0 0 0 -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
    display: block;
    padding: 20px 0;
}

.abut_themcamket .item_camket {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 10px;
}

.abut_themcamket {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.reveal {
    overflow: hidden;
    border-radius: 10px;
}

.reveal:hover img {
    transform: scale(1.2) !important;
    transition: all 0.2s ease;
}

.reveal img {
    transition: all 0.2s ease;
    margin: 0 auto;
    width: 100%;
}

.card_stroll {
    opacity: 0;
}

.capabilities .content_section .item {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 10px;
}

.item_our.even {
    transform: translateY(-50px) !important;
}

.section_contact .contact--tuvan {
    position: relative;
}

.section_contact .manggiua {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #00000082;
    content: '';
    width: 100%;
    height: 100%;
}

.section-doitac {
    padding-top: 50px;
}

.menu_footer li {
    display: flex;
    gap: 10px;
}

.item_doitac img {
    margin: 0 auto;
}

/* Menu icon */

.hamburger {
    cursor: pointer;
    margin-bottom: 0;
}

.hamburger svg {
    height: 3em;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: black;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger.active svg {
    transform: rotate(-45deg);
}

.hamburger.active svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

/* End menu icon */

.menu_mobile_media {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease;
    z-index: 20;
}

.menu_mobile_media.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.1s ease;
}

.menu_mobile_media .nav_right {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
}

.menu_mobile_media .menu_mobile .nav_menu {
    display: grid;
    grid-template-columns: 1fr 3fr;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 130px;
}

.close_categories,
.close_categories_child {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_menu_ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
    justify-content: space-evenly;
}

.social_footer ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
    padding-left: 0;
}

.social_footer ul a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}

.social_footer ul a i {
    color: #000 !important;
}

.nav_menu_ul a {
    font-size: 20px;
}

.footer_light * {
    color: #fff !important;
}

.menu_mobile_media .nav_right {
    background: #2b3036;
}

.menu_mobile .nav_right h3.title {
    font-size: 28px;
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.menu_mobile_media .nav_right h3.title,
.menu_mobile_media .nav_right .nav_menu_ul>li>a,
.nav_menu_category h4.title,
.nav_menu_category .header_menu i,
.close_categories_child i,
.nav_menu_category ul li a,
.nav_menu_category_child h4.title,
.nav_menu_category_child li a {
    color: #fff;
}

.nav_menu_category,
.nav_menu_category_child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #2b3036;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 0.5s;
}

.menu_mobile_media.active .nav_right,
.nav_menu_category.active,
.nav_menu_category_child.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
}

.nav_menu_category .header_menu,
.nav_menu_category_child .header_menu {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.nav_menu_category .content_menu ul,
.nav_menu_category_child .content_menu ul {
    padding-left: 0;
}

.nav_menu_media .nav_menu_ul>li,
.content-child .menu-child li {
    border-bottom: 1px solid #ffffff66;
}

.nav_menu_category .content_menu ul li,
.nav_menu_category_child ul>li {
    padding: 20px;
    border-bottom: 1px solid #ffffff66;
}

.nav_menu_category .content_menu ul li.last,
.nav_menu_category_child ul>li.last {
    border-bottom: 0;
}

.content_suppot ul li {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.content_suppot ul li.last {
    border-bottom: 0;
    padding-bottom: 0px;
}

.suppot_contant {
    border-radius: 10px;
    overflow: hidden;
    --tw-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 2px 2px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.content_suppot {
    padding: 10px;
}

.content_suppot ul {
    padding-left: 0;
}

.suppot_contant .title {
    padding: 10px;
    background: var(--color-1st);
}

.conent .contact_right {
    background: var(--color-1st);
}

.item_blog_services.even .intro,
.item_categories_product.even .intro_cate {
    grid-row: 1;
}

.item_cap {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    padding: 20px;
}

.section_content-image img {
    max-width: 1200px;
}

.item_categories_product.even .intro_cate .text_cat {
    grid-row: 1;
}

.timkiem {
    width: 0px;
    height: 36px;
    background: #FFF;
    border: 1px solid #cacaca;
    box-shadow: 0px 0px 5px #cacaca;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    right: 0px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.timkiem.show {
    width: 316px;
    opacity: 1;
    visibility: visible;
}

.item_catgorory_block {
    position: relative;
    overflow: hidden;
    margin: 0 0px;
    cursor: pointer;
}

.item_catgorory_block .image {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    width: 100%;
    height: 280px;
    position: relative;
}

.social ul.follow_option {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style-type: none;
    margin: 40px 0;
    padding-left: 0;
}

.social ul.follow_option li a {
    height: 60px;
    width: 60px;
    text-align: center;
    background: #ff2d37;
    color: #fff;
    line-height: 60px;
    color: #fff;
    display: block;
    margin: 0px 10px;
    border-radius: 50%;
}

.item_catgorory_block .image img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.line-po {
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    padding: 26px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.line-po::before {
    content: "";
    width: 1px;
    height: calc(100% - 52px);
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #999;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.line-po::after {
    content: "";
    width: 1px;
    height: calc(100% - 52px);
    position: absolute;
    left: 26px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #999;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.line-po-inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.line-po-inner::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #999;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.line-po-inner::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #999;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.wr_title {
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    padding: 3%;
    z-index: 7;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    width: 90%;
}

.wr_title h2 {
    transition: all 0.6s;
}

.wr_title h2 a {
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.wr_title p.bnh {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    position: relative;
    z-index: 2;
    display: none;
}

.wr_title p {
    text-align: center;
    color: #000;
    position: relative;
    z-index: 2;
}

.item_catgorory_block:hover .line-po {
    opacity: 1;
}

.item_catgorory_block:hover .line-po::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.item_catgorory_block:hover .line-po::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.item_catgorory_block:hover .line-po .line-po-inner::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.item_catgorory_block:hover .line-po .line-po-inner::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.item_catgorory_block:hover .wr_title {
    padding: 8% 3%;
}

.item_catgorory_block:hover .wr_title h2 {
    opacity: 0;
    display: none;
}

.item_catgorory_block:hover .wr_title p.bnh {
    display: block;
}

.section_news .blog_news .image {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    position: relative;
    height: 331px;
}

.section_news .blog_news .image img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.section_news .blog_news:hover .image img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transform: scale(1.2);
}

.section_news .blog_news .title h3 {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.section_doitac .doitac {
    display: grid;
    grid-template-columns: 400px 900px;
    gap: 20px;
    align-items: center;
}

.newsletter-form {
    position: relative;
    width: 400px;
}

.btn-newsletter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 9px 30px;
}

.btn-newsletter:before {
    position: absolute;
    width: 67px;
    height: 100%;
    content: '';
    left: -55px;
    top: 0px;
    background: #FFF;
    transform: skewX(-30deg);
}

.footer_light h3.title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.footer_light h2.title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer_light h2.title::before {
    position: absolute;
    width: 80px;
    height: 2px;
    background: #d90000;
    left: 0px;
    bottom: 0px;
    content: '';
}

.footer_light .form-control {
    color: #000 !important;
}

.addThis_listing {
    display: grid;
    gap: 30px;
}

.scrollup-top {
    position: fixed;
    bottom: 100px;
    z-index: 99;
    top: auto;
    right: 15px;
    width: 60px;
    height: 60px;
    opacity: 1;
    box-shadow: 0px 0px 10px #FFF;
    line-height: 60px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background: var(--color-1st);
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s;
}

.scrollup-top:hover {
    color: #fff;
}

.section_categories .product_item .image {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}


#pr_item_gallery .item .product_gallery_item {
    background-position: 50% 50%;
    background-size: cover;
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
}


.section_categories .product_item img,
#pr_item_gallery .item .product_gallery_item img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.product_item {
    border: 1px solid transparent;
}

.product_item:hover {
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 10px #eaeaea;
}

.product_item .text {
    padding: 20px 10px 0;
}

.product_item .text h4.title{
    text-transform: uppercase;
}

.section_categories .products_category h2.title,
.section_post h1.title,
.section_post h2.title {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.blog_group {
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 40px;
}

.blog_group.even {
    background: #ffff;
}

.section_categories .products_category h2.title::before,
.section_categories .products_category h2.title::after,
.section_post h1.title::before,
.section_post h1.title::after,
.section_post h2.title::before,
.section_post h2.title::after {
    content: '';
    position: absolute;
    left: 0px;
    height: 2px;
    background: #dc3545;
}

.section_categories .products_category h2.title::before,
.section_post h1.title::before,
.section_post h2.title::before {
    width: 65%;
    bottom: 12px;
}

.section_categories .products_category h2.title::after,
.section_post h1.title::after,
.section_post h2.title::after {
    width: 40%;
    bottom: 8px;
}

.noidung_cat {
    overflow: hidden;
}

.body-blog .social,
.page_body .social {
    width: 40px;
}

.body-blog .content_blog {
    width: calc(100% - 60px - 300px);
    margin-left: 20px;
}

.body-blog .blog_related {
    width: 280px;
    margin-left: 20px;
}


.blog_related .widget_recent_post {
    padding-left: 0;
}

.blog_related .post_header h4 {
    background: #dc3545;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}

.blog_related .widget_recent_post {
    border: 1px solid #ddd;
}

.blog_related .widget_recent_post li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.social .social_icons {
    position: sticky;
    top: 100px;
}

.page_content {
    width: calc(100% - 60px);
    margin-right: 20px;
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {


.pdf_hsnl {
  height: 500px;
}

.timkiem.show{
    width: 278px;
}

.timkiem{
top: 41px
}

.pr_detail .price{
    font-size: 1em;
}

.menu_mobile_media .nav_menu_ul{
    display: block;
}

    .contact-tuvans,
    .products_category .products,
    .item-blog.grid-col-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .menu-child-media.active,
    .menu-child-child-media.active {
        right: 0;
        visibility: visible;
        transition: all 0.2s;
    }

    .item_catgorory_block .image {
        width: 100%;
    }

    .body-blog .blog_related {
        width: 100%;
        margin-left: 0;
    }

    .blog_content {
        overflow: hidden;
    }

    .body-blog .content_blog {
        width: calc(100% - 60px);
    }

    .section_doitac {
        margin-top: 40px;
    }

    .newsletter-form {
        width: 285px;
    }

    .nav_menu_ul {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    h3.title {
        font-size: 20px;
    }

    .blog_category .item_blog_services,
    .capabilities .content_section,
    .item_categories_product,
    .products_media,
    .product_categories.grid-col-4,
    .capabilities .content_section,
    .category_block,
    .section_news .d-grid.grid-col-3,
    .blog_group .blog_post.grid-col-3,
    .rProducts .products,
    .btn_lienhe.grid-col-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .section_doitac .doitac {
        display: block;
    }

    .blog_category .item_blog_services.even .intro,
    .item_categories_product.even .intro_cate {
        grid-row: unset;
    }

    .item-blog.grid-col-4,
    .widget_recent_post.grid-col-4,
    .process .content_section {
        grid-template-columns: 1fr;
    }

    .top--footer {
        padding: 0 0 0 !important;
    }

    .news-video {
        display: block !important;
    }

    #navCatContent li a.nav-link {
        height: auto !important;
        padding: 0.3rem 1rem;
    }

    .news-featured .items .intro .title {
        margin-bottom: 10px !important;
    }

    .video-tuvan {
        left: 50% !important;
        top: 98% !important;
        transform: rotate(90deg) translateY(70px) !important;
    }

    .linhvuc,
    .duans,
    .fromtuvan,
    .news-featured {
        display: block !important;
    }

    .left,
    .right {
        padding: 0 0;
    }

    .form--shopping-cart .product-carts,
    .order-1 {
        margin-bottom: 20px;
    }

    .form--shopping-cart {
        display: block !important;
    }

    .right-loichungthuc {
        margin: 30px 0;
    }

    .loichungthuc {
        display: block !important;
    }

    .contact--fixed .contact {
        overflow-y: scroll;
        height: 100vh;
        flex-wrap: wrap;
    }

    .product-loichungthuc .bottom-item,
    .linhvuc .slider_linhvuc.grid-col-4 {
        grid-template-columns: 1fr 1fr;
    }

    .section {
        padding: 50px 0 !important;
    }

    .contact--fixed .contact .form-contact,
    .cumgoi.grid-col-3,
    .thongtin-footer {
        grid-template-columns: 1fr !important;
    }

    .lienhe_contact .contant {
        flex-wrap: wrap;
        text-align: center;
        gap: 20px;
        justify-content: center;
    }

    .link--support .d-flex {
        flex-wrap: wrap;
    }

    .footer_light .container,
    .menu--footer.grid-col-2 {
        display: grid !important;
        justify-items: center;
        gap: 20px;
    }

    .footer-menu {
        flex-wrap: wrap;
    }

    .navbar.show .navbar-collapse.mobile_side_menu {
        right: 0;
        width: 70%;
    }

    .support-moidle {
        position: absolute;
        bottom: 140%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15),
            0 4px 15px rgba(0, 0, 0, 0.13);
    }

    .support-moidle.show {
        opacity: 1;
        visibility: visible;
        transition: all 0.2s ease;
    }

    .support-moidle .support {
        padding-left: 0;
        list-style-type: none;
        background-color: var(--color-1st);
        width: 180px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 10px;
    }

    .support-moidle .support img {
        width: 30px;
        height: 30px;
    }

    .bottom--why ul {
        flex-wrap: wrap;
    }

    .moblie_header {
        display: block;
    }

    .fixed-top {
        position: sticky;
    }

    .moblie_header {
        background: #fff;
        padding: 20px 0;
    }

    .moblie_header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .addThis_listSharing {
        display: none;
    }

    .footer_light .container,
    .menu--footer.grid-col-2 {
        grid-template-columns: 1fr;
    }

    .logo--footer {
        text-align: center;
    }

    .shop_container.grid-col-3 {
        grid-template-columns: 1fr 1fr;
    }

    .mobile_side_menu .menu-title {
        border-bottom: 1px solid var(--color-1st);
        background: var(--color-1st);
    }

    .blog-media .container.grid-col-3-1 {
        grid-template-columns: 1fr;
    }

    .info_slider .text {
        width: 90%;
    }

    .order-first {
        order: 0 !important;
    }

    .product_header .product_header_left,
    .product_header_right samll {
        font-size: 10px;
    }

    #filter_categories {
        margin-bottom: 30px;
    }

    .section.block.even .right_section {
        grid-column: 1;
        grid-row: unset;
    }

    .header_section p,
    .about .right {
        width: 100% !important;
    }

    .about.grid-col-2,
    .section_contact,
    .content_aboutus .ccontet_page,
    .ourhistory .content_section {
        grid-template-columns: repeat(1, 1fr);
    }

    .revGallery-anchor {
        width: auto;
    }

    .section_content-image img {
        max-width: 100%;
    }


    .about .right {
        padding: 50px 20px;
    }

    .products .row,
    .abut_themcamket {
        gap: 20px;
    }

    h2.title {
        font-size: 34px;
    }

    h4.title {
        font-size: 20px;
    }

    .center--footer .row {
        gap: 40px;
    }

    .menu_footer {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .about.gap-30 {
        gap: 0;
    }

    .breadcrumb * {
        font-size: 10px;
    }

    .dantrang {
        padding: 10px 0 !important;
    }
}

@media (max-width: 767.98px) {
    .section--news .grid-col-3 {
        grid-template-columns: 1fr;
    }

    .section .grid-col-2,
    .section--number .number--home {
        grid-template-columns: 1fr;
    }

    .section--number .number--home .image .link--catalogue {
        left: 0;
    }
}

@media (max-width: 575.98px) {}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}