body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
    gap: 0.5em;
}
:where(.is-layout-grid) {
    gap: 0.5em;
}
:root {
    --main-color: #009148;
    --main-color2: #7FC241;
}
body .is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
    display: flex;
}
body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
body .is-layout-flex > * {
    margin: 0;
}
body .is-layout-grid {
    display: grid;
}
body .is-layout-grid > * {
    margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
.has-black-color {
    color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
    color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.page-loader {
    opacity: 0;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
    background-color: #ffffff;
}
.loading-site .page-loader {
    opacity: 0.98;
}
.page-loader-logo {
    max-width: 200px;
    animation: pageLoadZoom 1.3s ease-out;
    -webkit-animation: pageLoadZoom 1.3s ease-out;
}
.page-loader-spin {
    animation: pageLoadZoomSpin 1.3s ease-out;
}
.page-loader-spin .loading-spin {
    width: 40px;
    height: 40px;
}
@keyframes pageLoadZoom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pageLoadZoomSpin {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.w-100 {
    width: 100%;
}
#text-3234403034 h3 {
    font-size: 1.75rem;
}
#section_1836559348 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(255, 255, 255);
}
#section_1836559348 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_1836559348 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}
@media (min-width: 550px) {
    #section_1836559348 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.margin0 {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.padding5 {
    padding: 5px!important;
}
.section-cat .box-text {
    /*position: absolute;*/
    /*top: 0;*/
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    padding: 15px;
}
.section-cat .box-text .box-text-inner {
    width: 100%;
}
.section-cat .box-text h3 {
    font-size: 27px;
}
.box-ha:hover .bounce {
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: bounce;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: 1;
    animation-name: bounce;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@-moz-keyframes bounce {  
    25%, 45%, 65%, 85% {margin-right: 0;}
    15% {margin-right: 20px;}
    35% {margin-right: 10px;}
    55% {margin-right: 5px;}
    75% {margin-right: 2.5px;}
}
@-webkit-keyframes bounce {  
    25%, 45%, 65%, 85% {margin-right: 0;}
    15% {margin-right: 20px;}
    35% {margin-right: 10px;}
    55% {margin-right: 5px;}
    75% {margin-right: 2.5px;}
}
@keyframes bounce {  
    25%, 45%, 65%, 85% {margin-right: 0;}
    15% {margin-right: 20px;}
    35% {margin-right: 10px;}
    55% {margin-right: 5px;}
    75% {margin-right: 2.5px;}
}
#col-177778171 > .col-inner {
    margin: 0px 0px -30px 0px;
}
#section_262565008 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(250, 250, 250);
}
#section_262565008 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_262565008 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}
.form-contact .col {
    padding-bottom: 15px;
}
.form-contact .col.text-center {
    padding-bottom: 0px;
}
.form-contact, .form-contact .col.text-center input[type="submit"] {
    margin-bottom: 0px;
}
#col-lh.col {
    padding-bottom: 0px;
}
#section_1049751310 {
    padding-top: 60px;
    padding-bottom: 60px;
}
#section_1049751310 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_1049751310 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}
#gap-497590133 {
    padding-top: 30px;
}
@media (min-width: 850px) {
    #gap-497590133 {
        padding-top: 60px;
    }
}
#col-131354948 > .col-inner {
    padding: 0px 15px 0px 15px;
}
#text-box-2078586466 {
    width: 60%;
}
#text-box-2078586466 .text-box-content {
    font-size: 100%;
}
@media (min-width: 550px) {
    #text-box-2078586466 {
        width: 60%;
    }
}
#col-492595750 > .col-inner {
    padding: 0px 0px 0px 0px;
}
@media (min-width: 550px) {
    #col-492595750 > .col-inner {
        padding: 0px 0px 0px 0px;
    }
}
@media (min-width: 850px) {
    #col-492595750 > .col-inner {
        padding: 0px 30px 0px 30px;
    }
}
#section_426997439 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(255, 255, 255);
}
#section_426997439 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_426997439 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}
@media (min-width: 550px) {
    #section_426997439 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
#text-225962769 {
    font-size: 1.75rem;
    text-align: center;
}
#section_728320632 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(238, 238, 238);
}
#section_728320632 .section-bg.bg-loaded {
    background-image: url(../wp-content/uploads/2023/03/Asset-3-1.png);
}
#section_728320632 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_728320632 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}
@media (min-width: 550px) {
    #section_728320632 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (min-width: 850px) {
    #section_728320632 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
#section_1726638843 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(255, 207, 7, 0.977);
}
#section_1726638843 .section-bg-overlay {
    background-color: rgba(255, 207, 7, 0.267);
}
#section_1726638843 .section-bg.bg-loaded {
    background-image: url(../wp-content/uploads/2023/03/Asset-5.png);
}
#section_1726638843 .section-bg {
    background-position: 0% 44%;
}
#section_1726638843 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_1726638843 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}
@media (min-width: 550px) {
    #section_1726638843 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (min-width: 850px) {
    #section_1726638843 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
#image_1685415052 {
    width: 15%;
}
@media (min-width: 550px) {
    #image_1685415052 {
        width: 20%;
    }
}
#col-2135650701 > .col-inner {
    padding: 0px 0px 0px 20px;
}
#row-655901871 > .col > .col-inner {
    padding: 0px 15px 0px 15px;
}
#col-1085705509 > .col-inner {
    padding: 30px 0px 0px 0px;
    margin: -50px 0px 0px 0px;
    border-radius: 39px;
}
@media (min-width: 550px) {
    #col-1085705509 > .col-inner {
        padding: 50px 20px 30px 20px;
        margin: -100px 0px 0px 0px;
    }
}
@media (min-width: 850px) {
    #col-1085705509 > .col-inner {
        padding: 66px 5% 16px 5%;
        margin: -135px 0px 0px 0px;
    }
}
#section_1649073369 {
    padding-top: 0px;
    padding-bottom: 0px;
}
#section_1649073369 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_1649073369 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}
#gap-123350492 {
    padding-top: 0px;
}
@media (min-width: 550px) {
    #gap-123350492 {
        padding-top: 61px;
    }
}
@media (min-width: 850px) {
    #gap-123350492 {
        padding-top: 100px;
    }
}
#section_1627433547 {
    padding: 0;
}
.atp-vong {
    z-index: 999997;
    position: fixed;
    border-radius: 100%;
    border: 2px solid;
    opacity: 0.5;
}
.atp-tron {
    opacity: 0.75;
    z-index: 999997;
    position: fixed;
    border-radius: 100%;
}
.atp-phone {
    position: fixed;
    border: 2px solid transparent;
    border-radius: 100%;
    z-index: 999999;
    background-size: 70%;
    opacity: 0.7;
    background-repeat: no-repeat;
}
.atp-text p {
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
}
.atp-text {
    position: fixed;
    z-index: 999999;
    box-shadow: 5px 5px 5px #555;
}
@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.animated.infinite {
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 780px) {
    .mb {
        display: block;
    }
    .atp-vong1 {
        left: 10px !important;
    }
    .atp-tron1 {
        left: 10px !important;
    }
    .atp-icon1 {
        left: 20px !important;
    }
    .atp-text1 {
        left: 20px !important;
    }
    .atp-vong2 {
        left: 10px !important;
    }
    .atp-tron2 {
        left: 10px !important;
    }
    .atp-icon2 {
        left: 20px !important;
    }
    .atp-text2 {
        left: 20px !important;
    }
    .atp-vong3 {
        left: 10px !important;
    }
    .atp-tron3 {
        left: 10px !important;
    }
    .atp-icon3 {
        left: 20px !important;
    }
    .atp-text3 {
        left: 20px !important;
    }
}
@media (min-width: 780px) {
    .pc {
        display: block;
    }
}
.atp-call a {
    cursor: pointer;
    -webkit-user-select: text;
    -moz-select: text;
    -ms-select: text;
    user-select: text;
}
.atp-vong1 {
    bottom: 45px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-color: #1e73be;
}
.atp-tron1 {
    bottom: 45px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #1e73be80;
}
.atp-icon1 {
    bottom: 55px;
    left: 40px;
    width: 40px;
    height: 40px;
    background-image: url(../img/telephone.png);
    background-color: #1e73be;
    background-position: center;
}
.atp-text1 {
    bottom: 55px;
    left: 40px;
    width: auto;
    padding-left: 45px;
    padding-right: 5px;
    height: 40px;
    background-color: #1e73be;
    color: #fff;
    display: none;
    border-radius: 30px;
    z-index: 999998;
    text-align: right;
}
.atp-text1 p {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}
.atp-icon1:hover + .atp-text1 {
    display: table;
}
.atp-text1:hover {
    display: table;
}
.atp-vong2 {
    bottom: 115px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-color: #efdb21;
}
.atp-tron2 {
    bottom: 115px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #efdb2180;
}
.atp-icon2 {
    bottom: 125px;
    left: 40px;
    width: 40px;
    height: 40px;
    background-image: url(../img/messenger.png);
    background-color: #efdb21;
    background-position: center;
}
.atp-text2 {
    bottom: 125px;
    left: 40px;
    width: auto;
    padding-left: 45px;
    padding-right: 5px;
    height: 40px;
    background-color: #efdb21;
    color: #fff;
    display: none;
    border-radius: 30px;
    z-index: 999998;
    text-align: right;
}
.atp-text2 p {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}
.atp-icon2:hover + .atp-text2 {
    display: table;
}
.atp-text2:hover {
    display: table;
}
.atp-vong3 {
    bottom: 185px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-color: #0089b9;
}
.atp-tron3 {
    bottom: 185px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #0089b980;
}
.atp-icon3 {
    bottom: 195px;
    left: 40px;
    width: 40px;
    height: 40px;
    background-image: url(../img/zalo.png);
    background-color: #0089b9;
    background-position: center;
}
.atp-text3 {
    bottom: 195px;
    left: 40px;
    width: auto;
    padding-left: 45px;
    padding-right: 5px;
    height: 40px;
    background-color: #0089b9;
    color: #fff;
    display: none;
    border-radius: 30px;
    z-index: 999998;
    text-align: right;
}
.atp-text3 p {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}
.atp-icon3:hover + .atp-text3 {
    display: table;
}
.atp-text3:hover {
    display: table;
}
/*4*/
.atp-vong4 {
    bottom: 255px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-color: #0866FF;
}
.atp-tron4 {
    bottom: 255px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #0866FF80;
}
.atp-icon4 {
    bottom: 265px;
    left: 40px;
    width: 40px;
    height: 40px;
    background-image: url(../img/fb.png);
    background-color: #0866FF;
    background-position: center;
}
.atp-text4 {
    bottom: 265px;
    left: 40px;
    width: auto;
    padding-left: 45px;
    padding-right: 5px;
    height: 40px;
    background-color: #0866FF;
    color: #fff;
    display: none;
    border-radius: 30px;
    z-index: 999998;
    text-align: right;
}
.atp-text4 p {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}
.atp-icon4:hover + .atp-text4 {
    display: table;
}
.atp-text4:hover {
    display: table;
}
/*4*/
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.infinite {
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.zoomIn {
    animation-name: zoomIn;
}