@charset "UTF-8"; 
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;family=Roboto+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&amp;display=swap');

main {
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 15px
}

main .swiper-button-prev,main .swiper-button-next {
    width: 30px;
    height: 40px;
    background-color: #3c3c3c;
    opacity: .8
}

main .swiper-button-next:after,main .swiper-button-prev:after {
    font-size: 20px;
    color: #fff
}

img {
    max-width: 100%
}
header .gauto-header-top-area {
    background: #3c3c3c none repeat scroll 0 0;
    color: #eee;
    margin-bottom: 10px
}

header .gauto-header-top-area .header-top-left {
    padding: 10px 0;
    position: relative;
    z-index: 1
}

header .gauto-header-top-area .header-top-left p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    top: 5px;
    margin-bottom: 0
}

header .gauto-header-top-area .header-top-left:before {
    background: #1464f4 none repeat scroll 0 0;
    content: "";
    height: 120%;
    position: absolute;
    right: 20%;
    top: 0;
    -webkit-transform: skewX(45deg);
    transform: skew(45deg);
    width: 2030px;
    z-index: -1
}

header .gauto-header-top-area .header-top-right {
    padding: 10px 0;
    text-align: right
}

header .gauto-header-top-area .header-top-right a {
    color: #eee;
    margin-right: 13px;
    text-transform: capitalize;
    text-decoration: none
}

header .gauto-main-header-area {
    padding: 15px 0
}

header .gauto-main-header-area .header-promo {
    align-content: center
}

header .gauto-main-header-area .header-promo-info {
    color: #555
}

header .gauto-main-header-area .header-promo-info h3,header .gauto-main-header-area .header-promo-info .h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 700;
    color: #1464f4
}

header .gauto-main-header-area .header-promo-info p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500
}

header .gauto-main-header-area .header-action {
    text-align: right
}

header .gauto-main-header-area .header-action img {
    object-fit: contain;
    height: 105px;
    margin-top: -10px
}

.main-nav {
    background: linear-gradient(45deg, #1464f4 70%, #012c5f 30%);
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav .navbar-brand {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 30px
}

.main-nav .nav-link {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 25px!important;
    padding-right: 25px!important
}

.navbar-nav .nav-link.active, 
.navbar-nav .show>.nav-link {
    color: #fff;
    background: #012c5f;
}

.main-nav .btn-dangky {
    color: #fff;
    background-color: transparent;
    background-image: url('../images/icon-oto.png');
    background-position: 10px center;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 0;
    position: relative;
    border: none;
    padding-right: 0px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
}

/* 
nav.main-nav:after{
    content: "";
    background: #ffeb14 none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: -36px;
    -webkit-transform: skewX(45deg);
    transform: skew(45deg);
    transition: all .4s ease 0s;
    width: 25%;
    top: 0;
}

.main-nav .btn-dangky:before {
    content: "";
    width: 0;
    height: 0;
    color: #1464f4;
    border-top: 48px solid #ffeb14;
    border-left: 48px solid transparent;
    position: absolute;
    right: 100%;
    top: 0
}

.main-nav .btn-dangky:after {
    content: "";
    background: #ffec4f none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
} */

.main-nav .dropdown-menu {
    min-width: 250px;
    background-color: #fff;
    border-radius: 0
}

/* .nav-item.dropdown:hover .dropdown-menu{
    display: block!important;
} */

.main-nav .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1464f4
}

.main-nav .dropdown-menu .dropdown-item:hover,.main-nav .dropdown-menu .dropdown-item:focus {
    background-color: #1464f4;
    color: #fff
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

.site-heading .site-title-tagline {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 17px;
    font-weight: 700;
    color: #1464f4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.site-heading .site-title-tagline i {
    line-height: 0;
    font-size: 21px
}

.site-heading .site-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
    color: #3c3c3c;
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.site-heading .site-title span {
    color: #1464f4
}

.site-heading .heading-divider {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid #1464f4;
    width: 90px;
    height: 4px
}

.site-heading .heading-divider:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0;
    background-color: #fff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear
}

.dongxe {
    margin-bottom: 50px
}

.dongxe .single-offers {
    border: 1px solid #e6e6eb;
    padding: 10px;
    text-align: center;
    height: 100%;
}

.dongxe .single-offers .offer-image {
    display: block;
    margin: 0 auto
}

.dongxe .single-offers .offer-image img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.dongxe .single-offers .offer-text {
    margin-top: 20px
}

.dongxe .single-offers .offer-text .title {
    font-size: 20px;
    font-weight: 500;
    /* text-transform: uppercase */
}

.dongxe .single-offers .offer-text .title a {
    color: #3c3c3c;
    text-decoration: none
}

.dongxe .single-offers .offer-text .price {
    color: #3c3c3c;
    font-size: 18px;
    margin-top: 8px;
    text-transform: capitalize;
    font-weight: 700
}

.dongxe .single-offers .offer-text .price span {
    color: #1464f4;
    font-size: 16px;
    text-transform: capitalize
}

.dongxe .single-offers .offer-action {
    background: #002c5f none repeat scroll 0 0;
    margin: 25px auto 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 1
}

.dongxe .single-offers .offer-action a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px 8px;
    /* text-transform: uppercase; */
    width: 47%;
    text-decoration: none;
    text-align: left
}

