body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 320px;
    font-weight: normal;
}

.holder {
    width: 100%;
    max-width: 1168px;
    margin: 0 auto;
}

.clear {
    clear: both;
    display: block;
}

ul.clearfix {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.touch {
    -webkit-overflow-scrolling: touch;
}

.required {
    color: red;
}

a {
    text-decoration: none;
    color: #231f20;
}

a:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #00443b;
}
a:focus,
button:focus,
input:focus {
    outline: none;
}

a:active,
button:active,
input[name=submit]:hover {
    opacity: 0.7;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
    color: rgba(88, 89, 91, 0.5);
}
img {
    vertical-align: middle;
    max-width: 100%;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #b0b0b0;
}

.clearfix::after {
    display: block;
    clear: both;
}

@media screen and (max-width: 1200px) {
	.holder {
	    padding: 0 15px;
	}
}

/* animation floating */
@keyframes floating {
    0% {
        top: -10px;
        position: relative;
    }

    50% {
        top: 10px;
        position: relative;
    }

    100% {
        top: -10px;
        position: relative;
    }
}
/* END: animation floating */

.js-animated {
    visibility: hidden;
    animation-name: none;
}

/* js-loading */
.js-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 100000;
    display: none
}

.js-loading span {
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #464646;
    font-size: 16px
}

.js-loading span i {
    margin-right: 10px
}
/* END: js-loading */

/* block-404 */
.block-404 {
    padding: 100px 0 78px;
    text-align: center
}

.block-404-txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #58595b;
    margin: 34px 0 16px
}

.block-404 form.search {
    width: 90%;
    max-width: 356px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    height: 65px;
    position: relative;
    padding-right: 65px;
    border: 1px solid rgba(88,89,91,.2);
    background: #fff;
    border-radius: 15px
}

.block-404 form.search input {
    border: none;
    color: rgba(88,89,91,.6);
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: 0 0;
    padding: 0 18px;
    outline: 0;
    font-weight: 700
}

.block-404 form.search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 65px;
    border: none;
    background: 0 0;
    outline: 0;
    color: #58595b;
    font-size: 17px
}
/* END: block-404 */

/* scroll-to-top */
.scroll-to-top {
    position: fixed;
    bottom: 87px;
    right: 30px;
    height: 50px;
    width: 50px;
    background: rgb(35, 40, 45);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    opacity: 0.8;
    display: none;
    z-index: 100;
    border: 2px solid rgb(255 255 255 / 30%);
}

.scroll-to-top a,
.scroll-to-top a:hover {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
}
/* END: scroll-to-top */

/* particles-js-canvas-el */
.particles-js-canvas-el {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
/* END: particles-js-canvas-el */

/* block-breadcrumb */
.block-breadcrumb .list {
    display: flex;
    padding: 5px 0;
}

.block-breadcrumb .list li {
    font-size: 16px;
}

.block-breadcrumb .list li a {
    color: #58595b;
    position: relative;
}

.block-breadcrumb .list li::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 10px;
    margin: 0 10px;
}

.block-breadcrumb .list li:last-child::after {
    display: none;
}

/* END: block-breadcrumb */

/* block-content-single */
.block-content-single {
    width: 100%;
    margin: auto;
    padding: 30px 0;
    background: #fff;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}

.block-content-single.is-small {
    max-width: 756px;
}

.block-content-single p {
    margin-bottom: 15px
}

.block-content-single p:after {
    content: "";
    display: block;
    clear: both
}

.block-content-single h1,
.block-content-single h2,
.block-content-single h3,
.block-content-single h4,
.block-content-single h5,
.block-content-single h6 {
    margin-top: 30px;
}

.block-content-single h1 {
    font-size: 30px
}

.block-content-single h2 {
    font-size: 24px
}

.block-content-single h3 {
    font-size: 20px
}

.block-content-single h4 {
    font-size: 18px
}

.block-content-single h5 {
    font-size: 16px
}

.block-content-single h6 {
    font-size: 14px
}

.block-content-single img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.block-content-single img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.block-content-single img.alignright {
    float: right
}

.block-content-single img.alignleft {
    float: left
}

.block-content-single iframe {
    max-width: 100%;
    vertical-align: middle;
}

.block-content-single .wp-block-embed-youtube {
    /*margin: 0;*/
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 20px;
    }
}

@media (min-width: 600px) {
    .wp-block-column {
        flex-basis: calc(50% - 10px);
    }
}
/* END: block-content-single */

/* hotline-phone-ring */
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    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);
    }
}

.hotline-phone-ring {
    position: fixed;
    bottom: 21px;
    right: 37px;
    height: 40px;
    background: rgb(230 8 8 / 90%);
    border-radius: 26px;
    line-height: 40px;
    padding: 0 55px 0 20px;
    z-index: 10;
}
.hotline-phone-ring a:hover {
    opacity: 0.7;
}

.hotline-phone-ring .icon-circle {}
.hotline-phone-ring .icon-circle .circle {
    width: 85px;
    height: 85px;
    top: -22.5px;
    right: -22.5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring .icon-circle .circle-fill {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring .icon-circle .icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: #b70000;
    text-align: center;
}

.hotline-phone-ring .icon-circle .icon img,
.hotline-phone-ring .icon-circle .icon i {
    display: inline-block;
    padding-top: 4px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    width: 21px;
    color: #fff;
}

.hotline-phone-ring .icon-circle .icon i {
    position: relative;
    top: -4px;
}

.hotline-phone-ring .tel {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
    .hotline-phone-ring {
        display: none;
    }
}
/* END: hotline-phone-ring */