:root {
    --primary_color: #0D73CD;
    --primary_color_2: #FFB501;
    --blue_color: #24A6E3;
    --color_red: #EC0000;
    --color_white: #fff;
    --color_green: green;
    --color_dark: #000;
    --color_gray: #333;
    --border_color: #FC3
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #aaa
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

body {
    background: #fff;
    overflow-x: hidden
}

@font-face {
    src: url("../fonts/Roboto-Regular.ttf");
    font-family: Roboto;
    font-weight: normal
}

@font-face {
    src: url("../fonts/Roboto-Bold.ttf");
    font-family: Roboto;
    font-weight: bold
}


@font-face {
    src: url("../fonts/Inter/Inter-Bold.ttf");
    font-family: Inters;
    font-weight: bold
}

@font-face {
    src: url("../fonts/Inter/Inter-Regular.ttf");
    font-family: Inter;
    font-weight: normal
}






body {
    font-family: Inter;
    font-weight: normal
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: Inter;
    font-weight: bold
}

a {
    text-decoration: none
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0 none !important;
    -webkit-box-shadow: inset 0 -1px 0 #ddd !important;
    box-shadow: inset 0 -1px 0 #ddd !important
}

ul, li {
    margin-bottom: 0px !important
}

.row-0 {
    padding: 0px 0px !important
}

.pd-0 {
    padding: 0px !important
}

.row-5 {
    padding: 0px 10px !important
}

.pd-5 {
    padding: 0px 5px 10px 5px !important
}

.row-10 {
    padding: 0px 2px !important
}

.pd-10 {
    padding: 0px 10px 20px 10px !important
}

.row-20 {
    padding: 0px 0px !important
}

.pd-20 {
    padding: 0px 20px 0px 20px !important
}

.button_style {
    background-color: var(--primary_color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

div#top-bar {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #D0D0D0;
}

div#top-bar .d-flex.menu-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

div#top-bar .top-bar-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px
}

div#top-bar .top-bar-menu ul li {
    list-style: none;
    margin-right: 25px
}

div#top-bar .top-bar-menu ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

div#top-bar .top-bar-menu ul li a:hover {
    color: var(--primary_color)
}

div#top-bar .top-bar-menu ul li a img {
    width: 25px;
    margin-right: 2px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain
}


.menu-mobile a {
    color: #111;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    align-items: center;
    position: relative;
}
div#top-bar .account-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px !important
}

div#top-bar .account-menu ul li {
    list-style: none;
    position: relative
}

div#top-bar .account-menu ul li:not(:last-child) {
    margin-right: 25px
}

div#top-bar .account-menu ul li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background: #000;
    position: absolute;
    display: block;
    left: -12.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

div#top-bar .account-menu ul li a {
    color: #000;
    font-weight: 700;
    font-size: 15px
}

div#top-bar .account-menu ul li a:hover {
    color: var(--primary_color)
}

.tg-col-12 {
    width: 12% !important
}

.tg-col-88 {
    width: 88% !important;
    padding-bottom: 0px !important;
}

header#header {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #D0D0D0;
}

header#header div#logo {
    width: 140px
}

header#header div#logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

header#header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

header#header .header-right .header-hotline {
    background: #f1f1f1;
    border-radius: 50px;
    padding: 6px 15px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 21%);
    transition: 0.3s;
    overflow: hidden;
}

header#header .header-right .header-hotline a {
    color: #ff0000;
    font-weight: 700;
    font-size: 15px
}

header#header .header-right .header-hotline a img {
    width: 35px
}

header#header .main-menu ul {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header#header .main-menu ul li {
    list-style: none
}

header#header .main-menu ul li a {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    padding: 0px 10px;
}

header#header .main-menu ul li a:hover {
    color: #03A9F4;
}

.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.progress-wrap:hover::after {
    color: #1f2029
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 2px #cccccc;
    box-shadow: inset 0 0 0 2px #cccccc
}