.dongxe .single-offers .offer-action .offer-btn-2 {
    text-align: right;
    font-size: 16px;
    font-weight: 600
}

.dongxe .single-offers .offer-action:after {
    content: "";
    height: 100%;
    position: absolute;
    right: -36px;
    -webkit-transform: skewX(40deg);
    transform: skew(40deg);
    transition: all .4s ease 0s;
    width: 66%;
    z-index: -1
}

.dongxe .single-offers .offer-action:after,.dongxe .single-offers .offer-action:hover {
    background: #1464f4 none repeat scroll 0 0
}

.call-box {
    background: no-repeat scroll 0 0/cover;
    border-radius: 5px;
    padding: 50px 0;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 50px
}

.call-box .call-box-inner {
    margin: 0 auto;
    width: 70%
}

.call-box .call-box-inner h2,.call-box .call-box-inner .h2 {
    color: #fff;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: all .4s ease 0s
}

.call-box .call-box-inner h2 span,.call-box .call-box-inner .h2 span {
    color: #ec3323
}

.call-box .call-box-inner p {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.call-box .call-box-inner .call-number {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.call-box .call-box-inner .call-number .call-icon {
    color: #fff;
    font-size: 50px;
    margin-right: 30px
}

.call-box .call-box-inner .call-number .call-text {
    text-align: left
}

.call-box .call-box-inner .call-number .call-text p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 0
}

.call-box .call-box-inner .call-number .call-text .call-text p {
    color: #e04639;
    font-size: 17px;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 0
}

.call-box .call-box-inner .call-number .call-text h4,.call-box .call-box-inner .call-number .call-text .h4 {
    color: #eee;
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 700
}

.call-box .call-box-inner .call-number .call-text h4 a,.call-box .call-box-inner .call-number .call-text .h4 a {
    text-decoration: none
}

.call-box:after {
    background: rgba(0,0,0,.8) none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.khachhangSwiper .item-khachhang img {
    height: 400px;
    width: 100%;
    object-fit: cover
}

.form-lienhe .form-control {
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0
}

.form-lienhe textarea.form-control {
    height: auto
}

.form-lienhe button {
    height: 50px;
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500
}

.link-yeucau {
    background-color: #3c3c3c;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    line-height: 70px;
    text-transform: uppercase
}

.link-yeucau .icon {
    background-color: #1464f4;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    position: relative;
    line-height: 85px;
    margin-right: 30px
}

.link-yeucau .icon i {
    font-size: 30px
}

.link-yeucau .icon:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    border: 1px solid #fff;
    z-index: 1;
    border-radius: 50%;
    left: 10%;
    top: 10%
}

.link-yeucau:hover {
    color: #fff;
    background-color: #464646;
    box-shadow: 1px 1px 10px 1px #3e3d3d
}

.home-blog-featured{
     background: #eaeaea;
}

.ts-latest-post:not(:last-child){
    margin-bottom: 5px
}

.ts-latest-post .post-image img {
    height: 147px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.ts-latest-post.post-first .post-image img {
    height: 394px;
    width: 100%;
    object-fit: cover
}

.ts-latest-post .post-body {
    position: relative;
    padding: .75rem;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ts-latest-post.post-first .post-body{
    padding: 0px;
}

.ts-latest-post .post-body .post-date {
    position: absolute;
    left: 0px;
    width: 42px;
    height: 54px;
    background: #ee3131;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    top: 0px
}

.ts-latest-post .post-body .post-date .day {
    border-bottom: 1px solid #f15a5a;
    padding-bottom: 3px;
    font-size: 18px
}

.ts-latest-post .post-body .post-date .month {
    font-size: 12px;
    display: block
}

.ts-latest-post .post-body .post-date:before {
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: #1464f4 #f7f7f7;
    border-width: 28px 0px 0px 45px;
    border-style: solid;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ts-latest-post .post-body .post-title {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 85px;
}

.ts-latest-post .post-body .post-title:after{
    content: "";
    border-bottom: 2px solid #eaeaea;
    height: 10px;
    width: 20%;
    display: block;
}

.ts-latest-post.post-first .post-body .post-title{
    font-size: 18px;
}

.ts-latest-post .post-body .post-title a {
    color: #101010;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

.ts-latest-post .post-body .post-text {
    margin-bottom: 10px;
    font-size: 13px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ts-latest-post .post-body .readmore {
    font-size: 14px;
    line-height: 22px;
    color: var(--bs-link-color);
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    text-transform: uppercase;
    text-decoration: none
}

.ts-latest-post .post-body .readmore i {
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #696969;
    border-radius: 50%;
    line-height: 18px;
    margin-left: 6px;
    font-size: 12px
}

footer .footer-middle{
    background: #002c5f;
    padding-top: 20px;
    /* padding-bottom: 20px; */
}

footer .footer-copyright{
    background: #fff;
    color: #1364f3;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
    transition: all .4s ease 0s;
    padding: 10px 0px;
}

footer .footer-copyright .text-left:after{
    content: "";
    background: #1464f4 none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: -36px;
    -webkit-transform: skewX(135deg);
    transform: skew(135deg);
    transition: all .4s ease 0s;
    width: 25%;
    top: 0;
}

footer {
    position: relative;
    font-size: 1.1em;
    color: #fff
}

footer .title_f {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
    font-size: 20px;
    margin-bottom: 30px
}

footer .lien-he-f {
    position: relative;
    z-index: 10
}

footer .lien-he-f ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

footer .lien-he-f ul li {
    display: flex;
    line-height: 1.6em;
}

footer .lien-he-f ul li .icon {
    width: 30px;
    height: 30px;
    background-color: #3c3c3c;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px
}

footer ul li .icon i {
    font-size: 13px
}

footer ul li a {
    color: #fff;
    text-decoration: none
}

footer .content-f {
    position: relative;
    z-index: 10
}

footer .content-f ul {
    list-style: none;
    padding: 0;
    position: relative
}

footer .content-f ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px
}

footer .content-f ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300
}

footer .content-f ul li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid rgb(253,253,253);
    border-bottom: 5px solid transparent;
    left: 0px;
    top: 5px
}

footer .bando-f iframe {
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 10
}

footer .chantrang {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 13px;
    margin-top: 10px;
    border-top: 1px solid #797878;
    padding-top: 10px
}

footer .chantrang a {
    color: #fff;
    text-decoration: none
}

/* Social Icons */
footer .social-icons {
    margin-left: auto; 
}

footer .social-icon + .social-icon {
  margin-left: 1rem; 
}

footer .social-icon:hover, .footer .social-icon:focus {
  color: #fff;
  background-color: #0e0e0e; 
}

.social-icons{
    display: flex;
    align-items: center;
}

.social-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    /* background-color: var(--main-color); */
    text-decoration: none;
    opacity: 1;
    /* margin-right: 10px ;*/
    border-radius: 50%;
    border: solid 1px;
}

.social-icon:hover, .social-icon:focus{
    opacity: .95;
}

.social-icon.social-facebook {
    color: #fff;
    background-color: #3b5a9a;
}

.social-icon.social-twitter {
    color: #fff;
    background-color: #1aa9e1;
}

.social-icon.social-linkedin {
    color: #fff;
    background-color: #0073b2;
}

.social-icon.social-gplus {
    color: #fff;
    background-color: #dd4b39;
}

.social-icon.social-mail {
    color: #fff;
    background-color: #dd4b39;
}

header .social-icon {
    margin: 0!important;
    color: var(--main-color2);
    background-color: transparent;
    border-left: 1px solid #eee;
}

header .social-icon:last-child {
    border-right: 1px solid #eee;
}

header .social-icon:hover {
    color: #fff;
    background-color: var(--main-color2);
}


.header_page {
    background: url(../images/breadcrumb_bg-1b6c5cfe.jpg);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px
}

.header_page .title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Barlow,sans-serif;
    margin-bottom: 20px
}

.header_page .breadcrumb {
    background-color: #1464f4;
    padding: 5px 20px;
    border-radius: 0;
    position: relative
}

.header_page .breadcrumb .breadcrumb-item {
    color: #3c3c3c;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500
}

.header_page .breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none
}

