.home-about .video-home {
    padding-bottom: 30px;
}

.video-about a.video-link::after {
    top: 0;
}

.gallery .box-image {
    position: relative;
}

.gallery .box-image img.icon-video-gallery {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.gallery .gallery-item:hover .box-image img.icon-video-gallery {
    transform: translate(-50%, -50%);
}

.gallery .box-image .overlay {
    content: '';
    top: 0;
    left: 0;
    background: #3333331f;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.archive-post .last-post .post-item .box-image img {
    width: 250px;
}

.archive-post .last-post .post-item .box-image {
    min-width: 250px;
}

.post-header .image-post img {
    height: 463px;
    object-fit: cover;
}

.fancybox-content {
    border: 10px solid #fff;
    background: #fff !important;
}

.gallery .gallery-item:hover .box-image img {
    transform: scale(1.1);
}

.gallery-item .box-image img {
    height: 215px;
    object-fit: cover;
}

section.doi-tau .box-item .box-image img {
    max-height: 265px;
    object-fit: cover;
}

section.home-news .post-item .box-text .excerpt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 6em;
    line-height: 1.5;
}

section.home-news .post-item .box-text {
    padding-left: 20px;
    padding-right: 20px;
}

.archive-post .last-post .box-text .excerpt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.5em;
    line-height: 1.5;
}

.nav-item .sub-menu {
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    border-radius: 5px;
}

@media(max-width: 426px) {
    .post-header .image-post img {
        height: auto;
    }

    section.doi-tau .box-item .box-image img {
        max-height: auto;
    }
}

.sidebar .item-link img {
    width: 100%;
}

section.doi-tau .box-item .box-image img {
    height: 265px;
    object-fit: cover;
}

.wrap-cat ul.cat-list {
    flex-wrap: wrap;
}

.wrap-cat ul.cat-list li {
    margin-bottom: 10px;
}

@media(min-width: 991px) {
    .banner-slider__frame {
        width: 100%;
    }

    .banner-slider__frame img {
        height: 570px;
        width: 100%;
        object-fit: cover;
    }
}

.about-fill .bg-fill .company-image {
    margin-left: 0;
}

.about-fill .bg-fill .icon-box {
    padding-right: 0;
}

@media (min-width: 1152px) and (max-width:1366px) {
    .about-fill .bg-fill .company-image {
        margin-left: -6px !important;
    }
}

@media(min-width: 991px) {
    .nav-item .sub-menu {
        overflow: hidden;
        animation-name: menu-effect-out;
        animation-duration: 0.2s;
        animation-direction: alternate;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        transition: all 0.2s ease;
        visibility: hidden;
        height: auto;
    }

    .nav-item:hover .sub-menu {
        /*  display: revert !important;*/
        animation-name: menu-effect-in;
        visibility: visible;
        /*  animation-duration: 0.3s;*/
        animation-direction: alternate;
        animation-fill-mode: backwards;
        animation-timing-function: linear;
        visibility: visible;
    }

    @keyframes menu-effect-in {
        from {
            height: 0px;

        }

        to {
            height: 200px;
        }
    }

    @keyframes menu-effect-out {
        from {
            height: 200px;

        }

        to {
            height: 0;
        }
    }
}

@media(max-width: 991px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li ul.sub-menu {
        display: none;
    }

}



h2.apply__subtitle {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}


form.apply {
    margin-bottom: 20px;
}


.footer .icon-box {
    margin-bottom: 8px;
    color: #fff;

}
.technical-data-sheet table{
    width: 75%;
}
.technical-data-sheet table tr td{
        padding: 7.5px 18px;
}
.technical-data-sheet table tr td:first-child{
padding: 0;
}
.technical-data-sheet table tr td p{
    margin-bottom: 0;
    margin-top: 0;
}


@media(max-width: 426px){
.technical-data-sheet table{
    width: 100%;
}
}

.post-header h1.post-title{
    font-size: 20px;
}

.single-post h1.post-title{
    font-size: 20px;
}




a.zalo_online {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 99999;
    display: grid;
}

a.zalo_online img {
    width: 60px;
    margin: 0 auto;
}

a.zalo_online span {
    font-weight: bold;
}



.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #81d742;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #81d742;
}



#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    right: 0;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}


#button-contact-vr .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;
}


#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7);
}



.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, .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-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    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;
}

.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%);
}

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #81d742;
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

#button-contact-vr .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, .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
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    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
}

.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(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: .8;
    color: #fff
}

@media(max-width:736px) {
    .phone-bar {
        display: none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, .7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, .8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, .7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}

