@import url('./theme_css/header_css.css');
@import url('./theme_css/about_css.css');
@import url('./theme_css/muctieu_css.css');
@import url('./theme_css/loi_ich_css.css');
@import url('./theme_css/mobile_css.css');
@import url('./theme_css/blog_css.css');
html,
body {
    width: auto !important;
    /* overflow-x: hidden; */
}

body {
    background-color: #ffff;
}

.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: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

footer *{
    color: #ffff;
}

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

.bottom {
    background: var(--color-3nd);
}

.blog_post .blog_text .dec {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 55px;
    -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
}



.btn_slider {
    border: 0;
    position: absolute;
    bottom: -60px;
    z-index: 2;
    background-color: transparent;
}

.btn_slider.pull-right {
    right: 44%;
}

.btn_slider.pull-left {
    left: 44%;
}

.btn_slider .btn-trong {
    border: 0;
    background-color: var(--color-1st);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

.btn_slider .btn-trong::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 1px solid var(--color-1st);
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background-color: transparent;
}

.btn_slider .btn-trong:hover {
    background-color: var(--color-3nd);
}

.btn_slider .btn-trong:hover::before {
    border: 1px solid var(--color-3nd);
}


.btn_slider i,
.btn_slider span {
    color: #fff;
}


.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: var(--color-3nd);
    line-height: 10px;
}

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

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

#categories_id {
    margin-top: 40px;
    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;
}

.section_loich h3{
    font-size: 20px;
    font-weight: 700;
}

.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;
}

footer a:hover{
    color: #ffff;
}

.btn_new a{
    color: var(--color-3nd);
    display: flex;
    font-weight: 700;
    gap: 20px;
}

.btn_new a svg{
    width: 20px;
    fill: var(--color-3nd);
}

.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;
}

.blog_img {
    position: relative;
}

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

.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;
}

.blog_post {
    background: #fff;
    overflow: hidden;
}

.section h2 {
    color: #000;
    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;
    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;

}

.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;
    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-1st);
    color: #fff;
    pointer-events: none;
}

.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;
    list-style-type: none;
}

.footer_ul li {
    padding: 5px 0;
}

.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;
}

.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 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;
}

.section_news .slick-next {
    right: -10px;
}

.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%;
}

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

.social_icons li a {
    color: #333;
    border-radius: 5px;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 26px;
    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);
    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;
    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%;
    overflow: hidden;
}

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

.section-banner {
    position: relative;
}

.section-banner .owl-nav {
    position: absolute;
    top: 50%;
    left: -45px;
    right: -45px;
    display: flex;
    justify-content: space-between;
}

.section-banner:hover .owl-nav .owl-prev,
.section-banner:hover .owl-nav .owl-next,
.story:hover .owl-nav .owl-next {
    display: flex;
}

.section-banner .owl-nav .owl-prev,
.section-banner .owl-nav .owl-next,
.story .owl-nav .owl-next {
    background-color: transparent !important;
    justify-content: center;
    align-items: center;
    display: none;
}

.section-banner .owl-nav .owl-prev span,
.section-banner .owl-nav .owl-next span,
.story .owl-nav .owl-next span {
    color: var(--color-1st);
    font-size: 35px;

}

.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;
    transition: all .3s ease;
}

.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);
}

.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_post .blog_img a:hover .icon svg {
    transform: translateX(10px);
    transition: all 0.4s;
}

.section-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 30px;
}

.section .slick-prev,
.section .slick-next {
    top: auto;
    bottom: -57px;
    background: var(--color-1st);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.section .slick-prev:after .section .slick-next:after {
    content: "";
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    position: absolute;
    background: transparent;
    border: 1px solid var(--color-1st);
}

.section .slick-prev:hover,
.section .slick-next:hover {
    background-color: var(--color-3nd);
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
}

.section .slick-next:before,
.section .slick-prev:before {
    color: #ffff !important;
}

.shadow.rounded{
    background-color: var(--color-3nd);
}

.section.section_news .slick-next {
    right: 0;
}

.section .slick-prev {
    left: 45%
}

.section .slick-next {
    right: 44%;
}

.section-header-left h2 {
    color: var(--color-1st);
    display: flex;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
}

.form-control {
    border-radius: 0;
}

.from_dangky {
    display: grid !important;
    align-items: center;
}

.from_dangky .btn {
    background: var(--color-3nd);
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.top_footer .noidung_ul {
    display: flex;
    gap: 20px;
}



.slider_post:not(.slick-initialized),
.video_bottun:not(.slick-initialized),
.service_item:not(.slick-initialized),
.activityof:not(.slick-initialized) {
    display: none !important
}


.cskh {
    font-size: 36px;
    color: var(--color-3nd) !important;
    font-weight: 700;
}

.top_footer .noidung_ul a:hover {
    background-color: var(--color-3nd);
    border: 1px solid var(--color-3nd);
}

.top_footer .noidung_ul a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-1st);
    color: #fff;
    transition: all 0.4s;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid var(--color-1st);
    box-sizing: border-box;
}

