﻿label.error {
    color: red;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.m-auto-center {
    margin: 0 auto !important;
}

.scrolling-navbar {
    transition: all 0.6s;
}

/*#region slide */
#slide-top {
    margin-top: 67px;
}

.owl-slide-subtitle.description {
    color: #f8f8f8;
    font-size: 27px;
    font-weight: bold;
}

.overlay-bg-black {
    background: rgba(0, 0, 0, 0.84) !important;
}

:root {
    --main-white-color: white;
    --main-black-color: black;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container-content {
    z-index: 9999;
}

.owl-carousel .owl-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: lightgray;
}

    .owl-carousel .owl-slide .owl-slide-title {
        color: #dfc921 !important;
        font-size: 45px;
        margin-bottom: 20px;
        font-family: inherit !important;
        font-weight: bold;
        text-shadow: 2px 1px 1px #d7ffaa;
    }



/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .owl-carousel .owl-slide .owl-slide-title {
        font-size: 30px;
    }
}


/*#endregion */

/*#region DuAn */

.overlay-3 {
    position: absolute;
    top: 35px;
    left: -15px;
    color: #fff;
    background-color: #17aa1c;
    font-size: 13px;
    padding: 3px 5px;
    font-weight: 500;
    z-index: 7;
    padding-right: 15px;
    transition: all .6s;
}

.blog .blog-item-wrapper:hover .overlay-3 {
    left: 0;
}


.overlay-3:hover {
    position: absolute;
    top: 35px;
    left: -15px;
    color: #fff;
    background-color: #17aa1c;
    font-size: 13px;
    padding: 3px 5px;
    font-weight: 500;
    z-index: 7;
    padding-right: 15px;
    transition: all .6s;
}

.overlay-3::after {
    content: "";
    position: absolute;
    height: 99%;
    top: 0;
    right: -6px;
    background: #17aa1c;
    width: 15px;
    transform: skew(-30deg);
}



/*#endregion */

/*#region Phone call */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: -12px;
    right: 150px;
    z-index: 999999
}

@media (max-width: 768px) {
    /*.hotline-phone-ring-wrap {
        bottom: 10px;
        left: 0;
    }*/
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px
        }

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px
}

    .hotline-bar > a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 50px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Arial
    }

        .hotline-bar > a:hover, .hotline-bar > a:active {
            color: #fff
        }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6
    }
}

@-webkit-keyframes phonering-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)
    }
}

@media (max-width: 768px) {
    /*.hotline-bar {
        display: none
    }*/
}

@font-face {
    font-family: 'fl-icons';
    src: url("/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot");
    src: url("/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot#iefix") format("embedded-opentype"),url("/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2") format("woff2"),url("/wp-content/themes/flatsome/assets/css/icons/fl-icons.ttf") format("truetype"),url("/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff") format("woff"),url("/wp-content/themes/flatsome/assets/css/icons/fl-icons.svg#fl-icons") format("svg")
}

.lazy-icons i[class^="icon-"] {
    visibility: visible !important
}

/*#endregion */

/*#region Box-contact */

.box-contact {
    width: 350px;
    right: 0;
    bottom: -430px;
    position: fixed;
    z-index: 1;
    background-color: #fff;
    padding-top: 0px;
    transition: all .4s;
    border-radius: 5px 5px 0 0;
}

    .box-contact .title {
        cursor: pointer;
        background-color: #77b23d;
        color: white;
        padding: 10px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 5px 5px 0 0;
    }

    .box-contact .content-box {
        padding: 10px;
        border: 1px solid #77b23d;
    }

.box-toggle {
    bottom: 0;
}

/*#endregion */

/*#region Link box bottom */
.echbay-sms-messenger {
    text-align: center;
    width: 45px;
    position: fixed;
    bottom: 85px;
    left: 20px;
    display: block;
    z-index: 999
}

    .echbay-sms-messenger.style-for-position-br {
        left: 30px;
    }

    .echbay-sms-messenger.style-for-position-tl {
        bottom: auto;
        top: 20px
    }

    .echbay-sms-messenger.style-for-position-tr {
        bottom: auto;
        left: auto;
        top: 20px;
        right: 20px
    }

    .echbay-sms-messenger.style-for-position-cr, .echbay-sms-messenger.style-for-position-cl {
        bottom: auto;
        top: 50%;
        transform: translate(0, -50%)
    }

    .echbay-sms-messenger.style-for-position-cr {
        left: auto;
        right: 20px
    }

    .echbay-sms-messenger div {
        margin: 14px 0;
        background: #0084FF center no-repeat;
        background-size: 70%;
        border-radius: 50%;
        box-shadow: 0 3px 10px #888
    }

        .echbay-sms-messenger div:first-child {
            margin-top: 0
        }

        .echbay-sms-messenger div:last-child {
            margin-bottom: 0
        }

        /*.echbay-sms-messenger div.phonering-alo-alo {
            background-image: url(images/call.png)
        }*/

        .echbay-sms-messenger div.phonering-alo-sms {
            background-image: url('../Content/icons/mail.png');
            background-color: #ff6600;
            background-size: 60%
        }

        .echbay-sms-messenger div.phonering-alo-messenger {
            background-image: url('../Content/icons/messenger.png');
            background-color: #4267b2;
        }

        .echbay-sms-messenger div.phonering-alo-zalo {
            background-image: url('../Content/icons/zalo.png');
            display: block;
        }

    .echbay-sms-messenger a {
        display: block;
        line-height: 45px;
        text-indent: -9999px
    }

