@font-face {
    src: url("../fonts/verdana/verdana-bold.ttf");
    font-family: Verdana;
    font-weight: bold;
}

@font-face {
    src: url("../fonts/verdana/verdana.ttf");
    font-family: Verdana;
    font-weight: normal;
}

input, textarea {
    box-shadow: unset !important;
}

:root {
    --main-color: #00aeef;
    --font-family: Verdana;
    --bg-footer: rgba(119, 119, 119, 0.1);
    --color-red: #ff0000;
}

p {
    margin: 0 0 10px 0;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-8 {
    padding: 0px 7px !important;
}

.pd-8 {
    padding: 0px 8px 8px 8px !important;
}


.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family) !important;
    font-weight: bold;
}

body {
    font-family: var(--font-family) !important;
    font-weight: normal;
    color: #333;
}

.button_style {
    background-color: transparent;
    color: #fff !important;
    text-align: left;
    padding: 12px 0 12px 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**top**/
#top-bar {
    min-height: unset !important;
    height: unset !important;
    padding: 0.3rem 0;
    border-top: 3px solid var(--primary-color);
    background: rgba(119, 119, 119, 0.1) !important;
}

#top-bar .header-text {
    font-size: x-small;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    color: #333;
}

#top-bar a {
    color: #333;
}

#top-bar a:hover {
    color: var(--main-color) !important;
}

a.glink img {
    margin-right: 5px;
}

a.glink span {
    color: var(--primary-color) !important;
}

/**header**/
div#masthead {
    box-shadow: 0px 3px 6px -3px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 3px 6px -3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.3);
}

div#masthead .com {
    text-align: right;
}

div#masthead .com .com_tel {
    font-size: large;
    font-weight: bold;
}

div#masthead .com .com_name, div#masthead .com .com_open {
    font-size: small;
}

/**menu**/
div#wide-nav {
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}

div#wide-nav .header-register a {
    display: block;
    background: var(--primary-color);
    font-size: small;
    border-left: 1px solid rgba(119, 119, 119, 0.1);
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;
}

div#wide-nav div#mega-menu-wrap-primary {
    width: 100%;
    max-width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: space-between;
}

div#mega-menu-wrap-primary ul li {
    border-right: 1px solid rgba(119, 119, 119, 0.1) !important;
}

div#mega-menu-wrap-primary ul li:first-child {
    border-left: 1px solid rgba(119, 119, 119, 0.1) !important;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--primary-color) !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

div#mega-menu-wrap-primary ul li a:hover {
    background: rgba(119, 119, 119, 0.1) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    font-size: 15px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #333 !important;
    text-transform: unset !important;
    font-weight: 500 !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    background: #fff !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    background: var(--bg-footer);
}

footer#footer .footer-title {
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid rgba(119, 119, 119, 0.1);
    margin-bottom: 15px;
}

footer#footer .footer-title h3 {
    font-size: medium;
    padding: 0.5em 0;
    display: inline-block;
    margin: 0px !important;
    width: unset !important;
    border-bottom: 3px solid var(--primary-color);
    margin-bottom: -3px !important;
}

footer#footer .logo-footer img {
    max-width: 200px;
    margin-bottom: 15px;
}

footer#footer .footer-address h3 {
    font-weight: normal;
    font-size: large;
}

footer#footer .footer-address p {
    font-size: small;
    margin: 0px 0 3px 0;
    color: #333;
}

footer#footer .footer-copyright {
    padding: 2em 0 0 0;
    text-align: center;
    font-size: small;
}

footer#footer .footer-copyright a {
    color: var(--primary-color)
}

footer#footer .footer-menu ul li {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}

footer#footer .footer-menu ul li a {
    padding: 0.5rem;
    display: inline-block;
    color: var(--primary-color);
    font-size: small;
    padding-left: 0px !important;
}

footer#footer .footer-menu ul li ul.sub-menu {
    display: block !important;
}

footer#footer .footer-menu ul li.active ul.sub-menu li {
    border: 0px !important;
}

footer#footer .footer-menu button.toggle {
    display: none !important;
}

/**footer post**/
.footer-post-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.footer-post-item:not(:last-child) {
    margin-bottom: 20px;
}

.footer-post-item .post-thumbnail {
    width: 140px;
    height: 100px;
    float: left;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.footer-post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.footer-post-item .post-content {
    width: calc(100% - 140px);
    float: left;
    padding-left: 15px;
}

.footer-post-item .post-content h3 {
    font-size: 15px;
    color: var(--primary-color);
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.footer-post-item .post-content h3:hover {
    color: var(--main-color)
}

.footer-post-item .post-content .post-date {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
}

.footer-post-item .post-content .post-read {
    font-size: 12px;
    font-weight: 700;
    color: #4FB608
}

.footer-post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/**home title**/
.home-title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}

.home-title h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 10px;
    color: var(--primary-color);
    margin: 0px !important;
}

