html,
body {
    width: auto !important;
    /* overflow-x: hidden !important; */
}

body {
    /* background-color: #eeeded; */
    background-color: #f5faf5;
}

.d-grid {
    display: grid !important
}

.grid-col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

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

.grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.section.pro {
    padding: 40px 0 0 !important;
}

.section.section_news {
    padding: 50px 0 40px !important;
}

footer .widget .widget_content .title h4, footer .widget .widget_content ul *{
    color: #fff !important;
}

footer .widget .widget_content ul{
    padding-left: 20px;
}

footer .widget .widget_content ul a{
    padding: 10px 0;
    display: block;
    font-size: 18px;
}

.bottom * {
    color: #fff;
}


.bottom {
    background: var(--color-2nd) !important;
}

.blog_post .blog_text .dec,
.blog_post .blog_text .blog_title  {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 53px;
    -webkit-box-orient: vertical;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.grid-col-2-1 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.grid-col-1-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
}

.gap-20 {
    gap: 20px;
}

.grid-col-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-col-90 {
    grid-template-columns: minmax(0, 90px) minmax(0, 1fr);
}

.grid-col-920-1 {
    grid-template-columns: minmax(0, 794px) minmax(0, 1fr);
}

.grid-col-920-1.video {
    grid-template-columns: minmax(0, 748px) minmax(0, 1fr);
    /**701**/
}

.grid-col-890 {
    grid-template-columns: minmax(0, 890px) minmax(0, 1fr);
}

.grid-col-2-80 {
    grid-template-columns: 100px 1fr;
}

.grid-col-product {
    grid-template-columns: 1fr 260px;
}

.grid-col-support {
    grid-template-columns: 30px 1fr;
}

.gap-5 {
    gap: 5px
}

.gap-10 {
    gap: 10px
}

.gap-15 {
    gap: 15px
}

.gap-20 {
    gap: 20px
}

.gap-25 {
    gap: 25px
}

.gap-30 {
    gap: 30px
}

.single_post img {
    margin: 20px 0 10px;
}

.icon_box h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #868686;
}

.icon_box p {
    font-size: 14px;
    line-height: 20px;
}

.main-color {
    color: var(--color-1st);
}

.middle-header .search_btn {
    color: #fff;
    background: #2a8ccc;
    /* border-radius: 5px; */
    /* margin: 2px; */
    line-height: 10px;
}

.middle-header .search_btn i {
    font-weight: 700;
}

.auth-block,
.product-categories {
    list-style: none;
}

#categories_id {
    margin-top: 40px;
    /* padding: 20px 0; */
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.intron_post .nav-pills .nav-link {
    border: 0;
}

.intron_post .nav-pills .nav-link.active {
    background-color: transparent;
}

.gap-0 {
    gap: 0 !important;
}

.ablum_item .title {
    margin-bottom: 24px;
    position: relative;
}

.page_intro .title {
    position: relative;
}

.page_intro .content {
    margin: 20px 0;
    padding: 20px;
    border-left: 1px solid #ddd;
}

.page_intro .content .ul_link {
    list-style-type: none;

}

.page_intro .content .ul_link li a {
    font-size: 20px;
    font-weight: 600;

}

.page_intro .title h2 {
    color: var(--color-1st);
    font-weight: bold;
    margin-left: 20px;
}

.page_intro .title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: var(--color-1st);

}

.from_page .field_form {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
    padding: 50px 30px;
}

.ablum_item .title::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: var(--color-1st);
}

.sub-menu a {
    text-transform: uppercase;
}

.ablum_item .title h3 {
    margin-left: 20px;
    color: var(--color-1st);
    font-weight: 700;
}

.intron_post .nav-pills .nav-link.active p::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-1st);
}

.intron_post .nav-pills .nav-link.active p {
    color: var(--color-1st);
    position: relative;
    padding: 20px;
}

.intron_post .nav-pills .nav-link {
    padding: 0;
}

.intron_post .nav-pills .nav-link p {
    background: #fff;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    padding: 20px;
}

.product-categories a {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.product-categories a:hover {
    font-style: underline;
}

.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.truncate-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.btnnew p,
.btnnew .icon {
    margin-bottom: 0;
}

.btnnew {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 0 !important;
}

.blog_img {
    position: relative;
}

.truncate-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    padding: 0 0 15px;
}

.section_video .video {
    position: relative;
}

.section_video .icon_play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 10;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}

.section_video .icon_play .test i {
    color: #ffffffd1;
}

.section_video .icon_play .test {
    width: 50px;
    height: 50px;
    background: #219601a3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_newss {
    padding: 30px 0;
}

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

.description {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 76px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.section_news .blog_title {
    margin-bottom: 0;
    padding: 0 0 10px;
    /* font-weight: 700; */
}

.blog_post {
    background: #fff;
    /* padding: 10px; */
    /* border-radius: 10px; */
    overflow: hidden;
}

.section h2 {
    color: #000;
    /* font-size: 23px; */
    font-weight: 700;
}

#category_id li .nav-link.active {
    background-color: var(--color-1st)
}

#category_id li .nav-link.active p {
    color: #fff;
}

#category_id li .nav-link p {
    margin-bottom: 0;
}

#category_id li .nav-link {
    border-radius: 20px !important;
    margin-right: 20px;
    border: 1px solid #ddd;
}

#category_id li .nav-link:hover {
    box-shadow: 0 2px 8px 2px #22997942;
}

.section_product .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-cover h5 {
    position: absolute;
    top: 20px;
    left: 20px;
    /* width: 45%; */
    z-index: 2;
}

.image-cover h5 a {
    color: #ffff;
}

.section h2 span {
    color: var(--color-1st);
}

.section_whyus .rounded_input input {
    border-radius: 20px !important;
    width: 270px;
}

.contact_info_light {
    display: flex;
    justify-content: center;
    padding: 20px 0;

}

/* .middle-header .menu .dropdown {
    position: inherit;
} */

.sub-menu .menu-item {
    position: relative;
}

.sub-menu .menu-item .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    width: 220px;
    background: var(--color-1st);
}

.sub-menu .menu-item:hover .sub-menu {
    opacity: 1;
}



.sub-menu-wrap {
    position: absolute;
    /* left: 0; */
    top: 100%;
    width: 246px;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--color-2nd);
    color: #fff;
    pointer-events: none;
    /* transition: all 1s ease-in; */
}

.banner_page .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.banner_page .img h1 {
    color: #fff;
    text-transform: uppercase;
}

.top_header_itro ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}

.top_header_itro ul li a {
    font-size: 18px;
    font-weight: 700;
}

.item_right h5,
.item_left h5 {
    color: #5A5A5A;
    font-weight: bold;
}

.page_item.show {
    border-bottom: 1px solid var(--color-1st);
}

.page_item.show a {
    color: var(--color-1st) !important;
}

.sub-menu {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; */
    list-style-type: none;
    /* padding: 20px 20px; */
    /* gap: 20px; */
}

.footer_ul li {
    padding: 5px 0;
}

.menu_footer {
    padding-left: 10px;
}

.menu_footer a {
    padding: 5px 0;
}

.sub-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;

}

.menu .dropdown:hover .sub-menu-wrap {
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
    transform: perspective(400px) rotate3d(0, 0, 0, 0);
    pointer-events: auto;

}

.menu_footer_top {
    border-bottom: 2px solid var(--color-1st);
    background-color: #ffff;
}

/* .newsletter_form2 button {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
} */

.section_whyus {
    background-color: var(--color-1st);
    padding: 40px;
}

