/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/


.py-60 {
    padding: 60px 0;
}

.my-60 {
    margin: 60px 0;
}

/*css icon search*/
.entire-action-header .btn-action-header {
    color: var(--black) !important;
    padding: 0;
}

.entire-action-header .btn-action-header:hover {
    color: var(--white);
}

.btn-action-header {
    display: inline-block;
    padding: 12px 14px 11px;
}

.btn-action-header i {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    color: var(--black);
}


.entire-action-header {
    position: relative;
    line-height: 1;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
}

/*css icon search*/


html, body {
    /* overflow-x: hidden; */
}

iframe {
    max-width: 100%;
}

/*Header*/
.logo-section, .logo-section img {
    height: 75px;
}

@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

@media (max-width: 1000px) {
    .main-menu > .container > .row > div:nth-child(1) {
        max-width: 50%;
        flex-basis: 50%;
    }
    
    .main-menu > .container > .row > div:nth-child(2) {
        order: -1;
        max-width: 25%;
        flex-basis: 25%;
    }
    
    .main-menu > .container > .row > div:nth-child(3) {
        max-width: 25%;
        flex-basis: 25%;
    }
}

@media (min-width: 968px) {
    
    .home .menu-section > ul > li > a {
        color: var(--black) !important;
    }
    
    .home .entire-action-header .btn-action-header {
        color: var(--white);
    }
    
    
    .btn-action-header i {
        font-size: 25px;
        font-weight: 500;
    }
    .home .btn-action-header i {
        color: var(--white) !important;
    }
    
    .home a.language-picker, .home a.currency-picker {
        color: var(--white);
    }
}

.btn-mini-cart .cart-items-number {
    position: absolute;
    top: 0;
    left: 30px;
    background-color: var(--color-main);
    color: var(--white);
    display: inline-block;
    height: 18px;
    padding: 0 6px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
}
/*End Header*/

/*Title*/
.box_title {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    position: relative;
    margin: 0;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title_text {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #2d2a2a;
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 5px;
}

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

.box_title_bottom_label {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: ltr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    margin: 0 auto;
}

.box_title_bottom_label:before, .box_title_bottom_label:after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 3px;
    background: var(--color-main);
}

.box_title_bottom_p {
    color: var(--color-main);
    border-color: var(--color-main);
    margin: 0 6px;
}
/*End Title*/

.effect-nav li a::after {
    height: 2px;
}

.bg-products-home {
    background: #F8F8F8;
}

/* .product-item .inner-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    -webkit-transition: visibility .3s ease, opacity .3s ease;
    transition: visibility .3s ease, opacity .3s ease;
} */

.product-item:hover .inner-image:before {
    display: block;
}

.product-item .product-action {
    opacity: 0;
    display: none;
}

/* .product-item:hover .product-action {
    opacity: 1;
} */

.product-item:hover .inner-content .price {
    opacity: 1;
}

.product-item .inner-content .star-rating {
    opacity: 1;
}

.product-item:hover .inner-content .star-rating {
    opacity: 0;
}

.product-action a {
    min-width: 100px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    float: none !important;
    display: inline-block;
    width: auto !important;
    border: 2px solid #fff;
    color: #fff;
    transform: rotate(360deg);
    font-size: 15px;
    border-radius: 6px;
}

.product-action a:hover {
    border-color: var(--color-highlight);
    color: var(--color-highlight);
}

.product-item .inner-image img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.product-item:hover .inner-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.btn-view-more {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: var(--color-main);
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    border: 2px solid var(--color-main);
    display: inline-block;
    border-radius: 6px;
}

.btn-view-more:hover {
    border-color: var(--color-main);
    color: var(--color-main);
}

/*Category*/
.bg-cate {
    background: #f3f3f3;
}

.menu-grid__item {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.menu-grid__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.menu-grid__item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.menu-grid__item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    z-index: 3;
    padding: 18px 22px;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: var(--white);
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}

.menu-grid__item:hover .menu-grid__item-title {
    background-color: rgba(0, 0, 0, .7);
    transition: all .3s ease-in-out;
}
/*End Category*/

