/*!
Theme Name: Kmar Media
Theme URI: https://kmarmedia.com/
Author: TiLu
Author URI: https://kmarmedia.com/
Description: Start theme by TiLu - Kmar Media
Version: 1.0.0
Text Domain: kmar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* Alignments
--------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    /*display: inline-block;*/
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.kmar-no_post_found {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 576px) {
    .fb-customerchat {
        display: none;
    }
}


/*.zalo-chat-widget {*/


/*    left: 0!important;*/


/*}*/

.zalome {
    position: fixed;
    bottom: 95px;
    left: 15px;
    margin: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #004A7F;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: -10px -10px;
    text-align: center;
    text-decoration: none;
    z-index: 999999;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }
    50% {
        background-color: #0094FF;
        -webkit-box-shadow: 0 0 10px #0094FF;
    }
    100% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }
    50% {
        background-color: #0094FF;
        -moz-box-shadow: 0 0 10px #0094FF;
    }
    100% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }
    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

@keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }
    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

.zalome {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}


/* mobile call action */

.mobile-socials {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.mobile-socials img {
    height: 20px;
    display: inline-block;
    object-fit: contain;
}

.mobile-socials ul {
    display: flex;
    justify-content: center;
}

.mobile-socials ul>li {
    width: 33.33%;
    text-align: center;
    padding: 3px 0;
}

.mobile-socials ul>li a {
    text-align: center;
    display: block;
}

.mobile-socials ul>li.facebook {
    background: #3b5999;
}

.mobile-socials ul>li.zalo {
    background: #55acef;
}

.mobile-socials ul>li.phone {
    background: #ff7730;
}

.mobile-socials ul>li.book {
    background: #a6864a;
}

@media (max-width: 767px) {
    footer {
        /*margin-bottom: 40.5px!important;*/
    }
    .mobile-socials {
        display: block!important;
    }
    .zalome,
    .button-contact {
        display: none!important;
    }
    .site-mobile {
        bottom: 65px!important;
        left: 10px!important;
    }
}

.zalome.facebook {
    bottom: 20px;
}

.zalome.facebook a {
    display: inline-block;
}

.zalome.facebook a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile-socials .text {
    color: #fff;
    font-size: 11px;
    display: block;
    text-align: center;
    margin: 0px 0 0 0;
}


/* mobile call action */