@font-face {
    font-family: "Roboto";
    src: url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,400i,700,700i&amp;subset=vietnamese");
    font-display: swap;
}

img {
    box-sizing: border-box;
    max-width: 100%;
}
/* Layout Content */
.post-body .list-item, .auto-content .list-item {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    display: flex;
}

    .post-body .list-item:after, .auto-content .list-item:after {
        content: '';
        clear: both;
    }

    .auto-content .list-item .item {
        height: 100%;
        padding: 0;
    }

    .auto-content .list-item img {
        height: auto;
    }

.clear-content {
    width: 100%;
    height: 0px;
    float: left;
}

.auto-content {
    text-align: justify;
}
    /* Auto Content  */
    .auto-content strong.post-body strong, .post-body .heading-line, .auto-content h1, .auto-content h2, .auto-content h3, .auto-content h4 {
        font-family: 'OpenSans';
    }

.ImageCaption {
    font: 400 14px/18px arial;
    color: #808080;
    background: rgba(245, 245, 245, 0.14);
    padding: 5px;
    margin: 0;
    text-align: center;
}

    .ImageCaption:first-letter {
        text-transform: uppercase;
    }

.auto-content figure {
    margin: 0 auto 15px;
}

    .auto-content figure img {
        width: 100%;
    }

    .auto-content figure figcaption {
        background: #f5f5f5;
        padding: 5px 10px;
        width: 100%;
        font-size: 13px;
        text-align: center;
    }

.auto-content .col-sm-12 .img80 img {
    width: 80% !important;
    margin: 20px auto;
    display: block;
}

.auto-content h2 {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    float: left;
    width: 100%;
}

.auto-content h3, .auto-content h4 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.w-100 > h2 {
    display: block;
    clear: both;
}
.post-body ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.post-body ul li {
    list-style-type: disc;
}

.auto-content ul, ol {
    margin-bottom: 20px;
}
.auto-content ul {
    display: block;
    list-style-type: none;
}

.auto-content li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.auto-content li::marker {
    display: none;
    opacity: 0;
    color: #fff;
}

    .auto-content li:before {
        content: "\f00c";
        font-family: FontAwesome;
        display: inline-block;
        font-size: 12px;
        color: #d68000;
        position: absolute;
        top: 0;
        left: 0px;
    }

.post-body .heading-line, #mainbody .heading-line, .heading-line.auto-content {
    position: relative;
    padding-bottom: 18px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

    .post-body .heading-line:after, #mainbody .heading-line:after, .heading-line.auto-content:after, .w-100 > h2:after {
        left: 50%;
        margin-left: -50px;
        content: '';
        width: 100px;
        height: 4px;
        background: #e9a236;
        background: -webkit-linear-gradient(to right,#d00505,#fd8d3e);
        background: linear-gradient(to right,#d00505,#fd8d3e);
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

.post-body, #mainbody {
    font-size: 10pt;
    line-height: 150%;
    text-align: justify;
}

    .post-body blockquote, #mainbody blockquote, blockquote.auto-content {
        background: rgba(145, 150, 152, 0.11);
        padding: 20px 28px 23px;
        margin: 30px 15px;
        border-left: 4px solid #fd703e;
        font-family: "OpenSans";
        font-size: 14px;
        font-style: italic;
        width: 100%;
    }

        .post-body blockquote strong, #mainbody blockquote, blockquote.auto-content strong {
            font-weight: 500;
        }

.auto-content.info-product {
    padding: 30px 40px 45px;
    padding-bottom: 20px;
    /*padding: 20px;*/
    background: rgba(145, 150, 152, 0.11);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}

    .auto-content.info-product .view-header {
        border-bottom: 1px solid #d8d8d8;
        font-size: 25px;
        margin: 0 0 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
        width: 100%;
        font-weight: 700;
    }

    .auto-content.info-product ul li {
        border-bottom: 1px solid #d8d8d8;
        border-right: medium;
        font-size: 14px;
        padding: 15px 0;
        text-align: center;
        list-style: none;
        margin-left: 0;
    }

        .auto-content.info-product ul li label, .auto-content.info-product ul li span {
            float: left;
            font-size: 15px;
            font-weight: 700;
        }

    .auto-content.info-product li:before {
        content: "";
    }

    .auto-content.info-product a.btn-theme-call {
        transform: translateX(-50%);
        left: 50%;
        background: #f7b32c;
        color: #fff;
        overflow: hidden;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        font-size: 20px;
        font-weight: 700;
        padding: 7px 60px 7px 15px;
        position: relative;
        display: inline-block;
        line-height: 40px;
        z-index: 1;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-box-shadow: 0 0 10px rgba(10,10,10,.07);
        box-shadow: 0 0 10px rgba(10,10,10,.07);
    }

        .auto-content.info-product a.btn-theme-call:after {
            content: '\f19c';
            font-family: flaticon;
            position: absolute;
            top: 5px;
            bottom: 5px;
            right: 5px;
            width: 45px;
            height: auto;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            z-index: 1;
            background: #fff;
            color: #f7b32c;
            line-height: 43px;
            text-align: center;
        }

