/* @import url("https://fonts.googleapis.com/css2?family=KoHo:wght@400;700&family=Prompt:wght@400;500;700&display=swap"); */
:root {
    --main-font: "Roboto", sans-serif;
    --post-font: "Roboto", sans-serif;
    --text-color: #000000;
    /* --text-light-color: #; */
    --main-bg-color: #ffffff;
    --light-bg-color: rgb(255, 255, 255);
    --tw-text-opacity: 1;
    --text-grey-color: rgb(186 198 204 / var(--tw-text-opacity));
    --text-link-color: #f5d903;
    --text-light-color: #999;
    --primary-color: #b2322a;
    --secondary-color: rgb(95, 95, 95);
    --main-box-shadow: 7px 7px 0 rgba(12, 103, 179, 0.28);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* clear default style */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
marquee,
table,
input,
textarea,
button,
select,
option {
    padding: 0;
    margin: 0;
    font-family: var(--main-font);
    border: none;
    outline: none;
}
button,
input[type="submit"] {
    cursor: pointer;
}
a {
    text-decoration: none;
    color: var(--text-link-color);
    transition: 0.4s;
}
a:hover {
    color: var(--text-link-color);
}

body {
    font-family: var(--post-font);
    background: var(--main-bg-color);
}
.title__section {
    text-transform: uppercase;
    font-weight: bold;
}

/* //////////////////////// Product Detail ///////////////////// */

.product__detail--variation{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #efebeb;
    background-color: transparent;
    cursor: pointer;
}
.product__detail--variation.active{
    border: 1px solid #ee4d2d;
}
.product__detail--criteria__title{
    font-weight: 600;
    font-size: 18px;
}
.product__detail--criteria__name{
    font-weight: 600;
    font-size: 15px;
}
.product__detail--qty{
    width: 50px;
    text-align: center;
    border: 1px solid grey;
}
.product__detail--quantity__minus__pro__detail::selection,
.product__detail--quantity__plus__pro__detail::selection,
.product__detail--qty::selection,
.product__detail--quantity__pro__detail::selection{
    background: none;
    color: initial;
}
.product__detail--quantity__plus__pro__detail,
.product__detail--quantity__minus__pro__detail{
    border: 1px solid grey;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.product__detail--group__buy{
    flex-direction: column;
    margin-top: 10px;
    display: flex;
    grid-gap: 10px 20px;
    justify-content: space-around;
}
.product__detail--group__buy span{
    display: block;
}
.product__detail--buy__now{
    cursor: pointer;
    text-align: center;
    padding: 10px;
    background-color: #25ab25;
    color: #fff;
}
.product__detail--add__now{
    cursor: pointer;
    text-align: center;
    padding: 10px;
    background-color: #ff3945;
    color: #fff;
}
.product__detail--group__btn__contact{
    margin-top: 10px;
    display: flex;
    grid-gap:0 20px;
    justify-content: space-around;
}
.product__detail--btn__call__back__now{
    cursor: pointer;
    text-align: center;
    padding: 10px;
    background-color: #ff3945;
    width: 50%;
}
.product__detail--btn__call__back__now a{
    color: #fff;
}
.product__detail--btn__chat__back__now{
    cursor: pointer;
    text-align: center;
    padding: 10px;
    background-color: #53ccec;
    width: 50%;
}
.product__detail--btn__chat__back__now a{
    color: #fff;
}
.product__detail--text__call__again__back{
    font-weight: 600;
}
.product__detail--form__contact{
    margin-top: 10px;
}
.product__detail--send__contact{
    display: flex;
    justify-content: space-around;
}
.product__detail--form__phone{
    background-color: #efefef;
    width: 85%;
    padding: 5px 10px;
}
.product__detail--title{
    font-weight: 600;
    font-size: 18px;
}
.product__detail--name__criteria{
    font-size: 12pt;
    font-weight: bold;
}
.product__detail--description__criteria{
    font-size: 10pt;
    color: #333;
}
.product__detail--criteria__group{
    display: flex;
    margin-bottom: 30px;
    grid-gap: 30px 10px;
}
.product__detail--btn__submit__form{
    width: 10%;
    padding: 5px 10px;
}
@media (max-width: 767px) {
    .product__detail--group__buy{
        display: flex;
        flex-wrap: wrap;
        grid-gap:10px 20px;
    }
    .product__detail--buy__now,
    .product__detail--add__now {
      width: 100%;
    }
}
/* //////////////////////// Post List ///////////////////// */
.post__list .post__item--info{
    display: grid;
    height: max-content;
}

/* //////////////////////// Post Detail ///////////////////// */

/* //////////////////////// Product List ///////////////////// */
.product__item {
    box-shadow: 0 0 1px grey;
}
.product__item--buttons{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    grid-gap: 0 5px;
}
@media (max-width: 1200px) {
    .product__item--buttons{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        grid-gap: 5px;
        flex-direction: column;
    }
    .product__item--view__detail{
        width: 100% !important;
    }
    .product__item--quick__popup {
        width: 100% !important;
    }
}
@media (max-width: 576px) {
    .product__item--price{
        display: flex;
        flex-direction: column;
    }
}

.product__item--quick__popup{
    color: #fff;
    text-align: center;
    font-size: 10pt;
    width: 50%;
    background-color: #ff3945;
    padding: 5px;
}
.product__item--view__detail{
    color: #fff;
    text-align: center;
    font-size: 10pt;
    width: 50%;
    background-color: #25ab25;
    padding: 5px;
}
.product__item--info{
    padding: 5px;
}
.product__item--categories{
    color: #808080;
    font-weight: 300;
    font-size: 9pt;
    margin: 5px 0;
}
.product__item--title{
    margin: 5px 0;
    font-size: 12pt;
}
.product__item--price{
    font-weight: bolder;
    color: #ff0000;
    margin: 5px 0;
    font-size: 12pt;
}
.product__item--price_fake{
    color: #808080;
    margin: 5px 0;
    font-size: 10pt;
}
a.product__item--title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px;
    padding-bottom: 7px;
    display: block;
    color: var(--text-color);
}
.product__item--image {
    width: 100%;
    overflow: hidden;
}
.product__item--image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}
.product__item--description {
    padding: 0 16px;
    margin-bottom: 16px;
    color: var(--text-light-color);
}
.product__item--description p {
    padding: 0;
    margin: 0;
    color: var(--text-light-color);
    font-size: 12px;
}
.product__item--access {
    padding: 16px;
    display: block;
}
/* //////////////////////// Product Detail ///////////////////// */

