img {
    width: 100%;
    display: block;
}
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px;
    background-color: #4CAF50; /* Success color */
    color: white;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease, top 0.5s ease;
}

.notification.error {
    background-color: #f44336; /* Error color */
}

.title-section {
    font-size: 25px;
    color: #00159f;
}

.cart {
    position: relative;
}

a.box-item-caters p {
    min-height: 30px;
}

.selec-peoducts-sevrive .list-item .box {
    background: linear-gradient(90deg, rgba(39, 73, 125, 1) 12%, rgba(47, 92, 161, 1) 55%);
}

.list-item.category-slide-1 {
    display: flex;
    flex-wrap: wrap;
}

.selec-peoducts-sevrive .list-item .box p {
    color: #Fff;
}

.selec-peoducts-sevrive .list-item .box span {
    color: #fff;
}

.selec-peoducts-sevrive .clm {
    width: 25%;
    max-width: 25%;
}

.header-top {
    position: relative;
    background-size: 100% 144%;
    background-position: center;
}
.header-top.scrolled{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.btn-filter svg {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.btn-filter {
    display: inline-flex;
    padding: 5px 10px;
}

.header-banner {
    background-color: #a3020d;
    position: relative;
}

.logo {}



.hotline-text {
    color: #000;
    padding-left: 8px;
    font-weight: 600;
    font-size: 19px;
}

.hotline-top i {
    width: auto;
    float: left;
    margin-right: 6px;
    margin-top: 9px;
    font-size: 21px;
    color: #fff;
}

.slideshow__img {
    /* margin-bottom: 10px; */
    overflow: hidden;
}

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

.header-top:before {}

.header-top-content {
    position: relative;
}

.sluguns {
    position: relative;
}

.slideshow-banner {
    overflow: hidden;
}

.slideshow-banner:hover:before {
    animation: shine 1s;
    display: block;
}

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

.box-img-ports-left:hover:before {
    animation: shine 1s;
    display: block;
}

.slideshow-list .slideshow__img:hover img {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.hotline-top span {
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}

.box-header-top {
    display: flex;
    justify-content: space-between;
}

.right_top a {
    height: 30px;
    font-size: 14px;
    line-height: 40px;
    margin-top: 5px;
    padding: 7px 15px;
    color: #fff;
}

.right_top span {
    color: #fff;
}

.form-search {
    width: auto;
    float: right;
    padding: 0 0 0 15px;
    text-align: right;
}

.form-search form {
    display: inline-block;
}

.form-search .form_search {
    display: inline-flex;
}

.form-search .txt_search {
    width: 359px;
    height: 30px;
    background: #fff;
    font-size: 14px;
    padding: 0 5px;
    float: left;
    margin: 5px 0 0;
    color: #690004;
    border-radius: 5px 0 0 5px;
    border: none;
    font-style: italic;
}

span.title-setting {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 600;
    background-image: linear-gradient(90deg, rgba(39, 73, 125, 1) 12%, rgba(47, 92, 161, 1) 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.buttom_go {
    width: 33px;
    height: 30px;
    margin-top: 5px;
    margin-left: 1px;
    border: 0;
    background: #f1592a;
    color: #fff;
    border-right: 1px solid #fff;
}

#ico_cart {
    background: url(https://kinhmatquanganh.vn/images/icon_cart2.png) 0px 3px;
    height: 33px;
    width: 42px;
    background-repeat: no-repeat;
    float: right;
    display: block;
    text-align: right;
    margin-top: 5px;
    line-height: 20px;
    margin-left: 10px;
}

.form_search p {
    background-image: linear-gradient(to right, #f18800, #ffb44a);
    height: 30px;
    line-height: 30px;
    margin: 5px 0 0;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    text-align: left;
    color: #fff;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #fff;
}

#ico_cart span {
    position: relative;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50% 50%;
    border: 1px solid #fff;
    top: -2px;
}

.btn-bar.list-bar2 span {
    display: block;
    color: black;
    font-size: 10px;
    font-weight: 600;
    text-transform: lowercase;
}

.item-product-pd {
    width: 24%;
    margin-right: 10px;
    padding-bottom: 25px;
}

.btn-bar.list-bar2 .bar {
    width: 30px;
    height: 3px;
    background-color: #000;
}

.bar3.bar {
    width: 16px !important;
    height: 2px !important;
}

.hotline-text span {
    font-size: 17px;
    color: #e4322b;
    line-height: 17px;
}

.btn-system {
    cursor: pointer;
    padding: 0px 4px;
    border-radius: 5px;
    /*! background-color: rgba(255, 255, 255, 0.4); */
    color: #000;
}

ul.submenu li a {
    color: #797676;
    line-height: unset;
    padding-bottom: 7px;
    display: inline-block;
    padding-top: 5px;
    font-size: 16px;
}

ul.submenu li a:hover {
    color: #000 !important;
}

ul.scroll-menu {
    height: 330px;
    overflow-y: scroll;
}

.btn-system .system-count {
    font-size: 16px;
    font-weight: 600;
    color: #e4322b;
    margin: 0;
    padding-top: 0;
    line-height: 17px;
}

.system-title {
    padding-bottom: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.cart a {
    border-radius: 5px;
    display: flex;
    /*! border: 1px solid white; */
    height: auto;
    align-items: center;
}

.cart-icon span {
    color: #fff;
    height: 17px;
    width: 17px;
    line-height: 17px;
    font-size: 13px;
    background-color: #e4322b;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: self-end;
    top: -3px;
    right: 2px;
}

.dm-list-right .ds-item1 {
    color: #fff;
    text-align: center;
    position: relative;
}

.dm-list-right .ds-item1>a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fdcc0d;
}

.box-inner-product-left {
    width: 100%;
    text-align: center;
}

.box-inner-pase-products-right {
    width: 10%;
}

.box-inner-pase-products-right p svg {
    width: 30px;
    height: 30px;
}

li.ds-item.cart a span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

a.box-item-caters img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 100%;
    margin: 0 auto !important;
}

a.box-item-caters .text-inner-content {
    padding: 15px;
    text-align: center;
    padding-bottom: 0px;
}


a.box-item-caters .text-inner-content p {
    text-align: center !important;
    font-size: 12px !important;
}

a.box-item-caters .text-inner-content span {
    font-size: 12px;
}

.cart-icon img {
    height: 20px;
    margin-top: 10px;
    filter: invert(1);
}

.hedding-text-h2 h2 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #383838;
}

.hedding-text-h2 h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #383838;
    bottom: 0;
}

.mobile_links.show-more.mobile_link_show {
    display: flex;
    padding-top: 15px;
}

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

.list-product-bycate .list-product .product-body {
    padding: unset;
}

.box-images-abulm {
    position: relative;
}

.box-images-abulm img {
    display: block;
}

.content-inner-text-ablum {
    position: absolute;
    bottom: 50px;
    background: rgba(255, 255, 255, 0.94);
    width: 100%;
    padding: 5px 30px 10px 30px;
    text-align: center;
}

.content-inner-text-ablum span {
    color: #383838;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

ul.submenu li {
    border-bottom: 1px dashed #cdcdcd;
    margin-right: 0px;
}

ul.submenu li:last-child {
    border-bottom: none;
}

.cart-title {
    color: white;
    margin: 0 10px;
    padding: 10px 0 3px 0;
}

.cart-title p {
    font-size: 15px;
    line-height: 15px;
    color: #000;
    font-weight: 600;
}

.cart-title span {
    line-height: 20px;
    color: #e4322b;
    font-size: 16px;
    font-weight: 400;
}

.list-system {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: max-content;
    background-color: #fff;
    padding: 5px 15px 5px 25px;
    border-radius: 5px;
    min-width: 370px;
    display: none;
    z-index: 99;
}

.list-system li {
    color: black;
    position: relative;
    font-size: 13px;
}

.list-system::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgb(0, 78, 90);
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-bottom {
    background: linear-gradient(90deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(28, 124, 135, 1) 95%);
    position: relative;
    z-index: 10;
    border-top: 1px solid rgba(56, 56, 56, 0.3);
}

.header-bottom.scroll-down {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header-bottom .btn-menuproduct .menu-sidebar {
    display: none;
}

.header-bottom .btn-menuproduct .menu-sidebar li {
    position: unset;
}

.btn-menuproduct a:hover {
    color: #fff;
}

.header-bottom .btn-menuproduct:hover .menu-sidebar {
    display: block;
}

.header-top-content form {
    background-color: #e4322b;
    border-radius: 5px;
    width: 450px;
    border: 1px solid #e4322b;
}

.header-top-content form input {
    height: 40px;
    width: 100%;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.header-top-content form button {
    background-color: transparent;
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(to right, #8d0000, #ef0000);
}

.header-top-content form button svg {
    fill: #fff;
    height: 17px;
}

.header-top-content {
    padding-top: 9px;
    padding-bottom: 9px;
}

.sec-title-two span {
    line-height: 1.8;
}

.sec-title-two p {
    font-size: 15px;
    text-align: justify;
}

.btn-menuproduct svg {
    height: 14px;
    fill: #fff;
    margin-right: 9px;
}

.btn-menuproduct {
    cursor: pointer;
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    /* border-radius: 5px; */
    height: 43px;
    background: linear-gradient(90deg, rgba(39, 73, 125, 1) 12%, rgba(47, 92, 161, 1) 55%);
}

.box-group-icon .image {
    width: 30px;
    margin-right: 10px;
}

.box-group-icon .item-icon {
    display: flex;
    width: 50%;
    padding: 5px 0px;
    align-items: center;
}

.box-group-icon {
    display: flex;
    flex-wrap: wrap;
    width: 46%;
}

.box-group-icon .content {
    line-height: normal;
    font-size: 17px;
    color: #333;
}

nav {
    padding: 0px;
    /* height: 43px; */
}

.pagination {
    margin: 0px;
}

.nav-menu span {
    color: #00159f;
    font-weight: 600;
    font-size: 16px;
}

.nav-menu span a {
    color: #27497d;
    margin-right: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.nav-menu span a img {
    border-radius: 100%;
    height: 37px;
    width: auto;
    margin-right: 5px;
}

.nav-menu li {
    margin-right: 25px;
}

.nav-menu a {
    font-size: 15px;
    color: #fff;
    line-height: 43px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-menu a:hover {
    color: #e4322b;
}

.submenu {
    position: absolute;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 5px 5px;
    z-index: 10;
    min-width: 312px;
    border-radius: 5px;
    padding: 10px;
    border-top: 2px solid #1c7c87;
    top: 108%;
    transition: 0.7s all;
    display: none;
}

.nav-menu li:hover .submenu {
    display: block;
    top: 100%;
}

.menu-sidebar {
    left: 0;
    top: 100%;
    right: 0;

}

.menu-sidebar ul {
    background-color: white;
}

.menu-sidebar li a {
    color: black;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    padding-right: 0px;
}

.menu-sidebar li a:hover {
    color: #e4322b;
}

.menu-sidebar li a img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.submenu-sidebar {
    left: 99%;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 5px 5px;
    background-color: white;
    height: 98%;
    display: none;
    flex-wrap: wrap;
    top: 2%;
    border-radius: 5px;
}

.menu-sidebar li:hover .submenu-sidebar {
    display: block;
}

.submenu-sidebar ul {
    margin-top: 0px;
    box-shadow: unset;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.submenu-sidebar ul li {
    line-height: 1.5;
}

.submenu-sidebar ul li a {
    border-bottom: 0px solid #eee;
    display: block;
    padding: 4px 0px;
}

.slideshow {
    margin-top: 0;
    /* padding: 15px 0; */
    background: #f3f3f3;
}

.slideshow-list .slideshow__img img {
    width: 100%;
    display: block;
    height: 133px;
}

.slideshow-list .slideshow__img:last-child img {
    margin-bottom: 0px;
}

.slideshow .row {
    margin: 0px -5px;
}

.slideshow .clm {
    padding: 0px 0px;
}



.product-body {
    overflow: hidden;
}

.product-body .slide-3 {
    padding-top: 10px;
    margin: 0px;
    border: 2px dashed #cd0814;
    border-top: none;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
}

.product-left,
.product-right {
    width: 50%;
    max-width: 50%;
}

.product-body h2 {
    color: white;
    font-size: 18px;
    text-align: left;
    padding: 15px 0px;
}

.product-sale .product-body .group-title {
    position: relative;
    text-align: center;
    margin: 0 auto;
    justify-content: space-between;
    font-size: 24px;
    padding: 10px 50px;
    background: linear-gradient(90deg, rgba(39, 73, 125, 1) 12%, rgba(47, 92, 161, 1) 55%);
}

.product-body h2 img {
    height: 32px;
    width: 32px;
    margin-right: 7px;
}

.product-item {
    /* background-color: white; */
    position: relative;
    border-radius: 5px;
}

.product-left {
    border-right: 1px solid white;
}

.product-left,
.product-right {
    padding: 0px 10px;
}

.btn-menuproduct a {
    color: #fff;
}

.product-left .slide-3,
.product-right .slide-3 {
    margin: 0px -7px;
}

.product-box {}

.tit {
    /*! background-color: #00159f; */
    display: flex;
    align-items: center;
    /*! text-transform: uppercase; */
    color: white;
    /*! border-radius: 13px; */
    padding: 1px;
    width: fit-content;
    padding-right: 0px;
    font-size: 12px;
    position: absolute;
    top: 0px;
    background: url('../images/sles-2.png') 50% no-repeat;
    background-size: 100% 100%;
    height: 33px;
    left: -4px;
    font-weight: 500;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.tit img {
    height: 22px;
    width: 22px;

}

.tit span {
    margin-left: 7px;
    padding: 1px 10px 5px 0px;
}

.product-img {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.product-img img {
    transition: transform 1s ease-out;
}

.product-img img:hover {
    transform: scale(1.1);
}

.product-content a h3 {
    font-size: 19px;
    color: rgb(43, 43, 43);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 7px 0px 4px 0px;
    font-weight: 500;
}

.product-content a h3:hover {
    color: #1c7c87;
}

.price {
    font-size: 18px;
    font-weight: 400;
}

.price-new {
    display: none;
    margin-right: 6px;
    color: rgb(254, 0, 0);
    font-weight: 600;
    margin-left: 5px;
}

.price-old {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgb(130, 130, 130);
    text-decoration: line-through;
}

.star li svg {
    fill: #f5cc26;
    height: 16px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 14px;
}

.view {
    color: rgb(77, 77, 77);
    font-size: 13px;
}

ul.foter-icon-media li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

ul.foter-icon-media li img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    object-fit: contain;
}

ul.foter-icon-media span {
    color: #000;
}

ul.foter-icon-media span strong {
    font-weight: 700;
    font-size: 14px;
}

.product-content {
    padding: 5px 6px;
    /*! position: relative; */
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ffffffad;
}

.product-content a,
.product-content .price {
    width: 100%;
    justify-content: center;
}

.product-content .star,
.product-content .view {
    width: 50%;
    text-align: center;
    justify-content: center;
}

.product-list-head {
    display: flex;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #27497d;
    margin-bottom: 10px;
    /* background: #fff; */
    /*! background: linear-gradient(297deg, rgb(28, 167, 206) 0%, rgb(0, 21, 159) 78%); */
}

h2.product-list__title {
    background-color: #00159f;
    min-width: 215px;
    position: relative;
    padding: 10px 10px 9px 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    background: rgb(28, 167, 206);
    background: linear-gradient(90deg, rgba(39, 73, 125, 1) 12%, rgba(47, 92, 161, 1) 55%);
}

h2.product-list__title::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 29px solid #385a8d;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -29px;
}

h2.product-list__title a {
    color: white;
}

.product-list-right ul li a {
    font-size: 14px;
    color: #2e3192;
    font-weight: 400;
    margin-right: 20px;
    text-transform: none;
    text-transform: uppercase;
}

.product-list-right a {
    color: #27497d;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 95px;
    justify-content: right;
    margin-right: -19px;
}

.product-list-right a svg {
    height: 12px;
    fill: #cd0814;
    margin-left: 3px;
}

.product-list-right .tab a {
    width: fit-content;
    margin-right: 0px;
    color: #27497d;
}

.product-list-right .tab a:hover {
    color: #cd0814;
}

.product.list-product:last-child {
    padding-bottom: 20px;
}

.list-product .product-body {
    padding: 0px 60px;
}

.list-product .product-box {
    padding: 0px 0px 10px 0px;
}

.list-product:nth-child(2n) .product-cnt {
    flex-direction: row-reverse;
}


.tabs {
    display: flex;
    justify-content: left;
}

.tablinks {
    border: none;
    outline: none;
    cursor: pointer;
    /*! width: 100%; */
    /*! padding: 5px 1.6rem; */
    font-size: 13px;
    /*! text-transform: uppercase; */
    font-weight: 600;
    transition: 0.2s ease;
    /* background-color: white; */
    /*! border: 1px solid #1890c7; */
    /*! border-radius: 4px; */
    /*! margin: 0px 5px; */
    color: #00159f;
    /*! background: linear-gradient(297deg, rgb(28, 167, 206) 0%, rgb(0, 21, 159) 78%); */
    /*! height: 40px; */
    /*! margin: 10px 10px 20px 10px !important; */
    padding: 0px 15px;
    height: fit-content;
    font-weight: 400;
}

.tablinks:hover {
    /*! background: #fff0; */
    /*! color: #fff; */
    /*! border-bottom: 1px solid #2E3192; */
}

/* Tab active */
.tablinks.active {
    /*! background: #00159f; */
    /*! color: #fff; */
    /*! background: linear-gradient(297deg, rgb(28, 167, 206) 0%, rgb(0, 21, 159) 78%); */
    /*! border-bottom: 1px solid #1a9ecb; */
}

/* tab content */
.tabcontent {
    display: none;
}

/* Text*/
.tabcontent p {
    color: #333;
    font-size: 16px;
    padding-top: 5px;
}

/* tab content active */
.tabcontent.active {
    display: block;
}

.wrapper_tabcontent {
    margin-top: 10px;
}

.picture {}

.picture-img {
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 7px;
}

.picture h2 {
    font-size: 25px;
    color: #00159f;
}

.listproduct-img {
    overflow: hidden;
    padding-bottom: 10px;
    display: block;
}

.listproduct-img img {
    border-radius: 5px;
}

.listproduct-img:hover::after,
.picture-img::after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    display: none;
}

.listproduct-img:hover::after,
.picture-img:hover::after {
    animation: shine .9s;
    display: block;
}

.picture-img img {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 150px;
}

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


.video-small {
    width: 120px;
}

.video-small img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.video-big iframe {
    width: 100%;
    height: 410px;
}


.list-item .box {
    padding: 12px 5px;
    border-radius: 5px;
    margin-bottom: 12px;
    transition: all .7s;
    transform: translateY(0px);
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 7px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 18%, rgba(236, 235, 236, 1) 100%);
}

.list-item .box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: translateY(-6px);
}

.list-item .box a img {
    margin-left: 12px;
    padding: 30px;
    width: 48px;
    height: auto;
    padding: 0;
    margin-right: 18px;
}

.list-item .box a p {
    padding-top: 14px;
    /* text-transform: uppercase; */
    font-size: 15px;
    color: #00913f;
    font-weight: 700;
    display: block;
    text-align: left;
    padding: 0px;
    line-height: 1.3;
}

.count-item {
    line-height: 15px;
    font-size: 13px;
    color: #797979;
    font-weight: 400;
    text-transform: capitalize;
}

.picture-body .slide-2 {
    margin: 0px -5px;
}

.btn-bar {
    display: none;
}


.container-question {
    width: calc(100% * 7 / 12);
    padding: 0 10px;
}

.title-flex {
    color: #00913f;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
    font-size: 29px;
    letter-spacing: -.7px;
    position: relative;
    display: inline-block;
    background-image: linear-gradient(90deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(28, 124, 135, 1) 95%);
    margin-bottom: 0px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 25px;
}

.box-question {
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;

    /*! background: radial-gradient(circle, rgba(31,47,152,1) 0%, rgba(28,167,206,1) 48%, rgba(31,47,152,1) 100%); */
    /*! background: rgb(31,47,152); */
    /*! background: linear-gradient(16deg, rgba(31,47,152,1) 0%, rgba(28,167,206,1) 48%, rgba(31,47,152,1) 100%); */
    padding: 10px;
    height: 100%;
    /*! margin-bottom: 15px; */
}

.text-click-question {
    padding: 9px 11px 7px 11px;
    /*! font-size: 15px; */
    border: 1px solid #ccc;
    margin-top: 6px;
    border-radius: 3px;
    cursor: pointer;
}

.text-click-question svg path {
    fill: black;
}


.item-text-more {
    height: 0;
    padding: 0;
    padding-left: 30px;
    color: #ccc;
    font-size: 13px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.open {}

.arrowBack {
    position: absolute;
    top: 50%;
    left: -60%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.arrowBack:hover,
.arrowNext:hover {
    background: #004e5a;
    color: #000;
}

.arrowNext {
    position: absolute;
    top: 50%;
    right: -60%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.container-customer {
    width: calc(100% * 5 / 12);
    padding: 0 10px;
}

.slick-container-customer {
    overflow: hidden;
}

.slick-container-customer:hover .arrowBack {
    left: 10px;
}

.slick-container-customer:hover .arrowNext {
    right: 10px;
}

.content-slider {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.content-image-slider {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.content-name-slider {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}

.content-des-slider {
    font-size: 14px;
    line-height: 25px;
    margin: 14px 0;
}

.title-flex.tt-up:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: 0;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #1c7c87 47.87%, rgba(217, 217, 217, 0) 101%);
    width: 80%;
    height: 1px;
}

section.customer {
    background: #f0f0f0 !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}















.item-danhmuc {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.content-danhmuc {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: #00000091;
}

.content-danhmuc p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px;
}

.list-danhmuc {
    display: flex;
    overflow-x: scroll;
    padding-top: 20px;
}

.laybel-danhmuc {
    width: 34%;
    min-width: 34%;
    max-width: fit-content;
    padding-right: 10px;
}

.sevicer-mobile {
    display: none;
}

@media (max-width: 768px) {
    .container-question-customer {
        flex-wrap: wrap;
    }

    .container-question {
        width: 100% !important;
    }

    .container-customer {
        width: 100% !important;
    }
}


.service-box img {
    width: 50px;
    margin-right: 10px;

}

.service-box {
    padding: 0px !important;
    padding-top: 20px !important;
}

.service-content {}

.service-title {
    font-size: 14px;
    font-weight: 500;
    color: #e4322b;
    text-transform: uppercase;
}

.service-desc {
    font-size: 13px;
    color: #373737;
}

.news-title {
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
    text-transform: uppercase;
    padding: 0px 0px 4px 0px;
}

.news-title svg {
    margin-right: 10px;
}




.img-datlih img {
    width: auto;
    height: 40px;
    object-fit: cover;
    /*! margin: 0 auto; */
}

ul.form-lich {
    display: flex;
    align-items: center;
    /*! justify-content: space-between; */
    margin: 0px -5px;
    flex-wrap: wrap;
    justify-content: center;
}

.box-left-datlich {
    /*! width: 60%; */
}

.box-right-datlich {
    /*! width: 40%; */
    border-left: 0;
}

.box-list-datlich {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*! box-shadow: 0px 5px 30px rgba(0,0,0,.12); */
    padding: 0;
    border-radius: 10px;
    align-items: center;
    /*! background: #fff; */
    flex-direction: row-reverse;
}

ul.form-lich li {
    width: calc(100% / 3);

    /*! border-right: 1px solid #eee; */

    padding: 0px 5px;

}

.form-lich-box {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.31) 0px 5px 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: center;
}

.iconAdvise {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
}

.iconAdvise img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

ul.form-lich li a {
    flex: 1;
    padding-left: 0px;
}

.img-datlih {
    padding-bottom: 6px;
    /*! text-align: center; */
}

.content-form-lich p {
    color: #595958;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.content-form-lich span {
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.box-cots-datlich {
    /*! background: #25aae1; */
    /* box-shadow: 0px 7px 30px rgba(0,0,0,.12); */
    text-align: center;
    border-radius: 0 10px 10px 0;
}

.title-datlich-form p {
    color: #fff;
    text-align: left;
    font-size: 12px;
}

.box-cots-datlich form {
    position: relative;
    border-radius: 5px;
    width: 100%;
    background: #fff;
    /* border: 1px solid #ced4da; */
    padding: 7px 15px;
    overflow: hidden;
}

.box-cots-datlich form input {
    width: 100%;
    border: none;
}

input:focus-visible {
    border: none;
    outline: none;
}

.box-cots-datlich form button {
    position: absolute;
    right: 0;
    background: #562a1e;
    color: #fff;
    top: 0;
    font-size: 16px;
    padding-top: 7px;
}

.title-datlich-form {
    padding-bottom: 15px;
}

ul.form-lich li:last-child {
    border-right: none;
}

.box-datlich::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.42);
}

p.code_color {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    filter: drop-shadow(2px 2px 2px #cdcdcd);
}


@media (max-width: 1200px) {
    .slideshow-list {
        display: flex;
        margin: 0px -5px;
        margin-top: 10px;
    }

    .slideshow-list .slideshow__img {
        flex: 1;
        padding: 0px 5px;
    }

    .system-store {
        display: none;
    }
    .clm.nav-main-header .nav-main li.nav-item {
        padding: 32px 18px;
    }
    .clm.nav-main-header .nav-main li.nav-item:first-child {
        padding-left: 0px;
      }
      .products-body {
        padding: 0px 0px !important;
      }
}

@media (max-width: 992px) {
    .sevicer-mobile {
        display: block;
    }

    .product-list-right .tab {
        display: none;
    }

    .box-list-datlich {
        flex-direction: column-reverse;
    }

    .box-cots-datlich form {
        margin-bottom: 10px;
    }

    .product-sale .product-body h2 {
        background-image: url(../images/bannerthang.png);
        background-repeat: no-repeat;
        background-size: 100% 107%;
        top: -5px;
        position: relative;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        font-size: 22px;
        background-position-x: center;
    }

    .hotline {
        display: none;
    }

    .header-bottom {
        display: none;
    }

    .btn-bar {
        display: block;
        position: relative;
    z-index: 10;
    }

    .customer .row .clm:first-child {
        margin-bottom: 20px !important;
    }
    .elementor-icon-box-wrapper{
        flex-direction: column;
    }
    .elementor-icon-box-content{
        text-align: center;
    }
    .elementor-icon{
        height: 55px !important;
        line-height: 55px !important;
        width: 55px !important;
        margin-bottom: 10px !important;
    }
    .elementor-icon-box-icon {
        margin-right: 0px  !important;
    }
   
}

@media (max-width: 768px) {
    .list-item .box {
        margin-bottom: 12px;
    }

    .news-box-2 {
        margin-top: 10px;
    }

    .header-top-content form {
        display: none;
    }

    .cart a {
        border: 1px solid #77656500;
    }

    .cart-title {
        display: none;
    }

    .pd-section-content {
        padding-top: 10px;
    }

    .service-box {
        display: block;
        margin-bottom: 10px;
        text-align: center;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px;
        background-color: white;
        padding: 16px 8px !important;
    }

    .service-box img {
        margin: 0 auto;
        margin-bottom: 0px;
        margin-bottom: 7px;
    }

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



.foot_cta_col2 ul {
    position: fixed;
    z-index: 99999;
    width: auto;
    left: 0;
    transform: translateX(0%);
    bottom: 4px;
    padding: 3px;
    margin: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

section.foot_cta_col2 ul li {
    background: #b11112;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 12px 8px;
    border-radius: 4px;
    box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17);
    margin-right: 10px;
}

section.foot_cta_col2 ul li a {
    color: #fff;
    align-items: center;
}

li.date-form {
    background: #0056ad !important;
}


section.foot_cta_col2 ul li a {
    display: flex;
    font-size: 14px;
}

section.foot_cta_col2 ul li a i {
    padding-right: 10px;
    font-size: 14px;
}

section.foot_cta_col2 ul li a p {
    font-size: 15px;
}

.usa-hotline i {
    color: #fff;
    font-size: 13px;
}

.box-item-icon-destk a {
    text-transform: math-auto !important;
}

.menu-desktop.menu ul li:hover .a-c1-desktop-pages {
    color: #65dbf0;
}



#button-contact-vr {
    bottom: 10px;
    left: 10px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    /* box-shadow: 0 0 0 0 #dd2223; */
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd2223;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    /* box-shadow: 0 0 0 0 #dd2223; */
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}




@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom2 {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.fix-footer {
    z-index: 99999999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #562a1e;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    display: block;
    padding: 42px 0px 2px 0;
    display: none;
}

.fix-footer-box svg {
    height: 20px;
    width: 33px;
    fill: #fff;
}
.footer-box ul li{
    padding-left: 5px !important;
  list-style: disc;
  margin-left: 14px;
}
.footer-box .pt_social ul li{
    list-style: none;
    margin-left: 0px;
}
.fix-footer-box img {
    height: 20px;
    width: auto;
    margin-top: -1px;
    margin-bottom: 0px;
}

.box-icon-menu-figex {
    width: 54px;
    height: 54px;
    background: linear-gradient(90deg, rgba(39, 73, 125, 1) 12%, rgba(47, 92, 161, 1) 55%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
    border: 10px solid #ffffffc2;
    backdrop-filter: blur(3px) saturate(150%);
    background: rgba(255, 255, 255, .3);
    border: solid 1px rgba(255, 255, 255, .4);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .2);
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
    margin-top: -70px;
    margin-bottom: 8px;
}

.box-icon-menu-figex svg {
    width: 41px;
    height: 41px;
    padding: 10px;
    background: #562a1e;
    border-radius: 100%;
    border: 1px solid #fff;
}

.fix-footer-box span {
    color: #fff;
    font-size: 14px;
}

.fix-footer-box {
    position: relative;
}

.fix-footer-box img {
    height: 40px;
    width: 40px;
}

.list-item .box a img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.list-item .box:hover a img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}


.select-map-box iframe {
    width: 100%;
    height: 100%;
}

.select-map-box {
    height: 100%;
    position: relative;
}

.select-map h5 {
    font-size: 15px;
    color: #42464e;
    margin-bottom: 20px;
}

.select-map h5 img {
    height: 27px;
    margin-right: 10px;
    width: auto;
}

.select-city {
    width: 100%;
    height: 45px;
    border-color: #d5e4f6;
    border-radius: 5px;
    background-color: transparent;
    padding: 0px 15px;
    font-size: 15px;
    color: #515151;
    margin-bottom: 10px;
}

.group-map {
    width: 100%;
    border: solid 1px #d5e4f6;
    padding: 20px 20px 10px;
    border-radius: 5px;
    max-height: 438px;
    overflow-y: auto;
}

.group-map span {
    padding-bottom: 15px;
    display: block;
}

.group-map p {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #42464e;
    position: relative;
    padding-left: 12px;
    cursor: pointer;
    padding-bottom: 0px;
}

.group-map ul li {
    font-size: 14px;
    color: #424242;
    padding-left: 15px;
}

.group-map p:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #5e6268;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 5px;
}



@media (max-width: 992px) {
    .list-product .product-body {
        padding: 0px 10px;
    }

    .item-product-pd {
        width: 32%;
        margin-right: 10px;
    }

    .list-tabcontent .row {
        justify-content: center;
    }

    .header-banner {
        display: none;
    }

    .box-group-icon {
        display: none;
    }

    .sluguns {
        display: none;
    }

    .btn-bar.list-bar2 svg {
        fill: #333;
    }

    .fix-footer {
        display: block;
    }
}

.flash-sale .group-title {
    padding: 10px 0px;
}

.flash-sale .group-title img {
    height: 20px;
    width: auto;
    transition: transform 0.8s ease;
    animation: shake 0.8s ease-in-out 0.7s infinite;
    margin-right: 10px;
    filter: drop-shadow(2px 3px 1px black);
}

.flash-sale .group-title p {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.96);
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
    line-height: 42px;
    margin: 0 7px 0 8px;
}

.deal-time-holder {
    display: flex;
    align-items: center;
    border-radius: 18px;
    padding: 5px 0px;
}

.deal-time-holder span {
    font-size: 15px;
    color: black;
}

#js-deal-countdown {
    display: flex;
}

.deal-time-holder b {
    background: #fff;
    height: 40px;
    width: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #f00;
    border-radius: 5px;
    position: relative;
    margin-left: 6px;
    font-size: 19px;
    margin-right: 5px;
}

.deal-time-holder b:not(:last-child):after {
    content: ':';
    position: absolute;
    right: -7px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.deal-hot-body {
    background: linear-gradient(270deg, #00A551 0%, #8EB958 102.33%);
    margin: 46px 0 16px;
    border-radius: 15px;
    padding: 40px 16px 20px;
    position: relative;
}

@keyframes shake {

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

    25%,
    75% {
        transform: scale(1.2) rotate(5deg);
    }

    50% {
        transform: scale(1.2) rotate(-5deg);
    }
}

.menu-sidebar li {
    position: unset;
}

#mySelect {
    border: 1px solid #dbdbdb;
    padding: 6px 11px;
    background-color: white;
    width: 100%;
}

.input-star {
    margin: 0px -5px;
}

.item-service {
    padding: 5px;
}

.list-tabcontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.form-lich li:hover .iconAdvise img {
    transform: scale(1.1);
    transition: 1s ease;
}

















.about-section-two .image-column .inner-column {
    position: relative;
    margin-right: 40px;
}

.about-section-two .image-column .inner-column .image-box .image {
    margin-bottom: 20px;
}

.overlay-anim {
    position: relative;
}

.overlay-anim:before {
    background: rgba(255, 255, 255, .3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.overlay-anim:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-section-two .image-column .inner-column .image-box .exp-box {
    position: absolute;
    bottom: -33px;
    right: -39px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: 30px 30px 60px 0 rgba(17, 17, 17, .05);
    box-shadow: 30px 30px 60px 0 rgba(17, 17, 17, .05);
    width: 200px;
    padding: 15px 19px;
}

.about-section-two .image-column .inner-column .image-box .exp-box .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    color: #a20209;
}

.about-section-two .image-column .inner-column .image-box .exp-box .text {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 500;
}


.bounce-y {
    -webkit-animation: bounce-y 3s infinite linear;
    animation: bounce-y 3s infinite linear;
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.about-section-two {
    background-image: url(https://html.kodesolution.com/2024/tilepro-html/images/background/about-bg-home2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 30px;
}

.sec-title-two .sub-title {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0px;
    letter-spacing: 3px;
}

.sec-title-two .sub-title::before {
    /* content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #562a1e; */
}

.sec-title-two h2 {
    position: relative;
    display: block;
    font-size: 32px;
    color: #a20209;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 1.2;
    margin-bottom: 6px;
    margin-top: 5px;
}

.about-block-two .inner-box {
    position: relative;
    border-radius: 10px;
    border: 1px solid #562a1e;
    background: #ffffff;
    -webkit-box-shadow: 15px 15px 60px 0 rgba(17, 17, 17, .07);
    box-shadow: 15px 15px 60px 0 rgba(17, 17, 17, .07);
    padding: 25px 15px 25px 123px;
}

.about-block-two .inner-box i {
    position: absolute;
    top: 12px;
    left: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    color: #F94A29;
    font-size: 48px;
}

.about-block-two .inner-box .title {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
}

.about-block-two .inner-box .title::before {
    background-color: #562a1e;
    content: "";
    height: 70px;
    left: -21px;
    position: absolute;
    top: -13px;
    width: 1px;
}

.about-block-two .inner-box i svg {
    width: 45px;
    height: 45px;
}

.sec-title-two {
    margin-bottom: 20px;
}

.about-block-two .inner-box-two {
    margin-top: 6px;
}

.about-block-two .inner-box-two .title {
    font-size: 18px;
    margin-bottom: 8px;
}

.about-block-two .inner-box-two span {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
}

.about-block-two .inner-box-two img {
    height: 30px;
    object-fit: contain;
    width: 111px;
}

.about-section-two .content-column .inner-column .list {
    margin: 20px 0 20px;
}

.about-section-two .content-column .inner-column .list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #202020;
    margin-bottom: 10px;
    padding-left: 28px;
}

.about-section-two .content-column .inner-column .list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #a20209;
}

.about-section-two .content-column .inner-column .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-section-two .content-column .inner-column .btn-box .theme-btn-v2 {
    color: #ffeb7c;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    background-color: #a20209;
    padding: 12px 29px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 20px;
}

.theme-btn-v2 {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

a.theme-btn-v2 i {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 18px;
    margin-left: 10px;
}

.theme-btn-v2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    background: #000;
    border-radius: inherit;
    transition: transform 500ms cubic-bezier(.86, 0, .07, 1) 0s, -webkit-transform 500ms 0s;
}

.about-section-two .content-column .inner-column .btn-box .theme-btn-v2:hover:before {
    /*! background-color: #bf2d30; */
}

.theme-btn-v2:hover:before {
    /*! background-color: #fff; */
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.about-section-two .content-column .inner-column .btn-box .contact-btn {
    display: inline-block;
    position: relative;
    padding-left: 60px;
}

.about-section-two .content-column .inner-column .btn-box .contact-btn i {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #a20209;
    border-radius: 50%;
    font-size: 24px;
    color: #a20209;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.about-section-two .content-column .inner-column .btn-box .contact-btn span {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
}

.about-section-two .content-column .inner-column .btn-box .contact-btn .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #a20209;
}

.service-section-two {
    position: relative;
    padding: 30px 0 60px;
    background-image: url(https://marblex.peacefulqode.co.in/wp-content/uploads/2022/11/marble_720.png);
    background-repeat: no-repeat;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
}

.service-section-two .content-column .inner-column {
    margin-top: 141px;
}

.sec-title-two {
    position: relative;
    margin-bottom: 25px;
    z-index: 10;
}

.sec-title-two.light .text,
.sec-title-two.light h2,
.sec-title-two.light h1 {
    color: #a20209;
}

.service-section-two .text {
    margin-top: 15px;
    color: var(--theme-color-light);
    opacity: 0.8;
    line-height: 26px;
}

.service-section-two a.theme-btn-v2 {
    background-color: #f28533;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    height: unset;
    line-height: 26px;
    padding: 17px 25px;
    letter-spacing: 2px;
    margin-right: 29px;
    border-radius: 50px;
}

.service-block-two {
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    border: 2px solid transparent;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px 26px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    height: 311px;
}

.service-block-two .inner-box .icon-box {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 2px solid #ed883b#ed883b;
    display: inline-flex;
    height: 80px;
    margin-bottom: 20px;
    padding-bottom: 21px;
    position: relative;
    width: 100%;
}

.service-block-two .inner-box .content-box {
    position: relative;
}

.service-block-two .inner-box .content-box .text {
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-block-two:hover .inner-box .content-box .title {
    color: #fff;
}

.service-block-two .inner-box .content-box .title {
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-right: 5px;
    font-size: 19px;
}

.service-block-two .inner-box:hover {
    background: #ed883b;
}

.service-block-two .inner-box:hover .text,
.service-block-two .inner-box:hover .title {
    color: #fff !important;
}



.service-block-two .inner-box:hover .title a {
    color: #fff !important;
}



.service-block-two .inner-box:hover .icon-box {
    border-bottom: 2px solid #fff;
}

.service-block-two .inner-box:hover .icon-box svg path {
    fill: #fff;
}

.item-slick-slider-pages {
    position: relative;
}

.icon-remodal {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.icon-remodal a {
    display: inline-block;
    border: 1px solid #f28533;
    padding: 5px 3rem;
    background: #f28533;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.icon-remodal a {
    position: relative;
}

.icon-remodal a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.icon-remodal a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}














.wdt-listings-item-top-section {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.wdt-listings-item-top-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    display: block;
    z-index: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.53) 100%);
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    opacity: 1;
}

.wdt-listings-item-top-section-content {
    position: absolute;
    left: 35px;
    bottom: 25px;
    right: 0;
    top: auto;
    max-width: 100%;
}

.wdt-listings-item-top-section-content span {
    font-size: 14px;
    line-height: normal;
    padding: 0px;
    background: none;
    color: #fff;
}

a.custom-button-style.wdt-listing-view-details {
    font-size: 21px;
    line-height: normal;
    padding: 0px;
    background: none;
    color: #fff;
    display: block;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.btn-views {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 10px;
    background: #ffbe0b;
    letter-spacing: 2.64px;
    color: #000000;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.wdt-listings-item-top-section:hover .btn-views {
    transform: translateY(-50%) translateX(0%);
    transition: 1s ease;
    color: #fff;
    opacity: 1;
    visibility: visible;
}


.wdt-listings-item-wrapper-standard {
    display: flex;
    justify-content: space-between;
}

.box-grid-cart-left {}

.cart-item-grid {
    width: 32%;
}

section.box-grid-abulm {
    padding: 30px 0px 10px;
}

.box-grid-cart-left .wdt-listings-item-top-section:nth-child(1) {
    height: 310px;
}

.cart-item-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    max-width: 100%;
}

.wdt-listings-item-image-gallery {
    height: 100%;
    width: 100%;
}

.box-grid-cart-left .wdt-listings-item-top-section:nth-child(2) {
    height: 500px;
}

.box-grid-cart-left .wdt-listings-item-top-section:nth-child(3) {
    height: 390px;
}

.wdt-listings-feature-image-holder {
    height: 100%;
    width: 100%;
}



.box-grid-cart-center .wdt-listings-item-top-section:nth-child(3) {
    height: 310px;
}

.box-grid-cart-center .wdt-listings-item-top-section:nth-child(1) {
    height: 500px;
}

.box-grid-cart-center .wdt-listings-item-top-section:nth-child(2) {
    height: 390px;
}



.box-grid-cart-right .wdt-listings-item-top-section:nth-child(2) {
    height: 310px;
}

.box-grid-cart-right .wdt-listings-item-top-section:nth-child(3) {
    height: 500px;
}

.box-grid-cart-right .wdt-listings-item-top-section:nth-child(1) {
    height: 390px;
}

.hedding-tilte-grids {
    padding-bottom: 20px;
    text-align: center;
}

.title-tops-heddings h2 {
    padding-bottom: 10px;
    font-size: 27px;
    color: #000;
}

.hedding-tilte-grids p {
    width: 70%;
    margin: 0 auto;
}





.project-section .sec-title h2 {
    position: relative;
    margin-bottom: 53px;
    position: relative;
    display: block;
    font-size: 35px;
    color: #222222;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    z-index: 2;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

section.project-section .sec-title {
    margin-bottom: 20px;
}

.project-section .sec-title h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 73px;
    background-color: #ed883b;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-block .inner-box:hover .content-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.project-block .inner-box .content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ed883b;
    max-width: 435px;
    padding: 15px 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.project-block .inner-box {
    position: relative;
}

.project-block .inner-box .image-box {
    position: relative;
}

.project-block .inner-box .image-box .image {
    overflow: hidden;
}

.project-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-block .inner-box .image-box .image img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.project-block .inner-box .content-box span {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 11px;
    padding-left: 12px;
}

.project-block .inner-box .content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://html.kodesolution.com/2024/tilepro-html/images/resource/layer.png);
}

.project-block .inner-box .content-box span::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 2px;
    height: 18px;
    background-color: #fff;
}

.project-block .inner-box .content-box .title {
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.project-block .inner-box .content-box .title a {
    color: #fff;
}

.project-slider button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 15px;
    transition: all .3s ease;
    background: #ffffffa6;
}

section.project-section {
    position: relative;
    padding: 30px 0px;
}

.project-slider button i {
    font-size: 15px !important;
}

.desp-backtrdes p {
    color: #fff;
    font-size: 13px;
    display: inline-block;
}

.desp-backtrdes {
    padding-top: 15px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

.wdt-listings-item-top-section:hover .desp-backtrdes {
    height: unset;
    transition: 0.5s ease;
    opacity: 1;
}

.project-block .inner-box:hover .image-box .image-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.project-block .inner-box .image-box .image-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.8);
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 0;
}

.project-slider button:hover {
    background: #ffffffd1;
}

.title-tops-heddings h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

@-webkit-keyframes underlines {
    0% {
        width: 58%;
    }

    100% {
        width: 36%;
    }
}

.title-tops-heddings h2:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: underlines 2s infinite;
    transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
}

.wdt-listings-item-top-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000057;
}

.service-section-two a.theme-btn-v2:hover {
    color: #000;
}

figure.image.overlay-anim img {
    border-radius: 5px;
    border: 10px solid #f4f3ef;
    border-radius: 0px 100px 0px 100px;
}

section.box-counter-model {
    background-color: #be9661;
    width: 90%;
    position: relative;
    margin-top: -65px;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

section.box-counter-model:before {
    content: "";
    background: url(https://vindors.wpengine.com/wp-content/uploads/2023/03/Vin-Testimonial-Overlay-1.png);
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

.list-couters {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 12px 50px;
}

.item-couters {
    position: relative;
}

.item-couters span {
    font-size: 80px;
    font-weight: 900;
    color: rgba(170, 128, 72, 0.5);
    line-height: 1.3;
}

.item-couters .name-couters {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    transform: translate(-50%, -50%);
    width: max-content;
    left: 50%;
}

section.project-section figure.image.overlay-anim img {
    border-radius: unset;
}

.project-block .inner-box .content-box .title {
    position: relative;
    z-index: 999;
}

a.btn-view-details {
    display: inline-block;
    padding: 7px 28px;
    background: #ed883b;
    position: absolute;
    top: 17px;
    right: 0;
    color: #fff;
    font-size: 16px;
    transform: translateX(100%);
}

.wdt-listings-item-top-section:hover .btn-view-details {
    transform: translateX(0px);
    transition: 0.5s ease;
}

section.camnhankh {
    /*! background: #FFF8EA; */
    position: relative;
}

section.camnhankh:before {
    content: "";
    /*! background:url(https://vindors.wpengine.com/wp-content/uploads/2023/03/Vin-Testimonial-Overlay-1.png); */
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

.box-model-camnhankh {
    position: relative;
    z-index: 9;
}

.box-model-camnhankh h2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 27px;
}

.list-avatar-camnhan ul li img {
    height: 130px;
    width: auto;
    border-radius: 50%;
}

.box-slider-camnhankh {
    padding: 35px;
    font-size: 13px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    border-radius: 10px;
}

.slick-dots-camnhan {
    /*! padding-top: 20px; */
    margin-bottom: 15px;
}

.title-desc-content-camnhan p {
    color: #fff;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.box-slider-camnhankh .slick-dots li {
    width: 10px;
    height: 10px;
}

.box-slider-camnhankh .slick-dots li.slick-active {
    width: 15px;
    height: 10px;
    border-radius: 10px;
    background: #fff;

}

.list-avatar-camnhan img {
    width: auto;
    height: 130px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    border: 2px solid white;
    margin-bottom: 10px;
}

.list-avatar-camnhan {
    text-align: center;
}

.slick-dots-camnhan .list-avatar-camnhan:nth-child(2) {
    text-align: center;
    width: max-content !important;
    margin: 0px 20px;
}

.slick-dots-camnhan .list-avatar-camnhan:nth-child(3) {
    text-align: left;
}

.list-avatar-camnhan.slick-slide.slick-active img {
    width: 130px;
    height: 130px;
}

.list-avatar-camnhan.slick-slide.slick-current.slick-active.slick-center img {
    width: 130px;
    height: 130px;
    margin-top: 0px;
    border: 3px solid #fff;
}

.list-avatar-camnhan.slick-slide.slick-active img {
    width: 75px;
    height: 75px;
    margin-top: 28px;
}

.list-avatar-camnhan.slick-slide.slick-active {
    /* padding-top: 50px; */
    /* width: max-content !important; */
}

.slick-track {}

.slick-dots-camnhan .slick-track {
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.slick-dots-camnhan .slick-dots li {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    opacity: .8;
    border: 1px solid white;
}

.slick-dots-camnhan .slick-dots {
    position: unset;
}

.slick-dots-camnhan .slick-dots ul li {
    border-radius: 25%;
    overflow: hidden;
}

.list-avatar-camnhan.slick-slide.slick-cloned.slick-active {
    display: block;
}

.list-avatar-camnhan.slick-slide.slick-current.slick-active.slick-center {
    display: block;
}

.list-avatar-camnhan.slick-slide.slick-active {
    display: block;
}

.list-avatar-camnhan {
    /*! display: none; */
}

.slick-dots-camnhan .slick-dots .slick-active {
    border: 3px solid #fff;
    opacity: 1;
    width: 75px;
    height: 75px;
    /*! margin: 5px 0px; */
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 17px;
}

.service-section-two:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    top: 0;
    opacity: .8;
}

.box-slider-camnhankh {
padding: 0px 35px 35px 35px;
  font-size: 13px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
}

.box-slider-camnhankh::before {

    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #a20209;
}

.box-slider-camnhankh .star li svg {
    height: 23px;
    width: 18px;
}

.title-desc-content-camnhan p {
    font-size: 17px;
}

.item-name {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 25px;
}

.item-position {
    font-size: 13px;
    text-align: center;
}

.title-desc-content-camnhan .star {
    margin-bottom: 8px;
}

.elementor-icon img{
    height: 32px;
    width: unset;
}
.about-section-two,
.value{
    background-size: cover;
}

.list-product-box .list-product-img a{
    content: unset !important;
}
@media(max-width:990px) {
    .list-couters {
        flex-wrap: wrap;
        padding: 12px 0px;
    }

    .item-couters {
        width: calc(100% / 2);
        text-align: center;
        margin-bottom: 20px;
    }

    section.box-counter-model {
        width: 100%;
        margin-top: unset;
        margin-top: 20px;
    }

    .item-couters span {
        font-size: 60px;
    }

    .cart-item-grid {
        width: 49%;
    }

    .wdt-listings-item-wrapper-standard {
        flex-wrap: wrap;
    }

    .box-grid-cart-left .wdt-listings-item-top-section {
        height: unset !important;
    }

    .box-grid-cart-center .wdt-listings-item-top-section {
        height: unset !important;
    }

    .box-grid-cart-right .wdt-listings-item-top-section {
        height: unset !important;
    }

    .about-section-two .image-column .inner-column .image-box .exp-box {
        right: 20px;
        bottom: 30px;
    }


    .about-section-two .image-column .inner-column {
        margin-right: unset;
        margin-left: unset;
    }

    .about-section-two {
        padding-top: 18px;
        padding-bottom: 25px;
    }

    .about-block-two .inner-box .title::before {
        content: "";
        background-color: unset;
    }

    .about-block-two .inner-box i {
        top: 3px;
    }

    .service-section-two {
        padding: 20px 0px;
    }

    .service-section-two .content-column .inner-column {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sec-title-two {
        margin-bottom: 20px;
    }
}

@media (max-width: 786px) {
    .project-block .inner-box .image-box .image-2 img {
        width: 65px;
    }

    .project-block .inner-box .content-box .title {
        font-size: 19px;
    }

    .project-block .inner-box .content-box {
        padding: 10px 20px;
    }

    .title-desc-content-camnhan p {
        width: 98%;
    }

    .box-model-camnhankh h2 {
        font-size: 23px;
    }



    .cart-item-grid {
        width: 100%;
    }

    .wdt-listings-item-wrapper-standard {
        flex-wrap: wrap;
    }

    .box-grid-cart-left .wdt-listings-item-top-section {
        height: unset !important;
    }

    .box-grid-cart-center .wdt-listings-item-top-section {
        height: unset !important;
    }

    .box-grid-cart-right .wdt-listings-item-top-section {
        height: unset !important;
    }

    .project-section .sec-title h2 {
        font-size: 23px;
        line-height: 1.7;
    }

    .sec-title-two h2 {
        font-size: 21px;
        line-height: 28px;
    }

    .title-tops-heddings h2 {
        font-size: 23px;
    }

    .pt-top-header {
        display: none;
    }

    .about-section-two .content-column .inner-column .btn-box {
        display: block;
    }
	.theme-btn-v2{
		margin-bottom: 15px
}

    .about-section-two .content-column .inner-column .btn-box .contact-btn {
        /*! margin-top: 20px; */
    }

    section.box-grid-abulm {
        padding-bottom: 20px;
    }

    .box-item-keyer {
        display: block;
    }

    .content-model-service {
        padding-left: 0px;
        text-align: center;
    }

    .img-service img {
        margin: 0 auto;
    }

    .content-model-service span {
        font-size: 14px;
    }

    .content-model-service p {
        font-size: 13px;
    }

    .item-product-pd {
        width: 49%;
        margin-right: 0px;
        padding-bottom: 0px;
    }

    .list-tabcontent .row {
        justify-content: space-between;
    }

    .item-post-news-rights {
        padding-right: 0px;
    }

    .list-item.category-slide-1 {
        display: flex;
        overflow-x: scroll;
    }


    .selec-peoducts-sevrive .clm {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
    }

    .slideshow__img {
        margin-bottom: unset;
    }

    .product-content .star,
    .product-content .view {
        width: 100%;
    }

    .product-list-right a {
        display: none;
    }

    .logo a img {
        height: 46px;
        width: unset;
        max-width: unset;
    }

    .logo {
        margin-right: 0px;
    }

    .product-sale .product-body .group-title {
        display: block;
        padding: 10px 0px;
    }

    .deal-time-holder,
    .product-sale .product-body .group-title .d-flex {
        justify-content: center;
    }

    ul.form-lich li {
        width: calc(100% / 2);
    }

    .listproduct-img {
        display: none;
    }

    .customer_review .slick-dots {
        bottom: -31px !important;
    }

    .bct img {
        height: 35px;
        margin-top: 10px;
        width: unset;
        max-width: unset;
    }

    .item-footer-last {
        margin-bottom: 5px;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    .header-banner {
        display: none;
    }

    .slideshow-list .slideshow__img img {
        height: 160px !important;
    }
}

@media (max-width: 586px) {
    section.customer {
        margin-bottom: 0px;
        padding-bottom: 5px;
    }

    section.box-sevices {
        padding-bottom: 0px;
    }

    a.box-item-caters .text-inner-content {
        padding: unset;
        padding-top: 10px;
    }

    .selec-peoducts-sevrive .list-item .box p {
        min-height: 25px;
        font-size: 9px !important;
    }

    .selec-peoducts-sevrive .list-item .box span {
        font-size: 9px;
    }

    .text-copyright {
        text-align: center;
        padding: 34px 0;
        color: #000;
        border-top: 1px dashed #cdcdcd;
        padding-bottom: 85px;
        padding-top: 20px;
    }

    .slideshow-banner .slideshow__img img {
        /*! height: 190px !important; */
    }

    .list-item .box a img {
        width: 40px !important;
        height: 40px !important;
    }

    .list-item .box a p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* -webkit-line-clamp: 1; */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul.form-lich li {
        width: calc(100% / 2);
    }

    .form-lich-box {
        display: block;
    }

    .iconAdvise {
        width: 74px;
        height: 74px;
        margin: 0 auto;
    }
}




.value-box__img img {
    width: 193px !important;
    border: 4px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    height: 193px;
}

.value-box-text h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #a20209;
}

.value-box-text .desc p {
    text-align: center;
}

.title-seperator {
    height: 0px;
    display: flex;
    gap: 3px;
    padding-top: 0px;
}

.title-seperator::before {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #ba080f;
    display: inline-block;
}

.title-seperator::after {
    content: '';
    width: 7px;
    height: 3px;
    background-color: #ba080f;
    display: inline-block;
}

.section-bg {
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 70%;
}

.products-body {
    padding: 0px 100px;
    position: relative;
    border-radius: 15px 15px 0 0;
}

.prd-card {
    padding: 0px 0px 10px;
    background: #fcf8e3;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 6px;
}

.prd-card__title a {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #3c3c3c;
    font-weight: bold;
    padding: 18px 0px 18px 0px;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px;
}

.price .price-new {
    color: #bf0000;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-weight: bold;
}

.prd-card-content .star {
    margin-bottom: 5px;
}

.prd-card__img a img {
    display: block;
}

.picture-body {
    background-color: #fff;
    padding: 13px 20px;
    position: relative;
}

.prd-card-content {
    padding: 0px 10px;
}

.question-title {
    border-top: 0;
    background-color: #f7f7f6;
    padding: 13px 20px;
    font-size: 17px;
    transition: all 0.3s;
    font-weight: 400;
}

.question {
    margin-bottom: 12px;
}

.question-title.active {
    background-color: #a20209;
    color: white;
}

.question-title.active svg {
    fill: #fff;
}

.question-seemmore {
    padding: 9px 25px;
    border: 2px solid #562a1e;
    display: inline-block;
    color: #562a1e;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 20px;
}


section.member .member-card {
    margin-bottom: 15px;
}

section.member .sec-title-two {
    padding-right: 40px;
    border-right: 1px solid #ececec;
}

section.member .desc {
    padding-left: 50px;
    text-align: center;
    font-size: 18px;
}

section.member .member-card .member-card-content {
    border-top: 5px solid #d57315;
    text-align: center;
    padding: 10px 10px 10px;
    background-color: #f7f7f6;
}

section.member .member-card .member-card__title {
    text-transform: uppercase;
    font-size: 18px;
    color: #562a1e;
}

.partner-card img {
    height: 80px;
    width: unset;
    margin: 0 auto;
    object-fit: contain;
}

.partner-card {
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 5px;
    margin-top: 3px;
    border-radius: 10px;
    padding: 13px 30px;
}


section.news .news-title-category {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #4a4f63;
    background: #562a1e0f;
    padding: 5px 12px;
    border-radius: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

section.news .news-title-category a {
    color: #4a4f63;
}

section.news .news-box:not(:last-child) {
    margin-bottom: 20px;
}

section.news .news-title a {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

section.news .news-right .news-title a {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
}

section.news .news-box .desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
}

section.news .news-right .news-box .desc p {
    color: #21211f;
}

section.news .news-right .news-img img {
    /*! width: 144px; */
    border-radius: 10px;
    /*! margin-right: 15px; */
}

section.news .news-img img {
    border-radius: 10px;
}

section.news .news-left .news-img img {
    height: 532px;
}

section.news .news-box:hover .news-title a {
    color: #582c1f;
}

section.news .news-left .news-box:hover .news-title a {
    color: #ffffff;
}

section.news .news-left .news-box {
    position: relative;
}

section.news .news-left .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #562a1ed9;
}

.news-right .news-title a {
    color: #333;
}

section.news .row {
    --gutter: 12px;
    z-index: 10;
    position: relative;
}

@media (max-width: 786px) {
    .value {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .value-box {
        margin-bottom: 15px;
    }

    section.news .row {
        --gutter: 4px;
    }

    section.news .news-title a {
        font-size: 15px;
    }

    section.news .news-left .news-img img {
        height: unset;
    }

    section.news .news-left .news-box {
        margin-bottom: 10px;
    }

    section.news .news-box:not(:last-child) {
        margin-bottom: 10px;
    }

    section.news .news-right .news-img img {
        width: 112px;
        margin-right: 0px;
    }

    section.news .news-right .news-box .desc p {
        display: none;
    }
}


@media (max-width: 786px) {
    .products-body {
        padding: 8px;
    }

    .prd-card {
    }

    .prd-card__title a {
        font-size: 14px;
        padding: 12px 0px 8px 0px;
    }

    .star li svg {
        fill: #f5cc26;
        height: 14px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 2px;
        width: 13px;
    }

    .price .price-new {
        font-size: 15px;
    }

    .picture-body {
        padding: 10px 7px 7px;
    }

    .picture img {
        margin-bottom: 10px;
    }

    .question-answer__img img {
        margin-bottom: 15px;
    }

    section.member .sec-title-two {
        padding-right: 0px;
        border-right: unset;
    }

    section.member .desc {
        padding-left: 0px;
        text-align: center;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .partner-card img {
        height: 50px;
    }
}

.question-answer__img img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
}

.footer-box iframe {
    width: 100%;
    height: 185px;
}

.fix-grid-news table td img {
    width: 88px;
}

.price .btn-primary {
    background: #a20209;
    color: #ffeb7c;
    text-align: center;
    padding: 7px 20px;
    max-width: 80%;
    display: block;
    margin: 0 auto 8px;
    border-radius: 20px;
    font-size: 13px;
    width: 63%;
}

main {
    padding-bottom: 50px;
}
.introduce-product{
	background-size: contain;
	background-position-x: right;
  background-repeat: no-repeat;
}

.introduce-product-box.introduce-product-box--left {
    flex-direction: row-reverse;
}

.introduce-product-box--left .introduce-product-left {
    margin-left: 20px;
    margin-right: 0px;
}

.introduce-product .row,
.introduce-product .clm {
    --gutter: 5px;
}

.introduce-product-box:nth-child(2) {
    margin-left: 55px;
    margin-right: unset;
}

.introduce-product-box--left.introduce-product-box:nth-child(2) {
    margin-right: 55px;
    margin-left: unset;
}

.introduce-product__img {
    transform: translateX(var(--translateX)) translateY(var(--translateY));

    transition: transform 150ms ease-out;
    will-change: transform;
}

.introduce-product-left {
    align-items: center;
    border-radius: 100%;
    -ms-box-shadow: 0 0 15px 0 rgba(37, 143, 103, .12);
    -o-box-shadow: 0 0 15px 0 rgba(37, 143, 103, .12);
    box-shadow: 0 0 15px #258f671f;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    height: 90px;
    width: 90px;
    background-color: #eff9f0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 3px;
    overflow: hidden;
}

.introduce-product-box:not(:last-child) {
    margin-bottom: 60px;
    ;
}

.introduce-product__title {
    margin: 0px 0px;
    margin-bottom: 0px;
    font-size: 35px;
    margin-bottom: 6px;
    color: #a20209;
    font-weight: 500;
}

.introduce-product-right .desc p {
    font-size: 14px;
    line-height: 1.4;
}

.introduce-product-left img {
    -webkit-transition: all 2s ease-in-out;
    /* For Safari and older Chrome */
    -moz-transition: all 2s ease-in-out;
    /* For older Firefox */
    -o-transition: all 2s ease-in-out;
    /* For older Opera */
    transition: all 2s ease-in-out;
    transform: translateX(0);
    height: 100%;
    width: 100%;
    max-width: unset;

}

.introduce-product-left:hover img {
    -webkit-animation: spolicy 3s linear;
    /* For Safari and older Chrome */
    -moz-animation: spolicy 3s linear;
    /* For older Firefox */
    -o-animation: spolicy 3s linear;
    /* For older Opera */
    animation: spolicy 3s linear;
}


@-webkit-keyframes spolicy {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

@-moz-keyframes spolicy {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

@-o-keyframes spolicy {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

@keyframes spolicy {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.number-top {
    font-size: 38px;
    font-weight: 600;
    color: #8da88d;
    line-height: 1.2;
}

.number .heading-section .title-small,
.number .title-section {
    color: #8DA88D;
}

.number .heading-section .title-small::after {
    background-color: #8DA88D;
}

@media (max-width: 992px) {
    .introduce-product-left {
        min-height: 80px;
        min-width: 80px;
    }

    .introduce-product__title {
        font-size: 28px;
    }
}

@media (max-width: 786px) {
    .introduce-product__img {
        text-align: center;
    }

    .introduce-product__img img {
        height: 300px;
        margin: 20px auto;
        width: unset;
    }
}

@media (max-width: 586px) {
    .introduce-product-box.introduce-product-box--left {
        flex-direction: unset;
    }

    .introduce-product-box--left.introduce-product-box:nth-child(2) {
        margin-right: 0px;
    }

    .introduce-product-box--left .introduce-product-left {
        margin-left: 0px;
        margin-right: 20px;
    }

    .introduce-product__title,
    .introduce-product-right .desc p {
        text-align: left;
    }

    .introduce-product-box:nth-child(2) {
        margin-left: 0px;
    }

    .introduce-product .row .clm:nth-child(1) {
        margin-bottom: 15px;
    }

    .introduce-product .row .clm:nth-child(3) {
        margin-top: 15px;
    }

    .bg-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }
}


section.news {
    /*! background-color: rgba(141, 168, 141, 0.1); */
}

.news-card .news-img {
    margin-bottom: 25px;
}

.news-card .news__title {
    transition: padding-left .6s ease-in-out;
    position: relative;
    padding-left: 60px;
}

.news-card:hover .news__title {
    padding-left: 50px;
    transition: padding-left .6s ease-in-out;
}

.news-card .news__title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #1a241d;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: width .6s ease-in-out;
}

.news-card .news-content .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.news-card:hover .news__title::before {
    width: 40px;
    transition: width .6s ease-in-out;
}

.news-card .news__title {
    color: #2d2627;
    font-family: var(--font-heading-family);
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-card .readmore {
    margin-top: 15px;
    letter-spacing: 2px;
}

.news-right .news-card .news-img {
    margin-right: 15px;
}

.news-card .news-img img {
    height: 520px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
    border-radius: 40px;
}

.news-right .news-card .news-img img {
    width: 320px;
    height: 320px;
    border-radius: 0px;
}

.list-products {
    background-position: top;
    background-repeat: no-repeat;
    ;
    background-size: 100% 100%;
}
.camnhankh .sec-title-two.light h2 {
  color: #fff;
}
.camnhankh .sec-title-two .sub-title{
 color: #fff;
}
.box-model-camnhankh .title-seperator::after,
.box-model-camnhankh .title-seperator::before {
  background-color: #ffeb7c;
}








section.Deliver {
    padding: 40px 0px 40px 0px;
    position: relative;
    overflow: hidden;
}
section.Deliver .transpi__section-heading.transpialigh {
    text-align: center;
}
section.Deliver h1.spilit__enable {
    font-size: 30px;
}
h1.spilit__enable {
    line-height: 35px;
    font-weight: 700;
    margin-top: 5px;
    color: #289042;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.transpi__sub-heaind span {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.title_line {
    margin-bottom: 10px;
}

.title_line img {
    width: auto;
}

section.slideshow {
    margin-bottom: 0px;
}
.Parcel .transpi__delivery-wrapper {
    position: relative;
}
.Parcel .transpi__delivery-wrapper .row {
    position: relative;
    z-index: 2;
}
.Parcel .transpi__delivery-item {
    text-align: center;
    padding: 0 15px;
}
.Parcel .transpi__delivery-item .icon {
    position: relative;
    border: 1px solid #289042;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0 auto;
    margin-bottom: 24px;
    background: #fff;
}
.transpi__delivery-item .icon img {
    padding: 20px;
}
.Parcel .transpi__delivery-item .icon span {
    position: absolute;
    background: #289042;
    width: 40px;
    height: 40px;
    bottom: 0;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    right: -28px;
}
.delivery__content p {
    color: #848484;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
}
.delivery__content p {
    color: #848484;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
}
.Parcel .transpi__delivery-wrapper .process_shape {
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 1;
}
.transpi__delivery-wrapper .row .clm:nth-child(2n) .transpi__delivery-item {
    margin: 80px 0px 0px 0px;
}


.bread-crumb {
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .bread-crumb-col::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  section.bread-crumb.bread-crumb-col img {
    width: 100%;
	height: 100%;
  }
  .hedding-brackham {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #0000009a;
  }
  .breadcrumb-col {
    justify-content: center;
    background-color: transparent;
    margin-bottom: 0px;
    display: flex;
  justify-content: center;
  }
  .breadcrumb-col li,
  .breadcrumb-col li a {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .breadcrumb-col li svg {
    height: 11px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .breadcrumb-col li svg path {
    fill: white;
  }








@media (max-width: 992px) {
    .list-product-img {
        height: unset !important;
    }

    .news-card .news-img img {
        height: unset;
    }

    .news-right .news-card .news-img img {
        width: 150px;
        height: 150px;
    }

    .news-card .news-img {
        margin-bottom: 11px;
    }

    .news-card .news-img {
        margin-bottom: 0px;
    }

    .list-products {
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #cbd4b8;
    }
}
@media (max-width: 786px) {
    .service{
    padding-bottom: 40px;
    background-position: left;
		padding-top: 30px;
    }
    .service-body {
        position: unset !important;
    }
    main {
        padding-bottom: 0px;
      }
}
@media (max-width: 586px) {
    .price .btn-primary{
        width: 100%;
    }
}
@media (max-width: 786px){
	section.bread-crumb{
		height: 200px;
	}
}