/*Banner Image*/
.banner-box, .banner-item {
    height: 96%;
}
.banner-item__img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*End Banner Image*/

/*Projects*/
.projects-home {
    overflow: hidden;
}

.projects-home .slick-list {
    margin: 0 -5px;
}

.projects-home .slick-slide {
    margin: 0 5px;
}
/*End Projects*/

/*Article*/
.article-item {
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 12%);
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
    margin-bottom: 10px;
    background: var(--white);
    border-radius: 6px;
    overflow: hidden;
}
/*End Article*/

/*Partners*/
.bg-partners {
    background: var(--light);
    border-bottom: 1px solid var(--white);
}

.partner-home__images-item {
    position: relative;
    padding-top: 70%;
}

.partner-home__images-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    /*opacity: .5;*/
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    transition: opacity .3s ease,-webkit-filter .3s ease;
    transition: filter .3s ease,opacity .3s ease;
    transition: filter .3s ease,opacity .3s ease,-webkit-filter .3s ease;
}

.partner-home__images-item:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/*End Partners*/

/*Footer*/
footer {
    /* background: #232222; */
    /* color: black !important; */!i;!;
}

.copyright-main {
    background: #111;
}
/*End Footer*/

/*Responsive*/
.is-mobile .logo-section, .is-mobile .logo-section img {
    height: 90px;
}



@media (max-width: 767px) {
    .title_text {
        font-size: 20px;
    }
    
    .title_text_sub {
        font-size: 12px;
    }
    
    .product-tab.nav {
        margin-bottom: 20px;
    }
    
    .product-tab.nav .nav-item {
        padding: 0 10px;
    }
    
    .product-tab.nav .nav-item .nav-link {
        font-size: 14px;
    }
    
    .article-item .article-title a {
        font-size: 14px;
    }
    
    .product-item:hover .pro_buy {
        display: none;
    }
    
    .article-title-detail {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .entire-action-header .form-dropdown {
        width: 270px;
        right: -20px;
    }
}
/*End Responsive*/

.article-item .article-title:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    height: 2px;
    content: "";
    display: inline-block;
    transition: 250ms;
    background: var(--color-highlight);
    width: 35px;
}
.article-item .article-title {
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    padding: 8px 0 0;
    margin-bottom: 0;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 50px;
}

.title-address {
    font-weight: 600;
    color: var(--color-highlight);
    font-size: 20px;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .price-amount {
        font-size: 14px;
    }
    .swiper-slide--wrap {
        top: 50%;
        width: 90%;
        padding: 1rem;
    }
    .swiper-slide--link {
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }
    .swiper-slide--tile {
        font-size: 2.3rem;
    }
    .block-tab.nav .nav-item .nav-link {
        margin: 1rem 1.5rem;
        font-size: 14px;
    }
    .home .menu-section > ul > li > a {
        color: var(--black);
    }
}


.btn-dang-ky-dai-ly {
    padding: 5px 28px;
    min-height: 48px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    background: var(--color-highlight);
    transition: all .25s;
}

.btn-dang-ky-dai-ly:hover {
    background: #cd7529;
}

.modal-backdrop.show {
    display: none;
}

#modal-dang-ky-dai-ly .btn-close i {
    color: var(--color-highlight);
    transition: all .25s;
}

#modal-dang-ky-dai-ly .btn-close {
    border: 7px solid var(--color-highlight);
    border-radius: 3px;
    transition: all .25s;
}

#modal-dang-ky-dai-ly .btn-close:hover {
    border: 7px solid var(--black) !important;
}

#modal-dang-ky-dai-ly .btn-close:hover i {
    color: black;
}

#modal-dang-ky-dai-ly .title .modal-title {
    color: #141313;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 38px;
    letter-spacing: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    padding-bottom: 1rem;
}

#modal-dang-ky-dai-ly .modal-dialog {
    max-width: 65rem;
}

#modal-dang-ky-dai-ly .title {
    text-align: center;
    padding: 2rem 0;
}

.rouded-1-rem {
    border-radius: 1rem;
}

#modal-dang-ky-dai-ly input {
    border-radius: 1rem;
    border: 1px solid #000000;
}

