html {
  scroll-behavior: smooth;
}

.font-weight-600{
    font-weight: 600 !important;
}

.mt-6,.my-6 {
    margin-top: 4rem !important;
}

.mb-6,.my-6 {
    margin-bottom: 4rem !important; 

}

.mt-7,.my-7 {
    margin-top: 7rem !important;
}

.mb-7,.my-7 {
    margin-bottom: 7rem !important; 

}
.pt-7,.py-7 {
    padding-top: 7rem !important;
}

.pb-7,.py-7 {
    padding-bottom: 7rem !important; 

}
.fa {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.hover-img{
    overflow: hidden;
}
.hover-img img {    
    transform: scale(1);
    transition: all 0.5s;
}
.hover-img:hover img {
    transform: scale(1.1);
}
.fs-15{
    font-size:1.5rem !important
}

.btn-submit-2 {
    border: none;
    background-color: #fa9600;
    color: white;
    border-radius: 20px;
    font-size: 1.6rem;
}
.btn-submit-2:hover {
    background-color: #eb9615;
    color: var(--white);
}
.btn-submit-3 {
    border: 1px solid #fa9600;
    color: #fa9600;
    border-radius: 20px;
    font-size: 1.6rem;
}
.btn-submit-3:hover {
    background-color: #fa9600;
    color: var(--white);
}
.hover-rotate{
    overflow: hidden;
}
.hover-rotate img {
    transform: rotate(0deg) scale(1.0);
    overflow: hidden;
    transition: all 0.5s;
}
.hover-rotate:hover img {
    transform: rotate(-8deg) scale(1.2);
}
.fs-16{
    font-size: 1.6rem;
}
.fs-17{
    font-size: 1.7rem;
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.fs-25{
    font-size: 2.5rem;
}
.fs-18{
    font-size: 1.8rem;
}
.bg-main{
    background:var(--color-main);
}


.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    animation: slide-down 0.7s;
}
.menu-section > ul > li > a:before {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--color-highlight);
    left: 0;
    bottom: 15px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}
.swiper-slider-main .swiper-pagination-bullet {
    background: white;
}
.swiper-btn i {
    color: white;
    width: 34px;
    height: 34px;
    border: 2px solid;
    text-align: center;
    line-height: 33px;
    border-radius: 50px;
    display:block;
}

.swiper-btn i:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}

.swiper-slider-main .swiper-slide.swiper-slide-active img {
    transition: transform 10s linear, opacity 3s;
    opacity: 1;
    transform: scale(1.2, 1.2) !important;
}
.swiper-description-short {
    font-size: 2rem;
    line-height: 1.2;
    border-top: 1px solid;
    padding-top: 2rem;
}
.swiper-slide-content {
    background-color: rgb(0 0 0 / 36%);
    padding: 2rem;
}
#counter {
    z-index: 2;
    box-shadow: 0px 16px 40px rgb(24 161 240 / 10%);
    border-radius: 10px;
    margin-top: -100px;
}
#counter .content-counter i {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    line-height: 70px;
    font-size: 3rem;
    color: var(--color-highlight);
    display: inline-block;
}
#counter .number-counter {
    font-size: 50px;
    margin: -10px 0;
}
#counter .cus-name-count-new {
    font-size: 26px;
}

#counter .content-counter {
    background: var(--color-highlight);
    padding: 10px;
}
#counter>.row>div:nth-child(1) .content-counter{
    border-radius: 10px 0 0 10px;
}
#counter>.row>div:nth-child(2) .content-counter {
    background:#00519B
}

#counter>.row>div:nth-child(3) .content-counter {
    background:#0066C3;
    border-radius: 0 10px 10px 0;
}

.title-section span:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--color-main);
}

.card .card-header .btn-header-link.collapsed i:before {
    content: "\2b";
}
.card {
    border: 1px solid #B3B3B3;
}
.card:not(:first-child){
    border-top:none
}
.card .card-header .btn-header-link {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    color: var(--color-highlight);
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
}

.card .collapse {
    padding: 15px 20px;
    border-top: 1px solid #B3B3B3;
}

.card .collapse ul, .card .collapse ol {
    padding-left: 15px;
}


.card .card-header .btn-header-link.collapsed {
    color: var(--color-main);
}

