
.topbar-header {
    background: var(--color-main);
}
.menu-top li {
    display: inline-block;
    font-size: 12px;
    margin: 0 .7em;
}
.menu-top li a {
    position:relative;
    color: var(--white);
}
.menu-top li a:hover {
    color: var(--yellow);
}
.menu-top li a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(255,255,255,.2);
    height: 15px;
    margin-top: -7px;
    left: -1em;
}
.menu-top li:first-child a:after{
    opacity:0
}

.right-topbar {
    display: flex;
    align-items: center;
}
.list-inline {
    margin: 0;
}

.language-section {
    margin-left: 20px;
}
.logo-section img {
    max-height: 55px;
    object-fit: scale-down;
    transition: all 2s;
}


.slider-section .slick-list .slick-slide {
    position: relative;
}
.slider-section, .slider-section .item img {
    object-fit: cover;
    height: 500px;
}
.slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.slider-section .color-blue {
    color: var(--yellow);
}
.btn-submit i {
    padding-left: 15px;
}
.border_about .info i {
    font-size: 18px;
}
.border_about p {
    font-size: 15px;
    color: var(--white);
    line-height: 25px;
    margin: 0 0 30px;
    position: relative;
}
.section-about {
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.product-service .title-section {
    text-align: left !important;
    background: var(--color-main);
    display: inline-block;
    color: var(--white);
    padding: 15px 30px;
    position: relative;
}
.product-service .title-section:before {
    content: '';
    position: absolute;
    right: -48px;
    top: -5px;
    vertical-align: middle;
    border-top: 43px dashed var(--color-main);
    border-right: 43px solid transparent;
    border-left: 36px solid transparent;
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -o-transform: rotate(130deg);
}

.product-service .item-title-category a {
    background-color: var(--gray);
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-text);
}
.product-service .img_category {
    padding-top:65%;
}
.product-service .item-title-category a:hover {
    background-color: var(--color-main);
    color: var(--white);
}

.product-service .slick-dots {
    top: -45px;
    bottom: unset;
}
.product-service .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.hight-light {
    bottom: 55px;
    text-align: center;
    width: 100%;
    padding: 30px 0 20px;
    background: var(--color-main);
    background: linear-gradient(90deg, var(--color-main) 0%, var(--color-hightlight) 50%);
    font-size: 16px;
    line-height: 25px;
    color: var(--white);
}
.hight-light h1 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    display: inline-block;
    padding-right:4px;
}
.title-section span {
    color: var(--color-main);
}
.list-category .catitem {
    border-left: 1px solid #e1e1e1;
    float: left;
    padding: 30px;
    position: relative;
}
.list-category .catitem .name {
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.list-category .catitem .name img {
    margin-right: 10px;
}
.list-category .catitem .summary {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 20px;
}
.list-category .catitem .viewmore {
    font-size: 13px;
    color: var(--color-main);
    text-decoration: none;
    text-transform: uppercase;
}

.list-category>.row>div:nth-child(1) .catitem {
    border-left:none
}
.list-category .catitem .viewmore i {
    padding-left: 15px;
}
.box-develop .section-about {
    background: none !important;
}
.box-develop .info ,.box-develop .title-section {
    color: var(--white);
}

.box-develop .btn-submit {
    background: var(--white);
    color: var(--color-main);
}
.bg-develop {
    position: relative;
}

.bg-slide-develop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    z-index: -1;
}
.bg-develop>.container>.row>div {
    position: inherit;
}
.list-category .slick-slide img {
    object-fit: scale-down;
    width: auto;
    margin: 0 auto 20px;
}

.box-develop .about-us {
    max-width: 450px;
}

.box-develop {
    padding: 130px 0;
}

.box-slide-develop {
    padding: 150px 0;
}
.box-slide-develop .summary {
    color: var(--white);
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    margin:0;
} 
.box-slide-develop .name {
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 25px;
    text-decoration: none;
    line-height: 30px;
}
 
.box-slide-develop .slick-dots li button:before {
    background-color: var(--white);
}

.title-block {
    float: left;
    width: 100%;
    border-bottom: 2px solid #ececec;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 1.5em;
}
.title-block h3 {
    color: var(--color-main);
    margin: 0;
    border-bottom: 2px solid var(--color-main);
    padding: 0 0 10px;
    margin-bottom: -2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}
