.bg-main {
    background: var(--color-main) !important;
}

/*header*/
.text-topbar .menu-section > ul > li > a {
    height: 5.4rem;
    line-height: 5.4rem;
    color: var(--white);
    text-transform: none;
    font-weight: 400;
    text-align: center;
}

.text-topbar .menu-section > ul > li {
    display: inline-block;
    margin-left: 0rem;
    margin-right: 0rem;
}

.search-section .btn-submit {
    padding: 0 10px !important;
    font-size: 17px;
    background: none;
    color: var(--white);
    /*transform: rotate(-90deg);*/
    /*height: 30px;*/
}

/*header END*/
.modal .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1700px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}

.top-header>.container>.row {
    align-items: center;
}

.right-topbar ul li {
    display: inline-block;
}

.right-topbar ul li a {
    color: var(--menu);
    font-size: 12px;
    border-right: 1px solid var(--light);
    padding: 0 10px;
}

.right-topbar ul li:nth-child(2) a, .right-topbar ul li:nth-child(3) a {
    color: var(--color-highlight);
}

.right-topbar ul li:last-child a {
    border-right: none;
}

.search-section .input-group {
    background: rgba(255,255,255,.3);
    border-radius: 20px;
}

.search-section input[type=text]::-webkit-input-placeholder {
    color: #8f8f8f;
}

.search-section input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #8f8f8f;
}

.search-section input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #8f8f8f;
}

.search-section input[type=text]:-ms-input-placeholder {
    color: #8f8f8f;
}

.search-section .wrap-suggestion {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 320px;
    z-index: 5;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 10px;
}

.search-section .wrap-suggestion ul li a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.search-section input[type=text] {
    border: none;
    background: transparent;
    border: unset;
    /*height: 30px;*/
    border-radius: 20px !important;
    color: #fff;
}

.right-email a i {
    color: var(--color-highlight);
    font-size: 16px;
    padding-right: 3px;
    vertical-align: text-bottom;
}

.right-topbar ul li a:hover {
    color: var(--color-highlight);
}

/*header .logo-section a {*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    z-index: 9;*/
/*    background: #fff;*/
/*    padding: 8px;*/
/*    height: 120px;*/
/*    width: 120px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    box-shadow: 1px 0 6px #4c4c4c;*/
/*}*/
/*.logo-section img {*/
/*    height: 70px;*/
/*    object-fit: contain;*/
/*}*/
.sticky-menu.fix .logo-section a {
    position: relative;
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
}

.sticky-menu.fix .logo-section a img {
    height: 64px;
}

.sticky-menu {
    background: var(--light);
}

.video-home .inner-content {
    display: none;
}

.video-home .inner-image {
    position: relative;
    border: 6px solid var(--color-highlight);
    border-radius: 5px;
    margin: 0;
}

.ytp-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
    cursor: pointer;
}

.album-item:hover .ytp-button .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill: var(--red);
    fill-opacity: 1;
}

.wrp-effect-album .effect-video::before {
    opacity: 0 !important;
}

.border_about table td {
    padding: 10px 0;
}

.video-home .about-us .inner-image {
    border: none;
}

.bg-item-hightlight {
    background: var(--color-main);
}

.hightlight {
    background: var(--color-main);
}

.bg-item-hightlight:nth-child(2), .bg-item-hightlight:nth-child(3) {
    background: #181818;
}

.hightlight .inner-content h4 {
    color: var(--white);
    font-weight: 500;
    font-size: 24px;
}

.hightlight .inner-content p {
    margin: 0;
    color: var(--menu);
}

.bg-form {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.bg-form .title-section h3 {
    color: var(--white);
}

.bg-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.4;
}

.parent-title {
    font-size: 26px;
    font-family: serif;
}

.child-title ul li {
    padding-left: 30px;
    font-size: 15px;
}

.child-title ul li:first-child {
    padding: 0;
}

.child-title ul {
    margin: 0;
}

.view-all {
    text-decoration: underline;
    color: var(--color-text);
}

.view-all:hover {
    color: var(--red);
}

.mx--5 {
    margin-right: -5px;
    margin-left: -5px;
}

.bg-hightlight {
    background: var(--color-highlight);
}

.newsleter-box i {
    font-size: 55px;
    padding-right: 10px;
}

.newsleter-box .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-main);
}

.newsleter-box .form-group {
    margin: 0;
}