.progress-wrap.btn-left-side {
    left: 30px
}

.progress-wrap.btn-right-side {
    right: 30px
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px
}

.section {
    width: 100%;
    padding: 30px 0
}

.sec-0 {
    padding: 0px
}

.sec-1 {
    padding: 10px 0
}

.sec-2 {
    padding: 20px 0
}

.sec-4 {
    padding: 40px 0
}

.banner_home {
    width: 100%
}


.product-price ins span {
    text-decoration: none;
}


footer#footer {
    padding: 30px 0px 0px 0px;
    background: #373737;
    position: relative;
    overflow: hidden;
}

footer#footer canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /*Particle ngay dưới nội dung*/
}

footer#footer .section-content,
footer#footer * {
    position: relative;
    z-index: 2; /* Nội dung nằm trên particle */
}



footer#footer .footer-logo {
    text-align: left;
}

footer#footer .footer-logo img {
    width: 200px
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block
}

footer#footer .footer-top .footer-title h3 {
    font-weight: 200;
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px 0;
    text-transform: uppercase
}

footer#footer .footer-top p, footer#footer .footer-top a {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px
}

footer#footer .footer-top p {
    margin: 0 0 5px 0
}

footer#footer .footer-top .footer-menu ul {
    padding-left: 15px !important
}

footer#footer .footer-top .footer-menu ul li::marker {
    color: #fff;
    background: #fff
}

footer#footer .footer-top .footer-menu ul li a {
    color: #fff;
    font-size: 15px
}

footer#footer .footer-top .footer-menu ul li a:hover {
    color: var(--primary_color_2)
}

footer#footer .footer-top .footer-social a {
    margin: 0 15px 0 0
}

footer#footer .footer-top .footer-social a i {
    font-size: 30px
}

footer#footer .footer-top .footer-register {
    width: 100%;
    margin: 20px 0
}

footer#footer .footer-top .footer-register a {
    margin: 0px 5px 10px 0;
    display: inline-block
}

footer#footer .footer-top .footer-register a img {
    width: 100px;
    border-radius: 10px;
}

footer#footer .footer-menu-vertical {
    width: 100%;
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0 5px 0
}

footer#footer .footer-menu-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer#footer .footer-menu-vertical ul li {
    list-style: none;
    margin: 0px 15px
}

footer#footer .footer-menu-vertical ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 100
}

.footer-copyright {
    width: 100%;
    text-align: center;
    padding: 7px 0;
    background: #1a2a37ed;
    color: #fff;
    font-size: 14px
}

.sec-register {
    width: 100%;
    display: inline-block;
    background: var(--primary_color);
    padding: 10px 0;
    color: #fff;
    font-size: 15px
}

.sec-register h4 {
    font-size: 20px;
    margin: 0 0 10px 0
}

.sec-register p {
    margin: 0px
}

.sec-register .input_register {
    border-radius: 15px !important;
    height: 45px;
    margin: 0px !important
}

.sec-register .btn_register {
    color: #fff;
    width: 200px;
    border-radius: 15px !important;
    font-weight: 700;
    margin-left: 15px !important
}

.home-title {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #E3E3E3;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.home-title .home-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-title .home-icon img {
    width: 45px;
    margin-right: 10px
}

.home-title .home-icon h3 {
    color: var(--primary_color_2);
    font-size: 22px
}

.slide-post .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px)
}

.slide-hotel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px)
}

.owl-dots {
    display: none !important
}

