:root {
    --primary-font: "Roboto", serif;
    --secondary-font: "Mulish", serif;
    --font-icon: "Font Awesome 6 Free";
    --text-color: #7a7a7a;
    --primary-color: #3963fc;
    --light-primary-color: #f0f3ff;
    --orange: #e67e22;
    --gray: #f4f4f4;
    --trans: all 0.4s ease-in-out;
}

a, a:hover, a:active{
    text-decoration: none;
}

select:focus-visible, input, textarea{
    outline: none;
}

.pad50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad50t{
    padding-top: 50px;
}

.pad50b{
    padding-bottom: 50px;
}

.pad30b{
    padding-bottom: 30px;
}

button, button.btn-primary {
    font-family: inherit;
    border: unset;
    background: unset;
}

img{
    max-width: 100%;
    display: inline-block;
}

*, body{
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}

h2{
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 700;
}

.top{
    background-color: var(--light-primary-color);
}

.top span{
    padding: 10px;
    display: inline-block;
    font-weight: 700;
}

.top i{
    padding-right: 10px;
    color: var(--primary-color);
}

header{
    width: 100%;
    z-index: 10;
    transition: transform 0.4s ease-in-out, background-color 0.4s ease;
}

header .logo img{
    padding: 10px;
    width: 110px;
}

header.scrolled {
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
}

header.scrolled .top{
    display: none;
}

header .row{
    align-items: center;
}

header .telephone a{
    background-color: var(--primary-color);
    color: white;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 20px;
}

header .telephone a i{
    padding-right: 5px;
}

button:active{
    background-color: unset !important;
    border: unset !important;
}

button.btn-link, header button.btn-primary, .over-btn input{
    background-color: var(--red);
    color: white;
    border: 1px solid var(--red);
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 5px;
    transition: var(--trans);
    font-family: var(--secondary-font);
    text-decoration: unset;
}

button.btn-link:hover, .over-btn input:hover, section.news-latest .box-heading a{
    background-color: unset;
    color: var(--orange);
    border: 1px solid var(--orange);
}

.box-heading{
    margin-bottom: 30px
}

section.news-latest .box-heading a{
    padding: 15px 30px;
    display: inline-block;
    color: var(--gray);
    border-radius: 5px;
    font-family: var(--secondary-font);
    font-weight: 700;
}

.slick-dots li button:before{
    font-size: 15px;
}

header button.btn-primary{
    background-color: var(--red);
    border: unset;
}

header button.btn-primary:hover, header button.color-bg{
    background-color: var(--red);
    color: white;
    border: unset;
}

header button.btn-primary:hover.color-bg{
    background-color: var(--orange);
    color: var(--font-color);
    border: unset;
}

section.info-home .info-about{
    border-left: 4px solid var(--primary-color);
    padding-left: 10px;
}

section.info-home .info-about p{
    font-weight: 700;
}

section.info-home .info-about p span{
    text-transform: uppercase;
    font-weight: 700;
}

section.note-sale h5{
    color: var(--primary-color);
    margin-bottom: 10px;
}

section.note-sale .note-sale-bg{
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 0 0 20px 20px;
    margin-bottom: 30px;
}

section.note-sale .note-sale-content{
    padding: 20px 30px;
}

section.faq{
    background-color: var(--light-primary-color);
}

section.faq figure{
    padding: 15px;
}

