body {
    font-family: "Roboto", sans-serif;
}
a{
    text-decoration: none;
}
img.logo {
    width: 170px;
}
/* Custom styles for different sections */
.navbar-custom {
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.carousel-item {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.carousel-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.carousel-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 60%;
    margin: 0 auto;
}
.section-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    color: #303f9a;
}
.image-project{
    overflow: hidden;
}
.product-card img, .image-project img {
    transition: transform 0.3s ease;
}
.product-card:hover img, .image-project:hover img {
    transform: scale(1.1);
}
.gallery img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.gallery img:hover {
    transform: scale(1.05);
}
.faq-section {
    /*background-color: #f7f7f7;*/
    padding: 2rem;
}
.accordion-button:not(.collapsed) {
    background-color: rgba(0, 0, 0, .03);
    color: red;
}
.footer-custom {
    background-color: #001f3f;
    color: white;
    padding: 2rem 0;
}

.dropdown-menu .dropdown-submenu {
    position: relative;
}
.dropdown-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Cải thiện Responsive */
@media (max-width: 992px) {
    .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
    }

    .dropdown-menu .dropdown-submenu > .dropdown-menu {
        left: 0;
        top: 0;
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px 15px;
        font-size: 16px;
    }

    .navbar-nav .dropdown-toggle::after {
        content: "\002B"; /* Biểu tượng "+" */
        float: right;
        font-size: 18px;
        padding-right: 5px;
    }

    .navbar-nav .show > .nav-link::after {
        content: "\2212"; /* Biểu tượng "-" */
    }
}

.gioi-thieu {
    background: url("../images/bg-12.jpg");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.icon-box-img img{
    width: 54px;
}
.icon-box-text {
    padding-left: 1em;
}
.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
.product-card{
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.box-text p {
    margin-top: .1em;
    margin-bottom: .1em;
}
.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text a:not(.button) {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
}
.product-title a {
    color: #000;
    font-weight: bold;
}
.box a {
    display: inline-block;
}
.price-wrapper .price {
    display: block;
}
.price {
    line-height: 1;
}
.price-wrapper span.amount {
    color: #d41836 !important;
}
span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}
.col-inner {
    padding: 40px 20px 32px 40px;
}
.dark, .dark p, .dark td {
    color: #f1f1f1;
}
.button span {
    display: inline-block;
    line-height: 1.6;
}
.image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.image-collection-wrapper {
    position: relative;
    overflow: hidden; /* Đảm bảo ảnh không tràn ra ngoài */
}

.image-collection img {
    transition: transform 0.5s ease; /* Hiệu ứng chuyển đổi cho ảnh */
    width: 100%;
    cursor: pointer;
}

.box-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease; /* Hiệu ứng chuyển đổi cho box-text */
    background-color: rgba(7, 7, 7, 0.51);
}

.image-collection-wrapper:hover .image-collection img {
    transform: scale(1.1); /* Phóng to ảnh khi hover */
    cursor: pointer;
}

.image-collection-wrapper:hover .box-text {
    opacity: 1; /* Hiển thị box-text khi hover */
    transform: translateY(0); /* Đảm bảo box-text không bị trượt */
    cursor: pointer;
}
h2.section-title{
    position: relative;
}
h2.section-title:after{
    background: url("../images/thanh_tit.png") center bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 3.625rem;
    content: "";
    background-size: 22%;
    
}
.nav-item a.nav-link{
    text-transform: uppercase;
    font-size: 20px;
}
.nav-item a.nav-link:hover{
    color: red;
}
.image-collection{
    width: 100%;
}
.image-collection img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: 100% 0%;
}
.list-unstyled a{
    color: white;
}
.ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

/* wrap */

.ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}


/* Mess */

.mess-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 65px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -10px;
    bottom: 15px;
    display: block;
}

.mess-ring-circle {
    width: 90px;
    height: 90px;
    top: 17px;
    left: 17px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #0084ffd6;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.mess-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-color: #0084ffd6;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mess-ring-img-circle {
    background-color: #0084ff;
    width: 50px;
    height: 50px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mess-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mess-ring-img-circle .pps-btn-img img {
    width: 45px;
    height: 45px;
}


/* zalo	 */

.zalo-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 65px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -10px;
    bottom: 10px;
    display: block;
}

.zalo-ring-circle {
    width: 90px;
    height: 90px;
    top: 17px;
    left: 17px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #01abd3c9;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.zalo-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-color: #01abd3c9;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.zalo-ring-img-circle {
    background-color: #01abd3;
    width: 50px;
    height: 50px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zalo-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.zalo-ring-img-circle .pps-btn-img img {
    width: 45px;
    height: 45px;
}


/* Hotline	 */

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -8px;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 90px;
    height: 90px;
    top: 17px;
    left: 17px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ff0909e5;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-color: #ff0909e5;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e80000;
    width: 50px;
    height: 50px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 30px;
    height: 30px;
}