@media screen and (max-width: 775px) {
    .echbay-sms-messenger {
        display: block !important;
        bottom: 85px;
        left: 1px
    }
}


/*#endregion */

/*#region Article List */


.pagination .page-item {
    margin-right: 5px;
}

    .pagination .page-item:first-child {
        margin-right: 15px !important;
    }

    .pagination .page-item:last-child {
        margin-left: 10px !important;
    }

.pagination .page-link {
    border: 1px solid #77b23d !important;
    color: #77b23d;
}

.pagination .circle {
    border-radius: 50% !important;
}

    .pagination .circle.active {
        background-color: #77b23d;
        color: #fff;
    }

.breadcrumb-wrapper {
    position: relative;
}

    .breadcrumb-wrapper .breadcrumb-content {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 9;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .breadcrumb-wrapper .breadcrumb-content h1 {
            color: #fff;
        }

.breadcrumb-custom {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

@media screen and (max-width: 600px) {
    .breadcrumb-wrapper .breadcrumb-content h1 {
        font-size: 30px;
    }

    .breadcrumb-custom {
        font-size: 15px;
    }
}

@media screen and (min-width: 600px) {
    .breadcrumb-wrapper .breadcrumb-content h1 {
        font-size: 45px;
    }
}

.breadcrumb-custom a {
    color: #b0ff4b;
}

    .breadcrumb-custom a:last-child {
        color: #fff;
    }

.breadcrumb-arrow {
    margin: 0 5px;
}


#article-list {
    margin-top: 100px;
}
/*#endregion */
/*#region Article Detail */
@media (max-width: 768px) {
    article img {
        width: 100%;
    }
}

article {
    margin-top: 4rem;
}

    article p {
        font-size: 1rem !important;
    }

    article h2 {
        font-size: 1.4rem;
    }

blockquote {
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
/*#endregion */


.zoom-icon {
    font-size: 25px !important;
    color: #fff;
}

    .zoom-icon p {
        font-size: 15px;
        color: #fff;
    }

#subscribe.static, #contact.static {
    padding: 0;
    width: 100%;
    height: 105vh;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}


    #subscribe.static .form-wrapper,
    #contact.static .form-wrapper {
    }

    #subscribe.static .justify-content-between,
    #contact.static .justify-content-between {
        position: relative;
    }

    #subscribe.static .subscribe-form,
    #contact.static .contact-form {
        position: absolute;
        top: 60%;
        left: 50%;
        z-index: 99;
        transform: translate(-50%, -60%);
    }

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -20px);
}


.blog-item-text a .description {
    font-family: 'Open Sans', sans-serif;
    color: #546E7A !important;
    font-size: 14px;
    font-weight: 400;
}

.blog-item-text a h3 {
    transition: all .3s;
}

.blog-item-text a:hover h3 {
    color: #77b23d;
}


.btn-green {
    background-color: #17aa1c !important;
    color: #fff;
}

    .btn-green:hover {
        background-color: #17aa1c !important;
        color: #f3f402;
    }

/*slide product*/
.content-product-home {
    background-color: #fff;
    padding-bottom: 40px;
}

    .content-product-home .title,
    #services .title {
        font-weight: 300;
        font-size: 24px;
        font-weight: 700;
        color: #35bf76 !important;
        text-align: center;
        padding-bottom: 40px;
    }

    .content-product-home .title {
        margin: 50px 0 50px 0;
    }

.slide .item {
    margin-bottom: 25px;
    padding: 20px;
}

    .slide .item .img-info {
        position: relative;
        display: block;
    }

.slide .slider {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.slide .item .img-info .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    opacity: 0;
    transition: .3s ease-out;
}

.slide .item:hover .img-info .info,
.slide .item:hover .img-info::before {
    display: block;
    opacity: 1;
    width: 100%;
}

.slide .item .img-info::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0,40,53,.7);
    transition: .3s ease-out;
}


.slide .item .img-info .author {
}

.slide .item .img-info .view-time {
}

    .slide .item .img-info .view-time span {
    }


.slide .item .img-info .info a {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    color: #fff;
    position: relative;
}

    .slide .item .img-info .info a .main {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 25px;
        transition: all .3s;
    }

    .slide .item .img-info .info a:hover .main {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.content-product-home .item .product-title {
    text-align: center !important;
    margin-top: 20px;
    font-weight: bold;
    font-family: inherit;
    line-height: 30px;
}


    .content-product-home .item .product-title a {
        font-size: 22px;
        color: #3f3f40cc;
    }
/*Slick*/
/*.slick-slide {
    margin: 0px 20px;
}*/
.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
}


.slick-current {
    opacity: 1;
}

.btn-prev-left {
    line-height: 0;
    position: absolute;
    left: 0px;
    top: 25%;
    display: block;
    transform: translate(0, -25%);
    z-index: 999;
}

.btn-prev-right {
    line-height: 0;
    position: absolute;
    right: 0px;
    top: 25%;
    display: block;
    transform: translate(0, -25%);
    outline: none;
    z-index: 999;
}

/*#endregion */