.article-tab li a {
    border-radius: 20px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.article-tab li.active a, 
.article-tab li.hover a, 
.article-tab li a.active {
    background: var(--color-main);
    color: #fff;
}
.article-tab {
    margin-bottom: 30px;
}

.comp_name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.entire-info-website {
    color: var(--white);
}
#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);
    }
}
.article-content ul li, .article-content ol li {
    line-height: 30px;
}
.view-small .product-item .inner-content .product-title a {
    font-size: 14px;
}
.search-section .wrap-suggestion {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    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;
}
.is-mobile .logo-section img , 
.is-mobile .setting-menu.fixed .logo-section img {
    height: 45px;
}
table td, table th {
    padding: 1rem .75rem;
	border:1px solid #ddd
}
.product-detail-footer table tr:first-child {
    background: #5b9bd5;
}
.product-detail-footer table tr:nth-child(2n):not(:first-child) {
    background: #deeaf6;
}
.entry-topbar .left-topbar a:hover {
    color: var(--white);
}
header.fixed {
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    z-index: 10;
}

.search-section .btn-submit {
    color: var(--color-text);
    background: none;
    font-size: 25px;
}
.search-section .btn-submit:hover {
    color: var(--color-main);
}
.search-section input[type=text] {
    border: none;
}

.search-section.entire-action-header .form-dropdown {
    padding: 5px 0;
}
.newsletter .title-footer {
    margin: 0;
    display: inline-block;
    padding-right: 15px;
}

.newsletter .btn-submit {
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    height: 38px;
    border-radius: 0;
    padding: 0 10px !important;
    background: var(--color-main);
}
.border-newsletter{
    /* border-bottom: 1px solid #64aad6; */
}
.newsletter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 23px 0;
}
.newsletter .form-group {
    position: relative;
    margin: 0;
}

.newsletter form {
    display: inline-block;
    max-width: 500px;
    width: 100%;
}
.footer-menu-section ul li a:hover {
    text-decoration: underline;
}
.box-breadcrumb {
    position: relative;
}
.list-article .article-item span {
    position: absolute;
    left: 0;
}
.list-article .article-item .bg-cat {
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat : repeat-y;
    background-attachment: scroll;
    background-position: center center;
    opacity: 0.9;
}

.list-article .article-item span.article-title {
    left: 30px;
    top: 30px;
    width: 32%;
}
.list-article .article-item span.article-title h3 {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 30px;
    text-transform: uppercase;
}

.list-article .article-item span.viewmore {
    color: var(--color-main);
    font-size: 11px;
    padding-right: 10px;
    text-transform: uppercase;
    left: 30px;
    bottom: 30px;
}
.list-article .article-item {
    position: relative;
}

.list-article .article-item .inner-image {
    padding-top: 55%;
}
.list-article .article-item .bg-cat-hover{
    opacity:0
}
.list-article .article-item:hover .bg-cat-hover {
    opacity: 1;
}

.list-article .article-item:hover .bg-cat:not(.bg-cat-hover) {
    opacity: 0;
}

.list-article .article-item:hover .bg-cat-hover {
    background-size: cover;
}

.list-article .article-item:hover span {
    color:var(--white);
}

.list-article-product .inner-content {
    width: 100%;
    padding: 15px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(78 152 198 / 80%);
}

.list-article-product .article-item {
    position: relative;
}

.list-article-product .article-description {
    color: var(--white);
    font-size: 13px;
    line-height: 22px;
    display: none;
    text-align: justify;
}