.owl-nav button {
    width: 30px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    top: 50% !important;
    -webkit-transition: .3s !important;
    transition: .3s !important;
    position: absolute;
    margin: 0px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-nav button i {
    font-size: 24px;
    font-weight: 900;
    color: #3a3a3a
}

.owl-nav button img {
    width: 35px !important;
    height: 35px !important
}

.owl-nav button.owl-prev {
    left: -55px
}

.owl-nav button.owl-next {
    right: -55px
}



.product-item .product-content .product-price p {
    margin: 0px
}

.product-item .product-content .product-price .price-wrapper ins {
    text-decoration: unset;
    font-weight: 700;
    color: var(--primary_color_2);
    font-size: 18px
}

.product-item .product-content .product-price .price-wrapper del {
    font-size: 16px;
    margin-left: 3px;
    color: gray
}

.product-item .product-content .product-button a {
    text-align: center;
    border-radius: 10px;
    background: var(--blue_color);
    display: block;
    color: #fff
}

.product-item .product-content .product-button a:hover {
    color: #ffd
}

.slide-hotel .owl-nav {
    position: absolute;
    top: -25px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slide-hotel .owl-nav button {
    width: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
    position: unset;
    border-radius: 5px !important;
    border: 1px solid var(--primary_color_2) !important
}

.slide-hotel .owl-nav button i {
    color: var(--primary_color_2)
}

.slide-hotel .owl-nav button.owl-next {
    right: 0px;
    margin-left: 5px !important
}

.slide-hotel .owl-nav button.owl-prev {
    left: 0px
}

.banner-new {
    width: 100%
}

.banner-new img {
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

.box__new {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.25)
}

.new_tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    flex-flow: wrap;
    list-style: none;
    padding: 0px !important;
    margin: 0 -4px
}

.new_tab ul li {
    width: calc(100% / 3);
    padding: 0px 4px !important
}

.new_tab ul li a {
    display: block;
    background: var(--primary_color);
    padding: 8px 15px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.new_tab ul li.active a, .new_tab ul li:hover a {
    background: var(--primary_color_2)
}




/*css themes*/

.sec-themes {
    margin-bottom: 15px;
    position: relative;
    z-index: 999
}

section.section.sec-0.sec-themes {
    width: 100%;
    display: inline-block;
    background-color: #F8F9FC;
    background-image: url(https://www.bkweb.vn/wp-content/themes/bksoft/assets/images/bgr-breadbrumb.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px 0px 0px;
}

.sec-themes .banner .block-title h1 {
    color: #000;
    margin: 0 0 30px;
    font-size: 38px;
    font-weight: 700;
    line-height: 54px;
}
.sec-themes .banner .block-content ul {
    margin: 0 0 40px;
    padding: 0 20px 0 0;
    list-style: none;
}
.sec-themes .banner .block-content ul li {
    color: #000000;
    margin: 0 0 19px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
}
.sec-themes .banner .block-content ul li b {
    color: #000000;
}


.sec-themes .banner .block-content ul li i {
    color: #03A9F4;
    width: 33px;
    font-size: 25px;
    font-weight: 400;
}






/* Khung tìm kiếm */
.search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 25px;
    max-width: 360px;
}

/* Input đẹp */
.search-box input {
    flex: 1;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.25s ease;
    outline: none;
}

/* Hiệu ứng focus */
.search-box input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

/* Button đẹp */
.search-box button {
    height: 40px;
    padding: 0 18px;
    border: none;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

/* Hover */
.search-box button:hover {
    background: #1d4ed8;
}

/* Nhấn */
.search-box button:active {
    transform: scale(0.97);
}

.card_themes {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s
    ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    display: inline-block;
}


.filter-card.card_themes button.cate-btn {
    border-radius: 25px;
    padding: 10px 20px;
    margin-left: 10px;
    border: 0px solid;
}
.sec-themes-card {
    margin-top: 25px;
    margin-bottom: 15px;
    position: relative;
    z-index: 999
}



section.section.sec-0.sec-themes-tabs {
    padding: 20px 0px 20px 0px;
}
.theme-tabs {
    margin-top: 30px;
}

.theme-tabs-bkns {
    margin-top: 25px;
}

.tabs-list-d {
    display: flex;
    gap: 22px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 12px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.tab-item,
.tab-item, .tab-item-bkns {
    display: flex;
    align-items: center;
    gap: 3px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 0.25s;
    font-weight: 500;
}

.tab-item:hover,
.tab-item-bkns:hover {
    color: #111;
}

.tab-item.active {
    color: #16a34a;
    font-weight: 600;
    border-bottom-color: #16a34a;
}

.tab-icon {
    display: flex;
    align-items: center;
}

.tab-icon svg {
    width: 20px;
    height: 20px;
}




/* Sản phẩm */

section.section.sec-0.sec-themes-product {
    padding: 20px 0px 20px 0px;
}

section.section.sec-0.sec-themes-product  .col-12.col-md-4.col-lg-4 {
    padding: 10px 20px 20px 20px;
}

.product-item {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 21%);
    transition: 0.3s;
    overflow: hidden;
}

/*.product-item:hover {*/
/*    transform: translateY(-4px);*/
/*    box-shadow: 0 8px 18px rgba(0,0,0,0.15);*/
/*}*/

/* Thumbnail */
.product-thumbnail {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.slide-product-item .product-thumbnail {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.product-item:hover {
    border: 1px solid var(--primary_color);
}

.product-item .product-thumbnail img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}

.product-item:hover .product-thumbnail img {
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    transform: translate(0, calc(-100% + 390px));
    -webkit-transform: translate(0, calc(-100% + 390px));
}



/* Nội dung */
.product-content {
    padding: 15px;
}

/* Tiêu đề */
.product-title h3 {
    font-size: 18px;
    font-weight: 100;
    color: #222;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.cate-btn.active {
    background-color: #0d6efd;
    color: #fff;
}


/* Màu sắc */
.product-color-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.color-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.color-blue { background: #3b82f6; }
.color-red { background: #ef4444; }
.color-purple { background: #8b5cf6; }

/* Giá tiền */
.product-price {
    font-size: 16px;
    margin-bottom: 5px;
}

.product-price ins span {
    color: #454545;
    font-weight: 700;
}

.product-price del span {
    color: #9ca3af;
    margin-left: 10px;
}
.product-actions.row {
    margin-bottom: 10px;
}
/* Button */
.btn-demo {
    display: block;
    padding: 8px 12px;
    background: #f1f1f1;
    color: #000000;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-demo:hover {
    background: #1d4ed8;
}

.product-item:hover .product-content {
    background: #e1e4ee;
}
a.btn-demo-view {
    display: block;
    padding: 8px 12px;
    background: #f1f1f1;
    color: #000000;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    transition: 0.3s;
}
.slide-product-item a.btn-demo-view {
    display: block;
    padding: 8px 10px;
    background: #f1f1f1;
    color: #000000;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    transition: 0.3s;
}
.slide-product-item .btn-demo {
    display: block;
    padding: 8px 10px;
    background: #f1f1f1;
    color: #000000;
    text-align: center;
    font-size: 12px;;
    border-radius: 6px;
    transition: 0.3s;
}


a.btn-demo-view:hover {
    color: #ffffff;
    background: #009bdb;
}
a.btn-demo:hover {
    color: #ffffff;
    background: #009bdb;
}





/*chi tiết themes*/

section.section.sec-0.sec-themes.single_product {
    padding: 100px 0px 0px 0px;
}


h1.titel_single_product {
    color: #000000;
    font-size: 25px;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.breadcrumb-head {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    padding: 15px 30px 0px 30px;
    position: relative;
    z-index: 1;
    top: 8px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
#breadcrumbs p {
    margin: 0px !important;
}
#breadcrumbs .breadcrumb-head a, #breadcrumbs .breadcrumb-head span {
    font-weight: 500;
    font-size: 16px;
    color: #000 !important;
    text-transform: uppercase;
}


/**product-single**/
.product-gallery {
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
    background: #f8f8f8;
    border: solid 1px #e1e1e1;
    border-radius: 8px !important;
}

.product-gallery .boxgl {
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.product-gallery .boxft {
    background-color: #e1e1e1;
    padding: 10px 15px;
}



div#slider-pd-main {
    float: left;
    width: 75%;
}

div#slider-pd-nav {
    float: right;
    width: 25%;
}

.bk-slider-hover {
    max-height: 400px;
    overflow: hidden !important;
    position: relative;
}

.bk-slider-hover:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) url(https://www.bkweb.vn/wp-content/themes/bksoft/assets/images/ovelay.svg) no-repeat center center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.bk-slider-hover:hover:after {
    opacity: 1;
}

.bk-slider-hover img {
    width: 100%;
    height: auto !important;
}

.pd-nav-img {
    overflow: hidden !important;
    height: 200px;
    position: relative;
}

.pd-nav-img img {
    width: 100%;
    height: auto !important;
}

div#slider-pd-nav .slick-slide {
    display: block !important;
    height: auto;
}

div#slider-pd-nav .slick-slide .slider-item {
    display: block !important;
    height: auto;
}

div#slider-pd-nav .slick-current .pd-nav-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px var(--primary-color);
}
/**table price**/
.pricing-features .pricing-item-row {
    margin-bottom: 10px;
    overflow: auto
}

.pricing-features table.pricing-table {
    width: 100%;
    border-collapse: separate
}

.pricing-features table.pricing-table th {
    background-color: #ebebeb;
    font-family: "Oswald", sans-serif;
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500
}

.pricing-features table.pricing-table th:first-child {
    text-align: left
}

.pricing-features table.pricing-table td {
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    border-bottom: solid 1px #ebebeb
}

.pricing-features table.pricing-table td:first-child {
    border-left: solid 1px #ebebeb
}

.pricing-features table.pricing-table td:last-child {
    border-right: solid 1px #ebebeb;
    text-align: right
}

.pricing-features table.pricing-table tr:first-child th:first-child {
    border-top-left-radius: 8px
}

.pricing-features table.pricing-table tr:first-child th:last-child {
    border-top-right-radius: 8px
}

.pricing-features table.pricing-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px
}

.pricing-features table.pricing-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px
}