.section_categories .item {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.section_categories .item:hover {
    box-shadow: 3px 2px 8px 1px #e4e4e4d6;
    background: rgb(248, 247, 247);
    background: linear-gradient(180deg, rgba(248, 247, 247, 1) 0%, rgba(238, 255, 246, 1) 100%);
}

.section_categories .item h3,
.section_categories .item ul {
    z-index: 10;
    position: relative;
}

.section_categories .item img {
    /* position: absolute;
  top: 50%;
  right: 0;
  max-width: 150px;
  z-index: 1;
  transform: translateY(-40%); */
}

.section_categories .item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: var(--color-1st);
}

.section_categories .item h3 a {
    color: var(--color-1st);
}

.section_categories .item span {
    font-size: 14px;
    color: #858585;
    font-weight: 500;
}

.product_slider {
    background: #fff;
    border-radius: 10px;
}

.section-partner .col-12 {
    border-radius: 10px;
    box-shadow: 2px 5px 10px 3px #e6e6e6;
}

.top-header *,
.top-header .language-wrapper .dropdown .btn-select-language {
    color: #fff !important;
}

.product.horz .product_title {
    white-space: unset;
    font-size: 14px;
}

.section_product .products_item .item {
    position: relative;
}

.icon_search {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000066;
    color: #fff;
    font-size: 40px;
    opacity: 0;
}

.section_product .products_item .item:hover .icon_search {
    opacity: 1;
    transition: all 0.2s ease-in;
    color: #fff;
}


.section_product .products_item .text {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.number_num {
    color: red;
    font-size: 29px;
    font-weight: 500;
}

.order_menu {
    text-align: center;
    display: block;
    margin: 20px auto;
    border: 0;
    background: var(--color-1st);
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 10px;
}

.section_quotation .content {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.section_quotation .item {
    border: 1px solid #ddd;
    padding: 20px;
}

.section_quotation .item .top {
    border-bottom: 1px solid #ddd;
}

.slider-part .product.horz .product_info {
    margin-left: 50px;
}

.slider-part .product.horz .product_title {
    font-size: 17px;
    font-weight: 700;
}

.colm .slick-arrow {
    opacity: 1;
}

.section_news .slick-prev {
    left: -10px;
    /* top: -55px; */
}

.video_top {
    padding-bottom: 40px;
}

.section_news .slick-next,
.section_news .slick-prev {
    /* border-radius: 50% !important; */
    /* height: 40px; */
}

.section_news .slick-next {
    right: -10px;
    /* top: -55px; */
}

.colm .slick-prev {
    left: 0;
}

.colm .slick-next {
    right: 0;
}

.captions.slick-initialized .slick-slide {
    padding: 0 15px;
}

#navCatContent>ul>li {
    background-color: unset;
    border: unset;
    box-shadow: unset;
}

#navCatContent>ul>li>a {
    color: #464545;
    font-weight: 500;
}

#navCatContent img {
    max-height: 52px;
}

#navCatContent .mega-menu-col li {
    width: 100%;
}

.product-meta{
    display: flex;
    gap: 20px;
}

.nav-fixed #navCatContent li:hover>a {
    color: var(--color-1st);
    background: #ccc;
}

.pr_action_btn li a svg{
    width: 20px;
    height: 20px;
}

.social_icons li a {
    color: #333;
    border-radius: 5px;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 26px;
    /* background: #fff !important; */
    border: unset !important;
    border-radius: 50%;
}

.social_icons li a i {
    color: var(--color-1st) !important;
}

.whitebox-cover .noidung {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    border: 1px solid var(--color-1st);
    /* padding: 20px; */
    border-radius: 20px;
    overflow: hidden;
}

.whitebox-cover .noidung .pr_detail {
    padding: 20px 0;
}

.bottom_header {
    background-color: var(--color-1st);
    overflow: hidden;
}

.product_wrap .pr_action_btn {
    justify-content: center;
    display: flex;
    gap: 5px;
    padding: 0;
}

.section_products .d-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px
}

.related-box .d-grid {
    grid-template-columns: ;
    gap: 15px
}

.product-image.d-grid {
    grid-template-columns: minmax(0, 161px) 1fr;
    gap: 15px
}

.attribute-swatch-item.custom-box {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 10px;
}

.product_wrap.cat {
    background: url(/storage/general/cat-bg.png) no-repeat;
    background-size: cover;
}

.product_wrap.cat h6 a {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 22px;
}

.link-btn {
    background: var(--color-1st);
    color: #fff;
    padding: 13px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s ease;
}

.link-btn:hover {
    color: #fff;
    box-shadow: 0 2px 8px 2px #868686;
}

.section_collection .product_wrap {
    border: 1px solid #dddd;
}

.main-slider {
    border-radius: 10px;
    overflow: hidden;
}

.partners:not(.slick-initialized),
.posts:not(.slick-initialized) {
    display: none !important;
}

.section_advise .btn-fill-out {
    background: #ffff !important;
}

.section_advise .btn-fill-out:before,
.section_advise .btn-fill-out::after {
    background: #ffff !important;
}

.section_parner {
    padding: 0 !important;
    /* margin-bottom: 30px ; */
    box-shadow: 0 2px 8px 2px #22997942;
}

.banner_section.slide_medium,
.banner_section.slide_medium .carousel-item {
    height: unset;
}

.google_map {
    border: 3px solid #fff;
    border-radius: 20px;
    overflow: hidden;
}

footer iframe {
    width: 100%;
    /* max-height: 225px; */
    overflow: hidden;
}

.header_wrap.nav-fixed .bottom_header .navbar-brand {
    max-width: 200px;
}

.banner img {
    border-radius: 10px;
    transition: all .4s ease;
}

.banner img:hover {
    box-shadow: 0 2px 10px 2px #ddd;
}

.related-box h3 {
    font-size: 26px;
}

.contact_detail span {
    font-size: 16px;
}

.breadcrumb_custom .breadcrumb {
    justify-content: unset !important
}

.menu-title span {
    font-size: 20px;
}

.mega-menu-col .nav_item {
    color: unset !important
}

.mega-menu-col .nav_item:hover {
    color: #fff !important;
    background-color: var(--color-1st) !important
}

.pre-wrap {
    white-space: pre-wrap;
}

.related-box .product_title {
    font-size: 16px;
}

.widget_recent_post li {
    margin-bottom: 5px;
    border-radius: 7px;
    padding: 6px 10px;
    /* background: #ebebeb; */
    transition: all .3s ease;
}

.widget_recent_post li:hover,
.widget_recent_post li.active {
    /* background: #4c4a4a; */
}

.widget_recent_post li:hover a,
.widget_recent_post li.active a {
    /* color: #fff !important; */
}

.widget_recent_post .post_content h6 {
    font-weight: 700;
}

.widget_recent_post .post_content span {
    color: #9b9a9a
}

.middle-header .input-group {
    border-radius: 20px;
}

