@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Thin.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Thin.woff2") format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Light.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Light.woff2") format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Regular.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-SemiBold.woff")
      format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-SemiBold.woff2")
      format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Bold.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-ExtraBold.woff")
      format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-ExtraBold.woff2")
      format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Black.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-ExtraBlack.woff")
      format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-ExtraBlack.woff2")
      format("woff2");
}
body {
    font-family: yekanbakh;
    background: rgba(18, 17, 17, 1);
    color: #fff;
}
body.homepage {
    position: relative;
}

body.homepage:before {
    content: '';
    position: absolute;
    top: 320px;
    width: 511px;
    height: 511px;
    background: rgb(236 19 66 / 22%);
    right: calc(50% - 255px);
    filter: blur(60px);
    border-radius: 511px;
    opacity: 0.4;
}
.topbar {
    background: linear-gradient(90deg, #EC1342 0%, #FF2C59 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.text_topbar p {
    margin: 0;
    font-size: 14px;
}

.text_topbar {
    min-height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.text_topbar p span {
    font-weight: 700;
}

.h_nav ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.h_site .h_body {
    background: url(../images/header.png) no-repeat, url("data:image/svg+xml,%3Csvg width='174' height='3' viewBox='0 0 174 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='174' height='3' fill='url(%23paint0_radial_126_535)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_126_535' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(87 1.5) scale(87 1.5)'%3E%3Cstop stop-color='%23EC1342'/%3E%3Cstop offset='1' stop-color='%23EC1342' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
    background-size: 100% 100%, auto;
    background-position: center, center bottom;
}
.h_nav {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.h_nav ul {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 20px;
}

.h_nav ul li a {
    color: rgba(212, 213, 217, 1);
    text-decoration: none;
    transition: all 0.3s;
    font-size: 15px;
}

.h_nav ul li a:hover {
    color: #fff;
}

.logo_h {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 142px;
}

.tool_h {
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 100px;
    gap: 13px;
}

.tool_h .cart {
    background: linear-gradient(146.06deg, #FFC805 20.11%, #FFA805 104.59%);
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tool_h .cart .count {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 2px solid rgba(255, 155, 5, 1);
    font-size: 17px;
    font-weight: 400;
    color: #000;
    border-radius: 26px;
    text-align: center;
}

.tool_h a.l_r_head {
    background: rgba(236, 19, 66, 1);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    gap: 9px;
    transition: all 0.3s;
}

.tool_h a.l_r_head:hover {
    background: rgba(236, 19, 66, 1);
}
.list_srv_hero {
    margin-bottom: 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_srv_hero .bx_s_h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.list_srv_hero .bx_s_h .icon {
    width: 83px;
    height: 83px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
}

.list_srv_hero .bx_s_h a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.srh_head {
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    padding: 9px;
    -webkit-backdrop-filter: blur(20px);
}

.input_bx {
    display: flex;
    justify-content: space-between;
    padding-right: 67px;
    position: relative;
}

.input_bx input {
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    flex: auto;
}

.input_bx input::placeholder {
    color: #fff;
}

.input_bx .btn {
    font-size: 15px;
    font-weight: 800;
    padding: 9px 25px;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.07);
}

.btn {
    border-radius: 12px;
}

.input_bx:before {
    content: '';
    width: 50px;
    height: 15px;
    position: absolute;
    right: 0;
    top: calc(50% - 7.5px);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.41675 11.6667C9.31624 11.6667 11.6667 9.31618 11.6667 6.41669C11.6667 3.51719 9.31624 1.16669 6.41675 1.16669C3.51725 1.16669 1.16675 3.51719 1.16675 6.41669C1.16675 9.31618 3.51725 11.6667 6.41675 11.6667Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='0.4' d='M11.0424 12.0691C11.3516 13.0024 12.0574 13.0957 12.5999 12.2791C13.0957 11.5324 12.7691 10.9199 11.8707 10.9199C11.2057 10.9141 10.8324 11.4332 11.0424 12.0691Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    border-left: 1px solid #ffffff61;
}
.hero {
    padding: 44px 0;
    position: relative;
}

.hero:before {
    content: '';
    width: 270px;
    height: 242px;
    position: absolute;
    right: 0;
    top: 80px;
    background: url(../images/h_right.png) no-repeat;
}

.hero:after {
    content: '';
    width: 288px;
    height: 224px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/h_left.png) no-repeat;
}
.bx_product {
    padding: 18px 18px 25px 18px;
    background: rgba(25, 23, 23, 1);
    border-radius: 22px;
    text-align: center;
    position: relative;
}

.bx_product>img {
    margin-bottom: 15px;
    border-radius: 25px;
}

.bx_product h3 a {
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 13px;
    display: block;
}

.bx_product .price,.body_slide_offer .content .price {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    justify-content: center;
}
.body_slide_offer .content .price {
    justify-content: start;
}
.bx_product .price p span,.body_slide_offer .content .price p span {
    font-weight: 700;
    font-size: 18px;
}

.bx_product .price.offer p:last-child:before,.body_slide_offer .content .price.offer p:last-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 11px;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: rotate(-5deg);
    z-index: 99;
}

.bx_product .price p,.body_slide_offer .content .price p {
    position: relative;
}

.bx_product .price.offer p:last-child,.body_slide_offer .content .price.offer p:last-child {
    opacity: 0.65;
}
.bx_product .price.offer p:first-child,.body_slide_offer .content .price.offer p:first-child {
    color:rgba(194, 194, 194, 1);
}
.bx_product .price.offer p:first-child span,.body_slide_offer .content .price.offer p:first-child span {
    color:rgba(236, 19, 66, 1);
}

.bx_product .f_b_acc_p,.body_slide_offer .content .f_b_acc_p {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.body_slide_offer .content .f_b_acc_p {
    justify-content: start;
}
.bx_product .f_b_acc_p a.btn_more,.body_slide_offer .content .f_b_acc_p a.btn_more {
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.06);
    background: rgba(169, 169, 169, 0.12);
    border-radius: 12px;
    padding: 12px 22px;
    color: rgba(204, 204, 204, 1);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 33px;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
}

.bx_product .f_b_acc_p .review_p,.body_slide_offer .content .f_b_acc_p .review_p {
    background: rgba(255, 184, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    gap: 16px;
    padding: 12px;
    height: 50px;
}

.bx_product .f_b_acc_p .review_p p,.body_slide_offer .content .f_b_acc_p .review_p p {
    margin: 0;
    color: rgba(255, 200, 5, 1);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.tit_acc_p h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.tit_acc_p span {
    color: rgba(255, 200, 5, 1);
    font-size: 24px;
    font-weight: 500;
}

.acc_p .bg_under {
    position: absolute;
    right: calc(1.5rem * .5);
    bottom: 0;
    width: calc(100% - calc(3rem * .5));
    height: 55%;
    background: url(../images/moon.png) no-repeat,linear-gradient(88.45deg, rgba(220, 0, 48, 0.12) -20.96%, #EC1342 100.67%);
    border-radius: 33px;
    background-position: calc(100% - 30px) calc(100% + 1px),center;
}

.acc_p>.container {
    position: relative;
    padding-bottom: 20px;
}

.desc_acc_p p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

.desc_acc_p {
    margin-top: 65px;
    position: relative;
    padding: 0 36px 0 22px;
}

.tit_acc_p {
    margin-top: 40px;
}
.more_p {padding: 68px 0;}

.list_more_p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_more_p .bx_m_p {
    position: relative;
}

.list_more_p .bx_m_p a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
}

.list_more_p .bx_m_p .icon {
    width: 156px;
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    background-color: #1B1B1B;
    border-radius: 33px;
    transition: all 0.3s;
}
.list_more_p .bx_m_p:hover .icon {
    background-color: #fff;
}
.list_more_p .bx_m_p .icon>* {
    position: relative;
}
.list_more_p .bx_m_p .icon:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 33px;
}
.list_more_p .bx_m_p:nth-child(1) .icon:before {
    background: url(../images/services/srv_1.png) no-repeat;
    filter: drop-shadow(0 0 9px #BCAFF1);
}
.list_more_p .bx_m_p:nth-child(2) .icon:before {
    background: url(../images/services/srv_2.png) no-repeat;
    filter: drop-shadow(0 0 9px #CB294C);
}
.list_more_p .bx_m_p:nth-child(3) .icon:before {
    background: url(../images/services/srv_3.png) no-repeat;
    filter: drop-shadow(0 0 9px #7DB055);
}
.list_more_p .bx_m_p:nth-child(4) .icon:before {
    background: url(../images/services/srv_4.png) no-repeat;
    filter: drop-shadow(0 0 9px #1D8EF0);
}
.list_more_p .bx_m_p:nth-child(5) .icon:before {
    background: url(../images/services/srv_5.png) no-repeat;
    filter: drop-shadow(0 0 9px #E7BE2F);
}
.list_more_p .bx_m_p:nth-child(6) .icon:before {
    background: url(../images/services/srv_6.png) no-repeat;
    filter: drop-shadow(0 0 9px #F06343);
}
.list_more_p .bx_m_p:nth-child(7) .icon:before {
    background: url(../images/services/srv_7.png) no-repeat;
    filter: drop-shadow(0 0 9px #3067F2);
}
.list_more_p .bx_m_p .icon>div {
    background: url(../images/services/bg_icon.png) no-repeat;
    width: 114px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner {
    padding: 160px 0 70px 0;
}

.banner .bx_banner {
    border-radius: 33px;
    position: relative;
    padding: 20px 40px;
}

.bx_banner h3 {
    font-size: 22px;
    max-width: 235px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
}

.bx_banner a {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 8px 25px;
    min-height: 50px;
    text-decoration: none;
    color: #fff;
}

.banner .bx_banner.right {
    background: linear-gradient(180deg, #D4AE28 0%, #FFD43A 100%);
}

.banner .bx_banner img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner .bx_banner.left {
    background: linear-gradient(231.13deg, #6E3CED 27.69%, #9C87E8 99.81%);
}
.tit_acc_social {
    margin-bottom: 22px;
}
.tit_acc_social h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.tit_acc_social p {
    color: rgba(185, 185, 185, 1);
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}
.tit_acc_social {
    margin-bottom: 22px;
}

.call_to_action {
    padding: 70px 0 40px 0;
}

.call_to_action .tit_c_t_a .body p {font-size: 26px;font-weight: 700;margin-bottom: 4px;}

.call_to_action .tit_c_t_a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.call_to_action .tit_c_t_a .body span {
    font-size: 15px;
    font-weight: 400;
    opacity: 0.67;
}
.call_to_action .tit_c_t_a .icon img {
    filter: drop-shadow(0 0 10px #e33631);
}
.frm_c_t_a {
    background: rgba(25, 23, 23, 1);
    border: 3px solid rgba(179, 179, 179, 0.08);
    border-radius: 33px;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.frm_c_t_a .input {
    flex: 1;
    position: relative;
}

.frm_c_t_a .input input {
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.052);
    border: none;
    min-height: 63px;
    border-radius: 15px;
    width: 100%;
    padding-right: 60px;
}

.frm_c_t_a .input:before {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center;
}
.frm_c_t_a .input.call:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4775 13.7475C16.4775 14.0175 16.4175 14.295 16.29 14.565C16.1625 14.835 15.9975 15.09 15.78 15.33C15.4125 15.735 15.0075 16.0275 14.55 16.215C14.1 16.4025 13.6125 16.5 13.0875 16.5C12.3225 16.5 11.505 16.32 10.6425 15.9525C9.78 15.585 8.9175 15.09 8.0625 14.4675C7.2 13.8375 6.3825 13.14 5.6025 12.3675C4.83 11.5875 4.1325 10.77 3.51 9.915C2.895 9.06 2.4 8.205 2.04 7.3575C1.68 6.5025 1.5 5.685 1.5 4.905C1.5 4.395 1.59 3.9075 1.77 3.4575C1.95 3 2.235 2.58 2.6325 2.205C3.1125 1.7325 3.6375 1.5 4.1925 1.5C4.4025 1.5 4.6125 1.545 4.8 1.635C4.995 1.725 5.1675 1.86 5.3025 2.055L7.0425 4.5075C7.1775 4.695 7.275 4.8675 7.3425 5.0325C7.41 5.19 7.4475 5.3475 7.4475 5.49C7.4475 5.67 7.395 5.85 7.29 6.0225C7.1925 6.195 7.05 6.375 6.87 6.555L6.3 7.1475C6.2175 7.23 6.18 7.3275 6.18 7.4475C6.18 7.5075 6.1875 7.56 6.2025 7.62C6.225 7.68 6.2475 7.725 6.2625 7.77C6.3975 8.0175 6.63 8.34 6.96 8.73C7.2975 9.12 7.6575 9.5175 8.0475 9.915C8.4525 10.3125 8.8425 10.68 9.24 11.0175C9.63 11.3475 9.9525 11.5725 10.2075 11.7075C10.245 11.7225 10.29 11.745 10.3425 11.7675C10.4025 11.79 10.4625 11.7975 10.53 11.7975C10.6575 11.7975 10.755 11.7525 10.8375 11.67L11.4075 11.1075C11.595 10.92 11.775 10.7775 11.9475 10.6875C12.12 10.5825 12.2925 10.53 12.48 10.53C12.6225 10.53 12.7725 10.56 12.9375 10.6275C13.1025 10.695 13.275 10.7925 13.4625 10.92L15.945 12.6825C16.14 12.8175 16.275 12.975 16.3575 13.1625C16.4325 13.35 16.4775 13.5375 16.4775 13.7475Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath opacity='0.4' d='M13.875 6.75C13.875 6.3 13.5225 5.61 12.9975 5.0475C12.5175 4.53 11.88 4.125 11.25 4.125' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='0.4' d='M16.5 6.75C16.5 3.8475 14.1525 1.5 11.25 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.frm_c_t_a .input.name:before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.5H8.25C8.25 5.74264 7.24264 6.75 6 6.75V7.5V8.25C8.07107 8.25 9.75 6.57107 9.75 4.5H9ZM6 7.5V6.75C4.75736 6.75 3.75 5.74264 3.75 4.5H3H2.25C2.25 6.57107 3.92893 8.25 6 8.25V7.5ZM3 4.5H3.75C3.75 3.25736 4.75736 2.25 6 2.25V1.5V0.75C3.92893 0.75 2.25 2.42893 2.25 4.5H3ZM6 1.5V2.25C7.24264 2.25 8.25 3.25736 8.25 4.5H9H9.75C9.75 2.42893 8.07107 0.75 6 0.75V1.5ZM3.75 9.75V10.5H8.25V9.75V9H3.75V9.75ZM8.25 15.75V15H3.75V15.75V16.5H8.25V15.75ZM3.75 15.75V15C2.50736 15 1.5 13.9926 1.5 12.75H0.75H0C0 14.8211 1.67893 16.5 3.75 16.5V15.75ZM11.25 12.75H10.5C10.5 13.9926 9.49264 15 8.25 15V15.75V16.5C10.3211 16.5 12 14.8211 12 12.75H11.25ZM8.25 9.75V10.5C9.49264 10.5 10.5 11.5074 10.5 12.75H11.25H12C12 10.6789 10.3211 9 8.25 9V9.75ZM3.75 9.75V9C1.67893 9 0 10.6789 0 12.75H0.75H1.5C1.5 11.5074 2.50736 10.5 3.75 10.5V9.75Z' fill='white'/%3E%3C/svg%3E%0A");
}

.frm_c_t_a .btn {
    background: linear-gradient(101.61deg, #EC1342 16.71%, #E6413D 91.59%);
    min-height: 63px;
    padding: 0 26px;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 0 50px 1px rgb(236 19 66 / 51%);
}
.faq {
    padding: 100px 0;
}

.tit_faq>img {
    margin-bottom: 28px;
}

.tit_faq h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 17px;
}

.tit_faq h2 span {
    position: relative;
}

.tit_faq h2 span:before {
    content: '';
    position: absolute;
    left: -6px;
    bottom: 12px;
    width: 100%;
    height: 50%;
    background: rgba(236, 19, 66, 1);
    z-index: -1;
}

.tit_faq p {
    color: rgba(177, 177, 177, 1);
}

#faq .accordion-item {
    background: rgba(25, 23, 23, 1);
    margin-bottom: 12px;
    border-radius: 20px;
    border: none;
}

#faq .accordion-item .accordion-button:not(.collapsed) {
    background: linear-gradient(270.07deg, #EC1342 -3.64%, #EC1342 105.85%);
}
#faq .accordion-item .accordion-header {
    background: rgba(25, 23, 23, 1);
    border-radius: 20px;
    padding: 10px 15px;
}
#faq .accordion-item .accordion-button {
    color: #fff;
    background: none;
    box-shadow: none;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    line-height: 50px;
    padding: 0 65px 0 1.25rem;
}

#faq .accordion-item .accordion-button:before {
    content: '';
    position: absolute;
    right: 18px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    border-radius: 3.5px;
    background: rgba(227, 227, 227, 1);
}

#faq .accordion-item .accordion-button:not(.collapsed):before {
    box-shadow: 0px 4px 12px 0px rgba(255, 255, 255, 1),0px 0px 22px 0px rgba(255, 255, 255, 0.8);
}

#faq .accordion-item .accordion-body {
    font-size: 17px;
    color: #fff;
    line-height: 33px;
}

.accordion-button::after {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-position: center center;
    background-size: 12px;
    filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
    background-color: #fff;
    filter: unset;
}
.tit_review h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.tit_review p {
    color: rgba(105, 105, 105, 1);
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

a.btn_warning {
    background: rgba(255, 200, 5, 0.09);
    text-decoration: none;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    color: rgba(255, 228, 132, 1);
    font-size: 14px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 15px;
    height: 55px;
}
.slide_review {
    margin-top: 25px;
}

.bx_review {
    background: rgba(25, 23, 23, 1);
    border-radius: 33px;
    padding: 33px 50px;
}

.bx_review .meta_b_review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.7px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 33px;
    margin-bottom: 43px;
}

.bx_review .meta_b_review .right .icon {
    width: 76px;
    height: 76px;
    border-radius: 76px;
    background: rgba(236, 19, 66, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx_review .meta_b_review .right {
    display: flex;
    align-items: center;
    gap: 28px;
}

.bx_review .meta_b_review .right span {
    color: rgba(255, 200, 5, 1);
    font-size: 20px;
    font-weight: 700;
}

.bx_review .meta_b_review .right p {
    font-size: 23px;
    font-weight: 400;
}

.bx_review .meta_b_review .left .star {
    color: rgba(254, 153, 1, 1);
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 17px;
}

.bx_review .body_review p {
    font-size: 22px;
    font-weight: 500;
}

.bx_review .body_review span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
}
.f_site {
    background: #191717;
    margin-top: 230px;
    padding-top: 55px;
    position: relative;
}

.bx_r_f_s {
    margin-top: -55px;
}

.f_site:before {
    content: '';
    position: absolute;
    right: 0;
    top: -100px;
    height: calc(100% + 100px);
    width: 50%;
    background: rgba(236, 19, 66, 1);
    z-index: 1;
    border-radius: 172px 0 0 0;
    box-shadow: 0 0 27px rgb(236 19 66 / 63%);
}

.f_site>.container {
    position: relative;
    z-index: 999;
}

.bx_r_f_s>a {
    display: block;
    margin-bottom: 33px;
}

.bx_r_f_s>p {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px dashed rgba(242, 242, 242, 1);
    padding-bottom: 30px;
    margin-bottom: 44px;
}

.bx_r_f_s .social_f {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.bx_r_f_s .social_f li a {
    opacity: 0.64;
    display: flex;
    width: 83px;
    height: 83px;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border-radius: 83px;
}

.bx_r_f_s .social_f li a:hover {
    border: 3px solid rgba(255, 255, 255, 1);
    opacity: 1;
}

.bx_r_f_s .social_f li a img {
    max-width: 44px;
}

.bx_b h3 {
    font-size: 33px;
    font-weight: 700;
}

.bx_b h3 span {
    color: rgba(236, 19, 66, 1);
}

.bx_b .list_srv_f {
    list-style: none;
    padding: 0;
    margin-top: 18px;
    margin-bottom: 0;
}

.bx_b .list_srv_f li a {
    text-decoration: none;
    color: rgba(115, 115, 115, 1);
    transition: all 0.3s;
    line-height: 35px;
    position: relative;
    padding-right: 20px;
}

.bx_b .list_srv_f li a:hover {
    color: rgba(244, 244, 244, 1);
}

.bx_b .list_srv_f li a:before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 4.5px);
    width: 9px;
    height: 9px;
    background: rgba(255, 200, 5, 1);
    border-radius: 3px;
    opacity: 0;
    transition: all 0.3s;
}

.bx_b .list_srv_f li a:hover:before {
    opacity: 1;
}

.list_enamad {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
}

.list_enamad .bx_enamad {
    flex: 1;
    min-height: 217px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 17, 17, 1);
    border-radius: 25px;
}
.bx_copyright {
    padding-top: 20px;
    display: block;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid rgba(239, 239, 239, 0.21);
    background-image: url("data:image/svg+xml,%3Csvg width='205' height='6' viewBox='0 0 205 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H205L188 6H19L0 0Z' fill='%23353535'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center top;
}

.bx_copyright p {
    font-size: 15px;
    margin: 0 0 14px 0;
    line-height: 35px;
}

.bx_copyright p span {
    color: rgba(159, 159, 159, 1);
}
.acc_p_slide_nav,.social_slide_nav {
    display: flex;
    width: 80%;
    align-items: center;
    gap: 10px;
    min-height: 35px;
    margin-top: 10px;
}
.social_slide_nav {
    width: 100%;
}
.acc_p_slide_nav .swiper-button-prev-acc_p,.acc_p_slide_nav .swiper-button-next-acc_p,.social_slide_nav .swiper-button-prev-social,.social_slide_nav .swiper-button-next-social {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 1);
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.acc_p_slide_nav .swiper-pagination-bullet,.social_slide_nav .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.21);
    width: 20px;
    border-radius: 3px;
    transition: all 0.3s;
}

.acc_p_slide_nav .swiper-pagination-bullet-active,.social_slide_nav .swiper-pagination-bullet-active {
    background: rgba(236, 19, 66, 1);
    width: 30px;
    height: 7px;
}
.acc_p_slide_nav .swiper-pagination-bullet:hover,.social_slide_nav .swiper-pagination-bullet:hover {
    background: rgba(236, 19, 66, 1);
    opacity: 1;
}
.social_slide_nav .swiper-pagination-bullet-active,.social_slide_nav .swiper-pagination-bullet:hover {
    background: rgba(255, 200, 5, 1);
}
.acc_p_slide_nav .swiper-button-disabled,.social_slide_nav .swiper-button-disabled {
    background: rgba(255, 255, 255, 0.15);
}

.acc_p_slide_nav .swiper-button-prev-acc_p:not(.swiper-button-disabled) svg path, .acc_p_slide_nav .swiper-button-next-acc_p:not(.swiper-button-disabled) svg path,.social_slide_nav .swiper-button-prev-social:not(.swiper-button-disabled) svg path, .social_slide_nav .swiper-button-next-social:not(.swiper-button-disabled) svg path {
    stroke: #111;
}
.review_slide_nav>div {
    width: 54px;
    height: 54px;
    background: rgba(53, 51, 53, 1);
    border-radius: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 27px);
    z-index: 99;
    right: 10px;
}

.review_slide_nav>div:last-child {
    right: auto;
    left: 10px;
}

.review_slide_nav>div:not(.swiper-button-disabled ):hover {
    background: #fff;
}

.review_slide_nav>div:not(.swiper-button-disabled ):hover svg rect {
    fill: #fff;
}
.review_slide_nav>div.swiper-button-disabled {
    opacity: 0.5;
}


.slider_offer .slider-container {
    background: rgba(25, 23, 23, 1);
    border-radius: 33px;
    overflow: hidden;
    padding: 32px;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 30px;
}

.slider_offer .navigation-section {
    flex: 1;
    background: rgba(18, 17, 17, 1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 22px;
}

.slider_offer .nav-button {
    background: transparent;
    border: none;
    color: white;
    padding: 20px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.slider_offer .nav-button::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: right 0.5s ease;
}

.slider_offer .nav-button:hover {
    background: rgba(255,255,255,0.1);
    transform: translateX(-5px);
}

.slider_offer .nav-button:hover::before {
    right: 100%;
}

.slider_offer .nav-button.active {
    background: rgba(236, 19, 66, 1);
    box-shadow: 0px 4px 44px 0px rgba(236, 19, 66, 0.83);
}

.slider_offer .content-section {
    flex: 3;
    position: relative;
    overflow: hidden;
}
.slider_offer .slides-container {
    width: 100%;
    position: relative;
}

.slider_offer .slide {
    display: none;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateX(50px);
}

.slider_offer .slide.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.slider_offer .slide-content {
    width: 100%;
    height: 100%;
    animation: slideIn 0.6s ease forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.body_slide_offer {
    display: flex;
    gap: 40px;
    align-items: center;
    height: 100%;
}

.body_slide_offer .img {
    width: 420px;
}
.body_slide_offer .content {
    flex: 1;
    height: 100%;
}

.body_slide_offer .img img {
    border-radius: 25px;
}

.body_slide_offer .content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
}

.body_slide_offer .content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 37px;
}

.body_slide_offer .content ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
    padding-right: 25px;
}

.body_slide_offer .content ul li:before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border: 3px solid rgba(255, 200, 5, 1);
    border-radius: 11px;
}

.body_slide_offer .content .timer {
    display: inline-flex;
    background: rgba(10, 7, 8, 1);
    padding: 8px;
    border-radius: 12px;
    gap: 10px;
    margin-bottom: 10px;
}

.body_slide_offer .content .timer .countdown {
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 999;
    position: relative;
    font-size: 16px;
    gap: 10px;
}

.body_slide_offer .content .timer .discount {
    background: rgba(236, 19, 66, 1);
    border-radius: 12px;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 700;
}

.body_slide_offer .content .timer .countdown>div {
    border-left: 1px dashed rgba(255, 255, 255, 0.5);
    padding-left: 10px;
}

.body_slide_offer .content .timer .countdown>div:last-child {
    border: none;
}

.body_slide_offer .content .timer .countdown div span {
    font-weight: 700;
    margin-left: 5px;
}
#navbarNav {
    background: rgba(18, 17, 17, 1) !important;
}

#navbarNav .offcanvas-header {
    justify-content: space-between;
    width: 100%;
}

#navbarNav .offcanvas-body ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    display: block;
    transition: all 0.3s;
}

#navbarNav .offcanvas-body {
    width: 100%;
}