.header_page .breadcrumb .breadcrumb-item.active {
    color: #fff
}

.header_page .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    position: relative;
    left: -8px;
    top: 8px;
    padding: 0;
    opacity: .6
}

.header_page .breadcrumb:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 33px solid #1464f4;
    border-left: 33px solid transparent;
    position: absolute;
    right: 100%;
    top: 0
}

.header_page .breadcrumb:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 33px solid #1464f4;
    border-right: 33px solid transparent;
    position: absolute;
    left: 100%;
    top: 1px
}

.pagination .page-item .page-link {
    color: #3c3c3c;
    font-weight: 500;
    font-size: 13px
}

.pagination .page-item.active .page-link {
    color: #fff
}

/* footer:after {
    content: "";
    background: rgb(17 54 97 / 90%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
} */

.news-detail .blog-detail-img {
    height: 350px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover
}

.news-detail .chiase a {
    text-decoration: none;
    margin-left: 15px
}

.news-detail .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px
}

.sanphamalbumSwiper .item-album img {
    height: 400px;
    width: 100%;
    object-fit: contain
}

.widget {
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px
}

.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 20px;
    color: #111;
    font-weight: 600
}

.widget .widget-title:before {
    position: absolute;
    content: "";
    width: 15px;
    border-bottom: 3px solid #ef1d26;
    bottom: 0;
    left: 0
}