.middle-header .input-group>.input-group-prepend {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.middle-header .input-group .custom_select .first_null {
    border: unset;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.form-control::-ms-input-placeholder {
    color: #fff;
}

.middle-header .input-group>.form-control {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.contact_detail li:first-child {
    box-shadow: unset;
}

.categories_btn.btn_custom {
    background: unset;
}

.section_dock {
    background-color: var(--color-1st);
}

.item svg {
    max-width: 100%;
    fill: #707070;
}

.section_whyus .item {
    transition: all .4s ease;
}

.section_whyus .item span {
    font-weight: 600;
    display: block;
}

.section_whyus .item:hover {
    transform: translateY(-10px);
}

.blog_post:not(.box_shadow1):hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.blog_post:not(.box_shadow1) {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.newsletter_text_custom p {
    font-size: 33px;
    line-height: 25px;
}

.section.bg_default {
    background: #d91e31;
    background: linear-gradient(180deg, #d91e31 0%, #75252f 100%);
}

.section_partner .owl-stage-outer {
    padding: 5px
}

.section_partner h3 {
    font-size: 16px
}

.compare-btn i {
    font-size: 30px;
    margin-right: 20px;
}

.product .product_info {
    background: #fff;
    max-height: 100%;
    width: 100%;
    transition: all .4s ease;
    height: 100% !important;
}

.product:hover .product_info {
    position: absolute;
    top: 0;
}

.product:hover .product_info {
    position: absolute;
    top: 0;
    display: grid;
    align-content: center;
}

.product_more_info {
    display: none;
    transition: all .4s ease;
}

.product_more_info p {
    font-size: 14px;
    margin-bottom: 2px;
}

.product:hover .product_more_info {
    display: block;
}

.contact_detail>li span {
    color: #fff;
}

.contact_detail>li:hover {
    background-color: var(--color-1st) !important;
}

.contact_detail>li:hover * {
    color: #fff;
}

.ps-list--categories li a {
    padding: 6px 9px;
}

.ps-list--categories .sub-menu li {
    padding-left: 10px;
}

.ps-list--categories .sub-menu li:last-child {
    border-bottom: unset;
}

.ps-list--categories li .sub-menu li:hover {
    background: #ddd;
}

.ps-list--categories>li {
    border: 1px solid #ddd;
    border-bottom: unset;
    background: var(--color-1st);
    padding: 0;
    color: #fff;
}

.ps-list--categories>li:last-child {
    border-bottom: 1px solid #ddd;
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    transform: translateX(100%);
    border: 1px solid #ddd;
    width: 100%;
    z-index: 100;
}

.ps-list--categories>li li {
    border-bottom: 1px solid #ddd;
}

.ps-list--categories>li>.sub-menu {
    display: block;
}

.ps-list--categories>li>.sub-toggle {
    display: none;
}

.product_header_info .sub-l3 {
    padding: 15px 30px;
    background: #e8e8e8;
}

#filter_categories .widget_title {
    padding: 10px 0;
}

.sort-gr .product_header {
    background: #e0e0e0;
    padding: 5px 10px;
}

.link-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.blog_img {
    min-width: 190px;
    overflow: hidden;
    /* border-radius: 14px; */
    position: relative;
}

/* .blog_img::after {
    display: block;
    content: '';
    position: absolute;
    right: -1px;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 23px solid #fefefe;
    border-top: 23px solid transparent;
    top: auto;
    bottom: 0;
    left: 24px;
} */

.blog_post .blog_img a p {
    padding: 10px;
    background: var(--color-2nd);
    color: #ffff;
    font-size: 16px;

}

.blog_post .blog_img a:hover .icon svg {
    transform: translateX(10px);
    transition: all 0.4s;
}

.blog_post .blog_img a .icon{
    padding: 12px;
}

.blog_post .blog_img a .icon svg {
    transform: translateX(0);
    transition: all 0.4s;
}

.section_news .slick-slide {
    margin: 0 10px;
}

.section_news .blog_content {
    padding-top: 10px;
}

.section_news .blog_post:hover .blog_content {}

.section_whyus .owl-item img {
    width: unset;
}

#app {
    background-color: #fff;
}

.section_whyus .content * {
    font-size: 14px;
    line-height: 17px;
}

.section_whyus .content p {
    max-width: 150px;
}

.tab-content{
    padding: 30px 10px;
    background: #fff;
    border-radius: 10px;
}

.section_product .description{
    display: none;
}

/* #app .section:not(.section_banner):not(.section_cats) .container,
.whitebox-cover{
    padding: 25px 20px;
    background:#fff;
    box-shadow: 0 0 5px 0 #ddd;
    border-radius: 11px;
} */
#app .section {
    padding: 50px 0 50px;
    background: #edeff4;
}

#app .single_post.whitebox-cover {
    padding: 25px 30px;
}

.section_categories .nav-link {
    border: 1px solid var(--color-1st);
    color: var(--color-1st);
    padding: 4px 10px;
    border-radius: 20px;
    max-width: 185px;
}

.gia_tien {
    font-size: 18px;
    color: var(--color-1st);
    font-weight: 700;
}

.section_categories .nav-link:hover {
    background-color: var(--color-1st);
    color: #fff;
}

.product_info ul {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tieuchi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.whys_contants .why_contant {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.whys_contants .why_contant .contants {
    padding: 20px;
    background-color: var(--color-1st);
}

.whys_contants .why_contant .contants * {
    color: #fff !important;
}

.container .tieuchi .item {
    position: relative;
}

.section_contact,
.section_contact .post {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
}

/* .section_contact .video{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
} */

.section_contact .video-item {
    position: relative;
    /* padding: 15px; */
}

.section_contact .video-item .link_youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_contact .video-item.first .link_youtube svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}

.section_contact .video-item .link_youtube svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.section_contact .video-item .link_youtube .tesst {
    background-color: var(--color-1st);
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    50% {
        transform: scale(.6);
        opacity: 0;
    }

    60% {
        transform: scale(.9);
        opacity: .1;
    }

    70% {
        transform: scale(1.1);
        opacity: .25;
    }

    80% {
        transform: scale(1.25);
        opacity: .1;
    }

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

.section_contact .video-item .link_youtube .tesst::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    z-index: 0;
    opacity: 0;
    border: 3px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    box-shadow: 0px 0px 15px 10px #000;
    box-sizing: border-box;
}

.section_contact .video-item .link_youtube:hover .tesst::before {
    animation: pulsejg1 2s linear infinite;
}


/* .section_contact .video-item.first{
    grid-column: span 4;
} */


.container .tieuchi .item::before {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #2a8bcc73;
    content: '';
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all 0.5s;
}

.banner_s img {
    display: block;
    margin: auto;
}

.container .tieuchi .item:hover:before {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.tieuchi .item {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.tieuchi .item img {
    max-width: 50px;
    max-height: 50px;
}

.tieuchi .item * {
    color: #000;
}


.product_info ul li {
    margin-right: 10px;
}

.product_info .add-to-cart-button {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-bottom: 5px;
    visibility: hidden;
    opacity: 0;
    background: unset;
    padding: 0;
}

.product_wrap:hover .add-to-cart-button {
    visibility: visible;
    opacity: 1;
    box-shadow: unset;
}

.categories_list {
    list-style: none;
}

.categories_list>li {
    max-width: 150px;
    min-width: 150px;
}

.section_tags ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.section_tags ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.section_tags ul a {
    background-color: #f1fef5;
    color: #000;
    font-weight: 400;
    text-transform: none;
    padding: 7px 22px;
    box-shadow: 0 2px 5px #ddd;
}

.section_tags ul a:hover {
    background-color: #000;
}

.section_feedback .item {
    border-radius: 11px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px #ddd;
    padding: 25px 20px 13px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.section_feedback .item::after {
    content: "";
    width: 70%;
    position: absolute;
    right: 7%;
    bottom: 45px;
    border-top: 1px solid #e5e5e5;
}

.section_feedback .item .count {
    background-color: #fc4e12;
    color: #fff;
    padding: 0 15px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}

.section_feedback .item * {
    font-style: italic;
    font-weight: 400;
    color: #747474;
}

.supost .header_ {
    text-align: center;
    padding: 10px;
    background-color: var(--color-1st);

}

.supost .header_ h3 {
    color: #fff;
    /* margin-bottom: 0; */
}

.supost {
    background: #fff;
    border: 1px solid #dddd;
    border-radius: 5px;
    overflow: hidden;
    position: sticky;
    top: 100px;
}

.supost .catcha {
    list-style-type: none;
    padding-left: 0;
    /* padding: 0px 20px 20px; */
}

.supost li:hover {
    background: #2d67b2 !important;
    box-shadow: 1px 4px 7px 5px #2d67b2 !important;
}

.supost li:hover a {
    color: #fff;
}

.supost .catcha li {
    background: #dddd;
    padding: 10px;
    /* margin-bottom: 10px; */
    box-shadow: 2px 2px 1px 0 #3636368f;
}

.supost .catcha ul {
    list-style-type: none;
    padding-left: 0;
}

.supost .catcha ul li {
    padding-left: 28px;
}

/* .carousel-item {
    animation: pan-image 15s linear infinite;
    background-size: cover;
    background-position: 0% 0%;
} */

/* @keyframes pan-image {
    0% {
        background-position: 36% 42%;
        background-size: 100%;
    }

    20% {
        background-position: 30% 35%;
        background-size: 100%;
    }

    20.0001% {
        background-position: 60% 85%;
        background-size: 200%;
    }

    40% {
        background-position: 49% 81%;
        background-size: 200%;
    }

    40.0001% {
        background-position: 80% 42%;
        background-size: 150%;
    }

    60% {
        background-position: 84% 33%;
        background-size: 150%;
    }

    60.0001% {
        background-position: 0% 0%;
        background-size: 150%;
    }

    80% {
        background-position: 15% 4%;
        background-size: 150%;
    }

    80.0001% {
        background-position: 80% 10%;
        background-size: 150%;
    }

    100% {
        background-position: 72% 14%;
        background-size: 150%;
    }
} */

.section_categoty_nb .item .test {
    text-align: center;
    margin: 10px;
    background-color: var(--color-1st);
    padding: 40px 10px;
}

.section_categoty_nb .item .test h3 a {
    color: #fff;
}

/* .section_categoty_nb {
    margin-top: -300px;
} */

.section_feedback .item .content {
    margin-bottom: 22px;
}

.product_wrap:hover {
    border: 1px solid #ffe9c3;
    box-shadow: 0 0 10px 0 #dddddd73;
    transition: all .5s ease;
}

.carousel-inner .titles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.carousel-inner .titles .container {
    height: 100%;
    display: flex;
    align-items: center;
}


/*
.right_intro {
    position: relative;
    height: 100%;
}

.right_intro::before {
    position: absolute;
    content: '';
    top: -35px;
    right: -35px;
    width: 200px;
    height: 200px;
    z-index: 0;
    background: var(--color-1st);
    border-radius: 20px;
} */
/*
.section_featured {
    padding: 100px 0 !important;
}

.right_intro::after {
    position: absolute;
    content: '';
    bottom: -98px;
    left: 52px;
    z-index: 0;
    border-radius: 20px;
    background: url(../images/intron_beforn_2) center no-repeat;
    width: 300px;
    background-size: cover;
    height: 300px;
} */

.section_featured .intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px ;
    align-items: center;
}

/* .right_intro .image {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: right;
    z-index: 1;
} */
/*
.right_intro .image img {
    max-width: 448px;
} */

.section_categoty_nb .item .test .dec p {
    color: #fff;
}

.slow_m {
    text-transform: uppercase;
    color: var(--color-1st);
    font-size: 26px !important;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.slow_m::before {
    position: absolute;
    content: "";
    background-color: var(--color-1st);
    width: 100px;
    height: 2px;
    bottom: 0;

}

.carousel-inner .titles .text {
    max-width: 560px;
}

.carousel-inner .titles a {
    color: #fff;
    /* text-align: center; */
}

.carousel-inner .titles .title h1 {
    text-align: left;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    /* padding: 30px; */
    margin-bottom: 30px;
    /* border-bottom: 1px solid #fff; */

}

.carousel-inner .titles .btn-fill-out {
    transform: translateY(100px);
    opacity: 0 !important;
    transition: all 0.3s ease-in-out;
}

.carousel-inner .slick-active .titles .description,
.carousel-inner .slick-active .titles .btn-fill-out,
.carousel-inner .slick-active .titles h1 {
    transform: translateY(0);
    opacity: 1 !important;
    transition: all 3s ease-in-out;
}

.carousel-inner .titles .description {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    font-size: 20px;

}

/* .btn {
    border-radius: 20px !important;

} */

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

/* .link_button{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.carousel-inner .link_button::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border: 10px solid #0000001b;
} */
.post_link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.post_link .item.odd {
    /* grid-column: 2*/
    transform: translateY(80px);
}

.post_link .item {
    background-color: #fff;
    padding: 30px;

}

.post_link .item img {
    margin-bottom: 20px;
    background: #2299793d;
    padding: 12px;
}

.carousel-inner .slick-dots {
    position: absolute;
    bottom: 10px;
    display: flex;
    width: auto;
    left: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.carousel-inner .slick-dots li {
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    /* border-radius: 50%; */
    overflow: hidden;
}

.carousel-inner .slick-dots li.slick-active button {
    background: #fff;
}

.carousel-inner .slick-dots li button {
    background: #ffffff7f;
}

#fly_by_side {
    position: fixed;
    top: 46vh;
    left: 13px;
    z-index: 1000;
    transform: translateX(0);
    transition: all .4s ease;
}

#fly_by_side.hidden {
    transform: translateX(31px);
}

#fly_by_side .social_icons li {
    display: block;
    padding: unset;
}

#contact-popup .modal-content{
    padding: 20px;
    background: var(--color-2nd);
}

#contact-popup .modal-content *{
    color: #fff !important;
}

#fly_by_side .social_icons li a {
    border-radius: 0;
    width: 44px;
    height: auto;
    line-height: 44px;
    background-color: unset !important;
}

