/********** Template CSS **********/
:root {
    --primary: #16D5FF;
    --secondary: #999999;
    --light: #F2F8FE;
    --dark: #111111;
}

.btn-link-footer:hover {
    color: rgb(194, 119, 21) !important;
}
/* service list */
.col-service {
    flex-direction: column;
}
.title-footer {
    color: #FFFFFF;
}

.name1-footer {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
}
.btn-mua-dich-vu {
    appearance: button;
    background-color: #1899D6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: din-round,sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 60%;
    margin: 0 auto;
  }
  
  .btn-mua-dich-vu:after {
    background-clip: padding-box;
    background-color: #1CB0F6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  
  .btn-mua-dich-vu:main,
  .btn-mua-dich-vu:focus {
    user-select: auto;
  }
  
  .btn-mua-dich-vu:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
  }
  
  .btn-mua-dich-vu:disabled {
    cursor: auto;
  }

p{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: black;
}

/* color-menu */
.bg-dark {
    background-color: #fff !important;
}

/* color footer */
.footer {
    width: 100%;
}
.bg-footer {
    background-color: #111111;
}

/* slide */

/* end slide */
.btn-tao-live-tiktok {
    margin: 10px auto;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-weight: 700;
    padding: 0.625rem 1.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    background-color: #0665d0;
    border: none;
    box-shadow: 0 0.125rem 0.75rem rgb(4 65 134 / 25%);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .12s ease-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,transform .12s ease-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,transform .12s ease-out,-webkit-transform .12s ease-out;
}
/* Menu header */
.navbar .collapse .navbar-nav a {
    /* font-family: 'Nunito', sans-serif; */
    position: relative;
    /* margin-left: 25px; */
    /* padding: 35px 0; */
    /* color: #C7A439; */
    font-size: 16px;
    outline: none;
    transition: .5s;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

/* .row-service {
    column-gap: 20px
} */

.service-con img {
    width: 50px;
    height: auto;
}

.service-con {
    height: 300px;
}

.service-item {
    background-color: #FFFFFF;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    
}
.service-item img {
    margin: 0 auto;
}
/* Hover */


/* End */

/* CSS Button*/
.button-lien-he {
    margin: 10px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #C27715 0%, #F09819  51%, #FF512F  100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-lien-he:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
  
  .button-lien-he:active {
    transform: scale(0.95);
  }
  
/* end */

/* .diem-noi-bat {
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
} */

.position-relative {
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;ss
}

.diem-noi-bat .ps-4 p {
    font-size: 18px;
    color: black;
}

.hero-header .tieu-de {
    color: rgb(194, 119, 21);
}

.display-6 {
    color: rgb(194, 119, 21);
}

.line-dec {
    width: 70px;
    height: 3px;
    background-color: rgb(194, 119, 21);
    margin: 15px auto;
}

.line-dec-footer {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.img-thanhtuu {
    margin: 0 auto;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 99;
}


h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
}

.img-fluid-sv {
    max-width:100%;
    height: 170px;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn.btn-primary-contact {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

/* .section-thanh-tuu {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1.0), rgba(8, 153, 138, 1.0));
} */
.bi-arrow-up {
    margin: 0 auto;
}
/* btn=service */
.btn-use-service {
    appearance: button;
    background-color: #c17b18;
    border: 1px solid #c17b18;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Graphik,-apple-system,system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.15;
    overflow: visible;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: all 80ms ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
  }
  
  .btn-use-service:disabled {
    opacity: .5;
  }
  
  .btn-use-service:focus {
    outline: 0;
  }
  
  .btn-use-service:hover {
    background-color: #f09819;
    border-color: #f09819;
  }
  
  .btn-use-service:active {
    background-color: #fbe5c6;
    border-color: #fbe5c6;
  }

/* end */

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
    background-color: rgb(194, 119, 21);
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: normal;
}


/*** Navbar ***/

/* pc */

/* @media only screen and (max-width: 992px) {
    .header .logo {
        display:none
    }
} */


.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
}
.navbar .navbar-nav .nav-link {
    transition: color 0.1s, background-color 0.1s;
    text-decoration: none;
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    margin-right: 30px;
    padding: 5px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

/* .navbar .navbar-nav .nav-link::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: rgb(194, 119, 21);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.3s ease-out;
}

.navbar .navbar-nav .nav-link:hover::before, .navbar .navbar-nav .nav-link:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
} */

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: rgb(194, 119, 21);
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    position: relative;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    position:relative;
    /* transition:0.5s color ease; */
    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
    /* color: #000; */
    /* text-decoration:none; */
    /* color:#81b3d2;
    font-size:2.5em; */
}

.nav-link.before:before,.nav-link.after:after{
    content: "";
    transition:0.5s all ease;
    -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
    position:absolute;
  }
  .nav-link.before:before{
    top:-0.25em;
  }
  .nav-link.after:after{
    bottom:-0.25em;
  }
  .nav-link.before:before, .nav-link.after:after{
    height:5px;
    height:0.35rem;
    width:0;
    background:#d73444;
  }
  .nav-link.third:after,.nav-link.sixth:before,.nav-link.sixth:after{
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
  }
  .nav-link.before:hover:before,.nav-link.after:hover:after{
    width:100%;
  }


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link::before{
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: rgb(194, 119, 21);
        transform-origin: right top;
        transform: scale(0, 1);
        transition: color 0.1s,transform 0.3s ease-out;
    }
    
    .navbar .navbar-nav .nav-link:hover::before, .navbar .navbar-nav .nav-link:focus::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

/* bang gia */
.container-bang-gia {
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
    max-width: 900px;
    margin: 40px auto;
    justify-content: space-around;
}

@media all and (max-width:900px) {
    .container-bang-gia {
        width: 100%;
    }
}

@media all and (max-width:725px) {
    .container-bang-gia {
        flex-direction: column;
    }

    .card-dich-vu {
        width: 100%;
    }
}

.container-bang-gia .card-dich-vu {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 20px;
    background: $primary-color;
    border: lighten($bg-color, 45%) 4px solid;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    position: relative;
    left: -1500px;
    animation: 1.5s cubic-bezier(.53, .2, .54, 1.33) 0s 1 slidein;
    animation-fill-mode: forwards;

    &:last-of-type {
        margin-right: 0;
    }

    &:nth-of-type(2) {
        animation-delay: 0.5s;
        animation-duration: 1.75s;
    }

    &:nth-of-type(3) {
        animation-delay: 1s;
        animation-duration: 2s;
    }
}

@keyframes slidein {
    from {
        left: -1500px;
    }

    to {
        left: 0;
    }
}

.container-bang-gia a {
    position: relative;
    font-weight: bold;
    font-size: 0.8em;
    background: $secondary-color;
    color: $primary-color;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 30px;
    align-self: center;
    padding: 10px 20px;
    border-bottom: 3px darken($secondary-color, 20%) solid;
    overflow: hidden;

    &:after {
        content: "";
        position: absolute;
        left: -50px;
        top: 0;
        height: 100%;
        width: 10%;
        background-color: lighten($secondary-color, 20%);
        transform: skewX(-25deg);
        transition: all 0.5s ease-in-out;
    }

    &:hover:after {
        transform: translateX(250px) skewX(-25deg);
    }
}

.container-bang-gia ul {
    list-style-type: none;
    padding: 10px 0 15px 0;

    li {
        font-size: 0.8em;
        padding-bottom: 10px;

        &:first-of-type {
            padding-top: 10px;
        }
    }
}

.container-bang-gia h1 {
    font-size: 1em;
    font-weight: 500;
}

.container-bang-gia h2 {
    font-size: .6em;
    font-weight: 400;
    padding: 3px 5px 15px 5px;
}

.container-bang-gia .tieu-de {
    width: 100%;
    background: lighten($bg-color, 45%);
}

.container-bang-gia h3 {
    font-size: 2em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;

    span {
        font-weight: 400;
        font-size: 0.4em;
    }
}

/*** Service ***/
.service-face {
    transition: 0.3s;
    /* margin: 15px 15px; */
    border-radius: 10px;

}

.service-face:hover {
    transform: translate(0, -10px);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.service-item {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.service-item:hover {
    transform: translate(0, -10px);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    opacity: 1;
    transition: .5s;
}
/* .bg-light { */
    /* background-color: #ffffff !important; */
    /* background-image: url(img/hero.wgitebp); */
/* } */
.service-item.bg-white::after {
    border-color: transparent transparent var(--light) transparent;
}

.service-item.bg-light::after {
    border-color: transparent transparent #FFFFFF transparent;
}

.service-item:hover::after {
    opacity: 0;
}


/*** Roadmap ***/
.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item .roadmap-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #FFFFFF;
    border: 2px solid var(--primary);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--primary);
}

.roadmap-carousel .roadmap-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.roadmap-carousel .roadmap-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: var(--primary);
}

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: rgb(194, 119, 21);;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.footer .btn.btn-square:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.footer .copyright a {
    color: rgb(194, 119, 21);;
}

.footer .copyright a:hover {
    color: var(--dark);
}
.waveparent {
    /* margin-top: 0; */
    position: relative;
    width: 100%;
    height: 20vh;
    background: #F2F8FE;
    overflow: hidden;
} 


.waveparent .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../img/wave.png);
    background-size: 1000px 100px;
    /* background-repeat: no-repeat; */
}

