#wp-admin-bar-flatsome_panel,
#wp-admin-bar-flatsome-activate,
#wp-admin-bar-customize {
    display: none;
}

.separator1,
.separator2,
.separator3,
.separator4,
.separator-last {
    display: none;
}

#content pre {
    display: none;
}

body.login {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    /*background-color: #ff9b49;*/
}

#login h1 a {
    background-image: url('../images/logo.png') !important;
    clear: both;
    min-height: 100px !important;
    width: 100%;
    display: block;
    height: 40px;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
    background-size: inherit;
    padding-top: 0;
}

body.login div#login {
    margin: 10% auto 0;
    padding: 0;
    max-width: 960px;
    width: 100%;
}

body.login div#login form#loginform {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: medium none;
    margin: 0 auto;
    border-radius: 4px;
    padding: 30px 25px;
    max-width: 300px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.62);
}

body.login #nav,
body.login #backtoblog {
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 0;
    color: #fff;
}

body.login #backtoblog {
    padding-top: 0;
}

body.login #nav a,
body.login #backtoblog a {
    color: #000;
}

body.login #nav a:hover,
body.login #backtoblog a:hover {
    color: #000;
    text-shadow: none;
}

/* button submit */
body.login div#login form#loginform p.submit input#wp-submit {
    background-image: linear-gradient(to bottom, rgb(241, 154, 83), rgb(234, 122, 30));
    box-shadow: 1px 2px 0 rgb(241, 154, 83) inset;
    font-size: 15px;
    border: 0;
    text-shadow: none;
    height: 35px;
    border-radius: 3px;
    color: #FFFFFF;
}

/* copy right */
.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.62);
    font-size: 15px;
}

@media screen and (max-height: 550px) {
    #login {
        padding: 20px 0;
    }
}

.coccoc-alo-phone.coccoc-alo-show {

    visibility: visible;

}

.coccoc-alo-phone {

    position: fixed;

    visibility: hidden;

    background-color: transparent;

    width: 150px;

    height: 150px;

    cursor: pointer;

    z-index: 200000 !important;

    -webkit-backface-visibility: hidden;

    -webkit-transform: translateZ(0);

    -webkit-transition: visibility .5s;

    -moz-transition: visibility .5s;

    -o-transition: visibility .5s;

    transition: visibility .5s;

    left: -32px;

    bottom: -32px;

}

.coccoc-alo-ph-circle {

    width: 160px;

    height: 160px;

    top: 0px;

    left: 0px;

    position: absolute;

    background-color: transparent;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid rgba(30, 30, 30, 0.4);

    border: 2px solid #bfebfc 9;

    opacity: .1;

    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;

    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;

    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;

    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;

    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

@keyframes coccoc-alo-circle-anim {

    0% {

        transform: rotate(0) scale(.5) skew(1deg);

        opacity: .1;

    }

    30% {

        transform: rotate(0) scale(.7) skew(1deg);

        opacity: .5;

    }

    100% {

        transform: rotate(0) scale(1) skew(1deg);

        opacity: .1;

    }

}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {

    border-color: #00aff2;

    opacity: .5;

}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {

    background-color: rgba(0, 175, 242, 0.5);

    opacity: .75 !important;

}

.coccoc-alo-ph-circle-fill {

    width: 100px;

    height: 100px;

    top: 30px;

    left: 30px;

    position: absolute;

    background-color: #000;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid transparent;

    opacity: .1;

    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;

    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

@keyframes coccoc-alo-circle-fill-anim {

    0% {

        transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2;

    }

    50% {

        transform: rotate(0) scale(1) skew(1deg);

        opacity: .2;

    }

    100% {

        transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2;

    }

}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {

    background-color: #00aff2;

}

.coccoc-alo-ph-img-circle {

    width: 60px;

    height: 60px;

    top: 50px;

    left: 50px;

    position: absolute;

    background: rgba(30, 30, 30, 0.1) url(images/phone.png) no-repeat center center;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid transparent;

    opacity: .7;

    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;

    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;

    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;

    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;

    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

    background-size: 50%;

}

@keyframes coccoc-alo-circle-img-anim {

    0% {

        transform: rotate(0) scale(1) skew(1deg);

    }

    10% {

        transform: rotate(-25deg) scale(1) skew(1deg);

    }

    20% {

        transform: rotate(25deg) scale(1) skew(1deg);

    }

    30% {

        transform: rotate(-25deg) scale(1) skew(1deg);

    }

    40% {

        transform: rotate(25deg) scale(1) skew(1deg);

    }

    50% {

        transform: rotate(0) scale(1) skew(1deg);

    }

    100% {

        transform: rotate(0) scale(1) skew(1deg);

    }

}


.fb-livechat,
.fb-widget {
    display: none
}

.ctrlq.fb-button,
.ctrlq.fb-close {
    position: fixed;
    right: 24px;
    cursor: pointer
}

.ctrlq.fb-button {
    z-index: 999;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
    width: 60px;
    height: 60px;
    text-align: center;
    bottom: 10px;
    border: 0;
    outline: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -webkit-transition: box-shadow .2s ease;
    background-size: 80%;
    transition: all .2s ease-in-out
}

.ctrlq.fb-button:focus,
.ctrlq.fb-button:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24)
}