.pricing-features td.title p {
    text-align: left;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
}

.pricing-features table.pricing-table .checklb,
.pricing-features table.pricing-table .radiolb {
    white-space: nowrap
}

.pricing-features table.pricing-table .checklb .ip-avata,
.pricing-features table.pricing-table .radiolb .ip-avata {
    margin-right: 0;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
}

.pricing-features table.pricing-table .checklb .ip-avata:before,
.pricing-features table.pricing-table .radiolb .ip-avata:before {
    color: var(--primary-color);
    margin-top: 5px;
    margin-left: 6px
}

.checklb input, .radiolb input {
    display: none;
}

.checklb .ip-avata, .radiolb .ip-avata {
    border: solid 1px #bfbebe;
    cursor: pointer;
}

.checklb input:checked + .ip-avata:before, .radiolb input:checked + .ip-avata:before {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.checklb .ip-avata:before, .radiolb .ip-avata:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    display: block;
    margin-left: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 10px;
    height: 10px;
    text-align: center;
    margin-top: 2px;
    color: #ee3364;
    transform: scale(0) translate(0, -40px);
    -webkit-transform: scale(0) translate(0, -40px);
    -moz-transform: scale(0) translate(0, -40px);
    -ms-transform: scale(0) translate(0, -40px);
    -o-transform: scale(0) translate(0, -40px);
}