.top_footer .noidung_ul .icon i,
.noidung_ul .icon svg {
    color: #ffff !important;
    fill: #fff !important;
    width: 25px
}
.top_footer {
    background-color: var(--color-4nd);
}

.top_footer .title .hinhanh {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.top_footer .title {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    justify-content: center;
    align-items: start;
    gap: 20px;
}

.top_footer .title .logo p{
    text-align: left;
}

.from_dangky .btn svg {
    width: 17px;
    fill: #fff;
}

.from_dangky .btn .icon {
    margin-bottom: 0;
}

.top_footer {
    padding: 20px 0;
}

.top_footer .block-contact i {
    font-size: 35px !important;
}

.top_footer a:hover {
    color: #ffff !important;
}

.section-header-left h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 20%;
    height: 4px;
    background-color: var(--color-1st);
}

.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;
}

.blog_post:hover .btnnew {
    background-color: #da7906;
}

.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;
}

#app .section {
    padding: 100px 0;
}

#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;
}

.boder_news {
    border-radius: 20px;
    overflow: hidden;
}

.boder_news .section_contact_left {
    padding: 20px;
    background-color: transparent;
}

.boder_news .section_contact_right {
    padding: 20px;
    background-color: var(--color-3nd);
    border-radius: 20px;
}


.boder_news .section_contact_left .form-control {
    background-color: transparent !important;
    color: #fff;
    border: 0;
}

.btn_lienhe button:hover {
    color: #fff;
}

.boder_news .section_contact_left .form-group {
    border: 1px solid #ffff;
}

.boder_news .section_contact_left .form-group .icon {
    background-color: transparent;
}

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

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

.blog_post:not(.box_shadow1) {
    display: grid !important;
    gap: 20px;
    grid-template-columns: 1fr 1.5fr;
}

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

.section_contact .video-item .video {
    margin: 10px;
}

.section_contact .video-item .video img {
    overflow: hidden;
    border-radius: 10px;
}

.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;
}

.dangkynhantin_groud{
    border: 1px solid #eee;
}

.secton_doitac{
    padding: 20px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.secton_doitac h2 {
    color: #fff;
    text-transform: uppercase;
}

.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;
}



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


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

.banner2 .noidung {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    justify-content: center;
}

.noidung h2 {
    color: #ffff;
}

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

.btn_button .icon svg {
    fill: #ffff;
    width: 20px;
}

.btn_button a {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--color-3nd);
    font-size: 20px;

    gap: 20px;
}

.btn_button a p {
    margin-bottom: 0;
    color: #fff;
}

.banner2 .noidung a .icon {
    margin-bottom: 0;
}

.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;
}

.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;
}

.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;
    box-shadow: 2px 2px 1px 0 #3636368f;
}

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

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

.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_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;
}

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

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

.carousel-inner .titles a {
    color: #fff;
}

.activityof .owl-stage {
    padding-left: 0 !important;
}

.activityof .owl-nav .owl-prev {
    display: none;
}

.activityof .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
}

.activityof {
    position: relative;
}

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

}

.home-project-slider {
    float: left;
}

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

.dichvu .activityof.owl-carousel .owl-stage-outer {
    float: left !important;
}

.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;

}

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

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

.post_link .item.odd {
    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-1st);
}

#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: 40px 0;
}

.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;
}

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

.btn_dichvu a {
    background-color: var(--color-1st);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.btn_dichvu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}

.btn_dichvu a * {
    color: #fff;
}

.btn_dichvu a span {
    padding: 10px 20px;
}

.btn_dichvu a .icon {
    margin-bottom: 0;
    background-color: var(--color-3nd);
    padding: 10px 20px;
}

.btn_dichvu a .icon i {
    font-size: 18px
}

.menu_footer .icon i{
    font-size: 10px;
}

.menu_footer{
    list-style-type: none;
}

.section-header h2 {
    position: relative;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--color-2nd);
    padding-left: 95px;
}

