/* ----------------- Font ----------------- */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
@import url('product.css');
@import url('post.css');
.out {
    background: #dc0603;
    background-image: linear-gradient(to right,#6e0000 0%,red 51%,#6e0000 100%);
    transition: .7s;
    background-size: 300% 100%;
}
.stock {
    position: absolute;
    z-index: 1;
    width: 80px;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    top: 10px;
    right: -20px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    text-shadow: 1px 1px 1px #222;
}
a {
    text-decoration: none !important;
}

.nav-area {
    width: 100%;
    z-index: 99999;
    top: 0;
    position: fixed;
}

body {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

ul {
    list-style-type: none;
}

.line-space-nav {
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: #FFFFFF;
}
.bg-main
{
    background-color: var(--maincolor) !important;
}
.active-menu {
    color: var(--maincolor) !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{

    background-color: var(--maincolor) !important;
    color: #FFFFFF !important;

}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{

    background-color: var(--maincolor) !important;

    color: #FFFFFF !important;

}

/* Hidden Custom */
.no-desktop {
    display: none;
}

/* End Hidden Custom */

/* Class Custom */
.banner-bg-slide-01 {
    background-image: url("../imgs/banner-slide-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.banner-bg-slide-02 {
    background-image: url("../imgs/banner-scale-720.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.banner-bg-slide-03 {
    background-image: url("../imgs/banner-scale-720.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.carousel-caption {
    height: 575px;
    position: relative;
}

.btn-readmore {
    text-align: center;
    width: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFC037;
    color: #242424;
    transition: 0.3s;
}

.btn-readmore:hover {
    color: #242424;
    background-color: #FFFFFF;
    transition: 0.3s;
}

.btn-join {
    text-align: center;
    width: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFC037;
    color: #242424;
    transition: 0.3s;
}

.btn-join:hover {
    color: #FFFFFF;
    background-color: #242424;
    transition: 0.3s;
}

.btn-logout-custom {
    position: absolute;
    bottom: 20px;
    border-radius: 5px !important;
    text-align: center;
    width: 87%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #B2151B;
    border: 1px solid #B2151B;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.btn-search-custom {
    border-radius: 5px !important;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.btn-search-custom-2 {
    border-radius: 5px !important;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.btn-search-custom-3 {
    border-radius: 5px !important;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--maincolor);
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.btn-loadmore {
    border-radius: 5px !important;
    text-align: center;
    width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--maincolor);
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.btn-search-custom:hover {
    color: #FFFFFF;
    background-color: #242424;
    border: 1px solid #242424;
    transition: 0.3s;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.nav-top-custom {
    background-color: var(--maincolor);
    color: #FFFFFF;
    padding-top: 10px;
}

.btn-register {
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 20px;
}

.btn-login {
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.btn-register-custom {
    position: absolute;
    right: 0;
    top: 0;
}

.logo-custom {
    width: 230px;
}

.cp {
    cursor: pointer;
}

.cp-3 {
    color: var(--maincolor);
    cursor: pointer;
}

.facebook-register {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    background-color: #3B5998;
}

.google-register {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    background-color: #4285f4;
}

.btn-search {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
}

.btn-market {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
}

.btn-market-2 {
    position: fixed;
    top: 135px;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
    z-index: 9999;
}

.btn-social-1 {
    font-size: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    /* background-color: var(--maincolor); */
    color: #2374E1;
    /* box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%); */
}

.btn-social-2 {
    font-size: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    /* background-color: var(--maincolor); */
    color: #B2151B;
    /* box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%); */
}

.btn-social-3 {
    font-size: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    /* background-color: var(--maincolor); */
    color: #07B53B;
    /* box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);s */
}

.social-media-side {
    position: fixed;
    top: 200px;
    right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
    z-index: 9999;
}

.h-350px {
    height: 350px;
}

.nav-link {
    margin-right: 20px;
}

.nav-pills .nav-link {
    border-radius: 0px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--maincolor) !important;
    color: #FFFFFF !important;
}

.nav-link {
    color: #242424;
}

.nav-link:focus {
    color: #242424;
}

.nav-link:hover {
    /* background-color: var(--maincolor) !important; */
    color: var(--maincolor) !important;
}

.tab-box {
    width: 100%;
}

.tab-menu {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
}

.nav-menu-custom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.banner-box-1 {
    width: 100%;
    /* background-color: #242424; */
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.search-box {
    border-radius: 5px !important;
    padding: 20px;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%) !important;
}

.banner-area {
    position: relative;
}

.search-area {
    max-width: 100%;
    margin-top: 10px;
    position: relative;
}

.search-2-area {
    width: 100%;
    position: relative;

}

.search-3-area {
    width: 100%;
    /* margin-top: 170px; */
}

.search-4-area {
    width: 100%;
}

.search-box-2 {
    border-radius: 5px !important;
    padding: 30px;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    /* background-color: #FFFFFF; */

}

.about-area {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

.video-box {
    /* padding: 30px; */
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%) !important;
}

.feature-box {
    padding: 30px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%) !important;
}

.header-title-box {
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    background-image: url("../imgs/bg-img-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-position: 50%;
}

.feature-title {
    font-weight: bold;
}

.news-area {
    width: 100%;
    position: relative;

}

.news-detail-custom {
    background-color: #FFFFFF;
    padding: 5%;
}
.shop-title
{
    font-size: 1rem;
}
.shop-address
{
    font-size: 0.8rem;
}
.h-10
{
    height:10%;
}
.h-15
{
    height:15%;
}
.h-20
{
    height:20%;
}
.h-25
{
    height:25%;
}
.h-30
{
    height:30%;
}
.h-35
{
    height:35%;
}
.h-40
{
    height:40%;
}
.h-45
{
    height:45%;
}
.h-50
{
    height:50%;
}
.h-55
{
    height:55%;
}
.h-60
{
    height:60%;
}
.h-65
{
    height:65%;
}
.h-70
{
    height:70%;
}
.h-75
{
    height:75%;
}
.h-80
{
    height:80%;
}
.h-85
{
    height:85%;
}
.h-90
{
    height:90%;
}

.h-100
{
    height:100%;
}

.bottom {
    bottom: 0.98rem;
    left: 5px;
  
}
.line-space {
    width: 100%;
    height: 1px;
    background-color: #C4C4C4;
}

.news-box-shadow {
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
}

.news-box-shadow-2 {
    background-color: #FFFFFF;
}

.box-shadow {
    box-shadow: 0 -1.5px 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%) !important;
}

.box-detail-01 {
    border: 1px solid #C4C4C4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.webboard-box {
    font-size: 75px;
    text-align: center;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #242424;
    color: #FFFFFF;
}

.review-box {
    position: relative;
}

.review-text {
    /* position: relative; */
    padding: 20px;
    padding-bottom: 120px;
}

.review-sub-box {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    margin-top: -40px;
    background-color: var(--maincolor);
    border-bottom: 100px solid red;
    border-right: 100px solid transparent;
    /* background-image: url("../imgs/review-sub.png"); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
}

.review-sub-box-2 {
    position: absolute;
    width: 95%;
    margin-top: -40px;
    /* background-color: var(--maincolor); */
    border-bottom: 70px solid var(--maincolor);
    border-right: 40px solid transparent;
    /* background-image: url("../imgs/review-sub.png"); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */

}

.space-high {
    height: 100px;
}
.space-high-mobile {
    height: 60px;
}

.close-custom {
    border-radius: 100%;
    background-color: var(--maincolor);
    padding-top: 3px !important;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.icon-box {
    z-index: 999999;
    background-image: url("../imgs/icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.icon-close {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -20px;
}

.review-detail {
    position: absolute;
    color: #FFFFFF;
    padding-top: 10px;
    padding-left: 20px;
}

.bg-img {
    background-image: url("../imgs/bg-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-picture {
    right: 100px;
    bottom: 15px;
    z-index: 999;
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url("../imgs/profile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 5px solid #FFFFFF;
}

.quote-bg {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.carousel-custom {
    padding: 15px !important;
}

.tran-0 {
    opacity: 0;
}

.tran-0:hover {
    opacity: 0;
}

.tran-0:focus {
    opacity: 0;
}

.review-area {
    background-color: #EFEFEF;
}

.footer-area {
    box-shadow: 0 -1.5px 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%) !important;
    background-color: #FFFFFF !important;
    color: #242424 !important;
}

.footer-area-2 {
    background-color: var(--maincolor) !important;
    color: #FFFFFF !important;
}

.copy-right {
    border-top: 5px solid #FFC037;
    margin-top: 30px;
    background-color: var(--maincolor);
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copy-right-contact {
    border-top: 5px solid #FFC037;
    /* margin-top: 30px; */
    background-color: var(--maincolor);
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-more {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: var(--maincolor);
    background-image: url("../imgs/banner-space.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.lh-25 {
    line-height: 25px;
}

.address-box {
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%) !important;
}

.time-box {
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%) !important;
}

.phone-box {
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%) !important;
}

.btn-send:hover {
    color: #FFFFFF;
}

.bg-background {
    background-color: #F8F9Fa;
}

.ul-custom>li {
    display: inline-block;
}

.li-custom {
    width: 13.8%;
}

.li-custom-2 {
    width: 12%;
    /* box-shadow: 0 0 10px 0 #C4C4C4; */
}

.col-custom-1 {
    flex: 0 0 auto;
    width: 10%;
}

.col-custom-2 {
    flex: 0 0 auto;
    width: 90%;
}

.join-business-area {
    padding-top: 90px;
    padding-bottom: 90px;
}

.box-custom {
    width: 94%;
    position: absolute;
    bottom: 20px;
}

.rt {
    position: relative;
}

.log-in-title {
    padding-top: 15px;
    background-color: var(--maincolor);
    color: #FFFFFF;
}

.profile-photo {
    margin-right: 5px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-image: url("../imgs/profile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-detail-bar {
    width: 100%;
    height: 70px;
    /* background-color: #07B53B; */
    margin-bottom: 10px;
}

.profile-body-box {
    padding: 20px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%) !important;
}

.profile-photo-box {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-image: url("../imgs/profile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

.fs-13 {
    font-size: 13px;
}

.space-high-2 {
    height: 178px;
}

.col-area-custom {
    width: 7.666667% !important;
}

.col-area-custom-2 {
    width: 10% !important;
}

/* End Class Custom */

/* --------------------- Search Config ---------------------*/
.search-box {
    position: relative;
    width: 100%;
    height: 100%;

}

form.example input[type=text] {
    height: 55px;
    padding: 15px;
    font-size: 17px;
    border: 1px solid #A12A12;
    float: left;
    width: 80%;
    background: #C4C4C4;
}

form.example button {
    float: left;
    width: 55px;
    height: 55px;
    background: #C4C4C4;
    color: white;
    font-size: 17px;
    border: 1px solid #C4C4C4;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    background: grey;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    border-radius: 5px 0 0 5px;
    width: 100%;
    border-right: none;
    padding: 15px;
    height: 55px;
    outline: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.searchTerm:focus {
    color: #000000;
}

.ul-custom {
    padding-left: 0px;
    display: inline-flex;
    list-style-type: none;
}

.ul-custom-2>li {
    display: inline-flex;
}

.searchButton {
    width: 55px;
    height: 55px;
    background: #FFC037;
    text-align: center;
    color: #fff;
    /* cursor: pointer; */
    font-size: 16px;
    border: none;
    border-radius: 0 5px 5px 0;
}

.lockButton {
    width: 55px;
    height: 55px;
    background: var(--maincolor);
    text-align: center;
    color: #fff;
    /* cursor: pointer; */
    font-size: 16px;
    border: none;
    padding-top: 15px;
}

/* --------------------- End Search Config ---------------------*/

/* Config Custom */
.fs-social {
    font-size: 24px;
}

.fs-42 {
    font-size: 42px;
}

.fs-48 {
    font-size: 48px;
}

.lh-20 {
    line-height: 30px;
}

h1 {
    font-size: 62px !important;
}

.br-5 {
    border-radius: 5px !important;
}

.w-30px {
    width: 30px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.pl-36per {
    padding-left: 36%;
}

.npl {
    padding-left: 0px !important;
}

.npr {
    padding-right: 0px !important;
}

.nml {
    margin-left: 0px !important;
}

.nmr {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px;
}

.npt {
    padding-top: 0px !important;
}

.npb {
    padding-bottom: 0px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.p-15 {
    margin-top: 15px;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.ml--10 {
    margin-left: -10px !important;
}

.mt--20 {
    margin-top: -20px !important;
}

.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 20px;
}

.pr-50 {
    padding-right: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nmb {
    margin-bottom: 0px !important;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-60 {
    margin-left: 60px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-60 {
    margin-bottom: 60px;
}

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

.fs-35 {
    font-size: 35px;
}

.col-custom-20 {
    max-width: 10% !important;
}

.pt-5 {
    padding-top: 5px !important;
}

/* End Config Custom */

/* Font Color Custom */
.f-white {
    color: #FFFFFF !important;
}

.f-primary {
    color: #FFC037 !important;
}

.f-primary-2 {
    color: var(--maincolor) !important;
}

.f-secondary {
    color: var(--maincolor);
}

.f-black {
    color: #242424 !important;
}

.f-red {
    color: #B2151B !important;
}

.f-gray {
    color: #C4C4C4;
}

.fs-12 {
    font-size: 12px;
}

.fa-wifi {
    transform: rotate(45deg);
}

.facebook-color {
    color: #2374E1;
}

.youtube-color {
    color: var(--maincolor);
}

.line-color {
    color: #07B53B;
}

/* Emd Font Color Custom */

/* ----------------- Option Config ----------------- */

.input-custom {
    border-radius: 5px !important;
    border: none !important;
    background-color: #F3F3F3 !important;
    width: 100%;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    /* padding-right: 2rem; */
}

.input-custom-2 {
    width: 100%;
    border-radius: 2px;
    padding: 1rem;
    /* padding-right: 2rem; */
}

.state-option {
    background-color: #FFFFFF;
    width: 100%;
    height: 55px;
    padding-left: 15px;
}

/* ----------------- End Option Config ----------------- */

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

.add-to-cart-btn {
    width: 100%;
    padding: 10px;
    background-color: var(--maincolor);
    color: #FFFFFF;
    cursor: pointer;
}

.detail-btn {
    width: 100%;
    padding: 10px;
    background-color: #e5e5e5;
    color: #242424;
    cursor: pointer;
}

.product-area {
    height: 100%;
    padding-bottom: 50px;
}

.bb-solid {
    border: 1px solid #f4f4f4;
}

.bb-right {
    border-right: 1px solid #dadada;
}

.bb-bottom {
    border-bottom: 1px solid #dadada;
}

.tab-content-custom {
    padding: 20px;
    border: 1px solid #dadada;
}

.side-bar-box {
    padding: 30px;
    box-shadow: 0 0.5px 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
}

.row-bg {
    box-shadow: 0 0.5px 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
}

.btn-submit-custom {
    border-radius: 5px !important;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #242424;
    border: 1px solid #242424;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

/* .btn-search-custom{
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--maincolor);
    border: 1px solid #242424;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
} */
.btn-forget {
    border-radius: 5px !important;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #C4C4C4;
    border: 1px solid #C4C4C4;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.btn-forget:hover {
    color: #FFFFFF;
    background-color: #242424;
    border: 1px solid #242424;
    transition: 0.3s;
}

.mt-15 {
    margin-top: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.btn-submit {
    cursor: pointer;
    text-align: center;
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--maincolor);
    color: #FFFFFF;
    transition: 0.3s;
}

.cookie-area {
    z-index: 99999;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 4px solid #FFC037;
}

.btn-cookie {
    cursor: pointer;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--maincolor);
    color: #FFFFFF;
    transition: 0.3s;
}

.btn-cookie-2 {
    cursor: pointer;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #C4C4C4;
    color: #FFFFFF;
    transition: 0.3s;
}

.text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.form-custom {
    min-height: 67vh !important;
}

/* @media (max-width: 600px) {
    .search-2-area{
        width: 100%;
        margin-top: 430px;
    }
} */

@media (max-width: 1024px) {
    .btn-logout-custom {
        width: 86%;
    }

    .mb-nmb-2 {
        margin-bottom: 0px !important;
    }

    .h-custom {
        height: 0px !important;
    }

    .add-to-cart-btn {
        font-size: 14px !important;
    }

    .mb-mt-15 {
        margin-top: 15px;
    }

    .mb-mt-40 {
        margin-top: 40px !important;
    }

    .bb-right {
        border-right: 0px solid #dadada;
    }

    .mb-fs-32 {
        font-size: 32px !important;
    }

    .mb-fs-12 {
        font-size: 12px !important;
    }

    .text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .text-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .col-area-custom {
        width: 100% !important;
    }

    .col-area-custom-2 {
        width: 7.5% !important;
    }

    .mb-mb-30 {
        margin-bottom: 30px !important;
    }

    .mb-text-center {
        text-align: center !important;
    }

    .mb-text-left {
        text-align: left !important;
    }

    .mb-f-bold {
        font-weight: bold !important;
    }

    .mb-f-14 {
        font-size: 14px !important;
    }

    .mb-f-16 {
        font-size: 16px !important;
    }

    .mb-f-24 {
        font-size: 24px !important;
    }

    .mb-mb-15 {
        margin-bottom: 15px !important;
    }

    .mb-mb-25 {
        margin-bottom: 25px !important;
    }

    .mb-text-center {
        text-align: center;
    }

    .logo-custom {
        width: 180px !important;
    }

    .mb-w-100 {
        width: 100% !important;
    }

    .li-custom {
        width: 100% !important;
    }

    .pl-36per {
        padding-left: 0px !important;
    }

    .mb-pt-20 {
        padding-top: 20px !important;
    }

    .mb-pt-30 {
        padding-top: 30px !important;
    }

    .mb-pb-30 {
        padding-bottom: 30px !important;
    }

    .mb-pt-60 {
        padding-top: 60px !important;
    }

    .mb-pb-60 {
        padding-bottom: 60px !important;
    }

    .webboard-box {
        font-size: 32px !important;
    }

    .mb-banner-body {
        height: 200px !important;
    }

    .mb-space-about {
        margin-top: 245px;
    }

    .carousel-caption {
        height: 350px !important;
    }

    h1 {
        font-size: 32px !important;
    }

    .nav-link {
        padding-left: 20px !important;
    }

    /* Class Custom */
    .no-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }
    .li-custom-3 {
        width: 33.3%;
    }

    /* Config Custom */
    .mb-mt-30 {
        margin-top: 30px;
    }

    .mb-option-custom {
        margin-bottom: 30px;
    }

    .mb-center {
        margin: 0 auto !important;
    }

    .copy-right {
        margin-top: 0px;
        font-size: 12px;
    }

    .mb-mb-10 {
        margin-bottom: 10px;
    }

    .mb-mb-20 {
        margin-bottom: 20px;
    }

    .mb-mt-20 {
        margin-top: 20px;
    }

    .mb-npl {
        padding-left: 0px !important;
    }

    .mb-npr {
        padding-right: 0px !important;
    }

    .mb-npb {
        padding-bottom: 0px;
    }

    .social-space {
        margin-left: 12%;
    }

    .payment-space {
        /* margin-left: 18%; */
    }

    .contact-space {
        margin-left: 18%;
    }

    .col-custom-20 {
        max-width: 15% !important;
    }

    .space-high {
        height: 150px;
    }

    .box-custom {
        width: 100%;
        position: relative;
        bottom: 0px
    }

    .mb-fs-14 {
        font-size: 14px !important;
    }

    .mb-mt-m30 {
        margin-top: -30px !important;
    }

    .mb-mr-3 {
        margin-right: 3px;
    }

    .space-high-2 {
        height: 160px !important;
    }
}

.center {
    margin: 0 auto !important;
}

:root {
    --primary-color: rgb(11, 78, 179);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* body {
    font-family: Montserrat, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    display: grid;
    place-items: center;
    min-height: 100vh;
  } */
/* Global Stylings */
label {
    display: block;
    margin-bottom: 0.5rem;
}

select {
    width: 100%;
    border: 1px solid;
    border-color: var(--primary-color);
    border-radius: 0.25rem;
}

.select2-container {}

.select2-container .select2-selection {
    height: 37px !important;
}

.select2-container .select2-selection__rendered {
    margin-top: 4px !important;
}

.select2-container .select2-selection__arrow {
    margin-top: 4px;
}

.select2-container .select2-selection--single {
    border: 1px solid #ced4da !important;
}

input {
    width: 100%;
    border: 1px solid;
    border-color: var(--primary-color);
    border-radius: 0.25rem;
}

.width-50 {
    width: 50%;
}

.ml-auto {
    margin-left: auto;
}

.text-center {
    text-align: center;
}

/* Progressbar */
.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0 4rem;
}

.progressbar::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: -1;
}

.progress {
    background-color: var(--primary-color);
    width: 0%;
    transition: 0.3s;
}

.progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step::before {
    counter-increment: step;
    content: counter(step);
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 0.85rem;
    color: #666;
}

.progress-step-active {
    background-color: var(--primary-color);
    color: #f3f3f3;
}

/* Form */


.form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;
}

.form-step-active {
    display: block;
}

.input-group {
    margin: 2rem 0;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

/* Button */
.btns-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.btn {

    display: block;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #f3f3f3;
    text-align: center;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}

.carousel-space {
    padding: 1em;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

/* .carousel-control-custom{
    background-color: #242424;
    width: 6vh;
    height: 6vh;
    top: 50%;
    transform: translateY(-50%);
  } */
@media (min-width: 768px) {
    .carousel-custom-1 {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }

    .carousel-custom-1-2 {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }

    .carousel-custom-1-3 {
        padding-bottom: 50px;
        margin-right: 0;
        flex: 0 0 50.0%;
        display: block;
    }

    .carousel-custom-1-4 {
        margin-right: 0;
        flex: 0 0 100%;
        display: block;
    }

    .carousel-custom-2 {
        display: flex;
    }
}

.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card img {
    max-height: 100%;
}

@media (max-width: 768px) {
    .card .img-wrapper {
        height: 17em;
    }
}

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

.search-border {
    border: 1px solid #FFC037;
}

:root {
    --form-control-color: var(--maincolor);
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    margin: 0;
}


.form-control+.form-control {
    margin-top: 1em;
}

/* Pagination CSS */
.pagination-widget ul {
    display: flex;
}

.pagination-widget ul li a {
    height: 32px;
    width: 32px;
    border: 1px solid #024FBF;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    border-radius: 4px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    margin-right: 10px;
}

.pagination-widget ul li a i {
    vertical-align: middle;
    font-size: 14px;
}

.pagination-widget ul li a.active {
    background-color: #024FBF !important;
    color: #fff;
}

.pagination-widget ul li a:hover {
    background-color: #024FBF !important;
    color: #fff;
}

/* .form-control:focus-within {
    color: var(--form-control-color);
  } */

input[type="radio"] {
    cursor: pointer;
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 2px solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

/* custom radio button */
.check {
    margin-top: 8px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: lightgray;
    border-radius: 50%;
}

.container:hover input~.check {
    border: 1px solid #AFCA0B;
    background-color: #FFFFFF;
}

.container input:checked~.check {
    background-color: #AFCA0B;
}

.check:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.check:after {
    display: block;
}

.container .check:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
}



/* checkbox */
/* Create a custom checkbox */
.checkmark {
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #F6A18C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* New Check box style */
.b-contain *,
.b-contain *::before,
.b-contain *::after {
    box-sizing: content-box !important;
}

.b-contain input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.b-contain span {
    /* line-height: 1.54;
	font-size: 1rem; */
    /* font-family: inherit; */
}

.b-contain {
    display: table;
    position: relative;
    padding-left: 1.8rem;
    /* cursor: pointer; */
    margin-bottom: .5rem;
}

.b-input {
    margin-top: 7px;
}

.b-contain input[type="checkbox"]~.b-input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    background: rgba(255, 255, 255, 0.28);
    transition: background 250ms;
    border: 2px solid #242424;
    border-radius: 0.125rem;
}

.b-contain input[type="radio"]~.b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    background: rgba(255, 255, 255, 0.28);
    transition: background 250ms;
    border: 2px solid #242424;
    border-radius: 2.0rem;
}

.b-contain input[type="checkbox"]~.b-input::after {
    content: '';
    position: absolute;
    display: none;
    left: .30rem;
    top: .15rem;
    width: .25rem;
    height: .4rem;
    border: solid rgba(255, 255, 255, 1);
    border-width: 0 2px 2px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}

.b-contain input[type="radio"]~.b-input::after {
    content: '';
    position: absolute;
    display: none;
    left: .25rem;
    top: .25rem;
    width: .75rem;
    height: .75rem;
    border-radius: 2.0rem;
    background: rgba(255, 255, 255, 1);
    transition: background 250ms;
}

.b-contain input:disabled~.b-input::after {
    border-color: rgba(135, 149, 161, 1);
}

.b-contain input:checked~.b-input::after {
    display: block;
}

.b-contain:hover input~.b-input,
.b-contain input:focus~.b-input {
    background: rgb(231, 238, 243);
}

/* .b-contain input:focus ~ .b-input {
	box-shadow: 0 0 0 2px rgba(52,144,220,0.5);
} */
.lh-38 {
    line-height: 38px;
}

.b-contain input:checked~.b-input {
    background: var(--maincolor);
    border-color: var(--maincolor);
}

.b-contain input[type="checkbox"]:disabled~.b-input {
    background: rgba(241, 245, 248, 1);
    border-color: rgba(184, 194, 204, 1);
    opacity: 0.6;
    cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled~.b-input {
    background: rgba(241, 245, 248, 1);
    border-color: rgba(184, 194, 204, 1);
    opacity: 0.6;
    cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled~.b-input::after {
    background: rgba(135, 149, 161, 1);
}

.b-contain input:checked:focus~.b-input,
.b-contain:hover input:not([disabled]):checked~.b-input {
    background: var(--maincolor);
    border-color: var(--maincolor);
}

.b-contain .b-input::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    margin-left: -0.85rem;
    margin-top: -0.85rem;
    background: var(--maincolor);
    border-radius: 2rem;
    opacity: .6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes b-ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes b-ripple-duplicate {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.b-contain input+.b-input::before {
    animation: b-ripple 250ms ease-out;
}

.b-contain input:checked+.b-input::before {
    animation-name: b-ripple-duplicate;
}

.b-contain .b-input::before {
    visibility: hidden;
}

.b-contain input:focus+.b-input::before {
    visibility: visible;
}

.b-contain:first-child .b-input::before {
    visibility: hidden;
}

/* END New Check box style */
@media (max-width: 600px) {
    .col-area-custom-2 {
        width: 10% !important;
    }

    .btn-logout-custom {
        width: 94%;
    }

    .carousel-caption {
        height: 380px !important;
    }

    .space-high {
        height: 100px;
    }

    .space-high-2 {
        height: 100px !important;
    }

    .banner-bg-slide-01 {
        background-image: url("../imgs/banner-slide-01.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .banner-bg-slide-02 {
        background-image: url("../imgs/banner-scale-1000.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .banner-bg-slide-03 {
        background-image: url("../imgs/banner-scale-1000.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
    }
}

.menu-fix-bottom {
    z-index: 999999;
    width: 100%;
    background-color: var(--maincolor);
    position: fixed;
    bottom: 0;
    color: #FFFFFF;
    font-weight: 300;
    box-shadow: 0 0 3px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
    /* padding-bottom: 10px; */
}

.menu-fix-bottom .chat {
    background-color: #00B900;
}

.menu-fix-bottom .cart {
    background-color: #FFFFFF;
    color: #000000;
}

.mb-fs-menu {
    font-size: 0.8rem;
}

.mb-fs-icon {
    font-size: 16px;
}

.progressbar-2 {
    counter-reset: step;
}

.progressbar-2 li {
    list-style-type: none;
    width: 19%;
    float: left;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar-2 li:before {
    width: 40px;
    height: 40px;
    content: counter(step);
    counter-increment: step;
    line-height: 38px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar-2 li:after {
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar-2 li:first-child:after {
    content: none;
}

.progressbar-2 li.active {
    color: green;
}

.progressbar-2 li.active:before {
    border-color: #55b776;
}

.progressbar-2 li.active+li:after {
    background-color: #55b776;
}

.market-count {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    font-weight: bold;
    color: #FFFFFF;
    top: 5px;
    right: 5px;
    background-color: #024FBF;
}

.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #CCC;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -39px;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #CCC;
}

.StepProgress-item.is-done::before {
    border-left: 2px solid #55b776;
}

.StepProgress-item.is-done::after {
    font-size: 10px;
    color: #FFF;
    text-align: center;
    border: 2px solid #55b776;
    background-color: #55b776;
}

.search-box-bg {
    background-color: #FFFFFF;
}

.header-product {
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    margin-bottom: 2%;
}

.header-product:before,
.header-product:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.header-product:before {
    right: 0.5em;
    margin-left: -50%;
}

.header-product:after {
    left: 0.5em;
    margin-right: -50%;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.product-box {
    display: inline-block;
}

.paddle {
    position: absolute;
    width: 3em;
    height: 3em;
    border-radius: 100%;
    background-color: white;
    border: none;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15%;
    margin-left: 5%;
    margin-right: 5%;
}

.left-paddle {
    left: 0;
}

.right-paddle {
    right: 0;
}

.left-paddle-2 {
    left: 0;
}

.right-paddle-2 {
    right: 0;
}

.hidden {
    display: none;
}

.text-box {
    white-space: normal;
}

.show-all-btn {
    border-radius: 10px;
    background-color: var(--primary-color);
    border: none;
    font-size: 1.2em;
    width:60%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: white;
    margin-top: 2%;
}
.show-all-btn a{
    color:white;
}

.search-garage-box {
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 37px;
}

.service-box {
    background-color: white;
    border-radius: 10px;
}

.image-box {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.more-detail-txt {
    bottom: 0;
    position: absolute;
    right: 0;
    margin-right: 3%;
    font-size: 16px;
}

.more-detail-btn {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    font-size: 15px;
}

.img-header {
    height: 500px;
}

.scrolling-wrapper-2 {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scrolling-wrapper-2::-webkit-scrollbar {
    display: none;
}

.paddle-2 {
    position: absolute;
    width: 3em;
    height: 3em;
    border-radius: 100%;
    background-color: white;
    border: none;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    margin-top: 30%;
}

@media (min-width:610px) {
    .search-group-mb {
        display: none;
    }

    .show-all-btn {
        display: none;
    }

    .scroll-mobile {
        display: none;
    }

    .search-group-mb-2 {
        display: none;
    }
}

@media (max-width:600px) {
    .search-box-2 {
        display: none;
    }

    .all-service-txt {
        display: none;
    }

    .pagination {
        display: none;
    }

    .scroll-mobile {
        display: block;
    }

    .text-hide-mobile{
        display: none;
    }

    .img-header {
        height: 200px;
    }

    .search-box-mobile {
        border: 1px solid #ced4da;
        border-radius: 30px;
        background-color: white;
        height: 50px;
        padding-left: 5%;
        margin-top: 5%;
    }

    .search-btn-mobile {
        position: absolute;
        background-color: #014fbe;
        border-radius: 100%;
        border: none;
        height: 50px;
        width: 50px;
        right: 2%;
        top: 30%;
    }
   
    .search-icon {
        size: 50px;
        color: white;
    }

    .header-service-product {
        overflow: hidden;
    }

    .header-service-product:before,
    .header-service-product:after {
        background-color: #000;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    .header-service-product:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .header-service-product:after {
        left: 0.5em;
        margin-right: -50%;
    }
}
.fa-wifi {
    transform: rotate(45deg);
}

.facebook-color {
    color: #2374E1;
}

.youtube-color {
    color: var(--maincolor);
}

.line-color {
    color: #07B53B;
}
.fa-2 {
    padding-top: 1.5%;
    margin-top: 1%;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-line-2 {
    background: #06C755;
    color: white;
}

.fa-instagram {
    background: #fdf497;
    background: -moz-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf497', endColorstr='#bc1888', GradientType=1);
    color: white;
}

.fa-facebook-messenger {
    background: #FF6968;
    background: -moz-linear-gradient(45deg, #FF6968 50%, #A334FA 60%, #0695FF 90%);
    background: -webkit-linear-gradient(45deg, #FF6968 50%, #A334FA 60%, #0695FF 90%);
    background: linear-gradient(45deg, #FF6968 50%, #A334FA 60%, #0695FF 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6968', endColorstr='#bc1888', GradientType=1);
    color: white;
}

.copy-butt {
    padding: 1% 1.5%;
    border-radius: 70px;
    background-color: white;
    color: #014fbe;
    border: 1px solid #014fbe;
}

.fa-star {
    color: orange;
}

.below-butt {
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    padding: 0.5% 3%;
}

.am-butt {
    background-color: #014fbe;
    color: white;
    border: none;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}

.add-cart-butt {
    background-color: #014fbe;
    color: white;
    border: none;
    height: 40px;
    width: 140px;
    font-size: 18px;
    border-radius: 2px;
}