.section_news .category p {
    color: var(--color-1st);
    margin-bottom: 0;
}

.posst_netx .top .blog_title {
    text-align: center;
    font-size: 24px !important;
    padding: 0 0 40px;
}

.posst_netx .top .breadcrumb {
    justify-content: center !important;
    background: #fff;
    padding: 14px 20px;
    border-radius: 22px;
    border: 1px solid #ddd;
    margin-top: -25px;
}

.posst_netx .top .items {
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: center;
}

/* .breadcrumb{
    display: flex;
    justify-content: center;
} */

.section_news .category {
    padding: 20px 0;
}

.section-header h2 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--color-1st);
}

.section-header .text-link {
    color: var(--color-1st);
    font-size: 15px;
}

.section-header .text-link:hover {
    text-decoration: underline;
}

.contact-phone .font-weight-bold {
    font-size: 22px;
}

.contact_detail>li,
.header_list>li {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 10px 8px !important;
}

.section_categories .owl-stage {
    display: flex;
    align-items: center;
    padding: 0 2px;
}

.d-grid>.product_wrap {
    margin-bottom: 0;
}

.nav_style5.owl-theme:hover .owl-nav button:hover i {
    color: #fff;
    background-color: unset;
}

.section_categories .heading_s2 a:hover {
    color: var(--color-1st)
}

.product_info .brand {
    margin-bottom: 2px;
    color: #1f23df;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav_style5.owl-theme .owl-nav .owl-prev {
    left: -40px !important;
}

.nav_style5.owl-theme .owl-nav .owl-next {
    right: -40px !important;
}