.list-article-product .article-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
}
.list-article-product .article-item:hover .inner-content {
    height: 100%;
    padding: 25px 20px;
}
.list-article-product .article-item:hover .article-title {
    margin-bottom:10px
}
.list-article-product .article-item:hover .article-description {
    display:block
}
.list-article-product .img-category {
    padding-top: 55%;
}
.list-article-product .article-item a {
    position: relative;
    display: block;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
.is-mobile .language-picker {
   color: var(--color-text);
   font-size: 11px;
   padding-right: 0;
}
.products-cat .title {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    line-height: 1;
}

.products-cat .title:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: var(--color-main);
    bottom: 0;
}
.title-section-left {
    background: var(--color-main);
    color: var(--white);
    padding: 0  15px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    font-style: italic;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.categories-section li {
    background: #eee;
    font-size: 14px;
    color: #333;
    display: block;
    /* padding: 5px 15px; */
    text-decoration: none;
    /* border-bottom: 2px solid #fff; */
}
.bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
}
.back-footer{
    position: relative;
    padding-top: 36.5%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
}
.entire-video-banner {
    position: relative;
    padding-top: 53%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.entire-video-banner .entire-content {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color-main);
    text-transform: capitalize;
    z-index: 4; 
}
.entire-video-banner .entire-content .inner-category {
      font-size: 24px;
      margin-bottom: 10px; 
}
.entire-video-banner .entire-content .inner-descript {
      font-size: 72px;
      line-height: 80px;
      font-weight: 600; 
}
.entire-video-banner .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 70px;
    color: var(--color-hightlight);
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--color-hightlight);
    z-index: 5; 
  }
.entire-video-banner #entire-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 100%;
}
.entire-video-banner::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.01);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; 
  }
.box-breadcrumb img {
    width: 100%;
    height: 28vw;
    object-fit: cover;
}
.categories-section > li.has-child > ul>li>a {
    padding-left: 30px;
}


/*module tab tin tuc*/
.bg-before:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50% !important;
    width: 100% !important;
    object-fit: cover;
    background-image: -webkit-linear-gradient(bottom, #2f2f2f, transparent);
    z-index: 1;
}

.article-item.article-home .article-title a {
    color: var(--white);
}
.article-home .article-description {
    display: none;
}
.article-home:hover .bg-before:before {
    top: 0;
    height: 100% !important;
    background-image: none;
    background-color: rgba(0,0,0,.65);
}

.article-home:hover .article-description {
    display: block !important;
}


/*module tab tin tuc*/

.text-download {
    background-color: var(--color-main);
    color: var(--white);
}
.text-download:hover {
    color: var(--white) !important;
}
.service-home .border_about p {
    color: var(--color-text);
}
.brand-section {
    position: relative;
}

.brand-section .slick-slider {
    position: unset;
}
.categories-section li h2 {
    margin: 0;
    font-size: 14px;
}
.doi-tac .slider-section, .doi-tac .slider-section .item img {
    height: auto;
    margin: 0 auto;
    width: auto;
    object-fit: scale-down;
}
.doi-tac .inner-title {
    display: none;
}

.box-doi-tac {
    margin-top: 30px;
    margin-bottom: 0px;
}
.doi-tac .slider-section .slick-list .slick-slide {
    margin: 0 5px;
}

.doi-tac .slider-section .slick-list {
    margin: 0 -5px;
}

.slider-company {
    text-align: center;
}
.slider-company .slick-slide img {
    margin-bottom: 10px !important;
}
.name-company h3 {
    color: #333;
    font-weight: 700;
    margin-bottom: 0px;
}
.title-year {
    right: 90px;
    top: 60px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 23px 0;
}
.number-year {
    font-size: 85px;
    line-height: 70px;
    text-shadow: 1px 0px var(--white);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--color-main);
    font-weight: 900;
}
.info-about .title-section {
    margin: 0;
}
.info-about .article-category:before {
    content: "";
    width: 15px;
    height: 2px;
    background: var(--color-main);
    position: absolute;
    left: 0;
    top: 12px;
}