.bg-footer {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.back-footer {
    position: relative;
    padding-top: 21%;
    overflow: hidden;
    background-repeat: repeat;
}

.project-start .bg-body {
    padding-top: 60px !important;
}

.project-end .bg-body {
    padding-bottom: 40px !important;
}

/*footer .logo-section a {*/
/*    background: var(--white);*/
/*    display: inline-block;*/
/*    padding: 10px;*/
/*}*/
footer .entire-info-website {
    display: block !important;
    margin-bottom: 30px;
}

.title-footer:before {
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid var(--white);
    border-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    zoom: 1; filter: alpha(opacity=10);
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    left: 0;
    height: 2px;
    z-index: 1;
}

.title-footer:after {
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid var(--white);
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    height: 2px;
    border-color: var(--color-highlight);
    width: 100px;
}

footer .entire-map {
    padding-top: 55%;
}

.thu-vien .album-entry-info, .thu-vien .read-more {
    display: none;
}

.name-count {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.home-contact {
    background-color: var(--color-highlight);
}

.home-contact p {
    font-size: 24px;
    color: var(--white);
    font-weight: 700;
    float: left;
    margin: 0;
}

.home-contact .btn-click a {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    background-color: var(--color-text);
    padding: 10px 25px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.home-contact .btn-click a:hover {
    color: var(--color-text);
    background: var(--white);
}

.star-rating {
    /*margin: 0 auto;*/
}

.view-small .star-rating {
    margin: 0;
}

#socials {
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}

#socials a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

#socials a.phone {
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img {
    padding: 5px;
}

@-webkit-keyframes quick-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);
    }
}

.product-image-detail .slider-thumbs .thumb-item img {
    height: 100%;
}

b, strong {
    font-weight: bold;
}

.info-house {
    color: var(--red);
}

.info-house strong {
    color: var(--color-text);
}

.form-nhan-mau-nha input::-webkit-input-placeholder {
    color: #bbb;
}

.form-nhan-mau-nha input:-moz-placeholder {
    /* Firefox 18- */
    color: #bbb;
}

.form-nhan-mau-nha input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
}

.form-nhan-mau-nha input:-ms-input-placeholder {
    color: #bbb;
}

.form-nhan-mau-nha p {
    color: var(--red);
}

.newsleter-box form {
    position: relative;
}

.video-slide {
    object-fit: cover;
    height: 40vw;
}

.product-image-detail .slider-thumbs .thumb-item {
    margin: 0 10px;
}

.info-house strong i {
    font-size: 20px;
    padding-right: 3px;
}

@media (max-width: 1350px) {
    .back-footer {
        position: relative;
        padding-top: 30%;
        overflow: hidden;
        background-repeat: repeat;
    }
}

@media (min-width: 1024px) {
    .newsleter-box {
        max-width: 85%;
        margin: 0 auto;
    }

    .tb_01 .swiper-slider-main .swiper-slide img {
        max-height: 308.56px !important;
    }
}

@media (max-width: 1200px) {
    .right-topbar ul li a {
        font-size: 12px;
    }

    a.language-picker {
        font-size: 11px;
    }

    .right-topbar ul li.right-email {
        display: none;
    }
}

@media (max-width: 991px) {
    .home .header-main {
        position: relative !important;
    }

    .logo-section img {
        height: 50px;
    }

    .menu-container {
        padding: 7px 0;
    }

    .breadcrumbs-section {
        overflow-x: scroll;
        white-space: nowrap;
        padding: 40px 0 0;
    }

    a.language-picker {
        color: var(--color-text) !important;
    }

    .home-contact p {
        font-size: 19px;
        margin-bottom: 15px;
    }

    body {
        overflow-x: hidden;
    }

    header .logo-section a {
        height: 90px;
        width: 90px;
        right: 0;
        left: 0;
        top: -27px;
        padding: 5px;
    }

    .child-title {
        margin-bottom: 20px;
    }

    .newsleter-box form {
        margin-top: 15px;
    }

    .slick-next, .slick-prev {
        top: 35%;
    }

    .slick-next:before, .slick-prev:before {
        color: var(--white);
    }
}

@media (max-width: 768px) {
    .title-section h3, .parent-title {
        font-size: 25px;
    }

    .title-footer {
        font-size: 16px;
    }

    .title-footer:after {
        width: 75px;
    }
}

@media (max-width: 767px) {
    .slider-section, .slider-section .item img {
        height: 62vw;
    }
}

@media (max-width: 550px) {
    .title-section h3 {
        font-size: 20px;
    }
}

/*footer*/
.entire-info-website .descript-website-section {
    margin-bottom: 44px;
    color: var(--menu);
}

footer .entire-info-website address p {
    color: var(--menu);
    margin-bottom: 14px;
	font-size: 16px;
}