.section-header h2::before {
    position: absolute;
    left: 18px;
    top: 15px;
    height: 3px;
    width: 60px;
    background-color: var(--color-3nd);
    content: "";
}


.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;
}

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

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

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

.section_service .container .item .hinhanh {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 5px 0;
}

.section_activityof {
    background-color: #ffff;
}

.activityof .hinhanh .title h3 {
    margin-bottom: 0;
}

.activityof .hinhanh {
    position: relative;
}

.section-conso .section-headers {
    width: 100%;
    margin-bottom: 82px;
    text-transform: uppercase;
}

.activityof .hinhanh .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    background-color: var(--color-1st);
    color: #fff;
    padding: 20px;
    justify-content: center;
}

.container .item .hinhanh {
    overflow: hidden;
    transition: all .3s;
}

.section_service .container .item .hinhanh:hover img,
.container .item .hinhanh:hover img {
    filter: brightness(0.6) blur(0px);
}

.container .item .hinhanh img {
    border-radius: 10px;
    overflow: hidden;
}

.section_services .hinhanh .title {
    top: 0;
}

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

.section_services .breadcrumb {
    justify-content: center;
}

.posts_chlid {
    display: grid;
    grid-template-columns: 2.7fr 1fr;
    gap: 20px;
}

.truncate-3 {
    margin-bottom: 0;
}

.section_post .section_header {
    margin-bottom: 20px;
}
.breadcrumb{
    justify-content: center;
}

.section_post .container {
    border-bottom: 1px solid #dddd;
}

.posts_chlid_left .image img {
    width: 100%;
}

.section_post .posts_new .decs,
.section_post .posts_new .title,
.section_post .posts_chlid .decs,
.section_post .posts_chlid .title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.section_post .posts_new .title,
.section_post .posts_chlid .title{
    font-weight: 700;
}

.section_post .posts_new .post_itron,
.section_post .posts_chlid .post_itron {
    padding: 20px 0;
}

.activityof .hinhanh:hover .title {
    background-color: #a51d21 !important;
}

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

.posts_new .post{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0px 0px 20px rgba(0,0,0,0.07);
    --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.posts_new .post:hover{
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    --tw-shadow-colored: 0px 0px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.activityof .hinhanh .title * {
    color: #fff !important;
}

.intro {
    position: relative;
    z-index: 1;
}

.section-conso {
    position: relative;
    z-index: 1;
    margin-top: -80px;
    background-color: var(--color-1st);
    padding-bottom: 30px;
}

.section-conso * {
    color: #ffff !important;
}

.product_search_form1 .form-control {
    background-color: var(--color-1st);
}

.section_featured {
    padding-bottom: 100px;
}

.image_bottun {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 245px;
}

.boxungnoidung {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 20px;
    margin-top: -194px;
    transform: translateY(-177px);
    
}

.boxungnoidung .noidung .tieude h3{
    font-size: 20px;
}

.section_featured .intro .decs{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 6;
    height: 159px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.btn_lienhe button i {
    background-color: #fff;
    color: var(--color-3nd);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.btn_lienhe button i::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    background-color: transparent;
    border: 1px solid #fff;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}

.btn_lienhe button {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 20px;
    justify-content: center;
}

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

.product_search_form1 .form-control:focus {
    background-color: var(--color-1st);
}

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

.btn_post {
    display: flex;
    justify-content: flex-start;
    margin: 20px;
}

.top_footer h4 {
    color: var(--color-1st);
    margin-bottom: 20px;
}

.btn_post a {
    background-color: var(--color-3nd);
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffff;
}

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


.section_services .container .item .title {
    background-image: linear-gradient(360deg, #ffffff00, var(--color-1st));
}

.section_service .container .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.container .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    align-items: stretch;
    align-content: space-between;

}




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

.container .item .title .text {
    padding: 40px 20px 10px;
}

.section_service .container .item .title .text {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    background: #201f1fc7;
    border-radius: 10px;
}

.container .item .title .text h3 a {
    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-1st);
    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-3nd);
    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;
}

.number {
    position: relative;
    color: red;
    font-size: 18px;
    font-weight: 700;
}

.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;
}

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

.intro_pro {
    display: flex;
    gap: 20px;
    justify-items: center;
    flex-wrap: wrap;
}

.posts_item .item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 50px 0;
}

.posts_item .post.even .item .noidungd{
    grid-row: 1;
    grid-column: 2;
}

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

.tieudetop {
    margin: 10px;
}

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

.service_item .item .col {
    position: absolute;
    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%;
}

footer .widget_title h3 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