.widget .widget-title:after {
    position: absolute;
    content: "";
    width: 30px;
    border-bottom: 3px solid #ef1d26;
    bottom: 0;
    left: 22px
}

.widget .search-form {
    position: relative
}

.widget .search-form .form-control {
    padding: 12px 15px;
    border-radius: 0;
    box-shadow: none
}

.widget .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 8px 18px 6px;
    background: 0 0;
    border: none;
    color: #ef1d26
}

.widget .category-list a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #ced4da;
    transition: all .5s ease-in-out;
    text-decoration: none;
    color: #3c3c3c
}

.widget .category-list a i {
    margin-right: 5px;
    color: #ef1d26
}

.widget .category-list a span {
    float: right
}

.widget .recent-post-single {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px
}

.widget .recent-post-single .recent-post-img {
    margin-right: 20px
}

.widget .recent-post-single .recent-post-img img {
    width: 120px;
    border-radius: 8px
}

.widget .recent-post-single .recent-post-bio h6,.widget .recent-post-single .recent-post-bio .h6 {
    font-size: 16px;
    font-weight: 600
}

.widget .recent-post-single .recent-post-bio h6 a,.widget .recent-post-single .recent-post-bio .h6 a {
    color: #3c3c3c;
    text-decoration: none
}

.widget .recent-post-single .recent-post-bio span {
    font-size: 14px;
    color: #ef1d26
}

.widget .recent-post-single .recent-post-bio span i {
    margin-right: 5px
}