.checklb span, .radiolb span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

p.name {
    color: #000;
    font-size: 16px;
}

.note-title {
    font-size: 15px;
    color: #ee3365;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}










.pd-feature-box {
    background: linear-gradient(135deg, #ffffff, #f3f7ff);
    border-radius: 14px;
    padding: 18px;
    border: solid 1px #e1e1e1;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    position: sticky;
    top: 20px;
    z-index: 10;
    transition: 0.3s ease;


}

.pd-feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}




.pd-feature-box .title-side {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #222;
    line-height: 1.45;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.dots-seperatior {
    height: 1px;
    background: linear-gradient(to right, #ddd, #aaa, #ddd);
    margin: 18px 0;
    border: 0;
}


.title-side-sub {
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 12px;
}


.prefix-ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14.5px;
    color: #333;
    line-height: 1.55;
    padding-left: 26px;
    position: relative;
}

.prefix-ul li .prefix {
    width: 9px;
    height: 9px;
    background: var(--primary_color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    box-shadow: 0 0 6px rgba(0, 120, 255, 0.3);
}


a#bk_btn_dathang {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: var(--primary_color);
    color: #fff;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,120,255,0.35);
    transition: all 0.25s ease;
}


a#bk_btn_dathang:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0,120,255,0.5);
}


a#bk_btn_dathang::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-25deg);
    filter: blur(6px);
    animation: sweep 2s linear infinite;
}