.categories_list span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.countdown_gr .countdown_box {
    border-radius: 7px;
    margin-right: 5px;
    overflow: hidden;
}

.countdown_gr .countdown-wrap {
    background-color: rgb(186, 0, 0) !important;
    padding: 2px 7px !important;
}

.countdown_gr .countdown-wrap * {
    color: #fff;
}

.countdown_gr .countdown {
    font-size: 16px;
    font-weight: 700;
    margin-right: 4px;
}

.countdown_gr .cd_text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.product_search_cover {
    max-width: 840px;
}

.auth-block a:hover,
.product_search_cover a:hover {
    text-decoration: underline;
}

.navbar-nav li {
    max-height: 50px !important;
}

.product_wrap:hover .product_title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.support-box p {
    font-size: 14px;
    font-weight: 500;
}

.product-meta .add_compare span {
    color: #000;
}

.cart_btn .d-flex {
    flex-direction: row;
    flex-wrap: wrap;
}

.cart_btn .d-flex button,
.cart_btn .d-flex a {
    flex: 0 0 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table td,
.table th {
    padding: 8px 10px;
}

.specs-box {
    height: 100%;
}

.limit-height {
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    position: relative
}

.dropdown-menu-li.even {
    position: relative;
    margin-left: 10px;
}

.dropdown-menu-li.even::before {
    position: absolute;
    content: "/";
    left: -10px;
}

.dropdown-menu-header {
    display: flex;
    list-style-type: none;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
}

.dropdown-menu-header .dropdown-menu-li.current-menu-item a {
    color: var(--color-1st) !important;
}

.dark_skin .ul_icon, .dark_skin .ul_icon li{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.dark_skin .ul_icon li{
    gap: 10px !important;
}
.dark_skin .ul_icon li .icon svg{
    width: 40px;
    height: 40px;
    fill: #ffff;
}

.dark_skin .ul_icon li .text *{
    margin-bottom: 0;
    color: #fff;
}

.middle_header{
    background-color: var(--color-2nd);
}

.top_header{
    background-color: #1d252d;
    padding: 10px 0;
}

.top_header *{
    color: #707279;
}


.top_header .active a{
    color: var(--color-1st);
}

.top_header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.full-height {
    max-height: none !important;
    padding-bottom: 50px;
}

.nav-link.nav_item {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}

.container .item .hinhanh{
    position: relative;
    margin: 5px;
}

.section_service .container .item {
    /* position: relative; */
    margin: 0;
    padding: 0 4px 0;
}

.search_btn{
    color: #ffff;
}

.section_activityof {
    background-color: #ffff;
}

.product_search_form1 .form-control {
    background-color: #545c63;
}

.boxungnoidung {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.boxungnoidung .hinhanh img {
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 20px;
}

.product_search_form1 .form-control::placeholder {
    color: #ffff;
}

.product_search_form1 .form-control {
    color: #ffff;
    border-radius: 0;
}

.slick-slide img{
    margin: auto;
}

.container .item .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: grid;
    justify-content: start;
    align-items: center;
}

.mangmo{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0000005e;
    width: 100%;
    height: 100%;
}

.container .item:hover .mangmo{
    opacity: 0;
}

.container .item:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
}

.container .item .hinhanh{
    overflow: hidden;
}

.container .item .title a h3, .container .item .title p{
    color: #fff;
}

.container .item .title .text {
    background-color: var(--color-1st);
    padding: 10px 20px;
    width: 250px;
    text-align: center;
}

.container .item .title .text h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

.btn_contact .icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.btn_contact {
    display: flex;
}

.btn_contact a {
    padding: 10px 20px;
    background-color: var(--color-2nd);
    color: #fff !important;
    font-weight: 700;
}

.btn_miabe {
    display: flex;
    gap: 20px;
}

.btn_contact a:hover {
    color: #fff;
}

.btn_contact .icon {
    background-color: var(--color-1st);
    padding: 10px 20px;
    align-items: center;
    margin-bottom: 0;
}

.section_quote .posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.section_quote .posts .item a {
    font-size: 18px;
    font-weight: 800;
}

.section_quote .posts .item {
    position: relative;
    background: var(--color-1st);
    border-radius: 10px;
}

.section_quote .posts .item .test {
    color: #fff;
    padding-top: 50px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.lienhesanpham li a {
    background-color: var(--color-1st);
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    display: block;
}

.lienhesanpham {
    list-style-type: none;
    padding-left: 0;
    width: 50%;
    display: block;
    margin: auto;
}
.btn.btn-primary {
    background-color: var(--color-1st);
    font-size: 18px;
    font-weight: 600;
}

.btn_lienhe .btn.btn-primary{
    width: 80%;
    margin: 10px auto;
    display: block;
}

.number {
    position: relative;
    color: red;
    /* display: flex; */
    font-size: 18px;
    font-weight: 700;
    /* width: 69px;
    height: 54px;
    background: #ffff; */
}

.section_quote .posts .item .test * {
    color: #fff;
}

.tieudetop {
    text-align: center;
    background: #fff;
    padding: 20px;
}

.tieudetop .image {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

.tieudetop .image .img_top {
    background: #3e972e42;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .section_service::before {
    position: absolute;
    content: url(../images/left_dv.png);
    left: 0;
    top: 0;
} */

/* .section_service::after {
    position: absolute;
    content: url(../images/right_dv.png);
    right: 0;
    top: 0;
} */

.item1 {
    transform: translateY(-20px);
}

.intro_pro {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    gap: 20px;
    justify-items: center;
    flex-wrap: wrap;
}



.tieudetop .image .img_top img {
    max-height: 50px;
    max-width: 50px;
}

.tieudetop {
    margin: 10px;
}

/* .service_item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
} */

.service_item .item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service_item .item .col {
    position: absolute;
    /* background: #0000006b; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.service_item .item:hover .col {
    transition: all 0.2s ease-in;
    opacity: 1;
}

.service_item .item:hover .img {
    transition: all 0.2s ease-in;
    transform: scale(1.1);
}

.image-cover {
    overflow: hidden;
}

.service_item .btn-fill-out {
    padding: 10px 20px;
    font-size: 14px;
    background: var(--color-1st);
}

.image-cover img {
    width: 100%;
}

.banner img {
    width: 100%;
}

.heading_s2 h2::before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 80px;
    height: 3px;
    background-color: var(--color-1st);
}

.heading_s2 h2 {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;

}

.service_item .item .text .icon_link {
    color: #fff;
    background-color: var(--color-1st);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translateX(15px);
}

.service_item .item:hover .text .icon_link {
    transform: translateX(20px);
}

/* .service_item .item:hover .text {
    background: var(--color-1st);
} */

/* .service_item .item:hover{
    box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.35);
} */


.section_quote .item svg {
    top: 0px;
    position: absolute;
    max-width: 100%;
    fill: #707070;
    left: -6px;
    z-index: 0;
}

.section_quote .item .num {
    top: 10px;
    position: absolute;
    max-width: 100%;
    color: red;
    left: 20px;
    z-index: 1;
}

.image1 {
    position: absolute;
    top: 2px;
    right: 3px;
    background: #fff;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.field_form .form-group {
    position: relative;
}

.section_parner {
    background: #fff !important;
}

.product_wrap:hover .product_img img {
    transform: scale(1.1);
    transition: all 0.2s ease-in;
}

textarea.form-control,
textarea.form-control:focus {
    padding: 10px 50px;
    height: auto !important;
}

.form-group .icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.form-group.btn {
    padding: 0;
}

.boxungnoidung .noidung {
    position: relative;
}

.boxungnoidung .noidung:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.boxungnoidung .noidung::after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2a8bcc73;
    content: '';
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: all 0.5s;
}

.form-group.btn .icon {
    background: #fff;
}

.form-group.btn .icon svg {
    fill: #2a8ccc !important;
    height: 39px;
}

.form-group .icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:var(--color-1st);
    margin-bottom: 0;
    padding: 0 10px;
}

.form-group {
    display: grid;
    grid-template-columns: 1fr 10fr;
    align-items: center;
}

.field_form .form-control {
    background-color: var(--color-2nd);
    border: 1px solid var(--color-1st);
    border-radius: 0 !important;
    color: #fff;
}

.field_form .form-control::placeholder {
    color: #fff;
}

.field_form .form-group .image {
    position: absolute;
    top: 11px;
    left: 18px;
    max-width: 20px
}

.limit-height .readMoreButton {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    font-weight: 500;
    transition: all .3s ease;
}

.limit-height .readMoreButton:hover {
    background: #fafafa;
    box-shadow: 1px 1px 7px 0px #ddd;
}

#app-specs {
    max-height: 380px;
    min-height: 250px;
    width: 100%;
    height: 100%;
}

.section_flash_sale:empty {
    padding: 0 !important;
}

.right .menu {
    list-style-type: none;
    display: flex;
    gap: 20px;
    padding-left: 0;
}

.right .menu li{
    position: relative;
}

.right .menu li::before{
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--color-1st);
    content: "";
    bottom: 0;
    transition: all 0.2s;
}