.hotline-bar {
    position: absolute;
    background: #ff0909e5;
    height: 37px;
    width: 220px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 30px;
    bottom: 30px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-indent: 55px;
    display: block;
    letter-spacing: 1px;
    line-height: 38px;
    font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
    .ring-wrap {
        z-index: 99;
    }
    /*  hotline  */
    .hotline-bar {
        /* display: none !important; */
        bottom: 37px;
        width: 200px;
        left: 30px;
    }
    .hotline-bar>a{
        text-indent: 40px;
    }
    .hotline-phone-ring {
        left: -8px;
    }
    /* 	mess */
    .mess-ring{
        bottom: 0px;
    }
    .mess-ring-circle {
        width: 85px;
        height: 85px;
        top: 11px;
        left: 11px;
    }
    .mess-ring-circle-fill {
        width: 55px;
        height: 55px;
        top: 26px;
        left: 26px;
    }
    .mess-ring-img-circle {
        width: 40px;
        height: 40px;
        top: 34px;
        left: 34px;
    }
    .mess-ring-img-circle .pps-btn-img img {
        width: 30px;
        height: 30px;
    }
    /* 	zalo */
    .zalo-ring{
        bottom: 0px;
    }
    .zalo-ring-circle {
        width: 85px;
        height: 85px;
        top: 11px;
        left: 11px;
    }
    .zalo-ring-circle-fill {
        width: 55px;
        height: 55px;
        top: 26px;
        left: 26px;
    }
    .zalo-ring-img-circle {
        width: 40px;
        height: 40px;
        top: 34px;
        left: 34px;
    }
    .zalo-ring-img-circle .pps-btn-img img {
        width: 30px;
        height: 30px;
    }
    /* 	hotline */
    .hotline-phone-ring-circle {
        width: 85px;
        height: 85px;
        top: 11px;
        left: 11px;
    }
    .hotline-phone-ring-circle-fill {
        width: 55px;
        height: 55px;
        top: 26px;
        left: 26px;
    }
    .hotline-phone-ring-img-circle {
        width: 40px;
        height: 40px;
        top: 34px;
        left: 34px;
    }
    .hotline-phone-ring-img-circle .pps-btn-img img {
        width: 30px;
        height: 30px;
    }
}
h3.section-title.section-title-normal span {
    padding: 5px 20px 2px 32px;
    font-size: 22px;
}
span.section-title-main {
    background: #ffffff00;
    color: #303f9a;
}
.section-title-normal span {
    border-bottom: 0px;
}
.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: -2px;
}
.section-title span {
    text-transform: uppercase;
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
h3.section-title.section-title-normal span {
    display: inline-block;
    position: relative;
    min-height: 25px; /* Đảm bảo kích thước hiển thị */
}

h3.section-title.section-title-normal span:before {
    content: "";
    position: absolute;
    background: url('../images/pentagram-159044_1280.png') no-repeat;
    background-size: 100%;
    height: 25px;
    width: 25px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: mymove 3s infinite linear;
}

@keyframes mymove {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*h3.section-title.section-title-normal span:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: url(../images/pentagram-159044_1280.png) no-repeat;*/
/*    background-size: 100%;*/
/*    height: 25px;*/
/*    width: 25px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    animation: mymove 3s infinite linear;*/
/*}*/
h5.post-title.is-large {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.category-menu h2, .support h3, .products h3 {
    background-color: #2f3e8f;
    color: white;
    padding: 10px;
    text-align: left;
    font-size: 16px;
}

.category-menu ul {
    list-style-type: none;
    padding: 0;
}

.category-menu li a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.support {
    text-align: center;
    margin-top: 20px;
}

.support img {
    width: 100px;
    margin-bottom: 10px;
}

.hotline {
    background-color: #e50914;
    color: white;
    padding: 10px;
    margin-top: 10px;
}

.phone-number {
    padding: 0;
    margin: 0;
}

.phone-number img {
    width: 20px;
    margin-right: 10px;
}

ul.product_list_widget li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.3;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.product-title {
    min-height: 40px;
}
span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}
ul.product_list_widget li+li {
    border-top: 1px solid #ececec;
}
ul.product_list_widget li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
.product_list_widget li a{
    border-bottom: none;
}
.product-container {
    display: flex;
    max-width: 1000px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-image {
    flex: 1;
    text-align: center;
}

.product-image img {
    max-width: 100%;
    height: 300px;
}

.product-details {
    flex: 1;
    padding-left: 30px;
}

.product-details h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-details .price {
    color: red;
    font-size: 20px;
    margin-bottom: 20px;
}

.support-info {
    background-color: #fff3e0;
    padding: 10px;
    border: 1px solid #f5c07b;
}

.support-info h3 {
    margin-bottom: 5px;
    color: #e50914;
    font-size: 16px;
}

.support-info .phone-number {
    font-size: 24px;
    color: #112139;
    font-weight: bold;
}

.support-info .open-time {
    font-size: 14px;
    color: #777;
}

.buy-button {
    display: inline-block;
    background-color: #ff8000;
    color: white;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    width: 100%;
}

.buy-button:hover {
    background-color: #e67e22;
}

.delivery-info {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.categories {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a img {
    width: 30px;
    height: 30px;
}