﻿:root {

}
body {
    
}

.form-control-lg {
    font-size: 1rem!important;
}

* {
    
}

ul, li {
    list-style-type: none;
    padding-left: 0px;
}

a {
    text-decoration: none;
}

header {
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

header .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

header .top .left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .top .left .custom-logo {
    width: 200px;
    height: 95px;
}

header .top .left i {
    border-left: 1px solid #e2e2e2;
    line-height: 62px;
    height: 62px;
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    margin-left: 15px;
    padding-left: 15px;
    color: #333333;
}

header .top .tel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .top .tel .tel-icon {
    width: 40px;
    height: 40px;
}

header .top .tel .p_a {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    margin-left: 10px;
}

.site-navigation {
    position: absolute;
    top: 100px;
    z-index: 100;
    width: 100%;
    overflow: hidden;
}

.site-navigation .menu_box {
    width: 100%;
    display: block;
    position: relabative;
}

.site-navigation .menu_box::after {
    width: 200%;
    background: rgba(54, 62, 69, 0.7);
    transform: skewX(32deg);
    position: absolute;
    
    top: 0;
    content: "";
    height: 100%;
}

.site-navigation .menu_box .menu {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    line-height: normal;
    padding-left: 0px;
}

.site-navigation .menu_box .menu li {
    float: left;
    z-index: 15;
    position: relative;
    text-align: center;
}

.site-navigation .menu_box .menu li > a {
    float: left;
    font-size: 15px;
    padding: 0 15px;
    line-height: 56px;
    position: relative;
    color: #ffffff;
    height: 56px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.site-navigation .menu_box .menu li > a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #4e8ac5;
    transform: skewX(32deg);
    width: 0%;
}

.site-navigation .menu_box .menu li.current-menu-item > a::after, .site-navigation .menu_box .menu li.active > a::after {
    width: 100%;
}

.gray {
    background-color: #f0f0f0;
}

.padding-50 {
    padding: 50px 0px;
}

.main-color {
    background-color: #4e8ac5;
}

.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer {
    background-color: #4e8ac5;
    padding: 25px 0px;
}

footer p {
    margin: 0;
    font-size: 14px;
    color: rgba(255,255,255,.7);
    line-height: 2rem;
}

footer p a {
    color: #fff;
}

footer p.linkbox {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.active > .page-link, .page-link.active {
    background-color: #4e8ac5;
    border-color: #4e8ac5;
}

#alertModal {
    z-index: 10000;
    position: absolute;
    background-color: #fff;
    border-width: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    top: 250px;
    left: 50%;
    
    
    display: none;
}

#alertModal .icon {
    width: 20px;
    height: 20px;
}

#alertModal .msg {
    font-size: 14px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel-item .inner-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.carousel-item h1 {
    position: absolute;
    color: #fff;
    margin-top: 56px;
}

.m-menu {
    display: none;
}

@media (max-width: 768px) {
    header .top .left i, .site-navigation {
        display: none;
    }

    header .top .left .custom-logo {
        width: 100px;
    }

    .m-menu {
        display: block;
        padding: 10px;
        cursor: pointer;
    }

    .m-menu img {
        width: 50px;
    }
}

#offcanvasMenu {
    max-width: 80%;
}

.m-menu-item {
    display: block;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

.m-menu-item::after {
    content: ' ';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
}

.m-menu-item a {
    color: #666;
}

.wp-block-columns .wp-block-column:first-of-type p {
    padding-right: 20px;
}

.wp-block-columns .wp-block-column:last-of-type p {
    padding-left: 20px;
}
.carousel .carousel-item, .carousel .carousel-item img {
    max-height: 400px;
}