/* End Auto Content */

/*********************************
* Slideshow Styling
*********************************/
#homecus {
    border: 0 !important;
    width: 100%;
    height: 350px;
}

    #homecus ul {
        height: 100%;
    }

        #homecus ul li {
            float: left;
            width: 33.333%;
            padding: 15px;
            height: 115px;
        }

            #homecus ul li img {
                max-width: 100%;
                max-height: 100%;
            }

.image-comany {
    border: 1px solid #eee;
}

#slideshow {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.img-wrapper {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    z-index: 8;
    background-size: cover;
    background-position: center center;
}

#slideshow .img-wrapper.active {
    z-index: 10;
}

#slideshow .img-wrapper a.url-link {
    display: inherit;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#slideshow .img-wrapper.last-active {
    z-index: 9;
}

#slideshow .description {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: auto;
    font: Normal 13px Arial;
    background: url(../Images/bg-news.png) repeat;
    color: #fff;
    padding: 5px 10px;
    line-height: 20px;
    z-index: 11;
}

.thumbs-container {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    z-index: 11;
    background: url(../Images/bg-news.png) repeat;
    opacity: .9;
}

    .thumbs-container.top {
        top: 0;
    }

    .thumbs-container.bottom {
        bottom: 0;
    }

.prev, .next {
    width: 3%;
    min-width: 40px;
    height: 48px;
    padding: 20px 1%;
    color: #555;
    cursor: pointer;
}

.prev {
    float: left;
}

.next {
    float: right;
}

    .prev:hover, .next:hover {
        color: #999;
    }

ul.thumbs {
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 100%;
    padding: 0;
    margin: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.thumb {
    display: inline-block;
    width: 100px;
    height: 60px;
    margin: 10px 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

    .thumb:first-of-type {
        margin-left: 0px;
    }

    .thumb.active {
        border: 2px solid #FFF;
    }

@media screen and (max-width: 768px) {
    #slideshow {
        height: 250px;
    }
}

/* editor */
#FormReviewHtml {
    background: #fff;
    width: 900px;
    padding: 20px;
    height: 99vh;
}

#ReviewHtml {
    background: #fff;
    height: 95vh;
    overflow: auto;
}

#usContent .content_col {
    position: relative;
}

#usContent .blog-content {
    float: left;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #dfdfdf;
    background: #f8f8f8;
}

    #usContent .blog-content h3 {
        margin: 0 0 10px 0;
        font-size: 16px;
        position: relative;
    }

#usContent .content_col {
    padding: 0 10px 0 0;
}

    #usContent .content_col.last {
        padding: 0;
    }

#usContent .blog-content #usContent .content_col #usContent .item-blog {
    padding: 5px;
    border: 1px solid #dfdfdf;
    background-color: #EDEDED;
}

#usContent .content_col[rel="col_1"] {
    padding-left: 0;
}

#usContent .inputImg {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

#usContent .inputStyle {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
}

#usContent .imgContent {
    width: 100%;
    position: relative;
    height: 170px;
    display: table;
    display: none;
}

    #usContent .imgContent img {
        width: 200px;
        height: 150px;
        position: relative;
        margin: 0 auto;
        display: table-cell;
    }

#usContent .inputTitleAlign {
    position: absolute !important;
    top: 80px;
    right: 20px;
    color: #000;
    opacity: 0;
}

    #usContent .inputTitleAlign li {
        display: none;
        padding-left: 5px;
        cursor: pointer;
    }

        #usContent .inputTitleAlign li:first-child {
            display: inline-block;
        }

#usContent #btn_review {
    z-index: 9999;
}

