/*
Theme Name: starcity
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
*{}
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background: #5d081e;
}

.ppocta-ft-fix {
                position: fixed;
                bottom: 195px;
                left: 10px;
                text-align: center;
                z-index: 999;
                width: 60px;
            }

            #zaloButton {
                display: inline-block;
                margin-right: 10px;
                width: 50px;
                height: 50px;
                border-radius: 100%;
                margin-bottom: 10px;
            }

            .toc_button {
                position: relative;
                box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
            }

            #toc .toc_description {
                position: absolute;
                top: 5px;
                right: -300px;
                width: 200px;
                padding: 10px;
                font-size: 13px;
                line-height: 18px;
                z-index: 1;
                background-color: #ffd145;
                color: #111;
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
                border-radius: 3px 0 0 3px;
            }

            #toc .toc_description:after {
                left: 100%;
                top: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: transparent;
                border-left-color: #ffd145;
                border-width: 8px;
                margin-top: -8px;
            }

            #zaloButton>a>i {
                background: url(https://webkhoinghiep.net/wp-content/uploads/2022/06/widget_icon_zalo.svg) no-repeat scroll 0 0 transparent;
                width: 50px;
                height: 50px;
                display: inline-block;
                background-size: 100%!important;
            }

            #messengerButton {
                display: inline-block;
                margin-right: 10px;
                width: 50px;
                height: 50px;
                border-radius: 100%;
                margin-bottom: 10px;
            }

            #messengerButton>a>i {
                background: url(https://webkhoinghiep.net/wp-content/uploads/2022/06/widget_icon_messenger.svg) no-repeat scroll 0 0 transparent;
                width: 50px;
                height: 50px;
                display: inline-block;
                background-size: 100%!important;
            }

            #callNowButton {
                display: inline-block;
                position: relative;
                border-radius: 50%;
                color: #fff;
                width: 50px;
                height: 50px;
                line-height: 50px;
                margin-right: 10px;
                margin-bottom: 10px;
            }

            #callNowButton i {
                color: white;
                border-radius: 100%;
                display: inline-block;
                width: 50px;
                height: 50px;
                background: #ed1c24;
                line-height: 50px;
                font-size: 24px;
            }

            #callNowButtonClick i {
                color: white !important
            }

            #toc .toc_button:hover .toc_description {
                right: 68px;
                opacity: 1;
                filter: alpha(opacity=100);
            }

            #callNowButtonClick {
                display: inline-block;
                position: relative;
                border-radius: 50%;
                color: #fff;
                width: 50px;
                height: 50px;
                line-height: 50px;
                margin-right: 10px;
                margin-bottom: 10px;
            }

            #callNowButtonClick i {
                border-radius: 100%;
                display: inline-block;
                width: 50px;
                height: 50px;
                background: #76b51b;
                line-height: 44px;
                font-size: 24px;
            }
section.section.contact-form-tuyen-dung, section.section.contact-form-bao-gia {
    background: #b20000;
}

section.section.contact-form-tuyen-dung>.section-content>.row,section.section.contact-form-bao-gia>.section-content>.row {
    margin: 0 auto;
}

section.section.contact-form-tuyen-dung>.section-content>.row p, section.section.contact-form-bao-gia>.section-content>.row p {
    color: white;
    font-size: 0.9rem;
    margin: 10px 0;
}

#baogiangay.lightbox-content {
	background: #b20000;
	border: 3px solid white;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}