body{
    font-size: 16px;
    margin:  0 auto;
    padding: 0;
    font-family: "Inter", sans-serif;
}
.header-menu {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 100;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, .14);
    
}
.menu a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 8px 40px;
    text-transform: capitalize;
}
.menu a:hover {
    color: #00d9a6;
}
.navbar-header {
    padding-left: 100px;
    margin-right: 280px;
}
.menu a.active {
    color: #00d9a6;
    font-weight: bold;
}
/* menu mobile */
.ds{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #000; 
    transition: all 0.5s ease-in-out;
}
.ds{
    position: relative;
    width: 100%;
    min-width: 150vh;
}
.menu-mobile a.active{
   color: #00d9a6;
    font-weight: bold;
}
.menu-mobile{
    position: fixed;
    width: 250px;
    height: 100%;
    left: 0;
    background-color: #000;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 24%);
    z-index: 1000;
    padding: 0;
    border-right: 1px solid rgba(0,0,0,0.1);
    animation: slideInMenu 0.5s ease forwards;
    transform: translateX(-100%); 
}
.close-wrapper{
    height: 30px;
}
.close-wrapper i{
    font-size: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 15px 8px 0;
    margin-bottom: 10px;
    color: white;
}
.contact-phone-menu-small a{
    text-decoration: none;
    color: white;
    background-image: linear-gradient(271deg, #00d9a6 0%, #9be15d 100%);

    padding: 15px 10px;
    border-radius: 20px;
    cursor: pointer;
}
.contact-phone-menu-small{
    margin: 20px 0;
}
.close{
    height: 34px;
    width: 34px;
    display: block;
    float: right;
    margin: 13px 13px 0 0;
}
#body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, .6);
    z-index: 9  !important;
    display: none;
    z-index: 0;
    opacity: 0.8;
}
.img-son{
    border-bottom: 1px solid rgb(203, 202, 202);
}
@keyframes slideInMenu {
    from {
        transform: translateX(-100%); 
    }
    to {
        transform: translateX(0); 
    }
}
.menu-mobile ul{
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding:0 10px;
}
.menu-mobile ul li a{
    width: 100%;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}