#ulKeyEdit {
    position: relative;
}

    #ulKeyEdit li {
        display: inline-block;
        padding-right: 15px;
        cursor: pointer;
    }

#ulKeyLink {
    position: relative;
}

    #ulKeyLink li {
        display: inline-block;
        padding-right: 15px;
        cursor: pointer;
    }



.logExpand {
    padding: 8px 8px 8px 28px;
    border: 1px solid #ddd;
    background: #fff3e0;
    color: #3e2723;
    position: absolute;
    cursor: pointer;
    top: 5px;
    left: 170px;
    width: 150px;
    min-width: 150px;
    z-index: 999;
    height: 30px;
    overflow: hidden;
    min-height: 30px;
}

    .logExpand h2 {
        font-size: 18px;
    }

    .logExpand li {
        color: #009cda;
    }

    .logExpand .arrow {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 100%;
        height: 35px;
    }

    .logExpand .logContent {
        padding-top: 30px;
    }

#logImportKey {
    left: 170px;
}

    #logImportKey.expand {
        left: auto;
        right: 0;
        z-index: 9999;
        right: 10px;
        width: calc(100% - 174px);
    }

#logImportInfo {
    left: 330px;
}

    #logImportInfo.expand {
        left: auto;
        right: 0;
        z-index: 9999;
        right: 10px;
        width: calc(100% - 174px);
    }

#btn-usContent-tool {
    position: absolute;
    top: 10px;
    right: 10px;
}

#list_Draft_CT {
    float: right;
}

/*p b[data-markjs="true"],li b[data-markjs="true"]{font-weight:500;font-style:italic}
    a b[data-markjs="true"]{font-style:normal}*/
.divA4 {
    background-color: #808080;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}

/* If you want text inside of the container */
.divA4-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#bDoiTac_Slider{ position: relative;}
#bDoiTac_Slider .slick-arrow{position: absolute;}
#bDoiTac_Slider .next {
    top:10px;right: 0;
}
#bDoiTac_Slider .prev {
    top:10px;left: 0;
}
.form-search-hide {
    position: absolute;
    right: 0;
    top: 59px;
    z-index: 99;
    display: none;
}
.form-search .form-control {
height: 31px;
border-radius: 0;
margin-top: 3px;
margin-bottom: 3px;
border: none;
background-color: rgb(255 255 255 / 64%);
font-size: 13px;
font-style: italic;
padding: 3px 10px;
width:250px;
}
.form-search .btn-search {
position: absolute;
right: 0;
top: 3px;
height: 31px;
line-height: 21px;
background-color: rgb(70 72 74 / 18%);
z-index: 1;
color: #fff !important;
border-radius: 0;
padding: 6px 12px;
cursor: pointer;
}
#btnSearchShow {
    color: #eaf6ff;
    font-size: 20px;
}
.arcontactus-widget.right.arcontactus-message {
    right: 20px
}

.arcontactus-widget.right.arcontactus-message {
    bottom: 65px
}