#navbarNav .offcanvas-body ul li a:hover {
    color: rgba(236, 19, 66, 1);
}
.btn_menu_mob {
    background: rgba(217, 217, 217, 0.11);
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
}
.single_shop {
    padding-top: 40px;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {color: rgba(255, 255, 255, 0.4);background-image: url("data:image/svg+xml,%3Csvg width='4' height='7' viewBox='0 0 4 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M3.33333 1L1.06667 2.7C0.533334 3.1 0.533333 3.9 1.06667 4.3L3.33333 6' stroke='white'/%3E%3C/svg%3E%0A");width: 4px;height: 7px;content: '';background-repeat: no-repeat;margin-left: 18px;}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.9);
}

.hero_single_shop {
    margin-top: 30px;
    background: rgba(25, 23, 23, 1);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
}

.dtl_single .tit h1 {
    font-size: 25px;
    font-weight: 700;
}

.dtl_single .tit>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dtl_single .tit .star_pro {
    background: rgba(255, 179, 5, 1);
    border-radius: 12px;
    padding: 0 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 77px;
    line-height: 33px;
    justify-content: space-evenly;
}

.dtl_single .tit p.sub_tit {
    margin: 18px 0 0;
    color: rgba(185, 185, 185, 1);
    font-size: 18px;
    font-weight: 500;
}