.card .card-header .btn-header-link:hover {
    color: var(--color-highlight);
}
.quality-detail:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(0 0 0 / 80%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.quality-content ul, .quality-content ol {
    list-style: none;
    padding: 0;
}
.quality-content ul li, .quality-content ol li {
    position:relative;
}
.quality-content ul li:before, .quality-content ol li:before{
    content:'\f058';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    padding-right: 1rem;
    font-size: 2rem;
    color: var(--color-highlight);
}
.quality-detail {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 10rem 0;
}
.quality-img {
    padding-top: 85%;
}
.item-why{
    line-height: 1.5;
}
.form-contact {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 10rem 0;
}
.form-contact:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(255 255 255 / 75%);
}
.form-contact address i {
    width: 4.2rem;
    vertical-align: bottom;
    font-size: 3.2rem;
}
.form-contact address p{
    margin-bottom:2rem
}
.form-contact form {
    padding: 1rem;
    background-color: rgb(139 139 139 / 33%);
    border-color: black !important;
    border-radius: 1px;
}
.form-contact form h3 {
    font-weight: normal;
}

.form-contact form p {
    color: #4b4f58;
}
.form-contact form .form-group{
    margin-bottom: 2rem;
}
.form-contact form span{
    color: red;
}
.text-footer h3{
    font-size: 3rem;
}

.title-footer {
    font-size: 2rem;
}
.social-section li a {
    color: white;
    padding-right: 12px;
    font-size: 2rem;
}
.copyright {
    /* color: rgb(151 151 151 / 65%); */
    /* border-top: 1px solid rgb(151 151 151 / 31%); */
}
.toCall {
    bottom: 100px;
    position: fixed;
    right: 15px;
    z-index: 99;
}
.toCall a{
    display:block;
    padding-bottom: 10px;
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.cus-text-footer-padding {
    padding: 30px 0;
}
.width-dia-chi-home {
    width: 60%;
}
.is-mobile .width-dia-chi-home {
    width: 100%;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
@keyframes hvr-buzz-out {
  10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
  20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
  40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
  60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
  70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
  80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
  90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
  100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}

.breadcrumbs-section-bg {
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* height: 20vw; */
}
.breadcrumbs-section-bg:before {
    /* content: ''; */
    /* height: 100%; */
    /* width: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* position: absolute; */
    /* background-color: var(--color-highlight); */
    /* opacity: 0.6; */
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
}
.breadcrumbs-section {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* right: 0; */
    /* left: 0; */
    /* justify-content: center; */
}
.swiper .product-item.swiper-slide {
    height:auto 
}
.services-home>.row {
    margin: 0;
}

.services-home>.row>.service-item {
    padding: 0;
}
.service-item:nth-child(3)>.article-item>.row, .service-item:nth-child(4)>.article-item>.row {
    flex-direction: row-reverse;
}
.service-item .inner-image>div{
    padding-top: 120%;
}
.service-item .article-item {
    background: #0061b8;
}

.service-item:nth-child(1) .article-item {
    background-color: #032237;
}
.service-item:nth-child(2) .article-item {
    background: #014C58;
}

.service-item:nth-child(3) .article-item {
    background: #335593;
}



@media (min-width:992px) {
    html {
       scroll-padding-top: 150px;
    }
    .w-lg-50 {
        width: 50%;
    }
    .menu-section > ul > li:hover > a:before, .menu-section > ul > li > a:hover:before{
        opacity: 1;
    }
    .setting-menu.fixed .menu-section > ul > li > a {
        height: 6rem;
        line-height: 6rem;
    }
}
@media (max-width:992px) {
   .swiper-slide--tile {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }
    .breadcrumbs-section-bg {
        height: 150px;
    }
    #counter {
        margin: 0;
    }
    .swiper-slider-main .swiper-slide img {
        height: calc(100vh - 15rem);
    }
    .quality-detail {
        padding: 5rem 0;
    }
    .item-why {
        font-size: 2rem;
    }
    #counter .content-counter {
        border-radius: 0 !important;
    }
    .title-section {
        font-size: 5rem;
    }
}
@media (max-width:768px) {
    
}
@media (max-width:767px) {
   
    .card .card-header .btn-header-link{
        line-height: 1.4;
    }
    .service-item {
        margin-bottom: 2rem;
    }
}