.arcontactus-widget .arcontactus-message-button .pulsation {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.arcontactus-widget.md .arcontactus-message-button,
.arcontactus-widget.md.arcontactus-message {
    width: 60px;
    height: 60px
}

.arcontactus-widget {
    opacity: 0;
    transition: .2s opacity
}

.arcontactus-widget * {
    box-sizing: border-box
}

.arcontactus-widget.left.arcontactus-message {
    left: 20px;
    right: auto
}

.arcontactus-widget.left .arcontactus-message-button {
    right: auto;
    left: 0
}

.arcontactus-widget.left .arcontactus-prompt {
    left: 80px;
    right: auto;
    transform-origin: 0 50%
}

.arcontactus-widget.left .arcontactus-prompt:before {
    border-right: 8px solid #FFF;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: auto;
    left: -15px
}

.arcontactus-widget.left .messangers-block {
    right: auto;
    left: 0;
    -webkit-transform-origin: 10% 105%;
    -ms-transform-origin: 10% 105%;
    transform-origin: 10% 105%
}

.arcontactus-widget.left .callback-countdown-block {
    left: 0;
    right: auto
}

.arcontactus-widget.left .callback-countdown-block::before,
.arcontactus-widget.left .messangers-block::before {
    left: 25px;
    right: auto
}

.arcontactus-widget.md .callback-countdown-block,
.arcontactus-widget.md .messangers-block {
    bottom: 70px
}

.arcontactus-widget.md .arcontactus-prompt {
    bottom: 5px
}

.arcontactus-widget.md.left .callback-countdown-block:before,
.arcontactus-widget.md.left .messangers-block:before {
    left: 21px
}

.arcontactus-widget.md.left .arcontactus-prompt {
    left: 70px
}

.arcontactus-widget.md.right .callback-countdown-block:before,
.arcontactus-widget.md.right .messangers-block:before {
    right: 21px
}

.arcontactus-widget.md.right .arcontactus-prompt {
    right: 70px
}

.arcontactus-widget.md .arcontactus-message-button .pulsation {
    width: 74px;
    height: 74px
}

.arcontactus-widget.md .arcontactus-message-button .callback-state,
.arcontactus-widget.md .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.arcontactus-widget.sm .arcontactus-message-button,
.arcontactus-widget.sm.arcontactus-message {
    width: 50px;
    height: 50px
}

.arcontactus-widget.sm .callback-countdown-block,
.arcontactus-widget.sm .messangers-block {
    bottom: 60px
}

.arcontactus-widget.sm .arcontactus-prompt {
    bottom: 0
}

.arcontactus-widget.sm.left .callback-countdown-block:before,
.arcontactus-widget.sm.left .messangers-block:before {
    left: 16px
}

.arcontactus-widget.sm.left .arcontactus-prompt {
    left: 60px
}

.arcontactus-widget.sm.right .callback-countdown-block:before,
.arcontactus-widget.sm.right .messangers-block:before {
    right: 16px
}

.arcontactus-widget.sm.right .arcontactus-prompt {
    right: 60px
}

.arcontactus-widget.sm .arcontactus-message-button .pulsation {
    width: 64px;
    height: 64px
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.arcontactus-widget.sm .arcontactus-message-button .static {
    margin-top: -16px
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.arcontactus-widget.active {
    opacity: 1
}

.arcontactus-widget .icons.hide,
.arcontactus-widget .static.hide {
    opacity: 0;
    transform: scale(0)
}

.arcontactus-widget.arcontactus-message {
    z-index: 10000;
    right: 20px;
    bottom: 20px;
    position: fixed!important;
    height: 70px;
    width: 70px
}

.arcontactus-widget .arcontactus-message-button {
    width: 70px;
    position: absolute;
    height: 70px;
    right: 0;
    background-color: red;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.arcontactus-widget .arcontactus-message-button p {
    font-family: Ubuntu, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    margin: 0
}

.arcontactus-widget .arcontactus-message-button .pulsation {
    width: 84px;
    height: 84px;
    background-color: red;
    border-radius: 50px;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite
}

.arcontactus-widget .arcontactus-message-button .icons {
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px
}

.arcontactus-widget .arcontactus-message-button .static {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    text-align: center
}

.arcontactus-widget .arcontactus-message-button .static img {
    display: inline
}

.arcontactus-widget .arcontactus-message-button .static svg {
    width: 24px;
    height: 24px;
    color: #FFF
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
    margin-top: -12px
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.arcontactus-widget .pulsation.stop {
    -webkit-animation: none;
    animation: none
}

.arcontactus-widget .icons-line {
    top: 10px;
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transition: cubic-bezier(.13, 1.49, .14, -.4);
    -o-transition: cubic-bezier(.13, 1.49, .14, -.4);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    height: 24px;
    transition: .2s all
}

.arcontactus-widget .icons,
.arcontactus-widget .static {
    transition: .2s all
}

.arcontactus-widget .icons-line.stop {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.arcontactus-widget .icons-line span {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: red
}

.arcontactus-widget .icons-line span i,
.arcontactus-widget .icons-line span svg {
    width: 24px;
    height: 24px
}

.arcontactus-widget .icons-line span i {
    display: block;
    font-size: 24px;
    line-height: 24px
}

.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
    margin-right: 40px
}

.arcontactus-widget .icons.hide .icons-line {
    transform: scale(0)
}

.arcontactus-widget .icons .icon:first-of-type {
    margin-left: 0
}

.arcontactus-widget .arcontactus-close {
    color: #FFF
}

.arcontactus-widget .arcontactus-close svg {
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
    display: block
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.arcontactus-widget .arcontactus-prompt,
.arcontactus-widget .messangers-block {
    background: center no-repeat #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000
}

.arcontactus-widget .arcontactus-prompt:before,
.arcontactus-widget .messangers-block:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: ''
}

.arcontactus-widget .arcontactus-prompt.show-messageners-block,
.arcontactus-widget .messangers-block.show-messageners-block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.arcontactus-widget .arcontactus-prompt {
    color: #787878;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    width: auto;
    bottom: 10px;
    right: 80px;
    white-space: nowrap;
    padding: 18px 20px 14px
}

.arcontactus-widget .arcontactus-prompt:before {
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #FFF;
    border-bottom: 8px solid transparent;
    bottom: 16px;
    right: -15px
}

.arcontactus-widget .arcontactus-prompt.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    z-index: 100;
    height: 14px;
    width: 14px;
    padding: 2px
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
    height: 10px;
    width: 10px;
    display: block
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
    border-radius: 10px;
    display: inline-block;
    left: 3px;
    padding: 0;
    position: relative;
    top: 4px;
    width: 50px
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing&gt;
div {
    position: relative;
    float: left;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 0 2px;
    -webkit-animation: arcontactus-updown 2s infinite;
    animation: arcontactus-updown 2s infinite
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing&gt;
div:nth-child(2) {
    animation-delay: .1s
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing&gt;
div:nth-child(3) {
    animation-delay: .2s
}

.arcontactus-widget .messangers-block.sm .messanger {
    padding-left: 50px;
    min-height: 44px
}

.arcontactus-widget .messangers-block.sm .messanger span {
    height: 32px;
    width: 32px;
    margin-top: -16px
}

.arcontactus-widget .messangers-block.sm .messanger span svg {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    margin-left: -10px
}

.arcontactus-widget .messanger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 54px;
    text-decoration: none
}

.arcontactus-widget .messanger:hover {
    background-color: #EEE
}

.arcontactus-widget .messanger:before {
    background-repeat: no-repeat;
    background-position: center
}

.arcontactus-widget .messanger.facebook span {
    background: #0084ff
}

.arcontactus-widget .messanger.viber span {
    background: #7c529d
}

.arcontactus-widget .messanger.telegram span {
    background: #2ca5e0
}

.arcontactus-widget .messanger.skype span {
    background: #31c4ed
}

.arcontactus-widget .messanger.email span {
    background: #ff8400
}

.arcontactus-widget .messanger.contact span {
    background: #7eb105
}

.arcontactus-widget .messanger.call-back span {
    background: #54cd81
}

.arcontactus-widget .messanger span {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0084ff;
    margin-right: 10px;
    color: #FFF;
    text-align: center;
    vertical-align: middle
}

.arcontactus-widget .messanger span i,
.arcontactus-widget .messanger span svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px
}

.arcontactus-widget .messanger span i {
    font-size: 24px;
    line-height: 24px
}

.arcontactus-widget .messanger p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, .87)
}

@-webkit-keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@media (max-width: 468px) {
    .arcontactus-widget.opened.arcontactus-message,
    .arcontactus-widget.opened.left.arcontactus-message {
        width: auto;
        right: 20px;
        left: 20px
    }
}

@keyframes arcontactus-updown {
    0%, 100%, 43% {
        transform: translate(0, 0)
    }
    25%,
    35% {
        transform: translate(0, -10px)
    }
}

@-webkit-keyframes arcontactus-updown {
    0%, 100%, 43% {
        transform: translate(0 0)
    }
    25%,
    35% {
        transform: translate(-10px 0)
    }
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes arcontactus-show-stat {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    21%,
    84% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes arcontactus-show-stat {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    21%,
    84% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes arcontactus-show-icons {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    21%,
    84% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes arcontactus-show-icons {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    21%,
    84% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
    .preloader .color-1 {
        background-color: #0066b3 !important;
    }

.rubix-cube {
    border: 1px solid #FFF;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .rubix-cube .layer {
        width: 14px;
        height: 14px;
        background-color: #07294d;
        border: 1px solid #FFF;
        position: absolute;
    }

    .rubix-cube .layer-1 {
        left: 0px;
        top: 0px;
        -webkit-animation: rubixcube4 2s infinite linear;
        animation: rubixcube4 2s infinite linear;
    }

    .rubix-cube .layer-2 {
        left: 16px;
        top: 0px;
        -webkit-animation: rubixcube3 2s infinite linear;
        animation: rubixcube3 2s infinite linear;
    }

    .rubix-cube .layer-3 {
        left: 32px;
        top: 0px;
    }

    .rubix-cube .layer-4 {
        left: 0px;
        top: 16px;
        -webkit-animation: rubixcube5 2s infinite linear;
        animation: rubixcube5 2s infinite linear;
    }

    .rubix-cube .layer-5 {
        left: 16px;
        top: 16px;
        -webkit-animation: rubixcube2 2s infinite linear;
        animation: rubixcube2 2s infinite linear;
    }

    .rubix-cube .layer-6 {
        left: 32px;
        top: 16px;
        -webkit-animation: rubixcube1 2s infinite linear;
        animation: rubixcube1 2s infinite linear;
    }

    .rubix-cube .layer-7 {
        left: 0px;
        top: 32px;
        -webkit-animation: rubixcube6 2s infinite linear;
        animation: rubixcube6 2s infinite linear;
    }

    .rubix-cube .layer-8 {
        left: 16px;
        top: 32px;
        -webkit-animation: rubixcube7 2s infinite linear;
        animation: rubixcube7 2s infinite linear;
    }

@-webkit-keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }

    30% {
        top: 32px;
        left: 32px;
    }

    40% {
        top: 32px;
        left: 32px;
    }

    50% {
        top: 32px;
        left: 32px;
    }

    60% {
        top: 32px;
        left: 32px;
    }

    70% {
        top: 32px;
        left: 32px;
    }

    80% {
        top: 32px;
        left: 32px;
    }

    90% {
        top: 32px;
        left: 32px;
    }

    100% {
        top: 32px;
        left: 16px;
    }
}

@keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }

    30% {
        top: 32px;
        left: 32px;
    }

    40% {
        top: 32px;
        left: 32px;
    }

    50% {
        top: 32px;
        left: 32px;
    }

    60% {
        top: 32px;
        left: 32px;
    }

    70% {
        top: 32px;
        left: 32px;
    }

    80% {
        top: 32px;
        left: 32px;
    }

    90% {
        top: 32px;
        left: 32px;
    }

    100% {
        top: 32px;
        left: 16px;
    }
}

@-webkit-keyframes rubixcube2 {
    30% {
        left: 16px;
    }

    40% {
        left: 32px;
    }

    50% {
        left: 32px;
    }

    60% {
        left: 32px;
    }

    70% {
        left: 32px;
    }

    80% {
        left: 32px;
    }

    90% {
        left: 32px;
    }

    100% {
        left: 32px;
    }
}

@keyframes rubixcube2 {
    30% {
        left: 16px;
    }

    40% {
        left: 32px;
    }

    50% {
        left: 32px;
    }

    60% {
        left: 32px;
    }

    70% {
        left: 32px;
    }

    80% {
        left: 32px;
    }

    90% {
        left: 32px;
    }

    100% {
        left: 32px;
    }
}

@-webkit-keyframes rubixcube3 {
    30% {
        top: 0px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 16px;
    }

    60% {
        top: 16px;
    }

    70% {
        top: 16px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@keyframes rubixcube3 {
    30% {
        top: 0px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 16px;
    }

    60% {
        top: 16px;
    }

    70% {
        top: 16px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube4 {
    50% {
        left: 0px;
    }

    60% {
        left: 16px;
    }

    70% {
        left: 16px;
    }

    80% {
        left: 16px;
    }

    90% {
        left: 16px;
    }

    100% {
        left: 16px;
    }
}

@keyframes rubixcube4 {
    50% {
        left: 0px;
    }

    60% {
        left: 16px;
    }

    70% {
        left: 16px;
    }

    80% {
        left: 16px;
    }

    90% {
        left: 16px;
    }

    100% {
        left: 16px;
    }
}

@-webkit-keyframes rubixcube5 {
    60% {
        top: 16px;
    }

    70% {
        top: 0px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 0px;
    }

    100% {
        top: 0px;
    }
}

@keyframes rubixcube5 {
    60% {
        top: 16px;
    }

    70% {
        top: 0px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 0px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes rubixcube6 {
    70% {
        top: 32px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@keyframes rubixcube6 {
    70% {
        top: 32px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube7 {
    80% {
        left: 16px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

@keyframes rubixcube7 {
    80% {
        left: 16px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}