@keyframes sweep {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}




a#bk_btn_dathang i {
    font-size: 18px;
    margin-right: 10px;
}




.detail-box {
    margin-bottom: 25px;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    display: block;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Header */
.detail-title {
    background-color: #f0f0f0;
    padding: 16px 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    border-bottom: 1px solid #e1e1e1;
}

/* Nội dung */
.detail-content-wrapper {
    padding: 20px;
    max-height: 240px; /* hiển thị 10 dòng */
    overflow: hidden;
    transition: max-height 0.35s ease;
}

/* Nội dung p */
.detail-content-wrapper p {
    margin: 10px 0;
    color: #333;
    line-height: 1.5;
}

/* Nút bấm trắng mờ */
.detail-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 20px auto 20px;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    color: #1f1919;
    background: rgb(143 131 130 / 25%);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 14px;
    cursor: pointer;
    transition: 0.25s;
    backdrop-filter: blur(4px); /* tạo hiệu ứng mờ đẹp */
}

.detail-toggle:hover {
    background: rgb(143 131 130 / 25%);
}

/* Icon xoay */
.toggle-icon {
    display: inline-block;
    transition: transform 0.3s;
}

.toggle-icon.rotate {
    transform: rotate(180deg);
}


.btn-demo-sin {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 26px;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    background: #03A9F4;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}


.btn-demo-sin i {
    font-size: 18px;
    transition: transform 0.4s ease, color 0.4s ease;
}


.btn-demo-sin:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.25);
    background: rgba(99, 102, 241, 0.9);
}


.btn-demo-sin:hover i {
    transform: rotate(25deg) scale(1.1);
    color: #ffd700;/
}

.btn-demo-sin::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255,255,255,0.15);
    transform: rotate(45deg) translateX(-100%);
    transition: transform 0.6s ease;
}

.btn-demo-sin:hover::before {
    transform: rotate(45deg) translateX(100%);
}



.owl-carousel.slide-product-item.owl-loaded.owl-drag .owl-stage-outer {
    padding: 10px;
}

.row.row-themes-product h3.title_sp_dm {
    color: #111;
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}


.row.row-themes-product h3.title_sp_dm::after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background: var(--primary_color);
    margin: 8px auto 0 auto;/
    border-radius: 2px;
}


.row.row-themes-product h3.title_sp_dm:hover::after {
    background: #0a63cc;
    transition: 0.3s;
}



/**mobile menu**/
#nav-mobile {
    display: none;
}

.nav-mobile {
    display: flex;
    flex-direction: row;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.nav-mobile_bg {
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.nav-mobile_main {
    background: #fff;
    flex: 0 0 280px;
    padding: 15px;
}

.custom-scrollBar_y {
    overflow-y: scroll;
    width: 100%;
}

.nav-mobile_main__exit {
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    text-shadow: 1px 1px 1px #e9ecef;
    top: 0;
}

.nav-mobile_main > ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
}

.nav-mobile_main > ul li {
    list-style: none;
}

.nav-mobile_main > ul > li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 15.5px;
    justify-content: space-between;
}

.nav-mobile_main > ul > li:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}