#modal-dang-ky-dai-ly .form-group {
    /* border: 1px solid #000000; */
    border-radius: 10px;
}


#modal-dang-ky-dai-ly .btn-submit {
    width: 100%;
    border-radius: 1rem;
    background: white;
    border: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.6rem;
}

#modal-dang-ky-dai-ly .btn-submit:hover {
    color: white;
    background-color: black;
}

.border-custom-1 {
    border: 1px solid #000000;
}

.footer-menu-section a:hover {
    color: var(--color-highlight);
}

.entire-info-website svg {
    fill: #EF872D;
    transition: fill 0.3s;
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 1rem;
}

.entire-info-website .website-info-item {
    color: #555555;
    font-size: 1.6rem;
}

.entire-info-website .website-info-item:hover {
    color: var(--color-highlight);
}

.footer-menu-section {
    margin-bottom: 2rem;
}

.social-section i {
    color: black;
}

.social-section {
    margin: 3rem;
    /* text-align: center; */
    justify-content: center;
}

.copyright-section {
    border-top: 1px solid rgba(102, 102, 102, 0.2);
}

.product-item .inner-content .price {
    opacity: 0;
}

.product-item .inner-content {
    padding: 0 1rem;
}

.product-item-large .product-description p {
    font-size: 1.8rem;
    color: var(--color-highlight);
    margin-bottom: 1.5rem;
}

.product-item-large .product-title {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.product-item-large .btn-xem-chi-tiet a {
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #F3F3F3;
    padding: 1rem 2rem;
    border-radius: 5px;
    display: inline-block;
}

.product-item-large .btn-xem-chi-tiet a:hover {
    color: #3E3E3E;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.product-item-large .inner-image {
    transform: translateY(-4.5rem);
    z-index: -1;
    position: relative;
}

.inner-video-small {
    display: flex;
    gap: 1rem;
    padding: 1rem;
}

.inner-video-small .name {
    font-size: 1.4rem;
    font-weight: 600;
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active .inner-video-small {
    background: #dfdcdc;
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: none;
}

.tieu-de-thumbs {
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.tieu-de-video {
    font-size: 2.2rem;
    font-weight: 600;
    padding: 1rem 0;
}

.search-home input {
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
}

.search-home .btn-submit {
    background: var(--color-highlight);
    border: none;
    width: 4rem;
    height: 4rem;
    border-radius: 0 5px 5px 0;
}

.search-home .btn-submit:hover {
    color: white;
    background: black;
}

.list-goi-y {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.list-goi-y .name {
    color: var(--color-highlight);
}

.list-goi-y .name:hover {
    color: black;
}

.product-item-small .product-item-wrapper {
    display: flex;
    gap: 1rem;
}

.product-item-small .product-item-wrapper .inner-image {
    max-width: 7rem;
}

.product-item-small .product-title {
    font-size: 1.4rem;
    color: black;
}


.title-thong-so-ky-thuat {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.thong-so-ky-thuat-section {
    color: #777777;
}

.main-menu > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.product-item-small .product-title {
    z-index: 1;
}

.company-name {
    position: absolute;
    top: -9999px;
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 2rem;
    bottom: 7rem;
    position: fixed;
    height: 6rem;
    width: 6rem;
    background: red;
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 1.1rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 2.8rem;
    transform: scaleX(-1);
}

.contact-fixed__pulsation {
    width: 8.4rem;
    height: 8.4rem;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    left: -1.2rem;
    top: -1.2rem;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 2.2rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 20rem;
    position: absolute;
    bottom: 8rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.4rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -0.7rem;
    right: 2.5rem;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 0.8rem 2rem;
    width: 100%;
    color: var(--color-main);
    font-weight: bold;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    margin-right: 1rem;
    /* background-color: var(--color-highlight); */
    border-radius: 50%;
    overflow: hidden;
    /* padding: 0.8rem; */
}

.contact-fixed__item-icon img {
    /* filter: brightness(0) invert(1); */
    width: 100%;
    height: 100%;
}

@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
/*End Button Contact Fixed*/