.home-title2 {
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid rgba(119, 119, 119, 0.1);
    margin-bottom: 15px;
}

.home-title2 h3 {
    font-size: medium;
    padding: 0.5em 0;
    display: inline-block;
    margin: 0px !important;
    width: unset !important;
    border-bottom: 3px solid var(--primary-color);
    margin-bottom: -3px !important;
}

/**post item**/
.slide-posts .owl-stage-outer {
    padding: 10px 0 !important;
}

.post-item {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    border: 0 solid #818a91;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    transition: 0.3s ease-in-out;
}

.post-item:hover {
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.post-item .post-thumbnail {
    width: 100%;
    height: 200px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    padding: 20px 20px 10px 20px;
}

.post-item .post-content h3 {
    color: #202020;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.post-item .post-content h3:hover {
    color: var(--main-color)
}

.post-item .post-content .post-desc {
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 10px !important;
    color: #777;
    height: 40px;
}

.post-item .post-content .post-read {
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
}

.post-item .post-date {
    padding: 10px 20px;
    line-height: 1.3em;
    font-size: 12px;
    color: #adadad;
    border-top: 1px solid #eaeaea;
}

/**single**/
#entry-page {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

#header-single h1 {
    font-size: large;
    font-weight: bold;
    margin-bottom: 1rem;
}

#breadcrumbs {
    margin-bottom: 1rem;
    background: transparent;
    border-radius: 0;
    padding: 0.5em 1em;
    border-top: 3px solid var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
    font-size: small;
    line-height: 1.2;
    text-transform: uppercase;
}

#breadcrumbs a {
    color: var(--primary-color)
}

span.breadcrumb_last {
    color: #6c757d;
}

.share {
    margin-bottom: 1rem;
}

.share a {
    display: inline-block;
    padding: 0.5em 1em;
    color: #fff !important;
    font-size: small;
    margin: 0 0.5em 0.5em 0;
    opacity: 0.8;
}

.share a:hover {
    opacity: 1;
    color: #fff !important;
    text-decoration: none;
}

.share_facebook {
    background: #39599F;
}

.share_twitter {
    background: #45B0E3;
}

.share_google {
    background: #DB4437;
}

.share_hatena {
    background: #00A4DE;
}

.share_pocket {
    background: #D3505A;
}

.share_line {
    background: #00C300;
}

.detail_text .post_meta {
    margin-bottom: 1rem;
}

.detail_text .post_time, .detail_text .post_cat {
    font-size: small;
    margin-right: 0.5em;
    opacity: 0.8;
    color: #333;
}

.detail_text .post_cat a {
    color: var(--primary-color)
}

.detail_text {
    border-bottom: 3px solid rgba(119, 119, 119, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.post__link {
    width: 100%;
    display: inline-block;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
    position: relative;
    transition: 0.3s ease-in-out;
}

.post__link:hover {
    transition: 0.3s ease-in-out;
    background-color: rgba(119, 119, 119, 0.1);
}

.post__link .post-thumbnail {
    width: 140px;
    height: 100px;
    float: left;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post__link .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post__link .post-content {
    width: calc(100% - 140px);
    padding-left: 15px;
    float: left;
    padding-top: 10px;
}

.post__link .post-content h3 {
    font-size: 15px;
    color: var(--primary-color);
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.post__link .post-content h3:hover {
    color: var(--main-color)
}

.post__link .post-content .post-date {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 8px;
    color: #adadad;
}

.post__link .post-content .post-date .time {
    margin-right: 5px;
}

.post__link:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/**widget**/
input#s {
    box-shadow: unset !important;
    border-color: transparent transparent rgba(119, 119, 119, 0.1) transparent;
}

input#s:focus {
    border: 1px solid var(--primary-color) !important;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent;
    color: #333;
    border: 0px !important;
    position: absolute;
    top: 0px;
    right: 0px;
}

.wp-post-item {
    width: 100%;
    display: inline-block;
}

.wp-post-item:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.wp-post-item .post-thumbnail {
    width: 100px;
    height: 80px;
    float: left;
    border-radius: 4px;
}

.wp-post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.wp-post-item .post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 15px;
}

.wp-post-item .post-content h3 {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: unset;
    margin: 0 0 0.5em 0;
}

.wp-post-item .post-content h3:hover {
    color: var(--main-color)
}

.wp-post-item .post-content h3:hover {
    color: var(--primary-color)
}

.wp-post-item .post-content .post-date {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
}

.wp-post-item .post-content .post-read {
    font-size: 12px;
    font-weight: 700;
    color: #4FB608
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
}

.post__link .post-content .post-date a {
    color: #adadad;
}

.post__link .post-content .post-date a:hover {
    color: var(--main-color)
}

/**category**/
.cat_title {
    font-size: large;
    padding-bottom: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 3px solid var(--primary-color);
}


/**contact**/
.formContact {
    width: 100%;
    display: inline-block;
}

.formContact p {
    margin-bottom: 15px !important;
}

.formContact p > b {
    color: #ff0000;
}

.formContact label {
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #333
}

.formContact label b {
    color: #ff0000;
}

.formContact .input__contact, .formContact .text__contact {
    background: #f7f7f7 !important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #787878 !important;
    transition: all .5s !important;
    height: 50px;
    font-size: 16px;
}

.formContact .text__contact {
    height: 200px;
}

.formContact .input__contact:focus, .formContact .text__contact:focus {
    background: #fff !important;
}

.formContact .btn__contact {
    background: #333 !important;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;
    height: 50px !important;
}

.formContact .btn__contact:hover {
    background: #c4c4c4 !important;
    color: #787878 !important;
    transition: all .5s;
}

.formContact span.wpcf7-list-item.first {
    margin-top: 15px;
}

.formContact span.wpcf7-list-item {
    display: block;
}

#comments .comment-respond {
    padding: 20px 0 !important;
    background: transparent !important;
}