footer .widget {
    background: transparent;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    padding: 0px;
}

footer .widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    width: max-content;
    border-bottom: 3px solid rgb(2, 40, 86);
}

footer .widget .widget-title::before {
    position: absolute;
    content: "";
    width: 20px;
    bottom: -2px;
    left: 0px;
    border-bottom: 3px solid rgb(50, 77, 115);
}

footer .widget .widget-title::after {
    position: absolute;
    content: "";
    width: 50px;
    bottom: -2px;
    left: 45px;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    border-bottom: 3px solid rgb(50, 77, 115);
    animation: 5s linear 0s infinite normal none running heading-move;
}

@-webkit-keyframes heading-move {
    0% {
        transform: translate(-1px)
    }

    50% {
        transform: translate(75px)
    }

    to {
        transform: translate(-1px)
    }
}

@keyframes heading-move {
    0% {
        transform: translate(-1px)
    }

    50% {
        transform: translate(75px)
    }

    to {
        transform: translate(-1px)
    }
}

.br-xam {
    background: #fdfdfd
}

.chitiet_sanpham .chitiet_sp_tool {
    margin-top: 30px;
    margin-bottom: 30px
}

.chitiet_sanpham .chitiet_sp_tool .title_product {
    color: #3c3c3c;
    font-weight: 700;
    font-size: 26px
}

.chitiet_sanpham .chitiet_sp_tool .price {
    color: #1464f4;
    font-size: 22px;
    font-weight: 600
}

