.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-32{
    font-size: 3.2rem !important;
}
.bg-highlight-1{
    background: #d92227;
}
.object-cover {
    object-fit: cover !important;
}
.text-black {
    color: var(--color-black);
}
.space-8, .space-8>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.space-8>.row{
    margin-left: -8px;
    margin-right: -8px;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.shadow-1{
    box-shadow: 0px 30px 40px 0px rgb(0 0 0 / 20%);
}
.shadow-2{
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.box-shadow-3 {
    -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.bg-light-1{
    background-color: rgb(246, 246, 246);
}
.bg-light-2{
    background: #d7ebff;
}
.bg-main-1{
    background-color: var(--color-main-1);
}
.rounded-6{
    border-radius: 6px;
}
.rounded-8{
    border-radius: 8px;
}
.font-weight-600{
    font-weight: 600 !important;
}
.spacing-3{
    letter-spacing: 3px;
}
.font-weight-500{
    font-weight: 500;
}
.pt-6,.py-6 {
    padding-top: 4rem !important; 
}
.pb-6,.py-6 {
    padding-bottom: 4rem !important; 
}
.mt-6,.my-6 {
    margin-top: 4rem !important; 
}
.mb-6,.my-6 {
    margin-bottom: 4rem !important; 
}

.top-header>.row>div:last-child{
    display: flex;
    align-items: center;
    justify-content: end;
}
.top-menu .menu-section > ul > li > a {
    font-size: 1.3rem;
    text-transform: inherit;
    padding: 0;
    color: var(--color-main-1);
    font-weight: 400;
}

.top-menu .marker-image {
    width: auto;
    height: 22px;
    object-fit: scale-down;
    margin: 0;
}

.top-menu .menu-section > ul > li {
    padding: 0 0.8rem;
}
.search-section input.form-control, .search-section .input-group > .input-group-append > .btn {
    height: 35px;
    padding: 0 15px;
    line-height: 37px;
    color: var(--color-main-1) !important;
}
.search-section .input-group{
    background: #f4faff;
}
.search-section input::-webkit-input-placeholder {
   color: #aab3bb;
}

.search-section input:-moz-placeholder{ /* Firefox 18- */
   color: #aab3bb;  
}

.search-section input::-moz-placeholder{  /* Firefox 19+ */
   color: #aab3bb;  
}

.search-section input:-ms-input-placeholder{  
   color: #3e76ac;  
}
.slider-main,.slider-main .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 35vw;
}

.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    transition: background-color .3s, opacity .3s;
	webkit-box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.setting-menu.fixed .logo-section img {
    height: 4rem;
}
.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);
}

.intro-title{
    color: #555;
    line-height: 1.2;
}

.intro-description{
    color: #464646;
}

.item-intro:nth-child(2n+2) .article-item>.row {
    flex-direction: row-reverse;
}
.service-item i {
    position: absolute;
    left: 1.5rem;
    font-size: 2.5rem;
    transition: all 0.5s;
}
.service-item:hover i{
    font-size: 2rem;
}
.customer-desc {
    line-height: 1.7;
    
}

.customer-item {
    color: #464646;
    border-top: 4px solid var(--color-highlight);
}


.caroulsel-item:last-child .article-item{
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.small-title .title-section {
    font-size: 2.6rem;
}


.title-footer:before, footer .title-small:before {
    content: '';
    background-color: rgb(255 255 255 / 30%);
    height: 3px;
    display: block;
    width: 100%;
    max-width: 30px;
    bottom: 0;
    position: absolute;
}
footer .title-small {
    font-size: 1.6rem;
    border: none !important;
    position: relative;
    padding-bottom: 1rem !important;
    margin-bottom:2.1rem !important;
}

footer .article-item .inner-image>a {
    padding-top: 75%;
}

footer .view-small .post-date {
    display: none;
}

footer .view-small .inner-image {
    width: 6rem;
    margin-right: 1rem;
}

footer .view-small .inner-content {
    width: calc(100% - 6rem);
    margin-left: 6rem;
}
.copyright {
    border-top: 1px solid #114c85;
}

.view-small .article-item .article-title a {
    font-weight: 400;
    font-size: 1.4rem;
}
.article-item.swiper-slide{
    margin-bottom: 0;
}
.swiper .article-item.swiper-slide{
    height: auto;
    margin-bottom: 1.5rem;
}

.title-footer {
    font-size: 1.6rem;
}

.social-section li a {
    color: white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
}

.social-section li a:hover {
    color: white;
    border-color: var(--color-highlight);
    background: var(--color-highlight);
}
footer{
    color:white
}
footer .title-footer {
    display: block !important;
    color: white;
}

.form-control {
    border-color: #ddd;
}

.title-line:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    left: 0;
    background: var(--light);
}
.title-line span{
    background:white;
    position:relative;
    padding: 0 2rem;
}
.title-left .title-line span {
    padding-left: 0;
}

footer .entire-map {
    padding-top: 65%;
}
.newsletter .form-control {
    border-radius: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 1.3rem;
}

.newsletter .form-group {
    margin-bottom: 1.5rem;
}

.view-category {
    border-radius: 10px 10px 3px 3px;
    border-top: 3px solid var(--color-highlight) !important;
}
.view-category .item-view-category .article-item {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem !important;
}
.view-category .col-view-category{
    padding-top: 0 !important;
}