section.faq figure .borders{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

section.faq figcaption h5{
    color: var(--primary-color);
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700;
}

section.integrio .integrio-bg, .price-bg{
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.price-bg{
    padding-bottom: 30px;
}

section.integrio .info, .price-bg .info{
    padding: 30px 30px;
    border-top: 1px solid #ebebeb;
}

section.integrio .integrio-bg .names, .price-bg .names{
    padding: 30px 30px 10px 40px;
}

section.integrio .integrio-bg a, .price-bg a{
    padding: 10px 30px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    margin-bottom: 50px;
    margin-top: 30px;
    color: white;
    font-size: 18px;
    font-weight: 800;
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}

.price-bg a{
    margin-bottom: 20px;
}

section.integrio .integrio-bg a:hover, .price-bg a:hover{
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
}

section.integrio .integrio-right a{
    background-color: var(--orange);
}

section.integrio .integrio-left a, .price-bg a{
    background-color: var(--primary-color);
}

section.integrio .names h3, .price-bg .names h3{
    font-weight: 800;
}

section.integrio .integrio-bg .names p, .price-bg .names p{
    font-style: italic;
}

section.integrio .integrio-right{
    border: 2px solid var(--orange);
}

section.integrio .integrio-left .names, .price-bg .names{
    background-color: #f9f9f9;
}

section.integrio .integrio-left .names h3, .price-bg .names h3{
    color: var(--primary-color);
}

section.integrio .integrio-right .names{
    background-color: var(--orange);
}

section.integrio .integrio-right .names h3, section.integrio .integrio-right .names p{
    color: white;
}

section.integrio .text-end, .price-bg .text-end{
    color: #e74c3c;
    font-weight: 700;
}

section.banner-img .banner-item{
    margin-bottom: 30px;
}

section.our-team .our-team-info:nth-child(even) h4{
    color: var(--primary-color);
}

section.our-team .our-team-info:nth-child(odd) h4{
    color: var(--orange);
}

section.our-team .our-team-info:nth-child(even) .icon i{
    border-color: var(--primary-color);
    color: var(--primary-color);
}

section.our-team .our-team-info:nth-child(odd) .icon i{
    border-color: var(--orange);
    color: var(--orange);
}

section.our-team .nav-item {
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    margin-bottom: 30px;
}

section.our-team .icon i{
    font-size: 20px;
    background-color: white;
    border: 3px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

section.our-team .icon{
    position: relative;
}

section.our-team .icon:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
}

section.our-team .our-team-info:nth-child(odd) .icon:before{
    background-color: var(--orange);
}

section.our-team .our-team-info:nth-child(even) .icon:before{
    background-color: var(--primary-color);
}

section.our-team .our-team-info:last-of-type .icon:before{
    display: none;
}

section.feedbacks{
    background-color: var(--gray);
}

section.feedbacks .feedback-content{
    padding: 30px;
}

section.feedbacks .feedback-bg{
    background-color: white;
    padding: 30px;
}

section.feedbacks h5{
    color: var(--primary-color);
    margin-top: 30px;
}

section.brand{
    background-color: var(--gray);
}

section.brand .banner-item{
    padding: 10px;
    opacity: .5;
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}

section.brand .banner-item:hover{
    opacity: 1;
}

section.contact-us .border{
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

section.contact-us .left-box{
    background-color: var(--primary-color);
    color: white;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

section.contact-us .right-box{
    padding: 30px;
}

section.contact-us .left-box h2{
    color: white;
    margin-bottom: 30px;
}

section.contact-us .right-box button{
    background-color: var(--orange);
    color: white;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    padding: 8px;
}

section.contact-us .form-group{
    margin-bottom: 20px;
}

footer, #powered{
    background-color: #111827;
    color: white;
}

#powered{
    padding-bottom: 10px;
}

footer a{
    color: white;
}

footer i{
    color: var(--primary-color);
    padding-right: 10px;
}

footer h3{
    text-transform: uppercase;
    margin-bottom: 20px;
}

article.info-wrap li{
    margin-top: 20px;
}

article.info-wrap ul.spe{
    display: flex;
    flex-wrap: wrap;
}

article.info-wrap ul.spe li{
    margin-right: 30px;
}

article.info-wrap  .about-row-4 .box-heading{
    margin-bottom: 30px;
}

article.info-wrap h2{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

article.info-wrap .head-1{
    color: white;
}

article.info-wrap .head-2{
    color: var(--orange);
    margin-bottom: 30px;
}

article.info-wrap .about-row-1{
    color: white;
}

article.info-wrap .about-row-1 a{
    background-color: var(--orange);
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
    display: inline-block;
}

article.info-wrap .item-border{
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

article.info-wrap .about-row-2 .item-border{
    padding: 0;
}

article.info-wrap .about-row-2 h4, article.info-wrap .about-row-2 p{
    padding: 20px 30px 10px;
    display: inline-block;
}

article.info-wrap h4{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
}

article.info-wrap .about-row-4{
    background-color: var(--light-primary-color);
}

article.info-wrap .about-row-4 .cat4-item{
    margin-top: 30px;
}

.scroll-head {
    position: fixed;
    right: 0;
    bottom: 50px;
    cursor: pointer;
    display: block;
    padding: 5px 15px;
    border-radius: 5px 0 0 5px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: var(--primary-color);
}

.scroll-head.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-head i {
    color: white;
    font-size: 20px;
}

a.fixed_zalo {
    background-image: url(images/zalo_logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 100px;
    right: 22px;
    z-index: 9999;
}

.mypage-alo-phone {
    position: fixed;
    right: 5px;
    bottom: 160px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
    width: 32px;
    height: 32px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgb(222, 72, 21, 0.8) url(images/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 70%;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgb(222, 72, 21);
    opacity: .75 !important;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgb(222, 72, 21, 0.5);
    opacity: .5;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.zoomIn {
    animation-name: zoomIn;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.pulse {
    animation-name: pulse;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    animation-name: tada;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


@keyframes service_hexagon_1 {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(450deg);
    }
}

@keyframes service_hexagon_2 {
    0% {
        transform: rotate(-90deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@media(min-width: 521px){
    header .logo-scroll {
        display: none;
    }

    header .logo-default {
        display: block;
    }
   
    header.scrolled .logo-scroll {
        display: block;
    }

    header.scrolled .logo-default {
        display: none;
    }

    section.contact-us .border>.col-md-6, section.contact-us .border>.col-md-5{
        padding-left: 0;
        padding-right: 0;
    }
    section.contact-us .right-box{
        padding: 50px 30px 50px 0;
    }

    section.contact-us .left-box{
        padding: 50px 30px;
    }
}

@media(max-width: 520px){
    header{
        position: relative;
    }

    header.scrolled .logo-scroll {
        display: block;
    }

    header .logo-default {
        display: none;
    }

    .dropdown-menu.show{
        background-color: white;
        width: 100%;
        left: 0;
        right: 0;
        transform: translate3d(0, 66px, 0px);
    }

    .dropdown-menu.show a{
        padding: 5px 10px;
    }

    .dropdown-menu.show a span{
        font-size: 15px;
    }

    .dropdown-menu.show a i{
        display: none;
    }
}