.fb-widget {
    background: #fff;
    z-index: 1000;
    position: fixed;
    width: 360px;
    height: 435px;
    overflow: hidden;
    opacity: 0;
    bottom: 0;
    right: 24px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16)
}

.fb-credit {
    text-align: center;
    margin-top: 8px
}

.fb-credit a {
    transition: none;
    color: #bec2c9;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
    border: 0;
    font-weight: 400
}

.ctrlq.fb-overlay {
    z-index: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .05);
    display: none
}

.ctrlq.fb-close {
    z-index: 4;
    padding: 0 6px;
    background: #365899;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    margin: 8px;
    border-radius: 3px
}

.ctrlq.fb-close::after {
    content: "X";
    font-family: sans-serif
}

.bubble {
    width: 20px;
    height: 20px;
    background: #c00;
    color: #fff;
    position: absolute;
    z-index: 999999999;
    text-align: center;
    vertical-align: middle;
    top: -2px;
    left: -5px;
    border-radius: 50%;
}

.bubble-msg {
    width: 120px;
    left: -140px;
    top: 5px;
    position: relative;
    background: rgba(59, 89, 152, .8);
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
}

/* .slideThree */
.switch {
    position: relative;
    display: block;
    width: 60px;
    height: 35px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_check {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 5px;
}

.slider_check:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 2.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider_check {
    background-color: #2196F3;
}

input:focus+.slider_check {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider_check:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded slider_checks */
.slider_check.round {
    border-radius: 34px;
}

.slider_check.round:before {
    border-radius: 50%;
}

.title-check {
    position: absolute;
    left: 115%;
    font-weight: 700;
    width: 500px;
    top: 6px;
    font-size: 1.4em;
}

/* end .slideThree */

/*===========================START CIRCLE CONTAINER===========================*/
.Rcircle-btn {
    /* nút tròn chứa các icons */
    width: 70px;
    height: 70px;
    position: absolute;
    opacity: .8;
    bottom: 40px;
    right: 70px;
    z-index: 100;
}

.Rcircle-btn .Rcall-me {
    /* icon đầu tiên: phone + Call me */
    width: 70px;
    height: 70px;
    border: 15px solid #248922;
    border-radius: 50%;
    background-color: #248922;
    color: #fff;
    animation: fadeCallme .2s;
    -webkit-animation: fadeCallme .2s;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.Rcircle-btn .Rcall-me i {
    /* thẻ <i> cái icon phone đầu tiên*/
    color: #fff;

}

.Rcircle-btn .Rcall-me p {
    /* text: Call me */

    font-weight: bold;
    font-size: 90%;
}

.RmyIcon {
    /* contain all content: <i>, <svg> */
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
}

.RmyIcon i,
.RmyIcon svg {
    /* adjust <i>, <svg> */
    font-size: 200%;
    padding-top: 7px;
    animation: fadeLeft .2s ease;
    -webkit-animation: fadeLeft .2s ease;
}

.RmyIcon svg {
    width: 28px;
    height: 30px;
    padding-top: 9px;
}

.Rcircle-over {
    /* Create effect around the circle */
    transform: scale(0);
    animation: shakeOut 2s infinite;
    -webkit-animation: shakeOut 2s infinite;
    position: absolute;
    border-radius: 50px;
    display: block;
    width: 84px;
    height: 84px;
    left: -7px;
    top: -7px;
    z-index: -1;
}

.Rcircle-over:nth-of-type(2n) {
    /* Create effect around the circle */
    animation-delay: .5s;
}

/* Create animation for myIcon */
@keyframes shakeOut {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Create effect when icon appear */
@keyframes fadeLeft {
    from {
        transform: translateX(25px);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes fadeCallme {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

/*============================END CIRCLE CONTAINER============================*/
/*============================BEGIN CONTACT BLOCK=============================*/
.Rcircle-contact {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 10px;
}

.Rcircle-content {
    background: center no-repeat #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    width: 245px;
    height: auto;
    right: 70px;
    bottom: 120px;
    position: absolute;
    line-height: 2.5;
    padding: 14px 0;
    border-radius: 7px;

    display: none;
}

.Rcircle-content::before {
    /* nút màu trắng dưới cái khung circle-content */
    position: absolute;
    bottom: -7px;
    right: 25px;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

.Rcircle-content a {
    /* Contain : icon + text */
    position: relative;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 8px 20px 8px 60px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    height: 62px;
}

.Rcircle-content a:hover {
    background-color: rgba(0, 0, 0, .1);
}

.Rcircle-content a span {
    /* circle around icon messenger zalo */
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}

.Rcircle-content a p {
    /* Text: messenger, Email us, zalo, ... */
    color: #3b3b3b;
    font-size: 120%;
}

.Rcircle-content svg {
    /* icons messenger zalo,... */
    width: 27px;
    height: 27px;
    position: absolute;
    top: 6.5px;
    left: 6.5px;
}

.Rhide-close {
    position: relative;
    padding-top: 13px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    transform: translateY(-70px);
    display: inline-block;
    opacity: 0;
}


/*==============================END CONTACT BLOCK=============================*/
h3.title_acf {
    font-size: 14px;
    margin: 0;
    color: #333;
}

span.acf_code {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}

.acf-fields>.acf-field {
    padding: 15px 15px 25px;
}

.acf-field input {
    border: 1px solid #a9a9a9;
    background: #f0f4f74a;
    font-size: 15px !important;
    color: #0f0f2c;

}

.iris-border .iris-picker-inner {
    position: relative;
}

/*CONTACT GROUP*/
.fixed-fe {
    position: fixed;
    z-index: 999;
}

.phonering-group{
    left: 20px;
    bottom: 70px;
}

.contact-icon-group .group-inner{
    display: none;
}

.contact-icon-group a.contact-item {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    /* animation: ringing 1s infinite ease-in-out; */
}

.contact-icon-group a.contact-item i {
   font-size: 21px;
   color: #fff;
}

.contact-icon-group a.contact-item:hover span, .phonering-group:hover a.phonering span{
    display: block;
}

.contact-icon-group a.contact-item span{
    position: absolute;
    display: none;
    left: -230px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 200px;
    height: 48px;
    line-height: 36px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.contact-icon-group a.contact-item span::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-icon-group a.btn-support, .phonering-group a.phonering{
    position: relative;
    display: flex;
    margin-bottom: 10px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.contact-icon-group a.btn-support i, .phonering-group a.phonering i{
    font-size: 21px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.contact-icon-group a.btn-support .kenit-alo-circle, .phonering-group a.phonering .kenit-alo-circle{
    width: 50px;
    height: 50px;
    top: -1px;
    right: -1px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .5;
    z-index: 1;
}

.contact-icon-group a.btn-support .kenit-alo-circle-fill, .phonering-group a.phonering .kenit-alo-circle-fill{
    width: 60px;
    height: 60px;
    top: -6px;
    right: -6px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    opacity: .75;
    z-index: 2;
}

.phonering-group a.phonering span{
    position: absolute;
    display: none;
    right: -215px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 200px;
    height: 48px;
    line-height: 36px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.phonering-group a.phonering span::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.zoomIn{
    animation: zoomIn 1s infinite both;
}

.pulse{
    animation: pulse 1s infinite both;
}

@keyframes zoomIn {
    0%{
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50%{
        opacity: 1;
    }
}

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

@keyframes ringing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}