body{
    font-size: 16px;
    margin:  0 auto;
    padding: 0;
    font-family: "Inter", sans-serif;
}
.menu a{
    text-decoration: none;
    color: black;
    font-weight: 700;
    padding:8px 40px;
    text-transform: capitalize;
}
.navbar-header{
    padding-left: 50px;
    margin-right: 183px;
}
.align-menu{
    padding-left: 60px;
}
.menu_sticky {
    background-color: #fff; 
    box-shadow: 0 2px 5px rgb(0 0 0 / 24%);
}
.top-bar{
    background-color: #005CB5;
}
.hotline-top{
    color:white;
}
.nav-link:hover {
    color: white;
}
.menu a.active{
    color:#e80104;
}
.navbar-brand img{
    width: 260px;
}
/* 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: #e80104;
    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-color: #e80104;
    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: 9002;
    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;
}
.img{
    position: relative;
}
.img-position img{
    max-width: 373px;
    height: 378px;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    bottom: -5%;
    right: 0;
}
.img img{
    border-radius: 10px;
}
.icon-img img{
    position: absolute;
    top: 0;
    right: 15%;
}
.block-method{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.icon-contact i{
    font-size: 40px;
    color: white;
}
.icon-contact{
    background-color: #005CB5;
    padding: 15px;
}
.box-infor{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.title-contact{
    font-weight: bold;
    font-size: 33px;
    color: #f41016  ;
    margin-bottom: 20px;
}
.text-contact{
    font-size: 20px;
    color: #858484;
}
.infor h6{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}
.block-method h6{
    color: #f41016;
    font-weight: bold;
    font-size: 21px;
}
.btn-style-one{ 
    position: relative;
    font-weight: bold;
    text-decoration: none;
    color: white;
    line-height: 20px;
    padding: 24px 90px 20px 60px;
    background-color: #005CB5;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
    transition: all 300ms ease;
}
.button-booking{
    margin-top: 40px;
}
.btn-style-one:before {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    width: 7px;
    height: 100%;
    -webkit-transform: skewX(-21deg);
    transform: skewX(-21deg);
    background-color: #f0f0f0FF;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}
.domain-web a{
    font-weight: bold;
    color: #f41016;
    letter-spacing: 4px;
    font-size: 20px;
}
.domain-web{
    margin-top: 30px;
}
.backgournd-contact{
    background-image: url(../images/banner-contact.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 1;
    position: relative;
}
.copyright {
    background: #005CB5;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 999999
}
/* phone number */
.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;
}
.background-header-page{
    background-image: url(../images/bg-header-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.background-header-page::before{
    content: '';
    position: absolute;
    background-color: #0C142E99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.link-title{
    padding: 120px 0;
    position: relative;
    z-index: 2;
}
.link-title a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.link-title i{
    color: white;
    font-weight: bold;
}
.link-title h2{
    color: white;
    font-size: 45px;
    font-weight: bold;
    margin-top: 10px;
}
@media screen and (min-width:344px) {
    .menu{
        display: none;
    }
    .dropdown{
        display: block;
    }
    .navbar-header{
        padding-left: 0;
        margin-right: 0;
    }
    .toggle_menu{
        display: block;
        margin-right: 15px;
    }
    .align-menu {
        padding-left:  10px;
    }
   .block-images-contact{
        display: none;
   }
}
@media screen and (min-width:768px) {
    .menu{
        display: block;
    }
    .toggle_menu{
        display: none;
    }
    .navbar-nav{
        flex-direction: row;
    }
    .menu a{
        padding: 8px 7px;
    }
    .navbar-brand img{
        width: 230px;
    }
    .block-images-contact{
        display: block;
        margin-bottom: 100px;
   }
}
@media screen and (min-width:1024px) {
    .menu a {
        padding: 8px 25px;
    }
    .navbar-brand img {
        width: 260px;
    }
    .block-images-contact{
        margin-bottom: auto;
    }
}
@media screen and (min-width:1280px) {
    .navbar-header {
        padding-left: 50px;
        margin-right: 165px;
    }
    .align-menu {
        padding-left: 60px;
    }
    .items-best-service ,.items-location    {
        width: calc(24% - 8px);
    }
    .text-items p {
        height: 160px;
    }
}
@media screen and (min-width:1519px) {
    .menu a {
        padding: 8px 40px;
    }
    .navbar-header {
        padding-left: 50px;
        margin-right: 183px;
    }
    .prc-title{
        height: auto;
    }
    .items-best-service ,.items-location    {
        width: calc(24% - 8px);
    }
}