.dtl_single .fth_pro {
    margin-top: 45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(63, 63, 63, 1);
}

.dtl_single .fth_pro>p {
    color: rgba(255, 255, 255, 1);
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    padding-right: 13px;
    position: relative;
}

.dtl_single .fth_pro>p:before {
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 9px;
    top: calc(50% - 4.5px);
    background: rgba(236, 19, 66, 1);
}

.dtl_single .fth_pro ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
    margin: 0;
    padding: 0;
}

.dtl_single .fth_pro ul li {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    margin-left: 10px;
}

.dtl_single .fth_pro ul li::marker {
    color: #fff;
}
.dtl_single .body_pro {
    padding-top: 23px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    flex-wrap: wrap;
}


.dtl_single .body_pro .b_right {
    width: calc(60% - 20px);
}

.dtl_single .body_pro .b_left {
    width: calc(40% - 20px);
}

.body_pro .b_right .price_b_pro {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    gap: 13px;
}

.body_pro .b_right .price_b_pro p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.body_pro .b_right .price_b_pro p span {
    color: rgba(111, 111, 111, 1);
}

.body_pro .b_right .price_b_pro p.end {
    color: rgba(236, 19, 66, 1);
}

.body_pro .b_right .opt_pro .input select {
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(145, 145, 145, 1);
    border-radius: 12px;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 38px;
    padding-right: 14px;
    background-position: left+17px center;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L8.82843 3.17157C7.26633 4.73367 4.73367 4.73367 3.17157 3.17157L1 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px 6px;
    transition: all 0.3s;
}
.body_pro .b_right .opt_pro .input select option {
    color: #000;
}
.body_pro .b_right .opt_pro .input {
    margin-bottom: 13px;
}
.body_pro .b_right .opt_pro .input select:focus {
    border-color:rgba(255, 200, 5, 1);
}

