.icon_hotline{
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0px;
    background: url(../images/hotline.svg) no-repeat 0px center;
    background-size: 16px;
    position: absolute;
}
.icon_zalo{
    width: 26px;
    height: 35px;
    top: -7px;
    left: -4px;
    background: url(../images/icon-zalo-bottom.png) no-repeat 0px center;
    background-size: contain;
    position: absolute;
}
.btn-view-360{
    position: absolute;
    right: 62px;
    top: 18px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 999;
    font-size: 13px;
}
.btn-view-360 img{
    height: 35px;
    margin: 0px;
    margin-right: 5px;
}
.icon_register{
    content: '';
    left: -3px;
    top: 0px;
    background: url(../images/register.svg) left center no-repeat;
    width: 23px;
    height: 23px;
    background-size: contain;
    display: inline-block;
    position: absolute;
}
.fix_bottom a{
    position: relative;
    color: #fff;
    padding-left: 35px;
}
.fix_bottom span{
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin: 0px 15px;
}
.fix_bottom span a:after {
    width: 30px;
    height: 30px;
    left: -9px;
    top: -7px;
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #fff;
}
.btt-group {
    position: fixed;
    bottom: 5px;
    right: 0;
    transition: 0.3s transform linear;
    z-index: 1040;
    display: none;
}
.btt-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #da7211;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 24px;
    cursor: pointer;
}
.btt-button img {
    width: 25px;
    height: 25px;
    margin-bottom: 0px;
}

.call-now-button {
    position: fixed;
    bottom: 15px;
    left: 30px;
    z-index: 1040;
    transition: 0.5s all;
    border-radius: 30px;
}
.call-now-button a {
    position: relative;
    color: #da7211;
    display: inline-block;
    border-radius: 30px;
    height: 34px;
    line-height: 14px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none !important;
    box-sizing: border-box;
    background-color: #ecd5b6;
    background: linear-gradient(45deg, #ecd5b6, #e6c496, #ecd5b6);
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 40%);
}
.call-now-button a.cta-phone i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    animation: quickalo-img 1s infinite ease-in-out;
    transform-origin: center center;
    transform: translate3d(0, 0, 0);
    border: 1px solid #da7211;
    border-radius: 50%;
}
.call-now-button a.cta-phone {
    height: 42px;
    padding: 6px 10px;
}
.call-now-button a.cta-lang {
    margin-left: 10px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
}
@keyframes quickalo {
    0% {
        transform: rotate(0) kscale(0.5) skew(1deg);
        opacity: 0.1
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1
    }
}

@-moz-keyframes quickalo-img {
    10% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quickalo-img {
    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)
    }
}

@keyframes quickalo-img {
    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)
    }
}
.reg-now-button {
    position: fixed;
    bottom: 15px;
    right: 5%;
    z-index: 1040;
    transition: 0.5s all;
    border-radius: 30px;
}
.reg-now-button a.cta-contact {
    margin-left: 10px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    padding: 0 15px;
}
.reg-now-button a {
    position: relative;
    color: #da7211;
    display: inline-block;
    border-radius: 30px;
    height: 34px;
    line-height: 14px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none !important;
    box-sizing: border-box;
    background-color: #ecd5b6;
    background: linear-gradient(45deg, #ecd5b6, #e6c496, #ecd5b6);
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 40%);
}
.cta-box a {
    display: block;
    cursor: pointer;
    color: #da7211;
    border-radius: 0;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s linear;
    position: relative;
    z-index: 9;
}
.cta-box a.cta-phone i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    animation: quickalo-img 1s infinite ease-in-out;
    transform-origin: center center;
    transform: translate3d(0, 0, 0);
    border: 1px solid #da7211;
    border-radius: 50%;
}
.cta-box a.cta-phone:before {
    content: "";
    width: 60px;
    height: 60px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: rgba(135, 118, 82, 0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    animation: quickalo 2.3s infinite ease-in-out;
}
.cta-box a.cta-contact {
    margin-left: 10px;
    border-left: 1px solid #da7211;
    padding: 0 5px 0 10px;
}
.cta-box a {
    display: block;
    cursor: pointer;
    color: #da7211;
    border-radius: 0;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s linear;
    position: relative;
    z-index: 9;
}
.cta-box a.cta-contact {
    animation: blinktextYellow 1.5s infinite;
}
.cta-box a.cta-lang {
    margin-left: 10px;
    padding: 0 5px 0 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #da7211;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 9px;
}
@keyframes blinktextYellow{
    from{
        color: #da7211
    }
    50%{
        text-shadow: 1px 1px 7px #da7211, 0 0 7px #da7211, 0 0 7px #da7211;
        color: #fff
    }
    to{
        color: #da7211;
    }
}
.desk-contact{
    display: none;
}
.header-nav-main li.menu-item-has-children .sub-menu li a{
    color: #333 !Important;
}
.footer-cta-box {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: none;
}
.scroll-to-bullets{
    display: none;
}
.sticky-cta {
    bottom: 10px;
    left: auto;
    top: auto;
    z-index: 1000;
    position: fixed;
}
.sticky-cta a {
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #dca447;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 10px;
    position: relative;
    line-height: 36px;
    font-size: 18px;
}
.sticky-cta img{
    height: auto;
    vertical-align: middle;
    width: auto;
    line-height: 36px;
}

#menu-single-product > li{
    margin: 0 18px;
}
.has-child button.toggle{
    color: #fff;
}
.section-content p iframe,
.section-content .wp-video{
    max-width: 100%;
    display: block;
    margin: 10px auto;
}
.section-content{
    padding-left: 15px;
    padding-right: 15px;
}
.csschantrang .wpcf7-form input{
    background: #fff ! Important;
    border: none ! Important;
    text-indent: 0px;
    color: #000 !important;
}
#footer input[type=email],
#footer input[type=text],
#footer input[type=tel],
#footer textarea{
    background: #fff;
    border-radius: 0px;
    border: 1px solid #ccc;
}
#footer input[type=submit]{
    border-radius: 0px;
    border: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {  
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin: 0px;
    text-align: center;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-style: italic;
}
body{
    font-size: 16px;
}
table td, table th {
    font-size: 16px;
}
.dark table td, .dark table th {
    border-color: #fff;
}
.formngang input[type=submit]{
    border: none;
    border-radius: 0px;
}
.wp-pagenavi{
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span{
    padding: 7px 10px
}
.blog_box .banner h1{
    font-size: 30px;
}
.wp-pagenavi span.current{
    background: linear-gradient(90deg, rgba(252, 214, 140, 1) 0%, rgba(236, 182, 92, 1) 28%, rgba(230, 154, 70, 1) 51%, rgba(221, 116, 35, 1) 100%) !important;
}
input[type=submit] {
    border-radius: 0px !Important;
    border: none !Important;
}
.footer-cta-box {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: none;
}
.footer-cta-box a {
    background: #DCA356;
    padding: 14px 15px;
    color: white;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
}
.footer-cta-box img {
    width: 25px;
    padding-right: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    text-align: center;
}
.grecaptcha-badge{
	display:none !Important;
}