.img-about .ratio-4-3{
    padding-top:85%;
}
.bg-image-about {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.color-hightlight {
    color: var(--color-hightlight);
}
.statistical-website ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.statistical-website ul li {
    margin-bottom: 15px;
    color: white;
}
.product-image-detail .slider-thumbs .thumb-item img {
    height: 100%;
}

@media (min-width:768px){
    /*.img-about {
        -webkit-mask-image: url(/templates/fashion01/assets/media/template/sharp.svg);
        -webkit-mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
    }*/
}


@media (min-width: 992px) {
    .d-lg-none {
        display: none!important;
    }
    .box-doi-tac {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    
    
}

@media (max-width:1024px) and (min-width:768px) {
    .right-topbar {
        float: right;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 1130px;
    }
    .list-category .catitem{
        text-align:center;
    }
    .list-category .catitem .name {
        font-size: 15px;
        text-align: center;
    }
}

@media (max-width:920px) {
    .title-block h3 {
        font-size: 19px;
    }
    .language-picker {
        color: var(--color-text);
        font-size: 11px;
    }
    .language-section {
        margin: 0;
    }
    .slider-section, .slider-section .item img {
        height: 36vw;
    }
    .section-about {
        padding: 40px 0 !important;
    }
    .border_about {
        margin-bottom: 30px;
    }
    .product-service .item-title-category a {
        font-size: 14px;
    }
    .list-category .catitem {
        border: none;
        padding:0;
        margin-bottom: 30px;
    }
    .box-develop {
        padding: 0;
    }
    .box-slide-develop {
        padding: 30px 0;
    }
    .newsletter .title-footer {
        margin-bottom: 15px;
    }
    .footer-menu-section ul li {
        margin-bottom: 10px;
    }

    .list-article-product .article-title {
        font-size: 14px;
    }
    
    .list-article-product .inner-content {
        padding: 5px;
    }
    .products-cat .title {
        font-size: 16px;
    }
    .back-footer{
        padding-top: unset;
    }
    /*Module san pham va dich vu mobile*/
    /*.bg-product-service {*/
    /*    padding-bottom: 50px;*/
    /*    background: url(/templates/fashion01/assets/media/template/bg-products.jpg) no-repeat center;*/
        
    /*}*/
    /*.bg-product-service .bg-light {*/
    /*    background-color: transparent !important;*/
    /*}*/
    /*.bg-product-service div[nh-owl-slick]{*/
    /*    margin-bottom: 50px !important;*/
    /*}*/
    
    
    /*Module san pham va dich vu mobile*/
    
    .bg-slide-develop:before {
        content: '';
        background: var(--color-text);
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.7;
    }
    .title-year {
        top: 10px;
        right: 40px;
        width: 110px;
        height: 110px;
        padding: 18px 0;
    }
    
    .number-year {
        font-size: 68px;
        line-height: 49px;
    }
    
    .title-year p {
        font-size: 14px !important;
    }
    
    

}
@media (max-width:767px) {
    .footer-mb>.container>.row>div {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .entire-map {
        padding-top: 50%;
    }
    .orderby-section .orderby-title {
        min-width: 50px;
        padding-right: 20px;
    }
    table {
        display: block;
        overflow-x: scroll;
		width: 100% !important;
    }
    body {
        overflow-x: hidden;
    }
    .newsletter {
        display: block;
    }
    .slider-section .slick-next, .slider-section .slick-prev {
        top: calc(50% - 43px);
    }
}
@media (max-width:320px){
    .is-mobile .right-topbar {
        display: block;
    }
}

.cat-position {
    margin-bottom: 20px;
}
.rounded-30{
    border-radius: 30px;
}

/*Call now*/
.call-now {
    position: fixed;
    left: 20px;
    bottom: 0;
    visibility: visible;
    background-color: transparent;
    width: 65px;
    height: 63px;
    cursor: pointer;
    z-index: 200000 !important;
}
.img-phone {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: 13px;
    left: 12px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #ff5722;
}
.small-circle {
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #ff5722a8;
    opacity: .75 !important;
}


.phone-number {
    position: absolute;
    top: 50%;
    left: calc(100% - 15px);
    padding: 7px 15px;
    border-radius: 15px;
    background: #d24b44;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.skew {
    -webkit-animation-name: skew;
    animation-name: skew;
}

@-webkit-keyframes zoomIn{
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse{
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@-webkit-keyframes skew{
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}
.call-now.fb {
    bottom: 150px;
}

.call-now.zalo {
    bottom: 75px;
}

.call-now.zalo .small-circle {
    background-color: #0575cf91;
}

.call-now.zalo .img-phone {
    background-color: #0062b1;
    line-height: 28px;
    font-size: 12px;
}

.call-now.fb .small-circle {
    background-color: #0575cf91;
}

.call-now.fb .img-phone {
    background-color: #0062b1;
}
.call-now span {
    background-color: #ff5722;
    border-radius: 2px;
    text-align: center;
    padding: 10px 0;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 68px;
    transition: 0.8s;
    opacity: 0;
    width: 180px;
    max-width: 0;
}

.call-now:hover span {
    opacity: 1;
    max-width: 180px;
}

.call-now span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ff5722 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}
.call-now.zalo span {
    background-color: #4e98c6;
}

.call-now.zalo span:before {
    border-color: transparent #4e98c6 transparent transparent;
}
/*Call now*/