.dtl_single .body_pro .b_right .note_pro {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 30px;
}

.body_pro .b_right .note_pro p {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 10px;
    font-weight: 600;
    margin: 0;
}

.body_pro .b_right .note_pro p:last-child {
    color: rgba(142, 142, 142, 1);
    font-size: 13px;
}

.body_pro .b_right .note_pro p:first-child {
    width: 40px;
    flex: none;
}

.dtl_single .body_pro .b_left {
    display: flex;
    flex-direction: column;
}

.body_pro .b_left .price_total p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 21px;
}

.body_pro .b_left .price_total p span {
    color: rgba(111, 111, 111, 1);
}

.body_pro .b_left .price_total .btn_buy_num {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.b_left .btn_buy_num .btn {
    width: 170px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 0 33px rgba(236, 19, 66, 1);
    padding: 15px 11px;
}

.bx_fth_pro {
    display: flex;
    align-items: center;
    background: rgba(25, 23, 23, 1);
    border-radius: 20px;
    padding: 26px 25px;
    gap: 20px;
}

.bx_fth_pro .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx_fth_pro .body h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.bx_fth_pro .body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.decs_pro {
    margin-top: 70px;
    padding-bottom: 70px;
}

#product-tab .nav-link {
    font-size: 16px;
    font-weight: 600;
    background: rgba(25, 23, 23, 1);
    border-radius: 20px;
    padding: 25px 20px 25px 40px;
    display: flex;
    align-items: center;
    gap: 17px;
    color: #fff;
}