/* //////////////////////// Responsive ///////////////////// */

@media (max-width: 992px) {

    .product__detail--buttons{
        display: flex;
        flex-direction: column;
        grid-gap:5px 10px;
    }
    .product__item--quick_popup,
    .product__item--view_detail {
      width: 100%;
    }
  }

.bg__white {
    background: white;
}
/* elements */
.super__title {
    font-weight: bold;
    font-size: 32px;
    color: var(--text-color);
    text-transform: uppercase;
}
/* basic item */
.list .item {
    transition: 0.4s;
}
.list .item:hover {
    box-shadow: 0 0 30px -20px green;
}
.list .item a.item__title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px;
    display: block;
    color: var(--text-color);
}
.list .item .item__image {
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
}
.list .item .item__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
/* special item */
.list .special__item {
    transition: 0.4s;
    position: relative;
    height: 200px;
    border-radius: 7px;
    overflow: hidden;
}
.list .special__item:hover {
    box-shadow: 0 0 30px -20px rgb(4, 4, 4);
}
.list .special__item a.item__title {
    background: linear-gradient(to top, #00000090, #00000000);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    padding: 16px;
    display: block;
    transition: 0.3s !important;
}
.list .special__item a.item__title:hover {
    background: linear-gradient(to top, #00000099, #00000020);
}
.list .special__item .item__image {
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
    position: absolute;
}
.list .special__item .item__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
/* slider */
.slider {
    height: 400px;
}
.slider .carousel-inner {
    height: 400px;
}
.slider .carousel-inner .carousel-item {
    height: 400px;
}
.slider .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* gallery */
.inline-gallery-container {
    width: 100%;
    height: 400px;
    position: relative;
}
.lightGallery-captions h4 {
    transform: translate3d(60px, 0, 0px);
}
.lightGallery-captions p {
    transform: translate3d(-60px, 0, 0px);
}
.lightGallery-captions h4,
.lightGallery-captions p {
    opacity: 0;
}
.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
    transform: translate3d(0, 0, 0px);
}
.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
    opacity: 1;
}
.lg-slide-progress .lightGallery-captions h4 {
    transform: translate3d(-60px, 0, 0px);
}
.lg-slide-progress .lightGallery-captions p {
    transform: translate3d(60px, 0, 0px);
}
.lg-slide-progress .lightGallery-captions h4,
.lg-slide-progress .lightGallery-captions p {
    opacity: 0;
}
.lightGallery-captions h4,
.lightGallery-captions p {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in;
}
.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
    transition-delay: 500ms;
}
.lg-current.lg-slide-progress .lightGallery-captions h4,
.lg-current.lg-slide-progress .lightGallery-captions p {
    transition-delay: 0ms;
}
/* buttons & form */
.btn__type__a {
    background: var(--text-color);
    color: white;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    width: max-content;
}
.form__group label {
    font-weight: bold;
}
.form__control {
    border: solid 1px rgb(207, 207, 207);
    background: white;
    color: var(--text-color);
    border-radius: 3px;
    padding: 7px 10px;
    width: max-content;
}



.jbasjdhb{
    color: var(--primary-color);
}
#myVideo{
    width: 100%;
    height: 720px;
    transition: opacity 0.3s ease;
    animation: fade-in;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.videoTag{
    position: relative;
}
.loadVid{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 10;
    animation: fade 1s;
    opacity: 0;
}



  
@keyframes fade {
    0% { opacity: 0; } /* Ban đầu, mục tiêu có độ mờ là 0 */
    50% { opacity: 1; } /* Đạt tới giữa thời gian animation, mục tiêu có độ mờ là 1 */
    100% { opacity: 0; }
  }
  .modla_vid{
    position: fixed;
    height: calc(100vh - 80px);
    width: calc(100% - 120px);
    top: 40px;
    left: 60px;
    background-color: #444  ;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 3px grey;
    z-index: 999;
    transform: scale(0);
    transition: 0.4s;
  }
.modla_vid.on{
    transform: scale(1);
}
  .close_vid{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  .close_vid i{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modla_vid video{
    position: relative;
    width: auto;
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    z-index: 99999999;
  }



  @media screen and (max-width: 576px) {
        #myVideo{
            height: 360px;
        }
        .modla_vid {
            position: fixed;
            height: calc(100vh - 90px);
            width: calc(100% - 20px);
            top: 10px;
            left: 10px;
            background-color: #444;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 0 3px grey;
            z-index: 999;
            transform: scale(0);
            transition: 0.4s;
        }
        .modla_vid video{
            position: relative;
            width: auto;
            max-width: 100%;
            height: 100%;
            display: block;
            margin: 0 auto;
            z-index: 99999999;
        }
        .item_menu{
            display: flex;
            width: 100%!important;
            align-items: center;
            gap: 10px;
            font-size: 14px!important;
        }
        .item_menu img{
            width: 32px!important;
            height: 32px!important;
        }

  }