.view-category .col-view-category:last-child  .article-item{
    border: none !important;
}
.view-category .title-item-view-category {
    padding: 8px 10px;
}
.service-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.service-item a:before {
    position: absolute;
    width: 41px;
    height: 67px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #F4F8FA;
    content: "";
    top: -6px;
    left: 0px;
    z-index: -1;
    border-top-right-radius: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.service-item .service-number {
    width: 30px;
    height: 30px;
    background-color: var(--color-highlight);
    color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 22px;
    left: 15px;
    font-weight: 500;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.29);
    color: white;
}
.service-item .service-info{
    padding-left:60px
}

.service-item a{
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 30px 45px rgba(122, 146, 168, 0.08);
    border: 1px solid #EDF3F5;
    min-height: 70px;
}

.service-section>.container>.row>div:nth-child(2) .service-item .service-number {
    background-color: #00CC99;
}
.service-section>.container>.row>div:nth-child(3) .service-item .service-number {
    background-color: #0091FF;
}
.service-section>.container>.row>div:nth-child(4) .service-item .service-number {
    background-color: var(--color-main-1);
}
.service-section>.container>.row>div:nth-child(5) .service-item .service-number {
    background-color: #E40046;
}
.service-section>.container>.row>div:nth-child(6) .service-item .service-number {
    background-color: #FFBD0F;
}
body {
  counter-reset: section;
}

.service-number::before {
  counter-increment: section;
  content: counter(section);
}
.language-section a img {
    width: 25px;
    height: 18px;
    object-fit: cover;
    margin-left: 1rem;
}
@media (max-width:1080px) and (min-width:1000px) {
    .menu-section > ul > li > a {
        padding: 0 0.5rem;
    }
}
@media (min-width:1024px) {
    .menu-section ul {
        text-align: center;
    }
}
@media (min-width:768px) {
    .col-2-custom{
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width:992px) {
    .search-section {
        max-width: 212px;
    }
    .footer-mb>.container>.row>div:first-child {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .logo-section img {
        height: 4.5rem;
    }
    .setting-menu>.container>.row>div{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .search-mb .form-dropdown {
        position: absolute;
        padding: 10px;
        background-color: #ffffff;
        width: 300px;
        top: 100%;
        left: auto;
        right: 0;
        z-index: 1000;
        margin-bottom: 0;
        -webkit-animation: nav_menu_anim_close 0.3s both;
        -o-animation: nav_menu_anim_close 0.3s both;
        animation: nav_menu_anim_close 0.3s both;
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        opacity: 0;
        filter: opacity(0);
        visibility: hidden;
        -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    }
    .search-mb:hover .form-dropdown {
        -webkit-animation: nav_menu_anim_open 0.3s both;
        -o-animation: nav_menu_anim_open 0.3s both;
        animation: nav_menu_anim_open 0.3s both;
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
        pointer-events: unset;
    }
    .menu-section .active {
        background: none !important;
    }
    .menu-section ul li a:hover, .menu-section > ul > li:hover > a {
        background: none !important;
        color: var(--color-highlight);
    }
    .intro-title {
        font-size: 2.6rem !important;
    }
    .breadcrumbs-section {
        background: none !important;
        padding: 1rem 0 !important;
    }
    .search-mb .btn-submit {
        padding: 0 1.5rem;
    }
    .top-header-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width:768px) {
    .title-section {
        font-size: 2.2rem !important;
    }

}

@media (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .slider-main,.slider-main .swiper-slide img {
        height: 42vw;
    }
}

.cus-small-whychoose,
.cus-small-contact {
    padding: 1.5rem;
    border: 1px solid var(--gray);
    border-radius: 10px;
    
}

.cus-small-whychoose i,
.cus-small-contact i {
    color: var(--color-highlight);
    margin-right: 1rem;
}

/*CSS quyettq*/
.dreamit-section-sub-title {
    font-size: 1.6rem;
    color: #9ea9b3;
}

.dreamit-section-main-title .title_1 {
    font-size: 3.7rem;
    font-weight: 300;
}

.dreamit-section-main-title .title_2 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.service_category {
    background-size: cover;
    background-position: center center;
    background-color: #f4f7fc;
}

.dreamit-section-bar {
    background: #aec6ef;
    height: 5px;
    width: 90px;
    border-radius: 30px;
    position: relative;
    margin-top: 16px;
}
.dreamit-section-bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #f12a02;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.dreamit-section-bar.center {
    margin: auto;
    margin-bottom: 15px;
}

@keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    
    100% {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

.item_category {
    padding: 8px 8px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(229, 229, 229, 1);
}

.item_category .image_cate img {
    border-radius: 10px;
}

.read_more {
    text-transform: uppercase;
    font-size: 14px;
    color: #F12A02;
    display: inline-block;
    font-weight: 500;
}

.gif_cate img {
    aspect-ratio: 1;
    border-radius: 100%;
    height: 100px;
    color: #fff;
    border: 8px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.gif_cate {
    margin-top: -55px;
}

.clamp-1, .clamp-2, .clamp-3  {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
}

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

.clamp-3 {
    -webkit-line-clamp: 3;
}

.clamp-2.height-2 {
    height: calc(2 * 1.3em);
}
/*End css quyettq*/