.waveparent .wave.wave1 {
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}

.waveparent .wave.wave2 {
    animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

.waveparent .wave.wave3 {
    animation: animate 20s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15;
}

.waveparent .wave.wave4 {
    animation: animate 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -2s;
    bottom: 15;
}

@keyframes animate {
    0%
    {
        background-position-x: 0;

    }
    100%
    {
        background-position-x: 1000px;
        
    }
}

@keyframes animate2 {
    0%
    {
        background-position-x: 0;

    }
    100%
    {
        background-position-x: -1000px;
        
    }
}

.animation-desktop {
    height: 50%;
}
.animation {
    position: absolute;
    width: 88%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.cssload-container-general {
    animation: cssload-animball_two 2.05s infinite;
    width: 248px;
    height: 248px;
}

.cssload-internal {
    width: 248px;
    height: 248px;
    position: absolute;
}

.cssload-ballcolor {
    width: 113px;
    height: 113px;
    border-radius: 50%;
}

.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4 {
    position: absolute;
    animation: cssload-animball_one 2.05s infinite ease;
}

.cssload-ball_1 {
    background-color: rgb(203, 32, 37);
    top: 0;
    left: 0;
}

.cssload-ball_2 {
    background-color: rgb(248, 179, 52);
    top: 0;
    left: 135px;
}

.cssload-ball_3 {
    background-color: rgb(0, 160, 150);
    top: 135px;
    left: 0;
}

.cssload-ball_4 {
    background-color: rgb(151, 191, 13);
    top: 135px;
    left: 135px;
}
@media screen and (max-width: 1023px) {
    .animation {
        height: 99%;
    }
}
@keyframes cssload-animball_one {
    0% {
        position: absolute;
    }
    50% {
        top: 68px;
        left: 68px;
        position: absolute;
        opacity: 0.5;
    }
    100% {
        position: absolute;
    }
}
#ket-qua {
    padding-top: 10px;
    width: 26% !important;
}

@media screen and (max-width: 400px) {
    #ket-qua {
        padding-top: 8px;
        width: 58% !important;
    }
    .ma-uid {
        width: 100% !important;;
    }
}