.nav-mobile_main > ul li > a, .nav-mobile_main > ul li > div {
    color: #567 !important;
    display: block;
    padding: 10px 0;
    width: calc(100% - 40px);
}

.nav-mobile_main > ul li > span {
    background: #f8f9fa;
    border-radius: 5px;
    height: 35px;
    justify-content: center;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.nav-mobile_main > ul li ul {
    margin-left: 0px !important;
}

.nav-mobile_main > ul > li > ul {
    display: none;
    padding-left: 20px;
    width: 100%;
}

.nav-mobile_main > ul li {
    list-style: none;
}

.box-stores {
    background: var(--primary_color);
    border-radius: 5px;
    max-width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 8px 0;
    font-weight: 700;
}

.dot-attribute:last-child {
    display: none !important;
}

.attribute-cart {
    margin: 0;
    font-size: 14px;
}

.menu-mobile a {
    color: #111;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    align-items: center;
    position: relative;
}


.z-3 {
    flex: 0 0 auto;
    width: 5%;
}

.z-7 {
    flex: 0 0 auto;
    width: 47.5%;
}

span.badge.bg-label-primary {
    color: #0d6efd;
}

span.badge.bg-label-danger.me-1 {
    color: red;
}

.home-title .countdown-timer {
    display: flex;
    padding-left: 25px;
}

.home-title .countdown-timer label {
    margin: 0 5px;
    color: #fff;
    border-radius: 5px;
    background: #FFB501;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
}

.home-title .countdown-timer label:first-child {
    margin-left: 0px !important;
}

.home-title .countdown-timer label:last-child {
    margin-right: 0px !important;
}

.home-title .home-title-clock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

label#days::after, label#hour::after, label#minute::after {
    content: ":";
    position: absolute;
    right: -7px;
    font-size: 18px;
    color: #3F3F3F;
    font-weight: bold;
}

.home-title h3, .home-title h1 {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--primary_color);
    margin: 0px;
}




/* ==============================
   Pagination custom style
=============================== */
.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: 20px 0;
}

.pagination li {
    margin: 0 4px;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 8px 12px;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s;
}

.pagination li a:hover {
    background-color: #0d6efd;
    color: #fff;
}

.pagination li.active span {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    cursor: default;
}

.pagination li.disabled span {
    color: #6c757d;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #dee2e6;
}


.pd-feature-box .boxbd ul {
    list-style: none; /* bỏ marker mặc định */
    padding-left: 0;
}

.pd-feature-box .boxbd ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px !important;
}

.pd-feature-box .boxbd ul li::before {
    content: "✔";
    font-size: 20px;
    color: #009bdb;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}
.product_color {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product-price span {
    font-weight: 600;
    color: #000000;
}

.nav-header-container.shrink header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}



@media (max-width: 576px) {
    .pagination li a,
    .pagination li span {
        padding: 6px 10px;
        font-size: 14px;
    }
}

/* SECTION */
.sec-themes-all {
    padding: 40px 0;
}

/* TITLE */
.themes-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* CATEGORY LIST */
.category-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.cate-btn {
    background: #f8f9fb;
    padding: 8px 14px;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e4e7ee;
    transition: 0.2s;
}

.cate-btn:hover {
    background: #eef2f7;
}

.cate-btn.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

/* TABS */
.tabs-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tab-item {
    background: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e8e8e8;
    transition: 0.2s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.tab-item i {
    font-size: 15px;
}

.tab-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    color: #0d6efd;
}

.tab-item.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 8px 22px rgba(13,110,253,0.25);
}


/* HERO SECTION */
.sec-themes-hero {
    background: #F8F9FC url('https://www.bkweb.vn/wp-content/themes/bksoft/assets/images/bgr-breadbrumb.svg')
    bottom center no-repeat;
    padding: 80px 0 40px;
}

/* LEFT TITLE */
.hero-title {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
}

.hero-title span {
    color: #2563eb;
}

