body {
    font-family: "Roboto", serif;
    font-size: 16px;
    margin: 0 auto;
}

.section-header {
    padding: 10px 0;
    background: linear-gradient(130deg, #f3f3f6 37%, #fff 37%);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 220px;
}

.icon img {
    width: 70px;
}

.images-inner img {
    width: 100%;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-box-text p {
    margin-bottom: 0;
    font-weight: bold;
}

.icon-box-text a {
    color: #1454a5;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.icon-box-text {
    display: flex;
    flex-direction: column;
}

.header-button a {
    text-decoration: none;
    color: black;
    background-color: #feda17;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
}

.row-small {
    display: flex;
    justify-content: center;
    align-items: center;
}

.images-inner img {
    width: 500px;
    height: 100px;
}

.menu a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    padding: 8px 40px;
    text-transform: uppercase;
}

.section-menu {
    background-color: #1454a5;
    padding: 5px 0;
}

nav.hide {
    display: none;
}

.toggle_menu {
    display: none;
}

.logo-menu-mobile img {
    width: 250px;
}

/* header */
.section-headers {
    background-image: url(../assets/bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7.88em 0 7.97em;
    position: relative;
}

.section-headers::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    opacity: 0.7;
    background: linear-gradient(0deg, rgba(20, 84, 165, 0.8) 0%, rgba(20, 84, 165, 0.8) 100%);
}

.text-header {
    color: white;
    position: relative;
    z-index: 2;
}

.text-header h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
}

.text-header a {
    text-decoration: none;
    color: white;
}

.text-header a:hover {
    color: #feda17;
    transition: all 0.5s ease-in-out;
}

/* new */
.section-content {
    max-width: 1170px;
    margin: 0 auto 2rem auto;
}

.section-list-new {
    max-width: 1170px;
    margin: 0 auto;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.section-title b {
    display: block;
    flex: 1;
    height: 2px;
    background-color: #1454a5;
}

.section-title-main {
    color: #1454a5;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: rgb(231 231 231);
}

.box-text {
    padding-top: .7em;
    padding-bottom: 1.4em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.post-title h5 {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 1.15em;
}

.from-the-blog p {
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: .9em;
}

.post-line {
    height: 2px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 30px;
    margin: .5em auto .5rem auto;

}

.box-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img-list-new img {
    height: 243px;
}

.section-list-new a {
    text-decoration: none;
    color: black;
}

.section-list-new a:hover {
    color: #1454a5;
    transition: all 0.5s ease-in-out;
}

/* footer */
.footer {
    background-image: url(../assets/background-footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: rgb(255 255 255);
    font-size: 18px;

}

.footer::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(20, 84, 165, 0.8) 0%, rgba(20, 84, 165, 0.8) 100%);
    z-index: 1;
    left: 0;
    top: 0;
}

.section-footer {
    padding: 30px 20px;
}

.logo-footer img {
    width: 450px;
}

.block-text-footer,
.logo-footer {
    position: relative;
    z-index: 2;
}

.block-text-footer a {
    color: white;
    text-decoration: none;
    margin-bottom: 16px;
}

.menu-items {
    list-style: none;

}

.menu-footer,
.map {
    position: relative;
    z-index: 2;
}

.menu-footer ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.block-text-footer p:hover,
.block-text-footer a:hover,
.menu-items a:hover {
    color: #feda17;
    transition: all 0.4s ease-in-out;
}

.block-text-footer i {
    margin-right: 10px;
}

.copy-right {
    background-color: rgb(20 84 165 / 0.7);
}

.copy-right p {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

/* 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 {
    position: fixed;
    width: 250px;
    height: 100%;
    left: 0;
    background-color: white;
    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: 20px;
    margin-top: 5px;
    color: black;
}

.logo-mobile img {
    width: 250px;
}

.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: black;
    z-index: 9002;
    display: none;
    z-index: 2;
    opacity: 0.5;
}

.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;
}

.menu-mobile ul li a {
    width: 100%;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: black;
    border-bottom: 1px solid rgb(238, 238, 238);
    text-transform: uppercase;
}

.menu-mobile ul li a:first-child {
    border-top: 1px solid rgb(238, 238, 238);
}

.menu-mobile ul li a:last-child {
    border-bottom: none;
}

.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;
}

/* zalo and phone */
.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) {

    .header-inner,
    .row-small {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;

    }

    .icon-box {
        justify-content: center;
        margin-bottom: 20px;
    }

    .phone-header,
    .menu,
    .hidden {
        display: none;
    }

    .images-inner img {
        width: 100%;
    }

    .header-end {
        margin-bottom: 20px;
    }

    .toggle_menu {
        display: block;
        color: white;
    }

    .toggle_menu i {
        margin-right: 10px;
    }

    .button-contact {
        margin-bottom: 30px;
    }

    .block-type-car {
        flex-wrap: wrap;
    }

    .logo-footer img {
        width: 100%;
    }

    .gg-map {
        padding-left: 8px !important;
    }
}

@media screen and (min-width :768px) {

    .header-inner,
    .row-small {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .header-end,
    .toggle_menu {
        display: none;
    }

    .images-inner img {
        width: 300px;
    }

    .icon-box {
        justify-content: center;
        margin-bottom: 0;
    }

    .menu {
        display: block;
    }

    .phone-header {
        display: flex;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .items-type-car {
        width: calc(48%);
    }
}

@media screen and (min-width : 1024px) {
    .images-inner img {
        width: 500px;
    }
}

@media screen and (min-width:1280px) {
    .header-inner {
        justify-content: space-between;
    }

    .header-end {
        display: block;
        margin-bottom: 0;
        margin-left: 20px;
    }

    .items-type-car {
        width: calc(23%);
    }

    .logo-footer img {
        width: 450px;
    }

}