.chitiet_sanpham .chitiet_sp_tool .btn-dklai {
    background-color: #1464f4;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-right: 20px;
    background-image: url(data:image/webp;base64,UklGRhACAABXRUJQVlA4WAoAAAAQAAAALQAALQAAQUxQSMABAAABkEPbtqk9O7aTzrbT2bZt27Zt27Zt27aN317F86tSRsQE6L9+5XXPvn5y+PXV1rquzcfltS6thw/LJk52OHHRczjsIEeDpiml7bAxvtycB6elJE0a5TUk3grcSLQFVsrl2XA20R7gSEqpMMbnsFiuj4cXUQBVpESXDbBQHo7F9FkqSbHHvYDANvK05i/4MDW5TK/B7dKNW3nYtMRZeCLTZA/x6cf0kmI9xbffE0uL8fE+ZYG57VZH+mBTu0lQbDpdJWVa6NX6XJLqsOlzlEyr//IioplMf0cQaaaMH7i3/6CL+2/xq6DMvxNGDzOtpLdcrc8Jmdcn7C8sa9u0Scu+W4M5784mwvcNaNWkaZs58DcA21ndSB6N3QAHL3I7y3gDe4Hw7+r161d/GuD3j5/2f2MadP3mzes/ICAMiktSug/AtzAcR3wFArNJUqYIQr5BXIMyR0A7JUjoVDWAojIN5c8O2BvLoGTvuSIXD/E9m0xXwbliwLOhHTt37lzzGDwd3Nl+pwE34UL1Tp07dxhwG6ismfh4g9TNT6Ok8Ra7ixR1vchqi8VSU4tW8rCCRW9J6wKMW+N4oaUBxr0J9P8dVlA4ICoAAAAwAwCdASouAC4APpFIn0ulpCKho4gAsBIJaQAAG4G9Pg4AAP74TQAAAAA=);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
    padding: 10px 30px 10px 50px
}

.chitiet_sanpham .chitiet_sp_tool .btn-baogia {
    background-color: #3c3c3c;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding: 10px 30px 10px 50px
}

.chitiet_sanpham .chitiet_sp_tool .btn-baogia i {
    position: absolute;
    font-size: 24px;
    left: 13px
}

.title_chitiet {
    margin-bottom: 30px;
    padding-top: 20px;
    font-weight: 600;
    font-size: 24px
}

.list_thongso {
    padding: 0;
    margin-bottom: 0
}

.list_thongso li {
    list-style: none;
    padding: 5px 0;
    color: #787878;
    font-size: 14px;
    line-height: 24px!important;
    border-bottom: 1px dotted #DDD;
    text-align: right;
    font-weight: 500
}

.list_thongso li span {
    font-weight: 500;
    float: left;
    color: #101010;
    width: 50%;
    text-align: left;
    font-size: 14px;
}

@media (max-width: 575.98px) {
    header .gauto-header-top-area .header-top-left {
        padding-top:5px;
        padding-bottom: 5px
    }

    header .gauto-header-top-area .header-top-left p {
        font-size: 14px
    }

    header .gauto-header-top-area .header-top-left:before {
        right: 20px
    }

    .site-heading .site-title {
        font-size: 24px
    }

    header .gauto-main-header-area .header-promo-info h3,header .gauto-main-header-area .header-promo-info .h3 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    header .gauto-main-header-area .header-promo-info p {
        font-size: 13px
    }
    
    footer .footer-copyright .text-left::after {
        width: 10%;
    }
    
    .mainSwiper img {
        height: 200px;
        width: 100%;
        object-fit: cover
    }

    .navbar-toggler {
        background-color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0
    }

    .navbar-collapse.show {
        display: block!important
    }

    .main-nav .nav-link {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .main-nav .dropdown-toggle:after {
        float: right;
        margin-top: 8px
    }

    .call-box .call-box-inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .call-box .call-box-inner h2,.call-box .call-box-inner .h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px
    }

    .call-box .call-box-inner p {
        font-size: 14px;
        font-weight: 400
    }

    .link-yeucau {
        font-size: 18px
    }

    .link-yeucau .icon {
        width: 70px;
        height: 70px;
        line-height: 80px;
        margin-right: 10px
    }

    .ts-latest-post .post-body {
        padding-left: 10px;
        padding-right: 10px
    }

    .widget {
        padding: 15px
    }

    .chitiet_sanpham .chitiet_sp_tool .price {
        margin-bottom: 20px
    }

    .chitiet_sanpham .chitiet_sp_tool .btn-dklai {
        padding-right: 20px;
        margin-right: 10px;
        font-size: 13px
    }

    .chitiet_sanpham .chitiet_sp_tool .btn-baogia {
        padding-right: 20px;
        font-size: 13px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header .gauto-header-top-area .header-top-left:before {
        right:0
    }

    .main-nav .navbar-nav {
        margin-top: 0!important
    }

    .main-nav .navbar-brand {
        padding-right: 15px!important;
        margin-right: 0;
        font-size: 13px
    }

    .main-nav .nav-link {
        padding-left: 15px!important;
        padding-right: 15px!important;
        font-size: 13px
    }

    .dongxe .single-offers {
        padding: 10px
    }

    .dongxe .single-offers .offer-image {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .dongxe .single-offers .offer-action {
        margin-top: 10px
    }

    .dongxe .single-offers .offer-action a,.dongxe .single-offers .offer-action .offer-btn-2 {
        font-size: 13px
    }

    .call-box .call-box-inner {
        width: 90%
    }

    .call-box .call-box-inner h2,.call-box .call-box-inner .h2 {
        font-size: 24px;
        font-weight: 600
    }

    .call-box .call-box-inner p {
        font-size: 14px;
        font-weight: 400
    }

    .link-yeucau {
        font-size: 16px
    }

    .link-yeucau .icon {
        width: 70px;
        height: 70px;
        line-height: 80px;
        margin-right: 10px
    }

    .ts-latest-post .post-body {
        padding-left: 10px;
        padding-right: 10px
    }

    .khachhangSwiper .item-khachhang img {
        height: 200px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-nav .navbar-brand {
        padding-right:15px!important;
        margin-right: 0
    }

    .main-nav .nav-link {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .dongxe .single-offers {
        padding: 10px
    }

    .dongxe .single-offers .offer-image {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .dongxe .single-offers .offer-action {
        margin-top: 10px
    }

    .dongxe .single-offers .offer-action a,.dongxe .single-offers .offer-action .offer-btn-2 {
        font-size: 13px
    }

    .call-box .call-box-inner h2,.call-box .call-box-inner .h2 {
        font-size: 28px;
        font-weight: 600
    }

    .link-yeucau {
        font-size: 16px
    }

    .link-yeucau .icon {
        width: 70px;
        height: 70px;
        line-height: 80px;
        margin-right: 10px
    }

    .ts-latest-post .post-body {
        padding-left: 10px;
        padding-right: 10px
    }
}


.hotline {
    background-color: #1464f4;
    display: inline-block;
    color: #ffff !important;
    padding-right: 25px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px 30px 30px 30px;
}

.hotline i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #3c3c3c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    margin-right: 15px;
}

.chitiet_sp img, .news-detail img {
    max-width: 100%;
    height: auto !IMPORTANT;
    object-fit: cover;
}

.main-nav .dropdown-menu.dropdown_sp {
    width: 768px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    left: -230px;
}

.chitiet_sanpham table {
    width: 100% !important;
}

.chitiet_sanpham table thead th {
    background-color: #3c3c3c;
    color: #fff;
}

.chitiet_sanpham table tbody td {
    border: 1px solid #ccc;
    font-weight: 600;
}

.product_nav {
    margin-bottom: 26px;
    padding: 10px;
}

.product_nav img {
    height: 80px;
    object-fit: contain;
    transition-duration: 500ms;
}

.product_nav .title {
    font-weight: 600
}

.product_nav .title a {
    color: #000;
    text-decoration: none
}

.product_nav .price {
    color: red;
    font-weight: 500;
    font-size: 15px;
}

.product_nav:hover {
    background: #1264f4;
    border-radius: 5px;
}

.product_nav:hover  .title a,
.product_nav:hover .price{
     color: #fff;
}

.product_nav:hover img{
        transform: scale(1.2);
}

@media (max-width: 575.98px) {
    .main-nav .dropdown-menu.dropdown_sp {
        width: 100%;
    }

    .sanphamalbumSwiper .item-album img {
        height: auto !important;
    }

    .chitiet_sp img {
        max-width: 100%;
        height: auto !IMPORTANT;
        object-fit: cover;
    }
}

/* 
Slide
*/


.owl-carousel-lazy.owl-carousel {
    display: block;
}

.owl-carousel-lazy.owl-carousel .home-slide:first-child, .owl-carousel-lazy.owl-carousel .category-slide:first-child, .owl-carousel-lazy.owl-carousel .owl-item:first-child .home-slide, .owl-carousel-lazy.owl-carousel .owl-item:first-child .category-slide {
    display: flex;
}

.owl-carousel-lazy.owl-carousel:not(.owl-loaded) > *:not(:first-child) {
    display: none;
}

.home-slider {
    position: relative;
    background-color: transparent;
}

.home-slider::after, .home-slider::before {
    border: 2px solid transparent;
    border-image: none;
    border-radius: 50%;
    border-top-color: var(--main-color);
    content: '';
    height: 40px;
    left: calc(50% - 2rem);
    position: absolute;
    top: calc(50% - 2rem);
    width: 40px;
}

.home-slider::before {
    -webkit-animation: spin 1s infinite ease;
    animation: spin 1s infinite ease;
    z-index: 4;
}

.home-slider::after {
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    z-index: 5;
}

.home-slider.loaded::after, .home-slider.loaded::before {
    display: none;
}

.home-slide {
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}

@media only screen and (min-width: 1024px) {
    
.home-slide {
    height: calc(100vh - 80px);
}

}

.home-slide, .category-slide {
    display: flex;
    align-content: center;
}

.home-slide .slide-bg, .category-slide .slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: none !important;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-slide, .home-top-container {
    position: relative;
}

.home-slide::before {
    content: '';
    display: block;
    padding-top: 37.356322%;
    width: 100%;
}

.home-slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 60%;
    padding: 0 3.2rem 1.5rem;
    z-index: 3;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
}

.home-slide-content .h1 {
    color: #fff;
    font-family: Bold;
    font-size: 2.8rem;
    line-height: 1.1;
    letter-spacing: -.06rem;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.home-slide-content h3 {
    font-family: Regular;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: 0;
}

.home-slide-content .btn {
    padding: .7rem 1rem;
    font-weight: 400;
    font-size: 1.3rem;
    min-width: 112px;
    border-radius: .8rem;
}

.home-slide-brand {
    position: absolute;
    bottom: 5%;
    z-index: 1050;
    right: 7.2rem;
}

.home-slide-brand img {
    margin: 0 5px;
}

.home-slider.owl-carousel .owl-nav .owl-prev, .home-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: var(--main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all .3s;
    font-weight: 100;
    transform: translateY(-50%);
}

.home-slider.owl-carousel .owl-nav .owl-prev i, .home-slider.owl-carousel .owl-nav .owl-next i {
    margin-top: -.3rem;
}

.home-slider.owl-carousel .owl-nav .owl-prev i::before, .home-slider.owl-carousel .owl-nav .owl-next i::before {
    margin: 0;
    border-radius: 0;
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    left: 1.2rem;
}

.home-slider.owl-carousel .owl-nav .owl-next {
    right: 1.2rem;
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover, .home-slider.owl-carousel .owl-nav .owl-next:hover, .home-slider.owl-carousel .owl-nav .owl-prev:focus, .home-slider.owl-carousel .owl-nav .owl-next:focus {
    color: var(--main-color);
    border-color: transparent;
    background-color: transparent;
}

.home-slider.owl-carousel .owl-dots {
    display: none;
    position: absolute;
    left: 4.2rem;
    bottom: 2.6rem;
    margin: 0;
    line-height: 0;
}

.home-slider.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 2.4rem;
    height: .3rem;
    background-color: rgba(1, 2, 4, 0.3);
    line-height: 1;
    transition: all 0.15s;
}

.home-slider.owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: .5rem;
}

.home-slider.owl-carousel .owl-dots .owl-dot:hover, .home-slider.owl-carousel .owl-dots .owl-dot:focus {
    background-color: var(--main-color);
}

.home-slider.owl-carousel .owl-dots .owl-dot.active {
    background-color: #010204;
}

@media screen and (max-width: 767px) {
    .home-slide::before {
        padding-top: 53.356322%;
    }
    .home-slide-content {
        top: 38%;
        width: 100%;
        padding: 0 2rem 2rem;
    }
    .home-slide-brand {
        left: 2rem;
    }
    .home-slide-content .h1 {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .home-slide-content h3 {
        font-size: 1.2rem;
    }
}

.owl-carousel .product:not(.product-sm) {
    margin-bottom: 0;
}
.owl-nav-top.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: -35px;
  width: 3rem;
  }
  .owl-nav-top.owl-carousel .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: var(--main-color);
}

.owl-dots-top.owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: -58px;
    margin: 0;
}

.owl-dots-top.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .home-slider.owl-carousel .owl-dots {
        display: block;
    }

    .home-slide-content .h1 {
        font-size: 4rem;
        line-height: 48px;
    }
    
    .home-slide-content p {
        margin-bottom: 4.5rem;
    }
    
    .home-slide-content .btn {
        padding: 1.1rem 2rem;
        font-size: 1.3rem;
        min-width: 132px;
    }

    .banners-group .banner {
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 768px) {
    .home-slider.owl-carousel .owl-dots {
        left: 7.2rem;
        bottom: 3.6rem;
    }

    .home-slide-content {
        padding-left: 7.2rem;
    }

    .side-custom-menu .side-menu-body {
        padding: 1.2rem 2.8rem 2.8rem;
    }
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev, .owl-nav-simple.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #21293c;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all .3s;
    font-weight: 100;
    transform: translateY(-50%);
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i, .owl-nav-simple.owl-carousel .owl-nav .owl-next i {
    line-height: 1;
    margin-top: -.3rem;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i::before, .owl-nav-simple.owl-carousel .owl-nav .owl-next i::before {
    margin: 0;
    border-radius: 0;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev:hover, .owl-nav-simple.owl-carousel .owl-nav .owl-prev:focus, .owl-nav-simple.owl-carousel .owl-nav .owl-next:hover, .owl-nav-simple.owl-carousel .owl-nav .owl-next:focus {
    color: var(--main-color);
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev {
    left: 1rem;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-next {
    right: 1rem;
}


 