#product-tab {
    gap: 15px;
}

#product-tab .nav-link.active,#product-tab .nav-link:hover {
    background-color: rgba(236, 19, 66, 1);
}

.tab_cont_pro .tab-pane {
    background: rgba(25, 23, 23, 1);
    border-radius: 20px;
    padding: 30px 50px 30px 30px;
}

.tab_cont_pro .tab-pane h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
}

.tab_cont_pro .tab-pane p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    text-align: justify;
}
.body_pro .b_left .btn_buy_num .quantity-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    width: 106px;
    justify-content: space-between;
    border-radius: 12px;
    padding: 11px;
    border: 1px solid rgba(84, 84, 84, 1);
}

.body_pro .b_left .btn_buy_num {
    display: flex;
    align-items: center;
    gap: 10px;
}

.body_pro .b_left .btn_buy_num .quantity-box button {
    background: none;
    border: none;
    width: 20px;
    height: 20px;
    padding: 0;
    display: flex;
    align-items: center;
}

.body_pro .b_left .btn_buy_num .quantity-box .number {
    font-size: 15px;
    font-weight: 600;
}
.body_pro .b_left .meta_pro ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0 0 33px 0;
    gap: 0;
}

.body_pro .b_left .meta_pro ul li {
    text-align: end;
    margin: 0;
    padding: 0;
}