.menu-mobile .toggle_menu{
    position: absolute;
    top:20px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
nav.hide{
    display: none;
}
.toggle_menu{
    display: none;
}
.menu-mobile ul li a{
    color: white;
}
.menu-mobile p{
    padding: 15px 0;
    margin: 0;
}
.background-about{
    background-image: url(../images/background-about.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #FFFFFF;
    position: relative;
    border-bottom: 1px solid #fcf9f9;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
}
.background-overlay-about::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background-color: RGBA(255, 255, 255, 0.9);
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    z-index: 1;
}
.column-about{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}
.icon-atom{
    display: flex;
    flex-direction: column;
}
.box-img-column img{ 
    width: 416px;
    height: 416px;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
}
.box-content-img { 
    background-color: #fff;
    padding: 20px; 
    border-radius: 20px; 
    box-shadow: 0px 10px 30px 0px #00000012; 
    display: flex; 
    flex-direction: column;
    position: absolute;
    top: 70%;
    right: 10%;
    left: -20%;
}

.box-content-img .img-content {
    display: flex; 
    flex-direction: column; 
    width: 100%; 
    padding-left: 20px; 
    border-left: 3px solid #00d9a6; 
}

.block-img {
    display: flex; 
    flex-direction: column; 
    position: relative; 
    width: 40%; 
}
.img-content p {
    margin-bottom: 8px; 
}
.img-content h5 {
    font-weight: bold;
    margin-bottom: 0; 
}
.text-content {
    width: 100%;
    white-space: normal;
    margin-bottom: 5px;
}
.block-content-about{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.box-text h6{
    color: #00d9a6;
    font-weight: bold;
}
.box-header h1{
    font-weight: bold;
}
.text-introduce-about{
    font-size: 18px;
    color: #666;
}
.icon-atom h5{
    font-weight: bold;
}
.line-user-drive{
    border: 1px solid #ddd;
    margin: 5px 0;
}

.img-user img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.name-numberphone{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.name-numberphone a{
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #00d9a6;
}
.user-drive{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.text-user{
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.icon-about path{
    font-size: 30px;
}
.icon-about{
    display: flex;
    align-items: center;
    font-size: 30px;
    padding: 16px;
    border-radius: 10px;
    background-image: linear-gradient(271deg, #00d9a6 0%, #9be15d 100%);
}
.icon-about svg{
    width: 1em;
    height: 1em;
    fill: white;
}
.box-icon-content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.icon-atom h5{
    margin-bottom: 10px;
}  
.background-address{
    background-image: linear-gradient(271deg, #00d9a6 0%, #9be15d 100%);
}
.location-you{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 0;
    color: white;
} 
.location-you p{
    margin-bottom: 0;
}
.location-you a{
    text-decoration: none;
    color: white;
}
.location-you span:last-child  a{
    color: #e80104;
    font-weight: bold;
}
.addon-icon{
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 0 #ffffff;
    color: #00d9a6;
}
.addon-icon i{
    font-size: 80px;
}
.addon-wrapper{
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, .14);
    background-color: #fff;
    border-radius: 15px;
    padding-top: 70px;
    padding-right: 50px;
    padding-bottom: 70px;
    padding-left: 50px;
}
.addon-media-content h3{
    margin-top: 25px;
    margin-bottom: 25px;
}
.addon-wrapper:hover{
    background-image: linear-gradient(271deg, #00d9a6 0%, #9be15d 100%);
    color: white;
}
.addon-wrapper:hover .addon-icon i{
    color: white;
}
.book-now-we a{
    padding: 13px 35px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 36px;
    background-image: linear-gradient(271deg, #00d9a6 0%, #9be15d 100%);
    box-shadow: 6px 6px 25px 0px rgba(0, 217, 166, .65) !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
    color: white;
    text-decoration: none;
}
.title h2:before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    width: 80px;
    border-radius: 10px;
    height: 5px;
    background: #00d9a6;
}
.title h2{
    position: relative;
    padding-bottom: 40px !important;
    font-weight: 600;
    line-height: 1.3;
    font-size: 55px;
    margin-bottom: 60px;
}
.copyright {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: rgb(255 255 255);
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.copyright::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    background-color: rgb(255 255 255);
    height: 1px;
    width: 50%;
}
.background-footer{
    background-color: #0C0C0C;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    line-height: 30px;
    padding: 50px 0;
    margin-top: 20px;
}
.first-link{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 10px 0;
    font-weight: bold;
}
.first-link a{
    color: white;
    text-decoration: none;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    right:0%;
    z-index: 999999
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #D0011B;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: rgba(208, 1, 27, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #D0011B;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px
}

.hotline-bar {
    position: absolute;
    background: #D0011B;
    height: 45px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.zalo {
    margin-left: 70px;
}

.zalo-circle {
    border: 2px solid #0088FF !important;
}

.zalo-ring-img-circle {
    background-color: #0088FF !important;
}

.zalo-ring-circle-fill {
    background-color: rgba(0, 136, 255, 0.7) !important;
}
@media screen and (min-width:344px) {
    .menu{
        display: none;
    }
    .navbar-header{
        padding-left: 0;
        margin-right: 0;
    }
    .toggle_menu{
        display: block;
    }
    .column-about,.name-numberphone{
        flex-wrap: wrap;
    }
    .block-img{
        width: 100%;
    }
    .box-img-column img{
        width: 100%;
    }
    .box-content-img {
        position: unset;
    }
    .first-link {
        gap:18px;
    }
    .flt {
        float: left;
        width: 100%;
        line-height: 1.3;
    }
}
@media screen and (min-width:768px) {
    .menu{
        display: block;
    }
    .toggle_menu{
        display: none;
    }
    .navbar-nav{
        flex-direction: row;
    }
    .menu a{
        padding: 8px 20px;
    }
    .addon-media-content h3 {
        height: 62px;
    }
    .column-about{
        flex-wrap: nowrap;
    }
    .text-user{
        margin-bottom: 10px;
    } 
    .first-link {
        gap: 60px;
    }
}
@media screen and (min-width:1024px) {
    .menu a {
        padding: 8px 25px;
    } 
    .navbar-header {
        padding-left: 50px;
        margin-right: 100px;
    }
    .addon-text p{
        height: 120px;
    }
}
@media screen and (min-width:1280px) {
    .navbar-header {
        padding-left: 100px;
        margin-right: 280px;
    }
}
@media screen and (min-width:1519px) {
    .block-img {
        width: 40%;
    }
    .addon-media-content h3 {
        height: auto;
    }
    .menu a {
        padding: 8px 40px;
    }
    .addon-text p {
        height: auto;
    }
}
