.py-50{
    padding: 5rem 0px;
}
.img-fluidz{
    width: 100%;
}
.image-about {
    width: 100%;
}
.bg-copyright {
    color: white;
    background: #0d0214;
}
.nav-divided>li {
    margin: 0 0.7em;}
ul#header-contact > li > a:hover {
    color: white;
    transition: all 0.4s ease;
}
ul#header-contact > li > a {
    color: white;
}
ul#header-contact > li > a > i {
        font-weight: 700;
    margin-right: 4px;
}
.h_congdong {
    background: var(--color-highlight);
}
.h_congdong *{
    text-align: center;
    color: white;
}
.sub_new {
    margin: 0px -7.5px;
}
.col-md-5-custom{
    padding: 0px 7.5px;
    flex: 0 0 20%;
    max-width: 20%;
}
.title-section {
    text-align: center;
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 3rem;
}
.title-section-why {
    text-transform: uppercase;
  font-size: 2.6rem;
  color: var(--color-white);
  font-weight: 500;
   margin-bottom: 3rem;
}
.title-section:after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    background: var(--color-highlight);
    height: 5px;
    width: 100px;
    margin: auto;
}
.inner-content {
    text-align: center;
}
.swiper-slide--wrap-phan-hoi-title {
    font-weight: 500;
    font-size: 2rem;
    margin: 1.5rem 0px;
}
.entire-info-website *{
    color: white;
}
.title-footer {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: white;
}

.is-divider {
     position: relative;
    background-color: var(--color-highlight);
    height: 3px;
    display: block;
  
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
.is-divider::after {
    content: "";
    width: 2417px;
    height: 100%;
    left: 30px;
    background-color: #c4c4c4;
    position: absolute;
}
p.intro_company {
    color: white;
    font-size: 1.8rem;
    text-align: justify;
}
.entire-info-website p {
    font-size: 1.6rem;
}
.h_about {
    background: url(http://cdn1512.cdn4s4.io.vn/media/icon/bg_about.png);}
p.n-1 {
    margin-top: 1rem;
    font-weight: 700;
    font-size: 2rem;
}
p.n-2 {
    color: var(--color-highlight);
    font-weight: 600;
    font-size: 1.6rem;
}
.title-highlight {
    font-size: 4rem;
}
.des_highlight {
    font-size: 2rem;
}
.info_contact-header li {
    margin-right: 10px;
}
.info_contact-header ul {
    justify-content: flex-end;
    list-style: none;
    display: flex;
}
.info_contact-header * {
    color: white;
}
.header-top {
    padding: 1rem 0px;
}
.hotline-header span {
    font-weight: 600;
    color: white;
}
 .entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.entire-action-header {
    position: relative;
}

.post-date i {
    margin-right: 4px;
}
.view-small .inner-content {
    text-align: left;
}
.inner-content-menu {
    text-align: center;
}
/*Call now*/
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

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

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    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);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.fixed-contact {
    position: fixed;
    left: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}

.phone-number {
    width: 160px;
    position: absolute;
    top: 50%;
    left: 45%;
    padding: 9px 40px;
    padding-right: 15px;
    border-radius: 15px;
    background: #e60808;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}
.hotline-quickbuy {
    border: 1px solid var(--color-highlight);
    padding: 6px 10px;
    font-size: 16px;
}
.hotline-quickbuy i {
    margin-right: 5px;
    font-weight: 500;
    color: var(--color-highlight);
}
.footer-menu-section {
    text-align: center;
}
.article-item .article-title {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;}
.article-item .article-description{
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
/*reponsive mobile*/

@media(max-width: 768px){
    .interview-body > .row {
    margin: 0;
}
    .interview-body > .row > div {
    padding: 0;
}
    .article-description-about {
    margin-top: 1.5rem;
}
    .inner-content-menu .product-title {
    /* border-bottom: 1px solid var(--gray); */
}
    .sub_new > div:last-child > .inner-content-menu > .product-title {
    border: 0;
}
    .fixed-contact {
    left: 0px;
}
    .inner-content-menu > .product-title > a {
    /* line-height: 2; */
    height: 2.5rem;
    line-height: 2rem;
}
    .inner-content-menu {
    text-align: left;
}
    .inner-content-custom {
    margin-top: 1.5rem;
}
    .btn-action-header i {
    font-size: 2.2rem;
}
    .logo-section img {
    height: 8rem;
}
    .hotline-header {
    padding: 1rem 0px;
}
    
    .is-mobi-none{
        display: none;
    }
    .menu-section ul{
    display: block;
    }
}
.logo-section img {
    /* width: 170px; */
    height: 11rem;
    object-fit: cover;
}
.bg-highlight {
    background: var(--color-highlight);
}
.btn-submit {
    border: 1px solid var(--color-highlight);
    background-color: var(--color-highlight);
    color: var(--white);
}




@media (max-width: 1200px){
    .col-md-5-custom{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1000px){
    .menu-section >ul {
        display: flex;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        align-items: center; }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .menu-section > ul > li > a {
        font-size: 12px;
    }
}

.row.d-flex {
    display: flex !important;
}

.search-section .wrap-suggestion li a {
    line-height: normal;
}

.overflow-hidden {
    overflow: hidden !important;
}
.testimony-wrap-img-subject img {
    width: 64px;
}
@media (max-width:992px) {
    .footer-menu-section {
        text-align: left;
    }
}