.right .menu li:hover:before{
    transition: all 0.2s;
    width: 100%;
}

.right .menu li.active {
    position: relative;
}

.right .menu li.active::before {
    width: 100%;
}

.menu .nav-link{
    padding: 10px 0 !important;
}

.section_product{
    padding-top: 0 !important;
}

@media screen and (min-width: 992px) {

    #navCatContent li a.dropdown-toggler:after {
        top: 31%
    }

    header #navCatContent ul li .dropdown-menu {
        min-width: 250px !important;
        position: absolute !important;
    }

    .main-menu {
        display: none;
    }

    .header_wrap.nav-fixed .categories_wrap {
        display: flex;
    }

    .section_products .heading_s1 {
        display: none;
    }

    #navCatContent .mobile_side_menu,
    #navCatContent .menu-title,
    #navCatContent .product_search_form_mobi,
    #navCatContent .contact_detail,
    #navCatContent hr {
        display: none !important;
    }

    .contact_detail {
        gap: 20px;
    }

    /* #navCatContent{max-height:200px} */
    #main_navbar {
        display: none
    }

    .categories_wrap,
    .cover-menu {
        /* position: unset; */
        display: none !important;
    }

    .cover-full-menu .container>.row {
        min-height: 300px;
    }

    .menu-item-group {
        display: none;
        transition: all .4s ease;
    }

    .menu-item-group.show {
        display: flex;
    }

    .section-header .owl-stage-outer {
        padding: 0 2px;
    }

    .categories_list img {
        height: 55px;
    }
}

.section_featured .link a {
    padding: 10px 20px;
    background: var(--color-1st);
    color: #fff;
    border-radius: 5px;
}

.section_featured .link {
    margin-top: 35px;
}

.section_featured {
    background: #f6f6f6;
}

.video_item img {
    display: block;
    margin: auto;
}

.sub-toggle3,
.sub-toggle1,
.sub-toggle2,
.sub-toggle4,
.sub-toggle5,
.sub-toggle6 {
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: 30px;
}

.widget_recent_post .post_footer {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 10px;
}

.widget_recent_post .post_content .description,
.widget_recent_post .post_content h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 47px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.bread {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #efefef;
}

/* .test_post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
} */

.test_post .description {
    padding-left: 20px;
    border-left: 1px solid #efefef;
}

.posst_netx .bread {
    background: transparent;
}


.widget_recent_post {
    padding-left: 0 !important;
}

.sidebar {
    position: sticky;
    top: 90px;
    padding: 20px 0;
}

.dropdown .sub-menu-wrap .menu-item {
    position: relative;
    /* padding: 10px 20px 10px 20px; */
    box-shadow: 1px 1px 2px 0 #00000092;
}

.dropdown .sub-menu-wrap .menu-item a{
    padding: 15px;
    display: block;
}

.menu-item img {
    max-width: 40px;
}

.dropdown .sub-menu-wrap .menu-item .link_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--color-1st);
    padding: 10px;
    list-style-type: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.2s ease-in-out;
}

.dropdown .sub-menu-wrap .menu-item:hover .link_menu {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
}

.dropdown .sub-menu-wrap .menu-item .link_menu li a {
    font-size: 13px;
}

.dropdown .sub-menu-wrap .menu-item:hover .link_menu li {
    padding: 10px 0;
    border-bottom: 1px #fff solid;
}

.chitetbai {
    margin: 20px 0 40px;
}

.chitetbai h4 {
    border-bottom: 1px solid #00000027;
    padding-bottom: 10px;
}

.pr_cod ul {
    list-style-type: none;
    margin: 20px 0;
}

.pr_cod ul li {
    margin-right: 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* .breadcrumb_section.page-title-mini .container {
    background: rgb(255 255 255 / 66%);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(white, 0.08);
    filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.30));
    padding: 40px 50px;
} */

.btnnew {
    padding: 0 0 20px;
}