.body_pro .b_left .meta_pro ul li a {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.single_thumb {
    height: 115px;
    display: flex;
    margin-top: 17px;
}

.single_thumb .swiper-slide {
  width: 30%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 12px;
  overflow: hidden;
}

.single_thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.single_thumb .swiper-slide {
    text-align: center;
}
.single_thumb .swiper-slide img {
    height: 100%;
}
.slider_single .swiper-slide img {
    border-radius: 25px;
}
@media (max-width: 1400px) {
    .call_to_action .tit_c_t_a .icon {
        width: 100px;
    }
    .body_slide_offer .img {
        width: 320px;
    }
    .tit_faq h2 {
        font-size: 33px;
    }
    .bx_b .list_srv_f li a {
        font-size: 14px;
    }
    .list_more_p .bx_m_p .icon {
        width: 130px;
        height: 130px;
    }
    .list_more_p .bx_m_p .icon>div {
        width: 100px;
        height: 100px;
        background-size: 100% 100%;
    }
    .h_nav ul {
        gap: 13px;
    }
    .banner .bx_banner img {
        width: 250px;
    }
    .bx_fth_pro {
        padding: 26px 10px;
    }
}
@media (max-width: 1200px) {
    .h_nav ul li a {
        font-size: 12px;
    }
    .bx_product h3 a {
        font-size: 16px;
    }
    .bx_product .f_b_acc_p a.btn_more, .body_slide_offer .content .f_b_acc_p a.btn_more {
        padding: 12px;
        font-size: 14px;
    }
    .bx_product .f_b_acc_p .review_p p, .body_slide_offer .content .f_b_acc_p .review_p p {
        font-size: 16px;
    }
    .bx_product {
        padding: 12px;
    }
    .tit_acc_p h2 {
        font-size: 25px;
    }
    .tit_acc_p span {
        font-size: 20px;
    }
    .call_to_action .tit_c_t_a .icon {
        width: 80px;
    }
    .frm_c_t_a {
        padding: 35px 25px;
    }
    .slider_offer .nav-button {
        padding: 20px;
    }
    .body_slide_offer .content h2 {
        font-size: 20px;
        line-height: 40px;
    }
    .body_slide_offer .content ul li {
        font-size: 14px;
    }
    .tit_faq h2 {
        font-size: 28px;
        line-height: 50px;
    }
    #faq .accordion-item .accordion-button {
        font-size: 16px;
    }
    #faq .accordion-item .accordion-body {
        font-size: 14px;
    }
    .bx_review .body_review p {
        font-size: 18px;
    }
    .bx_review .body_review span {
        font-size: 14px;
    }
    .bx_review .meta_b_review .right p {
        font-size: 20px;
    }
    .bx_r_f_s .social_f li a {
        width: 50px;
        height: 50px;
    }
    .bx_r_f_s .social_f li a img {
        max-width: 34px;
    }
    .body_pro .b_right .price_b_pro p {
        font-size: 16px;
    }
    .body_pro .b_left .price_total p {
        font-size: 20px;
    }
    .single_thumb .swiper-slide img {
        height: auto;
    }
    .bx_fth_pro .icon {
        width: 35px;
        height: 35px;
    }
    .bx_fth_pro .body h3 {
        font-size: 13px;
    }
    .bx_fth_pro .body p {
        font-size: 11px;
    }
    .bx_fth_pro {
        gap: 5px;
    }
}
@media (max-width: 992px) {
    .hero:before,.hero:after {
        opacity: 0;
    }
    .h_site .h_body {
        background: #151414;
        border-bottom: 2px solid rgba(179, 179, 179, 0.08);
    }
    .desc_acc_p {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .acc_p_slide_nav {
        width: 50%;
        margin: 30px auto;
    }
    .list_more_p {
        justify-content: center;
        gap: 30px;
    }
    .banner {
        padding: 100px 0 70px 0;
    }
    .banner .bx_banner.left {
        margin-top: 145px;
    }
    .bx_product h3 a {
        line-height: 30px;
    }
    .call_to_action .tit_c_t_a {
        justify-content: center;
        margin-bottom: 30px;
    }
    .slider_offer .slider-container {
        flex-direction: column;
    }
    .slider_offer .nav-button {
        padding: 10px;
    }
    .body_slide_offer .img {
        width: 220px;
    }
    .bx_review .meta_b_review .right {
        gap: 10px;
    }
    .bx_review .meta_b_review .right .icon {
        width: 46px;
        height: 46px;
    }
    .bx_review {
        padding: 33px;
    }
    .f_site:before {
        display: none;
    }
    .f_site {
        margin-top: 130px;
    }
    .bx_r_f_s {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .bx_r_f_s>p {
        font-size: 16px;
    }
    .tit_acc_p {
        text-align: center;
    }
    .dtl_single {
        margin-top: 28px;
    }
    .bx_fth_pro {
        margin-bottom: 14px;
    }
}  
@media (max-width: 768px) {
    .logo_h {
        min-height: auto;
        width: 200px;
    }
    .list_srv_hero {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .social_slide_nav {
        margin-bottom: 50px;
    }
    .frm_c_t_a .input {
        width: calc(50% - 12px);
        flex: none;
    }
    .frm_c_t_a .btn {
        width: 100%;
    }
    .body_slide_offer {
        gap: 20px;
        align-items: center;
        height: 100%;
        flex-direction: column;
    }
    .bx_review .meta_b_review {
        flex-direction: column;
        padding-bottom: 23px;
        margin-bottom: 23px;
    }
    .bx_review .body_review p {
        font-size: 16px;
    }
    body.homepage:before,.tool_h a.l_r_head span {
        display: none;
    }
    .dtl_single .tit .star_pro {
        margin-top: 10px;
    }
    .dtl_single .fth_pro {
        margin-top: 28px;
        padding-bottom: 0;
        border: none;
    }
    .dtl_single .body_pro>div {
        width: 100% !important;
    }
    .dtl_single .body_pro .meta_pro {
        display: none;
    }
    .body_pro .b_left .btn_buy_num {
        justify-content: center;
    }
    .dtl_single .body_pro {
        gap: 25px;
    }
    .dtl_single .body_pro .b_right .note_pro {
        display: none;
    }
    .bx_fth_pro .body h3 {
        font-size: 15px;
    }
    .bx_fth_pro .body p {
        font-size: 12px;
    }
    .bx_fth_pro .icon {
        width: 50px;
        height: 50px;
    }
    .bx_fth_pro {
        gap: 20px;   
    }
    .tab_cont_pro .tab-pane p {
        line-height: 37px;
    }
}
@media (max-width: 576px) {
    .slider_offer .slide {
        justify-content: center;
    }
    .bx_b {
        margin-bottom: 30px;
    }
    .acc_p_slide_nav {
        width: 90%;
    }
    .slider_acc_p .bx_product {
        margin: 20px;
    }
    .bx_banner h3 {
        font-size: 18px;
        max-width: 210px;
    }
    .banner .bx_banner img {
        width: 200px;
    }
    .banner .bx_banner.left {
        margin-top: 70px;
    }
    .social_slide_nav {
        width: 90%;
        margin: 0 auto 50px auto;
    }
    .frm_c_t_a .input {
        width: 100%;
    }
    .slider_offer .slider-container {
        padding: 10px;
    }
    #faq .accordion-item .accordion-button {
        line-height: 30px;
    }
    .logo_h {
        width: 150px;
    }
    .body_pro .b_right .price_b_pro {
        justify-content: center;
    }
    .body_pro .b_right .price_b_pro p {
        font-size: 14px;
    }
    #product-tab .nav-link {
        padding: 25px 20px;
    }
    .tab_cont_pro .tab-pane {
        padding: 30px 25px;
    }
}