footer .widget_title h3::before {
    position: absolute;
    content: "";
    background-color: var(--color-3nd);
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 0;
}

.bottom .container,
.bottom .container .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chiduong i {
    font-size: 30px;
    color: var(--color-1st);
}

.bottom .container .right {
    gap: 20px;
}


.gr-btn-social-scroll {
    position: fixed;
    bottom: 130px;
    right: 18px;
    z-index: 99999;
    opacity: 0;
    transition: all 0.8s;
    transform: scale(0);
    z-index: 2;
}

.gr-btn-social-scroll a {
    position: relative;
    transition: all 0.4s;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125) !important;
    border-radius: 100px;
    opacity: 0.8;
    z-index: 2;
    margin-bottom: 12px;
    animation: wobble 5s ease-in-out infinite;
}

.gr-btn-social-scroll a:nth-child(1) {
    position: relative;
    transition: all 0.4s;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125) !important;
    border-radius: 100px;
    opacity: 0.8;
    z-index: 2;
    margin-bottom: 12px;
    animation: wobble 6s ease-in-out infinite;
}

.gr-btn-social-scroll a:nth-child(2) {
    position: relative;
    transition: all 0.4s;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125) !important;
    border-radius: 100px;
    opacity: 0.8;
    z-index: 2;
    margin-bottom: 12px;
    animation: wobble 7s ease-in-out infinite;
}

.gr-btn-social-scroll a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 4px;
    bottom: 4px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    animation: ripple12 1.6s ease-out infinite;
    opacity: 1;
    background-color: #bdbcbc;
}


@keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

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

@media (max-width: 375px) {
    .gr-btn-social-scroll a img {
        width: 48px;
    }

    .gr-btn-social-scroll {
        position: fixed;
        bottom: 104px;
        right: 28px;
        z-index: 99999;
        opacity: 0;
        transition: all 0.4s;
    }

}



.gr-btn-social-scroll a:hover {
    transform: translateX(10px);
    transition: all 0.4s;
    box-shadow: none !important;
    opacity: 1;
}

@-webkit-keyframes ripple12 {
    0% {
        transform: scale(0);
        opacity: 1;
    }

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


.show-icon {
    transform: scale(1);
    opacity: 1;

}

.bottom .container p {
    margin-bottom: 0;
}

.noidung_ul .icon {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn_phone,
.btn_phone:hover {
    background: var(--color-1st);
    color: #ffff;
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-align: center;
}

.widget_content .image img {
    width: 100%;
}

.bottom_footer .noidung_ul .icon svg {
    width: 25px;
    fill: #ffff !important;
}

.noidung_ul .icon i {
    color: #fff;
}

.noidung_ul li {
    padding-bottom: 10px;
}

.noidung_ul {
    list-style-type: none;
    padding-left: 0;
}

.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);
}

.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:focus {
    height: auto !important;
}

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

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

.boxungnoidung .noidung {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 10px;
    align-items: center;
}

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

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

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

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

.field_form .form-control {
    border-radius: 0;
}

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

.form-control {
    background-color: transparent;
    border: 0;
}

.form-group {
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.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: 40px;
}

.right .menu li {
    position: relative;
}

.right .menu li::before {
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--color-1st);
    content: "";
    bottom: 15px;
    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 {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--color-1st);
    content: "";
    bottom: 15px;
}

@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;
    }

    #main_navbar {
        display: none
    }

    .categories_wrap,
    .cover-menu {
        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 .description {
    padding-left: 20px;
    border-left: 1px solid #efefef;
}

.posst_netx .bread {
    background: transparent;
}


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

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

.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%);
    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 {
    text-align: center;
    background-color: var(--color-1st);
    display: grid;
    align-items: center;
    width: 50px;
    border-radius: 10px;
    position: absolute;
    justify-content: center;
    height: 50px;
    bottom: 10px;
    right: 10px;
}

.btnnew * {
    color: #ffff;
    fill: #fff;
}

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

.btnnew a {
    font-size: 14px;
    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;
}

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

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

}

.section_activityof {
    overflow: hidden;
}

.pc {
    display: block !important;
}

.pr_search_trigger:hover {
    color: #ffff;
}

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

.section_service {
    padding: 100px 0 ;
}

.container .item .title .text h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1000px) {
    .categories_btn {
        display: none !important;
    }
}


.section_news .post_intro {
    padding: 20px;
}

.section_news .post_intro .title {
    margin-bottom: 20px;
}

.section_news .post_intro .title,
.section_news .post_intro .decs {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.section_news .post {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    overflow: hidden;
}