.page_agri {
    list-style-type: none;
    display: flex;
    /* gap: 20px; */
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.btnnew a {
    font-size: 14px;
    background: #ffff;
    color: var(--color-1st);
}

.blog-slider-title h2 {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.blog-slider-title {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.blog-slider-title h2::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: var(--color-1st);
    bottom: 0;
}

/* .section_contact .post{

} */
.sub-menu.mobile{
    display: none;
}

.sub-toggle{
    position: absolute;
    top: 0;
    right: 10px;

}
.header_wrap .nav_block .navbar-brand{
    display: none;
}
.dropdown .sub-toggle, .top_header .dropdown .sub-menu-wrap{
    display: none;
}


@media screen and (max-width: 992px) {
    .shop_container.grid-col-3{
        grid-template-columns: repeat(2, 1fr);
    }

    .sub-menu .menu-item .sub-menu{
        position: initial;
        display: block !important;
        opacity: 1;
    }
    .header_wrap .nav_block .navbar-brand, .dropdown .sub-toggle{
        display: block !important;
        color: var(--color-1st);
    }

    .top_header, .middle_header .dark_skin{
        display: none !important;
    }

    .sub-menu-wrap{
        /* display: none !important; */
        position: initial !important;
        width: 100%;
        color: #000 !important;
        transform: perspective(400px) rotate3d(0, 0, 0, 0);
        pointer-events: auto;
        background-color: #fff;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0);
    }
    .sub-menu-wrap .sub-menu{
        padding-left: 10px;
    }

    .sub-toggle svg{
        width: 20px;
        height: 20px;
    }

    /* .sub-menu.mobile{

    } */

    .sub-toggle{
        display: block !important;
    }

    .btnnew .icon svg{
        width: 15px;
        height: 15px;
    }

    .blog_post .blog_img a p{
        font-size: 14px;
    }

    .section_contact{
        grid-template-columns: minmax(0, 1fr)
    }

    .whys_contants .why_contant{
        grid-template-columns: 1fr
    }

    .btn_miabe {
        justify-content: center;
    }

    .btn_contact {
        justify-content: center;
        align-items: center;
    }

    .btn_contact .icon {
        padding: 10px !important;
        align-items: center;
        height: 100%;
        display: flex;
    }

    .btn_contact a{
        font-weight: 500;
        font-size: 14px;
        padding: 10px !important;
    }

    .boxungnoidung .noidung::after {
        width: 0 !important;
        height: 0;

    }

    .boxungnoidung .noidung {
        background-color: #2a8ccc9e;
        padding: 10px;
    }

    .boxungnoidung .noidung * {
        color: #fff;
    }

    .boxungnoidung {
        grid-template-columns: 1fr 1fr;
    }

    .noidung.end {
        grid-column: span 2;
    }

    .container .item .title .text {
        width: 160px;
    }

    .description {
        display: none;
    }

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

    .category.slider_cats {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .whitebox-cover .noidung .pr_detail {
        padding: 0px 20px !important;
    }

    .supost,
    .decs,
    .product_header_left span{
        display: none;
    }

    .service_item .btn-fill-out {
        font-size: 12px;
    }


    .right_intro,
    .right_intro .image,
    .right_intro::before,
    .right_intro::after {
        position: unset !important;
    }

    .right_intro .image img {
        max-width: 100% !important;
    }

    .section_featured .intro,
    .tieuchi .item {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tieuchi {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .tieuchi .item img {
        max-width: 50px;
    }

    .tieuchi .item {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px;
        justify-items: center;
        text-align: center;
    }

    /* .test_post{
        grid-template-columns: 1fr !important;
    } */

    #category_id {
        justify-content: flex-end;
    }

    .section_featured .row {
        gap: 20px;
    }

    .dropdown .sub-menu-wrap .menu-item {
        box-shadow: 1px 1px 2px 0 #36363600;
    }

    .dropdown .sub-menu-wrap .menu-item a {
        font-size: 13px !important;
        font-weight: 500;
    }

    .carousel-inner .titles .title h1 {
        /* transform: translateY(0px);
        opacity: 1; */
        border-bottom: 0;
    }

    .sub-menu-wrap.active {
        display: block;
        position: inherit !important;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        background: #ffff;
        width: 100%;
    }

    .section_advise .field_form {
        margin-bottom: 45px;
    }

    .field_form .col-md-12 .d-flex {
        justify-content: center;
    }

    .post_link {
        grid-template-columns: 1fr;
    }

    .post_link .item.odd {
        transform: translateY(0px);
    }

    .section_quotation .item .top h5 {
        font-size: 25px !important;
    }

    .number_num {
        font-size: 18px;
    }

    .order_menu {
        font-size: 12px;
    }

    .top_link,
    .slider_mobile {
        display: block !important;
    }

    .topmes,
    .slider_pc {
        display: none;
    }

    .sub-toggle3,
    .sub-toggle1,
    .sub-toggle2,
    .sub-toggle4,
    .sub-toggle5,
    .sub-toggle6 {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .navbar-nav li {
        max-height: inherit !important;
    }

    .header_wrap .navbar-collapse.mobile_side_menu {
        height: 100% !important;
    }

    .ul_mobile.menu_child_sub.active,
    .ul_mobile.menu_child_sub1.active,
    .ul_mobile.menu_child_sub2.active {
        display: inline !important;
    }

    .sub-menu-wrap {
        display: none;
    }

    .menu-item_test {
        margin-left: 30px;
        padding: 5px;
    }

    .footer_top .row {
        gap: 20px;
    }

    #navCatContent li a i {
        display: none;
    }

    .section_featured {
        /* background: #ffff !important; */
        padding: 40px 0 !important;
    }

    .slick-next {
        right: 0 !important;
    }

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

    .section_whyus .icons {
        display: none;
    }

    .section_whyus .widget {
        flex-wrap: wrap;
    }

    .menu_footer_top {
        display: none;
    }

    #categories_id {
        margin-top: 0;
    }

    .intron_post .nav-pills .nav-link p,
    .intron_post .nav-pills .nav-link.active p {
        font-size: 11px;
        padding: 12px;
    }

    .grid-col-3,
    .grid-col-2 {
        grid-template-columns: 1fr;
        gap: 20px !important;
    }

    .section_news .slick-dots li button, .section_service .slick-dots li button{
        background: #2299795e;
        border-radius: 50%;
        width: 15px;
        height: 15px;
    }

    .section_news .slick-dots li.slick-active, .section_service .slick-dots li.slick-active{
        background: var(--color-1st);
        border-radius: 50%;
        width: 15px;
        height: 15px;
    }

    .section_service::before {
        content: normal;
    }

    .carousel-inner .slick-dots {
        bottom: 10% !important;
    }

    .carousel-inner .titles {
        /* justify-content: center !important; */
        text-align: center;
    }

    .carousel-inner .titles {
        left: 0;
    }

    .bottom_footer * {
        text-align: center;
    }

    .link_footer {
        justify-content: center !important;
    }

    .whitebox-cover .noidung {
        grid-template-columns: 1fr;
    }

    .shop_container .grid-col-3 {
        grid-template-columns: 1fr 1fr !important;
    }

    .carousel-inner .titles .text {
        max-width: 330px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.25);
        /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
        backdrop-filter: blur(10px);
        border-radius: 10px;
        border: 1px solid rgba(white, 0.08);
        /* // filter: blur(var(--blur)); */
        /* // border-radius: 32px; */
        filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.30));
    }

    .header_wrap .right {
        display: none;
    }

    .hidden-mobile {
        display: none !important
    }

    #navCatContent {
        height: 100vh !important;
        overflow: hidden !important;
        overflow-y: scroll !important;
    }

    #navCatContent li a img {
        max-width: 25px;
    }

    .main-menu .side_navbar_toggler span,
    .main-menu .pr_search_icon a {
        color: #fff;
    }

    .section_products .heading_s1 {
        margin-bottom: 25px;
        background-image: linear-gradient(to right, #673092, #9c33d6);
        padding: 8px 0;
        border-radius: 10px;
    }

    #navCatContent .mobile_side_menu {
        display: block;
        left: 0;
        position: relative;
    }

    #navCatContent ul {
        background: unset;
    }

    .product_search_form_mobi {
        display: block;
        z-index: 1000;
        position: relative;
    }

    #filter_categories .sidebar {
        position: fixed;
        top: 50px;
        right: 0;
        background: #fff;
        transform: translateX(1000px);
        transition: all .4s ease;
        z-index: 1300;
        height: 80vh;
        /* overflow-y: auto; */
        overflow-x: visible;
    }

    #filter_categories.show .sidebar {
        transform: translateX(0);
        border: 1px solid #ddd;
        overflow: hidden auto;
        padding: 20px;
    }

    .order-first #btn-sidebar {
        display: block !important;
        right: -24px;
        top: 30%;
        transform: rotate(-90deg);
        z-index: 1500;
        border-radius: 0;
    }

    .categories_btn .linearicons-menu {
        display: block
    }

    .addThis_listSharing.right.animate ul {
        display: grid;
        gap: 5px;
    }

    #app {
        overflow: auto hidden;
    }

    .categories_wrap>.categories_btn.d-block i {
        font-size: 33px;
    }

    .bottom_header .categories_wrap>.categories_btn {
        display: none !important;
    }

    .categories_wrap>.categories_btn {
        background-color: unset;
        color: #ff9a1f;
    }

    .cover-full-menu,
    .product-categories {
        display: none !important;
    }

    .grid-col-5 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    #slider-part {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
        gap: 10px;
    }

    .categories_list>li {
        max-width: unset;
        min-width: unset;
    }

    .section_cats {
        padding-bottom: 0 !important;
    }

}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}