/* FEATURES LIST */
.hero-features {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.hero-features li {
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
    color: #374151;
}

.hero-features i {
    font-size: 18px;
    color: #2563eb;
    margin-top: 2px;
}

/* SEARCH FORM */
.search-form {
    margin-top: 28px;
    max-width: 420px;
    width: 100%;
}

.search-input-group {
    position: relative;
    width: 100%;
}

.search-input-group .search-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #6b7280;
}

/* INPUT */
.search-input-group input {
    width: 100%;
    height: 60px;
    padding: 0 14px 0 40px;
    border: 1px solid #d1d5db;
    border-radius: 30px;
    font-size: 14px;
    background: #fff;
    color: #111;
    transition: 0.25s ease;
}

.search-input-group input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* BUTTON */
.search-input-group button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 34px;
    padding: 0 18px;
    border: none;
    background: #e5e1e1;
    color: #040404;
    font-size: 14px;
    border-radius: 18px;
    cursor: pointer;
    transition: 0.25s ease;
}

.search-input-group button:hover {
    color: #ffffff;
    background: var(--blue_color);
}



.slide-banner-themes .slide-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 18px;
    transition: transform 0.5s ease, z-index 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease, filter 0.5s ease;
}


.slide-banner-themes .owl-item.center {
    z-index: 20;
}

.slide-banner-themes .owl-item.center .slide-item img {
    transform: translateY(-5px) scale(1);
    opacity: 1;
    filter: none;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}


.slide-banner-themes .owl-item:not(.center) {
    z-index: 5;
    pointer-events: none;
}

.slide-banner-themes .owl-item:not(.center) .slide-item img {
    transform: translateY(20px) scale(0.78);
    opacity: 0.55;
    filter: blur(1px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease, box-shadow 0.5s ease;
}


.slide-banner-themes .owl-stage-outer {
    padding: 20px 0;
}

.slide-banner-themes .slide-item img:hover {
    transform: scale(1.02);
    filter: blur(0);
    box-shadow: 0 30px 70px rgba(0,0,0,0.4);
}



.sec-themes-all .tabs-list-bkns .tab-item.active {
    background: #ffffff;
    color: #000000;
    border-color: #03a9f4c9;
    box-shadow: 0 8px 22px rgb(13 110 253 / 1%);
}


.content-theme.setheight.expand h2 {
    font-size: 18px;
}






footer#footer .footer-cty {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

footer#footer .footer-top .footer-cty a {
    background: #fff !important;
    display: block;
    padding: 10px;
    border-radius: 5px;
    width: 31%;
    height: 60px;
    float: left;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

footer#footer .footer-top .footer-cty a:not(:nth-child(3n)) {
    margin-right: 10px;
}

footer#footer .footer-top .footer-cty a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer#footer .footer-top .footer-cty a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-10px);
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.3);
}
.footer-top.mb25 {
    margin: 10px 0px;
}
.footer-address i {
    margin-right: 5px;
    font-weight: 200;
}
.footer-address b {
    font-weight: 500;
}






.pd-feature-box h4.title-side{
    font-size: 20px;
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 35px;
    border-bottom: double #ccc 4px;
}

.bkns-box-info:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.bkns-box-info .bkns-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1.3px dashed #e5e7eb;
    transition: 0.25s ease;
}

.bkns-box-info .bkns-row:last-child {
    border-bottom: none;
}

.bkns-box-info .bkns-row:hover {
    background: #eef9ff;
    padding-left: 10px;
    border-radius: 10px;
}

.bkns-box-info .label-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 180px;
}

/* Icon Font Awesome */
.bkns-box-info .bkns-row i {
    font-size: 18px;
    color: #0ea5e9;
    width: 22px;
    text-align: center;
    transition: 0.25s ease;
}

.bkns-box-info .bkns-row:hover i {
    transform: translateX(3px) scale(1.15);
    opacity: 1;
}


.bkns-box-info .label {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}


.bkns-box-info .value {
    font-size: 16px;
    font-weight: 400;
    color: #111827;
}