/*footer END*/
/*3.title-section h3 {*/
/*    font-size: 30px;*/
/*    font-weight: 700;*/
/*    margin: 1rem 0;*/
/*}*/
.link-img-banner img {
    height: 40rem;
    width: 100%;
    object-fit: cover;
}

.icon-html {
    display: flex;
    right: 15px;
    transform: translateY(0%);
    z-index: 100;
    width: 100%;
}

/*.icon-html>a {*/
/*    display: block;*/
/*    margin-bottom: 10px;*/
/*}*/
/*menu pc*/
@media (min-width: 1200px) {
    /*.logo-section {*/ /*    text-align: center;*/ /*}*/
}

.menu-section > ul > li > a {
    color: #fff !important;
}

.menu-container.menu-pc a.btn-menu-mobile {
    display: inline-block;
}

.back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

.back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.menu-container.menu-pc .menu-section {
    position: fixed !important;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: all 1.8s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    background: var(--color-main);
    background: linear-gradient(180deg, #061529 0%, #144A8F 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100% 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
}

.menu-container.menu-pc .menu-section.open {
    display: block !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.banner-menu {
    position: relative;
}

.banner-menu img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.menu-container.menu-pc .menu-section ul a {
    color: var(--white) !important;
    display: inline-block;
    line-height: 3rem;
    font-size: 20px;
    text-transform: uppercase;
}

.menu-container.menu-pc .menu-section ul >li {
    margin-bottom: 20px;
}

.menu-container.menu-pc .menu-section ul {
    text-align: left;
}

.menu-container.menu-pc .info-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.menu-container.menu-pc .menu-top {
    display: inline-block;
    position: absolute;
    top: 50px;
    left: calc(50% - 230px);
}

.menu-container.menu-pc .info-menu .info .title-dm {
    font-size: 21px;
    color: var(--white) !important;
    margin-bottom: 50px;
}

/*_____________________Css them_____________________*/
.text-contact {
    font-size: 12px;
}

/*intro*/
.intro-name {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: var(--color-text);
    text-align: justify;
}

.intro-description {
    font-size: 29px;
    line-height: 36px;
    color: white;
}

/*thiet bi*/
.title-thietbi {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
    color: var(--color-text);
}

/*SHOWROOM*/
.showroom--tile {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
    color: var(--color-text);
}

/*bds*/
.title-section {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
    color: var(--color-text);
}

/*.margin-news {*/
/*    margin-right: 30px;*/
/*}*/
.product-item .swiper-button-next {
    background-color: #164059;
    height: 66.55%;
    width: 26px;
    top: 43% !important;
}

.product-item .swiper-button-next:hover {
    background-color: #164059 !important;
}

.title-showroom {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
}

/*footer*/
.bg-footer {
    background-color: #B39D63;
}

.footer-section {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
    color: white;
	text-align: center;
}
.info-footer .footer-section {
    text-align: start;
}
address {
    width: 100%;
}

.row-align-center > div > .row > div:nth-child(1) {
    display: flex;
    align-items: center;
}

body {
    background-image: url(https://cdn3081.cdn4s6.io.vn/media/san-pham/untitled.png);
    background-position-y: top;
    background-repeat: no-repeat;
}

footer .border-footer {
    border-top: 0.2rem solid #164059;
    background: #0a293f;
}

.icon-html-1 {
    display: flex;
    right: 15px;
    transform: translateY(0%);
    z-index: 100;
    width: 91%;
	justify-content: center;
}

/*chi tiet bÃƒÂ i viÃ¡ÂºÂ¿t*/
.name-news {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: var(--white);
    text-align: center;
}

.content-news {
    color: white;
    margin-top: 6rem;
    font-weight: 300;
}

/*showroom*/
.entire-showroom {
    position: relative;
    padding-top: 60%;
}

.ratio-padding {
    padding-top: 97.6% !important;
}

.swiper-button-prev, .swiper-button-next {
    background-color: var(--color-text);
    width: 3%;
    color: #fff !important;
}

.name-showroom:before {
    content: "";
    width: 15rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 36rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.charge-section, .book-section {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
    color: white;
}

.charge-section:before {
    content: "";
    width: 15rem;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 19.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.book-section:before {
    content: "";
    width: 15rem;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 39.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bg-showroom {
    background: #0B3B5C;
}

.img-showroom img {
    width: 100%;
    height: 50rem;
}

.swiper-button-gallery .swiper-button-prev, .swiper-button-gallery .swiper-button-next {
    background-color: var(--color-text);
    width: 3%;
    color: #fff !important;
}

.text-section {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.1rem;
}

/*Responsive*/
@media (max-width: 550px) {
    .intro-name {
        font-size: 30px;
        line-height: 40px;
    }

    .intro-description {
        font-size: 22px;
        line-height: 30px;
    }

    .title-thietbi, .showroom--tile {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }

    .ratio-padding {
        padding-top: 91.6% !important;
    }

    .swiper-button-prev, .swiper-button-next {
        background-color: var(--color-text);
        width: 10%;
        color: #fff !important;
    }

    .display-2 {
        font-size: 2.5rem;
    }

    .swiper-button-prev, .swiper-button-next {
        position: absolute;
        top: 50%;
    }

    .name-news {
        font-size: 22px;
    }

    img.img-mobile-thietbi {
        width: 100%;
    }

    .title-section {
        font-size: 20px;
        line-height: 30px;
    }

    .product-item .swiper-button-next {
        background-color: #164059;
        height: 66.55%;
        width: 26px;
        top: 43% !important;
    }

    /*showroom*/
    .name-showroom:before {
        top: 9rem;
    }

    .book-section:before {
        bottom: 46.5rem;
    }

    .charge-section:before {
        bottom: 20rem;
    }

    .text-section {
        font-size: 15px;
    }

    .dis-section {
        font-size: 10px;
    }

    .swiper-button-gallery .swiper-button-prev, .swiper-button-gallery .swiper-button-next {
        width: 9%;
    }

    .img-showroom img {
        width: 100%;
        height: 20rem;
    }
}

.img-showroom {
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
    background: var(--white);
    overflow: hidden;
}

.img-showroom img {
    -webkit-transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    -o-transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
}

.img-showroom:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.img-showroom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.img-showroom:hover:before, .img-showroom:hover a:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.img-showroom {
    overflow: hidden;
}

.img-showroom img {
    object-fit: cover;
}

.img-showroom a {
    display: block;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.box-anh-quangcao-header img {
    width: 170px;
}

.box-anh-quangcao-header {
    position: relative;
    float: right;
    margin-top: -7rem;
    margin-right: 12px;
    z-index: 9;
}

/*nut lien he rung lac*/
.rung-lac-home {
    -webkit-animation: shake-top 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-top 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    width: 180px !important;
}

@-webkit-keyframes shake-top {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@keyframes shake-top {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

/*nut lien he rung lac*/
.heartbeat {
    -webkit-animation: heartbeat 1.8s ease-in-out infinite both;
    animation: heartbeat 1.8s ease-in-out infinite both;
}

.header-dktv a {
    display: flex;
    color: #fff;
    border: 1px solid #fff;
    height: 32px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 50px;
}

.modal-dktv {
    padding: 0 !important;
    width: 100%;
}

.modal-dktv .modal-dialog {
    max-width: 100%;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.modal-dktv .modal-dialog .modal-content {
    height: 100vh;
    border: 0;
    background: linear-gradient(0deg, #144A8F 0%, #000 100%);
}

.modal-dktv .modal-dialog .modal-content .modal-body {
    min-width: 100%;
    display: block;
    padding: 0;
}

.modal-dktv .modal-dialog button.close {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 9;
    opacity: 1;
}

.modal-dktv .info-modal {
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 200px;
}

.modal-dktv .info-modal .form-group .form-control {
    background: none;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #fff;
}

.modal-dktv .info-modal .form-group .form-control::placeholder {
    color: #fff;
    font-size: 15px;
}

.modal-dktv .info-modal .form-group:last-child {
    margin-top: 50px;
    text-align: center;
}

.modal-dktv .info-modal .form-group .btn-submit {
    background: none;
    width: 240px;
    height: 50px;
    line-height: 48px;
    padding: 0;
    border-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

/*.modal-dktv .modal-dialog .modal-content .modal-body .img {*/
/*    padding-top: 100vh;*/
/*}*/
.modal-dktv .info-modal .form-group .btn-submit:hover {
    background: var(--white);
    color: var(--color-highlight);
}

.title-section-form {
    font-size: 3.6rem;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/*CSS quyettq*/
.coppyright-payment .coppyright {
    margin-bottom: 0;
    color: #0A293F;
    font-weight: bold;
}

.header-main {
    background-color: rgb(10,41,63,0.7);
    padding: 2rem 0;
}

.home .header-main {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.is-mobile footer > div:nth-child(2) > .container > .row > div > div {
    padding: 0 !important;
}

.slide_main .swiper-button-prev, .slide_main .swiper-button-next {
    background-color: transparent;
    border-radius: 5rem;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #e9ecef7a;
}

@media screen and (min-width: 768px) {
    footer > div:nth-child(2) > .container > .row > div:nth-child(4) {
        flex: 0 0 25%;
        max-width: 20%;
    }
}

footer > div:nth-child(2) > .container > div {
    justify-content: space-between;
}

.box-anh-quangcao-header {
    right: 5%;
}

.swiper-slider-main .swiper-slide img {
    max-height: 85rem;
}

.img-footer {
    width: 81.2% !important;
    height: 100% !important;
}

.is-mobile .box-anh-quangcao-header {
    right: 8%;
}

.is-mobile .box-anh-quangcao-header {
    margin-top: -5rem;
}

.is-mobile .rung-lac-home {
    width: 130px !important;
}

/*End CSS quyettq*/
@media (min-width: 1200px) {
    @media not all and (max-width:1400px) and (orientation:landscape) {
        .swiper .swiper-wrapper {
            transition:transform 1.5s cubic-bezier(.4,0,.2,1);
        }
    }
}

.swiper .swiper-wrapper {
    cursor: grab;
    height: 900 px
}

@media (min-width: 1200px) {
    @media not all and (max-width:1400px) and (orientation:landscape) {
        .swiper .swiper-wrapper {
            transition:transform 1.5s cubic-bezier(.4,0,.2,1)
        }
    }
}

.swiper-slider-main .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}

.swiper-slider-main .swiper-wrapper .swiper-slide {
    transition: transform 4.5s ease-out
}

.swiper-slider-main .swiper-wrapper .swiper-slide-active {
    transform: scale(1.1)
}

/*contact */
.showroom {
    background-size: cover;
    padding: 120px 0;
}

.logo-section-3 img {
    height: 10rem;
    object-fit: contain;
    margin-bottom: 20px;
}

.contact-pad .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: rgb(0 0 0 / 0%);
    background-clip: padding-box;
    border-bottom: 1px solid #ffffff !important;
    border: none;
    /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

.btn .ratio-dangky {
    width: 70%;
}

@media (min-width: 1500px) {
    .img-thietbi-phongtam> .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.img-btn.form-group {
    text-align: end;
}

/*.box-giam-gia > .row > div:nth-child(3) > .ratio-dangky {*/
/*    width: 83%;*/
/*}*/

/*.box-giam-gia > .row > div:nth-child(1) > .ratio-dangky {*/
/*    width: 93%;*/
/*}*/

/*.box-giam-gia > .row > div:nth-child(3) > .ratio-dangky {*/
/*    display: block;*/
/*    margin-left: auto;*/
/*    margin-right: 0;*/
/*}*/

.contact-pad {
    padding-right: 3rem;
}

.form-group-page-lien-he input::placeholder {
    color: white;
}

@media (max-width: 550px) {
    .contact-pad {
        padding-right: 0rem;
    }

    .img-btn.form-group {
        text-align: center;
    }

    .box-giam-gia > .row > div:nth-child(3) > .ratio-dangky {
        width: 100%;
    }

    .box-giam-gia > .row > div:nth-child(1) > .ratio-dangky {
        width: 100%;
    }

    .box-giam-gia > .row > div:nth-child(3) > .ratio-dangky {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .img.ratio-dangky {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .showroom {
        background-size: cover;
        padding: 80px 0;
    }
}

@media (min-width: 1500px) {
    .hight-light-technology > .row > div:nth-child(4) > .item-technology > .list-image-03 .item-image .img img {
        position: absolute;
        top: 17vw;
    }

    .hight-light-technology > .row > div:nth-child(4) > .item-technology > .video-location {
        position: relative;
        bottom: 28vw;
    }
}

@media (min-width: 1200px) and (max-width: 1490px) {
    .hight-light-technology > .row > div:nth-child(4) > .item-technology > .list-image-03 .item-image .img img {
        position: absolute;
        top: 22vw;
    }

    .hight-light-technology > .row > div:nth-child(4) > .item-technology > .video-location {
        position: relative;
        bottom: 37vw;
    }
}

.img-device img {
    -webkit-transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    -o-transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
}

.img-device:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.img-device:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.img-device:hover:before, .img-device:hover a:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.img-device {
    overflow: hidden;
}

.img-device img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 768px) {
    .box-giam-gia > .row > div:nth-child(3) > .ratio-dangky {
        width: 100%;
    }
    .box-anh-quangcao-header img {
        width: 120px !important;
    }
}

.info-showroom-home-d-flex {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    /* position: relative; */
    width: 100%;
    bottom: 0;
    background-color: #0000007d;
    padding: 20px 10px;
}

.is-mobile .info-showroom-home-d-flex {
        padding: 10px 10px;
    }

.btn-news {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    font-size: 1.4rem;
    background-color: var(--color-text);
    padding: 4px 8px;
}

.btn-news:hover {
    color: white;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