@media (max-width:769px) {
    
    .fancybox-content{
        width: 77vh !important;
        height: 51% !important;
        transform: rotate(90deg) translate(-567px, 205px);
        top: 0;
        left: 0;
        max-width: unset !important;
        vertical-align: unset !important;
    }

    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }

    .blog-slider__item {
        flex-direction: column;
    }

    .nav_block .contact_detail .contact-phone,
    .nav_block .contact_detail span.name {
        display: none !important
    }

    .nav_block .contact_detail .btn-login {
        padding: unset !important;
        background: unset !important;
        box-shadow: unset;
    }

    .nav_block .contact_detail i {
        font-size: 28px;
        color: #fff;
    }

    .contact_detail span {
        display: none;
    }

    .contact_detail>li {
        padding: 5px !important;
        box-shadow: unset !important;
    }

    .grid-col-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .cart_btn i {
        display: none;
    }
}

.contact_form_con .field_form .form-control {
    height: auto;
    border-radius: 10px;
    padding: 8px 15px
}

@media (max-width: 480px) {

    .fancybox-content{
        transform: rotate(90deg) translate(-567px, 177px);
    }

    .section_categories .grid-col-5,
    .section_whyus .grid-col-2-80,
    .section_whyus .grid-col-4,
    .grid-col-product,
    .section_news .grid-col-2,
    .shop_container .grid-col-3 {
        grid-template-columns: minmax(0, 1fr) !important
    }

    .grid-col-920-1 {
        grid-template-columns: minmax(0, 1fr) !important
    }

    .section_categories .grid-col-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        padding: 10px;
    }

    .product-image.d-grid {
        grid-template-columns: minmax(0, 60px) 1fr;
        gap: 10px;
    }

    .section_products .d-grid,
    .related-box .d-grid,
    .section_whyus .grid-col-3,
    .grid-col-4,
    .grid-col-5,
    .section_categories .section__content.d-grid,
    .sub-slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .section_categories .d-grid,
    .product_header_info .grid-col-2 {
        grid-template-columns: minmax(0, 1fr);
    }

    .section_categories .item {
        box-shadow: 3px 2px 8px 1px #e4e4e4d6;
        background: rgb(248, 247, 247);
        background: linear-gradient(180deg, rgb(220 251 235 / 28%) 0%, rgb(208 254 230) 100%);
    }

    .section_products .d-grid .product_wrap.cat,
    .header_wrap.nav-fixed .bottom_header .navbar-brand {
        display: none !important;
    }

    .categories_btn {
        background-color: #fff;
        color: var(--color-1st);
        display: block !important;
        font-weight: 600;
    }

    .categories_btn.close i {
        color: var(--color-1st);
    }

    .categories_wrap>.categories_btn.d-block {
        display: block !important;
        background-color: unset;
        padding: 0;
    }

    .shop_container .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* .section_whyus{
        padding-top: 0 !important;
    } */
    .section_whyus .content * {
        font-size: 10px;
        line-height: 12px;
        font-weight: 500;
    }

    .section_whyus .content {
        top: 20px;
        max-width: 87px;
        right: 5px;
    }

    .product_price {
        font-size: 16px;
    }

    .section_newsletter .newsletter_form2 {
        width: 100% !important;
    }

    .newsletter_text_custom p {
        font-size: 23px;
    }

    .navbar-brand {
        padding: 0;
    }

    .pr_search_trigger {
        box-shadow: 0 0 2px 1px;
        /* padding: 5px 7px 0; */
    }

    .product_search_form {
        top: 116px;
        bottom: unset;
        padding: 14px;
        position: fixed;
        width: 86%;
    }

    .product_header_info .sub-l3 a {
        font-size: 14px;
    }

    #product_img,
    .zoomContainer {
        pointer-events: none;
    }

    .dropdown-item.nav-link.nav_item:active {
        background-color: rgb(105, 105, 105) !important
    }

    .mega-menu-col .dropdown-menu.show {
        background-color: #e5e5e5;
    }

    .section_categories .section-header {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        flex-grow: 1;
        width: 100%;
    }

    .section_categories .nav-pills {
        justify-content: center !important;
    }

    .section_tags ul a {
        padding: 5px 15px;
    }

    .breadcrumb-cover {
        overflow: scroll;
    }

    .breadcrumb-cover .breadcrumb {
        flex-wrap: nowrap;
        width: max-content;
    }

    .middle-header {
        padding: 0;
    }

    .nav_style5.owl-theme .owl-nav .owl-next,
    .nav_style5.owl-theme .owl-nav .owl-prev {
        opacity: 1;
        border-radius: 50%;
        background: #ffffff7a;
    }

    .nav_style5.owl-theme .owl-nav .owl-prev,
    .nav_style5.owl-theme .owl-nav .owl-next {
        display: none;
    }

    .section_tags ul a,
    .widget_title,
    .page-title-mini .breadcrumb li {
        font-weight: 500
    }

    .categories_list {
        gap: 13px;
    }

    .categories_list>li {
        font-size: 12px;
        max-width: 105px;
        min-width: 105px;
    }

    .categories_list li img {
        margin: 0 auto;
    }

    .categories_list li span {
        font-size: 13px;
    }

    .product-categories-cover {
        padding-top: 25px;
    }

    .section_categories h2 {
        font-size: 21px;
        font-weight: 600;
    }

    .section_categories .nav-link {
        font-size: 11px;
        padding: 4px;
        border-radius: 7px;
    }

    .section_categories .container {
        padding: 20px 10px;
    }

    #app .section:not(.section_banner) .container {
        padding: 0;
        padding-right: 15px;
        padding-left: 15px;
        background: unset;
        box-shadow: unset;
    }

    .blog_post {
        background-color: #fff;
    }

    /* #app .section:not(.section_banner):not(.section_cats) .container, .whitebox-cover {
        padding: 20px 15px;
        margin: 0 10px;
    } */
    .product-meta {
        row-gap: 7px !important;
    }
}

@media (max-width: 390px) {
    .cart-product-quantity span {
        display: none;
    }
}



/* thêm slider */
.blog-slider {
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    /* height: 400px; */
    transition: all .3s;
}

.blog-slider__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: .3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

@for $i from 0 to 15 {
    *:nth-child(#{$i + 1}) {
        transition-delay: $i * 0.1 + 0.3s;
    }
}

.blog-slider__item .swiper-button-prev {
    top: 0;
    /* transform: rotate(90deg) !important; */
    background-image: unset;
}

.blog-slider__item .swiper-button-next {
    background-image: unset;
    bottom: 0;
    top: unset;
    left: 0;
    right: unset;
    /* transform: rotate(90deg) !important; */
}

.blog-slider__img {
    /* width: 300px; */
    flex-shrink: 0;
    /* height: 300px; */
    background-image: linear-gradient(147deg, #5e9b5080 0%, var(--color-1st) 74%);
    box-shadow: 0px -1px 14px 1px #5e9b5042;
    border-radius: 20px;
    /* transform: translateX(-80px); */
    overflow: hidden;
}

.blog-slider__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(147deg, var(--color-1st) 0%, var(--color-1st) 74%); */
    border-radius: 20px;
    opacity: 0.8;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all .3s;
}

.blog-slider__content {
    padding-right: 25px;
}

.blog-slider__content * {
    opacity: 0;
    transform: translateY(25px);
    transition: all .4s;
}


.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}

.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -100px !important;
    left: 160px !important;
    width: 100%;
    transform: rotate(90deg);
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

.blog-slider__pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}



.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all .3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-1st);
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