.post-action a {
    display: inline-block;
    padding: 0.5em 1em;
    text-align: center;
    border: 1px solid rgba(119, 119, 119, 0.1);
    border-radius: 0;
    background-color: transparent;
    color: var(--primary-color)
}

.post-action a:hover {
    background: rgba(119, 119, 119, 0.1);
}

.next.post-action {
    text-align: right;
}

form#commentform {
    margin: 0px !important;
}

.comment-form > p {
    padding: 0px !important;
}

/**lesson**/
.lesson-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 10px 10px 20px rgb(0 0 0 / 11%);
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 20px;
}

.lesson-description {
    font-size: 17px;
    line-height: 2em;
    text-align: center;
    color: #202020;
}

.buttonLesson {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.buttonLesson a {
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 10px 30px -8px rgb(0 0 0 / 16%);
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 15px 30px;
    border-color: var(--primary-color);
    transition: 0.3s ease-in-out;
}

.buttonLesson a:hover {
    transition: 0.3s ease-in-out;
    background: #fff;
    color: var(--primary-color)
}

/**page**/
.page__title h1 {
    color: #1F1F1F;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.7em;
}

.page__title p {
    margin: 0px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    color: #202020;
}

.page__icon {
    background: var(--primary-color);
    padding: 0.5em;
    color: #fff;
    line-height: 1;
    font-size: 50px;
    text-align: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lesson-item {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E9E9E9;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 10px 0px 10px;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
}

.lesson-item .button_lesson {
    margin-bottom: 0px;
    font-size: 25px;
    background-color: #FF9F5B;
    border-radius: 5px !important;
}

.button_c {
    background-color: #FF9F5B !important;
}

.button_green {
    background: #34B608 !important;
}

/**album**/
.IMG__title h3 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 0px;
}

.IMG__box {
    background-color: #27B5E1;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.9em;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 25px 25px 25px;
    text-align: center;
    color: #fff;
}

.IMG_flag h4 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin: 0px;
}

.slide-view {
    width: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    height: 350px !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.IMG_quote {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.IMG_sec .bg-fill {
    background-attachment: fixed;
}

/**info**/
.box__info {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.info__title {
    font-size: 25px;
    fill: #FFFFFF;
    color: #FFFFFF;
    display: inherit;
    background-color: var(--primary-color);
    border-radius: 0px 0px 0px 0px;
    padding: 20px 50px 20px 50px;
}

.info__body {
    overflow: hidden;
    border-style: double;
    border-width: 5px 5px 5px 5px;
    border-color: var(--primary-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
    padding: 50px 50px 50px 50px;
    position: relative;
}

.info_background {
    display: block;
    width: calc(120% + 1.3px);
    height: 100px;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.info_background .elementor-shape-fill {
    fill: #C5F1FF;
}

.info__item {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}

.info__item .info__icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    padding: 10px;
}

.info__item .info__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info__item .info__content {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0 0;
}

.info__item .info__content h3 {
    font-size: 20px;
    font-weight: normal;
}

.info__item .button_info {
    width: unset !important;
    padding: 12px 30px;
    border-radius: 5px !important;
}

.info__item .info__content p {
    margin: 0px 0 20px 0;
}

/**reason**/
.reason__title h3 {
    color: #F4F8FF;
    font-size: 170px;
    font-weight: 600;
    margin: 0px !important;
}

.home-title3 h3 {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    width: unset !important;
    line-height: 1.3em;
    color: var(--primary-color);
    background: linear-gradient(transparent 70%, #E0FFD0 70%);
}

.reason_img_title {
    font-size: 20px;
    line-height: 1.75em;
    color: #333;
    font-weight: bold;
}

div#gtranslate_wrapper {
    top: 5px !important;
}

.reason2 {
    margin-top: -90px !important;
}

.reason1 .col-inner {
    float: right;
}

/**paginate**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a {
    color: #000;
}

.pagination ul li a, .pagination ul li span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}