body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

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

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

.splice-2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.row {
    gap: 24px 0;
}

.empty {
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.splice-3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slick-dots {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: none !important;
}

.slick-dots button {
    width: 30px;
    height: 6px;
    background: rgba(150, 154, 153, 0.2);
    font-size: 0;
    border: none;
    outline: none;
    transition: all 0.4s ease;
}

h1:not(.page-content h1),
h2:not(.page-content h2),
h3:not(.page-content h3),
h4:not(.page-content h4),
h5:not(.page-content h5),
h6:not(.page-content h6),
ul:not(.page-content ul),
p:not(.page-content p),
ul:not(.page-content ul) {
    /* margin: 0; */
    padding: 0;
    list-style-type: none;
}

ul:not(.page-content ul) {
    margin-bottom: 0;
}

a:not(.page-content a) {
    text-decoration: none;
    /* color: inherit; */
}

.slick-dots .slick-active button {
    background-color: #274689;
}

.container {
    width: 100%;
    max-width: 1360px;
    padding: 0 20px;
    margin: 0 auto;
}

.page {
    padding: 80px 0;
}

.page-title {
    color: rgba(35, 53, 77, 1);
    font-family: "Cormorant Unicase";
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 30px;
}

.page-breadcrumb {
    min-height: 240px;
    background: url("../image/breadcrumb.jpg") no-repeat center / cover;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.page-breadcrumb h1 {
    color: rgba(255, 255, 255, 1);
    font-family: "Cormorant Unicase";
    font-size: 60px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
    margin-bottom: 24px;
}

.page-breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-breadcrumb ul a {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #fff;
}

.page-breadcrumb ul li:first-child a {
    padding-left: 0;
}

.page-breadcrumb ul li:last-child a {
    padding-right: 0;
    border-right: none;
}

.header {
    position: relative;
}

.collapse:not(.show) {
    display: block;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
}

.collapse.show {
    display: block;
    height: auto;
    overflow: visible;
    pointer-events: visible;
    opacity: 1;
}

.header-top {
    background-color: #f4f5f6;
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.header-top .container ul:not(.header-lang ul) {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 0;
}

.header-top .container ul a {
    color: rgba(46, 57, 77, 1);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.header-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

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

.header-left span {
    color: rgb(52, 52, 52);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-right: 10px;
}

.header-left img {
    width: 138px;
    height: auto;
    object-fit: contain;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-right ul,
.header-mobile-header ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.header-mobile-header ul {
    gap: 4px;
}

.header-right ul a,
.header-mobile-header ul li a {
    width: 34px;
    height: 34px;
    flex: 0 0 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #f2f4f9;
}

.header-right ul a:hover {
    background-color: #274689;
}

.header-right ul a svg,
.header-mobile-header ul svg {
    fill: #274689;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.header-right ul a:hover svg {
    fill: #fff;
}

.header-lang {
    display: flex;
    align-items: center;
    gap: 5px;
    border: none;
    background: none;
    cursor: pointer;
    color: #274689;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
}

.header-lang span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgb(39, 70, 137);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.header-lang img:not(.header-lang span img) {
    opacity: 0.5;
}

.header-lang-dropdown {
    position: absolute;
    top: 100%;
    right: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 10;
}

.header-lang:hover .header-lang-dropdown {
    opacity: 1;
    visibility: visible;
}

.header-lang-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    gap: 0;
}

.header-lang-dropdown ul li a {
    width: auto;
    border-radius: 0;
    background-color: #fff;
    transition: 0.3s;
    padding: 10px 18px;
    display: inline-block;
    color: #343434;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.header-lang-dropdown ul li a.active {
    color: #274689;
}

.header-lang-dropdown ul li a:hover {
    background-color: #f0f0f0;
}

.header-burger {
    display: none;
    cursor: pointer;
}

.header-bottom {
    background-color: #fff;
    /* padding: 24px 0; */
}

.header-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 200px;
}

.header-bottom ul {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.header-bottom ul a,
.header-bottom ul li span {
    color: #23354d;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    cursor: pointer;
    padding: 24px 0;
}

.header-bottom ul a::after,
.header-bottom ul li span::after {
    content: "";
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #23354d;
    transform: scaleX(0);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.header-bottom ul a:hover::after,
.header-bottom ul li span:hover::after,
.header-bottom ul a.active::after,
.header-bottom ul li span.active::after {
    transform: scaleX(1);
}

.header-bottom ul a.active::after,
.header-bottom ul li span.active::after {
    transform: scaleX(1);
}

/* .header-bottom ul a.active,
.header-bottom ul li span.active {
color: #274689;
} */

.header-bottom ul li {
    position: relative;
}

.header-bottom ul li ul {
    position: absolute;
    top: 100%;
    min-width: max-content;
    left: 0;
    background-color: #fff;
    flex-direction: column;
    gap: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    z-index: 10;
    pointer-events: none;
}

.header-bottom ul li:hover ul,
.header-bottom ul li.show ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-bottom ul li ul li {
    width: 100%;
}

.header-bottom ul li ul a {
    padding: 16px 20px;
    min-width: max-content;
    width: 100%;
    color: #274689;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #a1aecc;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-bottom ul li ul a:hover {
    background-color: #274689;
    color: #fff;
}

.header-bottom ul li ul a::after {
    display: none;
}

.header-bottom ul li ul a:last-child {
    border-bottom: none;
}

.section-slider {
    position: relative;
}

.section-slider .services-wrapper {
    position: absolute;
    width: 100%;
    transform: translateY(-100px);
}

.section-slider .navigation-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-slider .slick-dots,
.section-team .slick-dots {
    position: absolute;
    bottom: 140px;
    display: flex !important;
    left: 50%;
    transform: translateX(-50%);
}

.section-team .slick-slider {
    padding-bottom: 40px;
}

.section-team .slick-dots {
    bottom: 10px;
}

.section-slider .slick-dots button {
    background-color: rgba(255, 255, 255, 0.4);
}

.section-slider .carousel-inner {
    height: calc(100vh - 169px);
    max-height: 800px;
}

.section-slider .section-slider-item {
    height: calc(100vh - 169px);
    max-height: 800px;
    width: 100vw;
}

.section-slider .section-slider-item .container {
    padding-left: 50px;
}

.section-slider .section-slider-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.section-slider .section-slider-item h2 {
    color: rgb(255, 255, 255);
    font-family: "Cormorant Unicase";
    font-size: 70px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
    margin-bottom: 18px;
}

.section-slider .section-slider-item p {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-bottom: 34px;
}

.section-slider .section-slider-item a {
    color: #fff;
    background: rgba(35, 53, 77, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    height: 60px;
    padding: 0 30px;
    display: block;
    width: max-content;
    margin: 0 auto;
}

.section-slider .slick-arrow {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-slider .slick-arrow img {
    height: 20px;
}

.section-slider .navigation-container {
    padding: 0 10px;
}

.section-services .container {
    position: relative;
}

.services-item {
    border: 2px solid #e4e6e9;
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.services-item-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 10px solid #bdc2ca;
    background: rgba(35, 53, 77, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.services-item h3 {
    color: rgba(46, 57, 77, 1);
    font-family: "Cormorant Unicase";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.services-item p {
    color: #828894;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.section-about {
    padding: 400px 0;
    position: relative;
}

.section-about-card {
    width: 60%;
    padding: 60px 130px 60px 60px;
    background-color: #fff;
    position: relative;
}

.section-about-info h2 {
    color: rgba(48, 48, 48, 1);
    font-family: "Cormorant Unicase";
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 40px;
    position: relative;
}

.section-about-info h2::after {
    content: "";
    position: absolute;
    background: url("../image/svg/title-after.svg") no-repeat center / contain;
    bottom: -18px;
    left: 0;
    height: 10px;
    width: 100px;
}

.section-about-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}

.section-about-info a {
    color: rgba(35, 53, 77, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    display: inline-block;
}

.section-about-image {
    height: 100%;
    width: 100%;
    max-height: 400px;
}

.section-about-cards {
    position: absolute;
    left: 0;
    text-align: center;
    margin: 0 20px;
    top: 70%;
}

.section-about-cards h2 {
    color: rgba(48, 48, 48, 1);
    font-family: "Cormorant Unicase";
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 60px;
    position: relative;
}

.section-about-cards h2::after {
    content: "";
    position: absolute;
    background: url("../image/svg/title-after.svg") no-repeat center / contain;
    bottom: -18px;
    left: 50%;
    height: 5px;
    width: 100px;
}

.section-about-cards h2::before {
    content: "";
    position: absolute;
    background: url("../image/svg/title-after.svg") no-repeat center / contain;
    transform: rotate(180deg) translateX(15%);
    bottom: -18px;
    right: 50%;
    height: 6px;
    width: 100px;
}

.about-card {
    padding: 50px;
    border: 2px solid #e4e6e9;
    display: block;
    background-color: #fff;
}

.about-card h4 {
    color: #2e394d;
    font-family: "Cormorant Unicase";
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.about-card p {
    color: #828894;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.about-card a {
    display: block;
    color: #828894;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.about-card a:hover {
    color: #2E394D;
}

.about-card span {
    color: #2e394d;
}

.section-sponsor {
    padding: 80px 0;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section-header h2 {
    color: rgb(52, 52, 52);
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-header a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #274689;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.section-form {
    padding: 200px 0 100px;
    background: url("../image/form.jpg") no-repeat center / cover;
}

.section-form h2 {
    color: rgba(255, 255, 255, 1);
    font-family: "Cormorant Unicase";
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-form h2::after {
    content: "";
    position: absolute;
    background: url("../image/svg/title-after-white.svg") no-repeat center / contain;
    bottom: -18px;
    left: 50%;
    height: 6px;
    width: 100px;
}

.section-form h2::before {
    content: "";
    position: absolute;
    background: url("../image/svg/title-after-white.svg") no-repeat center / contain;
    transform: rotate(180deg) translateX(15%);
    bottom: -18px;
    right: 50%;
    height: 6px;
    width: 100px;
}

.section-form form {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.section-form input,
.section-form textarea {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 1);
    resize: none;
    transition: all 0.3s ease;
    outline: none;
}

.section-form textarea {
    height: 140px;
    padding: 20px;
}

.section-form input::placeholder,
.section-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.section-form input:focus,
.section-form textarea:focus {
    background-color: rgba(255, 255, 255, 0.3);
}

.section-form button {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    border: none;
    outline: none;
}

.section-team {
    padding: 80px 0;
}

.section-team h2 {
    color: rgba(48, 48, 48, 1);
    font-family: "Cormorant Unicase";
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-team h2::after {
    content: "";
    position: absolute;
    background: url("../image/svg/title-after.svg") no-repeat center / contain;
    bottom: -18px;
    left: 50%;
    height: 6px;
    width: 100px;
}

.section-team h2::before {
    content: "";
    position: absolute;
    background: url("../image/svg/title-after.svg") no-repeat center / contain;
    transform: rotate(180deg) translateX(15%);
    bottom: -18px;
    right: 50%;
    height: 6px;
    width: 100px;
}

.section-team .slick-dots button {
    background-color: rgba(39, 70, 137, 0.2);
}

.section-slider .slick-dots .slick-active button {
    background-color: #fff;
    width: 50px;
}

.section-team .slick-dots .slick-active button {
    background-color: #274689;
    width: 50px;
}

.team-item {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid rgba(228, 230, 233, 1);
    margin: 0 10px;
    padding: 30px;
}

.team-item-image {
    height: 330px;
    width: 100%;
    margin-bottom: 20px;
}

.team-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-item-info h3 {
    color: rgba(46, 57, 77, 1);
    font-family: "Cormorant Unicase";
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-bottom: 14px;
}

.team-item-info small {
    color: rgba(130, 136, 148, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.section-sponsor .slick-list {
    padding: 20px 0;
}

.sponsor-wrapper {
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    border-radius: 50%;
    border: none;
    z-index: 10;
    box-shadow: 2px 0px 14px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.section-practice {}

.section-practice {
    height: 400px;
    background: url("../image/practice.jpg") no-repeat center / cover;
    position: relative;
    margin-bottom: 150px;
}

.section-practice-cards {
    position: absolute;
    text-align: center;
    left: 0;
    top: 60px;
    margin: 0 20px;
}

.section-practice-cards h2 {
    color: #fff;
    font-family: "Cormorant Unicase";
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 60px;
    position: relative;
}

.section-practice-cards h2::after {
    content: "";
    position: absolute;
    background: url("../image/svg/title-after-white.svg") no-repeat center / contain;
    bottom: -18px;
    left: 50%;
    height: 5px;
    width: 100px;
}

.section-practice-cards h2::before {
    content: "";
    position: absolute;
    background: url("../image/svg/title-after-white.svg") no-repeat center / contain;
    transform: rotate(180deg) translateX(15%);
    bottom: -18px;
    right: 50%;
    height: 6px;
    width: 100px;
}

.section-map iframe {
    display: block;
    width: 100%;
    height: 700px;
}

.about-card {
    padding: 50px;
    border: 2px solid #e4e6e9;
    display: block;
    background-color: #fff;
}

.slick-prev {
    left: -12px;
}

.slick-next {
    right: -12px;
}

.slick-prev::after {
    position: absolute;
    content: "";
    background: url("../image/svg/arrow-right.svg") no-repeat center / cover;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -moz-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    -o-transform: translate(-50%, -50%) rotate(-180deg);
}

.slick-next::after {
    position: absolute;
    content: "";
    background: url("../image/svg/arrow-right.svg") no-repeat center / cover;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sponsor-item {
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12);
    margin: 0 12px;
    height: 200px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.sponsor-item img {
    max-width: 70%;
    max-height: 80%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    background-color: #fff;
}

.footer {
    background: #2e394d;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 60px 0;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-contact small {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.footer-contact h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 16px;
}

.footer-contact ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact ul a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-contact ul a:hover {
    background-color: #fff;
}

.footer-contact ul a svg {
    fill: #fff;
}

.footer-contact ul a:hover svg {
    fill: #274689;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.footer-logo img {
    width: 220px;
}

.footer-menu {
    /* display: flex; */
    column-count: 2;
    gap: 40px 20px;
    column-gap: 90px;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-menu a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.footer-bottom span {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.news-item {
    display: inline-block;
    border: 1px solid rgba(228, 230, 233, 1);
}

.news-item-image {
    height: 310px;
    width: 100%;
}

.news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-item-info {
    padding: 20px 30px;
}

.news-item-info h2 {
    color: rgba(46, 57, 77, 1);
    font-family: "Cormorant Unicase";
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 14px;
}

.news-item-info small {
    color: rgba(130, 136, 148, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.news-item-info p {
    color: rgba(48, 48, 48, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.slug-news {
    max-width: 1100px;
    margin: 0 auto;
}

.slug-news-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 500px;
}

.slug-news-image {
    margin-bottom: 30px;
}

.slug-news-info small {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(130, 136, 148, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.slug-news-info h2 {
    color: rgba(46, 57, 77, 1);
    font-family: "Cormorant Unicase";
    font-size: 40px;
    font-weight: 500;
    line-height: 42px;
}

.page-footer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-footer,
.page-footer ul,
.page-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.page-footer a {
    display: block;
    box-shadow: 2px 0px 14px 0px rgba(0, 0, 0, 0.12);
    width: 45px;
    height: 45px;
    display: flex;
    color: #0e4464;
    fill: #0e4464;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-footer a svg path {
    stroke: #0e4464;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-footer a:hover,
.page-footer a.active {
    background-color: #0e4464;
    color: #fff;
    stroke: #fff;
}

.page-footer a:hover svg path,
.page-footer a.active svg path {
    stroke: #fff;
}

.page-slug-image-main {
    width: 100%;
    height: 690px;
    margin-bottom: 50px;
}

.page-slug-image-main img {
    max-width: 100%;
    max-height: 690px;
    height: auto;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}

.page-slug-image-list {
    height: 245px;
}

.page-slug-image-list img {
    height: 240px;
    width: auto;
    max-width: 310px;
    object-fit: contain;
    margin-right: 20px;
}

.page-contact small {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #828894;
    text-transform: uppercase;
}

.page-contact h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #2e394d;
    margin-bottom: 24px;
}

.page-contact ul {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 10px !important;
}

.page-contact ul a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: block;
}

.page-contact ul a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.test {}

.page-contact input,
.page-contact textarea,
.modal-body input,
.modal-body textarea {
    width: 100%;
    padding: 16px;
    border: none;
    background-color: #fff;
    color: rgba(35, 53, 77, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 14px;
    border: 1px solid rgba(228, 230, 233, 1);
}

.page-contact input::placeholder,
.page-contact textarea::placeholder {
    color: rgba(35, 53, 77, 1);
}

.page-contact input:focus,
.page-contact textarea:focus {
    outline: none;
    border: 1px solid #274689;
}

.page-contact input:focus::placeholder,
.page-contact textarea:focus::placeholder {
    color: #274689;
}

.page-contact input[type="submit"] {
    background: rgba(35, 53, 77, 1);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: max-content;
    margin-left: auto;
    display: block;
}

.page-contact input[type="submit"]:hover {
    background-color: #274689;
}

.page-contact input[type="submit"]:active {
    background-color: #274689;
}

.page-contact input[type="submit"]:disabled {
    background-color: #274689;
    cursor: not-allowed;
}

.page-contact input[type="submit"]:disabled:hover {
    background-color: #274689;
}

.page-contact ul li a {
    background-color: #f4f5f6;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link:hover,
.page-link:focus {
    background: rgba(35, 53, 77, 1) !important;
    color: #fff !important;
}

.modal-dialog {
    width: 100%;
    max-width: 900px;
}

.modal-body {
    padding: 30px;
}

.modal-body form {
    margin-bottom: 20px;
}

.modal-body button {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 24px;
    background: rgba(35, 53, 77, 1);
    border: none;
    outline: none;
    display: block;
    margin: auto;
    width: max-content;
}


.header-mobile {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 11;
    background-color: #00000050;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.header-mobile.active {
    left: 0;
}

.header-mobile-menu {
    background-color: #fff;
    width: max-content;
    width: 80%;
    height: 100vh;
}

.header-mobile-header {
    background-color: #f2f4f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 18px;
}

.header-mobile-header ul a {
    background-color: #fff !important;
}

.header-mobile-body {
    height: calc(100vh - 60px);
    overflow-y: scroll;
}

.header-mobile-body ul {
    width: 100%;
}

.header-mobile-body ul a,
.header-mobile-body ul span {
    padding: 14px 30px;
    font-size: 20px;
    color: #23354D;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.header-mobile-body ul a::after,
.header-mobile-body ul span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 95%;
    height: 3px;
    background-color: #274689;
    transform: scaleX(0) translateX(-50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-mobile-body ul a:hover::after,
.header-mobile-body ul span:hover::after {
    transform: scaleX(1) translateX(-50%);
}

.header-mobile-body ul span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-mobile-body ul a.active {
    background-color: #314f8f;
    color: #fff;
}

.header-mobile-body ul li ul {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header-mobile-body ul li:hover ul,
.header-mobile-body ul li.show ul {
    height: max-content;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: rgba(245, 245, 246, 1);
}

.header-mobile-body ul li ul a {
    padding: 20px 30px;
    color: #2e394d99;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    border-bottom: none;
    text-transform: capitalize;
}

.header-mobile-body ul li ul a:hover {
    color: #2e394d;
}

.header-mobile-body ul li ul a.active {
    background-color: #314f8f;
    color: #fff;
}

.header-mobile-body ul li ul a::after {
    display: none;
}

.header-mobile-body ul li ul a:last-child {
    border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
    background-color: #314f8f;
    color: #fff;
}

.header-mobile-body ul li ul a.active {
    background-color: #314f8f;
    color: #fff;
}

.header-mobile-body ul li ul a::after {
    display: none;
}

.header-mobile-body ul li ul a:last-child {
    border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
    background-color: #314f8f;
    color: #fff;
}

.header-mobile-body ul li ul a.active {
    background-color: #314f8f;
    color: #fff;
}

.header-mobile-body ul li ul a::after {
    display: none;
}

.row .team-item {
    margin: 0 !important;
    width: 100%;
}

.consult-item {
    display: flex;
    min-height: 126px;
    border: 1px solid rgba(228, 230, 233, 1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.consult-item.active,
.consult-item:hover {
    border-color: rgba(35, 53, 77, 1);
}

.consult-item.active .consult-item-number,
.consult-item:hover .consult-item-number {
    border-color: rgba(35, 53, 77, 1);
    background-color: rgba(35, 53, 77, 1);
    color: #fff;
}

.consult-item-number {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    max-width: 126px;
    color: rgba(130, 136, 148, 1);
    font-family: "Cormorant Unicase";
    font-size: 50px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    border: 1px solid rgba(228, 230, 233, 1);
    transition: all 0.3s ease;
}

.consult-item-info {
    padding: 20px 50px;
    color: rgba(35, 53, 77, 1);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}

.lawyers-item {
    border: 1px solid rgba(228, 230, 233, 1);
}

.lawyers-item-number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    width: 100%;
    color: rgba(130, 136, 148, 1);
    font-family: "Cormorant Unicase";
    font-size: 50px;
    font-weight: 700;
    line-height: 52px;
    border: 1px solid rgba(228, 230, 233, 1);
    transition: all 0.3s ease;
}

.lawyers-item-info {
    padding: 30px 50px;
    color: rgba(46, 57, 77, 1);
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
}

.lawyers-item.active,
.lawyers-item:hover {
    border-color: rgba(35, 53, 77, 1);
}

.lawyers-item.active .lawyers-item-number,
.lawyers-item:hover .lawyers-item-number {
    border-color: rgba(35, 53, 77, 1);
    /* background-color: rgba(35, 53, 77, 1); */
    /* color: #fff; */
}

.lawyers-team {
    display: flex;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid rgba(228, 230, 233, 1);
}

.lawyers-team.active,
.lawyers-team:hover {
    border-color: rgba(35, 53, 77, 1);
}

.lawyers-team-image {
    width: 160px;
    height: 160px;
    flex: 0 0 160px;
    flex-shrink: 0;
    flex-grow: 0;
}

.lawyers-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lawyers-team-info {
    padding: 40px 30px;
}

.lawyers-team-info h3 {
    color: rgba(46, 57, 77, 1);
    font-family: "Cormorant Unicase";
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
}

.lawyers-team-info span {
    color: rgba(130, 136, 148, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

.page-link {
    padding: 20px 30px;
    color: #fff;
    background: rgba(35, 53, 77, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
}

.slug-player {
    display: flex;
    gap: 40px;
}

.slug-player-img {
    width: 350px;
    height: auto;
    flex: 0 0 350px;
    flex-shrink: 0;
    flex-grow: 0;
}

.slug-player-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slug-player-info h3 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 30px;
    padding-right: 100px !important;
    position: relative;
    display: inline-block;
}

.slug-player-info h3::after {
    content: attr(data-number);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 68px;
    height: 86px;
    background: url("../image/player-slug.png") no-repeat center / cover;
    padding-top: 10px;
    color: #fff;
    text-align: center;
}

.slug-player-info h4 {
    color: rgb(26, 48, 96);
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}

.slug-player-info p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 24px;
}

.slug-player-info-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.slug-player-info-wrapper a {
    height: 50px;
    text-align: center;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-transform: capitalize;
    gap: 10px;
}

.slug-player-info-wrapper a:first-child {
    background-color: #f60000;
}

.slug-player-info-wrapper a:last-child {
    background-color: #274689;
}

.modal-my-confirm {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-my-confirm img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

/* MEDIA */

@media (max-width: 1200px) {
    .footer-logo img {
        width: 180px;
    }

    .footer-contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-menu a {
        font-size: 14px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .header-burger {
        display: block;
    }

    .footer-contact-item {
        flex-direction: row !important;
    }

    .header-logo {
        width: 170px;
    }

    .header-top,
    .header-bottom ul,
    .header-left span,
    .header-bottom ul a img,
    .header-bottom ul li span img,
    .header-bottom ul li ul,
    .section-slider .slick-arrow,
    .section-slider .navigation-container,
    .footer-menu,
    .section-slider .section-slider-item a {
        display: none;
    }

    .section-about {
        padding: 600px 0 500px 0;
    }

    .section-about-cards {
        top: 75%;
    }

    .header-bottom ul a,
    .header-bottom ul li span {
        font-size: 0;
        pointer-events: none;
        color: transparent;
    }

    .page-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .section-slider .section-slider-item h2 {
        font-size: 50px;
        margin-bottom: 4px;
    }

    .section-slider .section-slider-item a {
        padding: 12px 20px;
    }

    .section-match .container {
        flex-direction: column;
        gap: 50px;
    }

    .footer-menu {
        gap: 30px;
    }

    .section-about-card {
        width: 80%;
    }

    .section-count h3 {
        font-size: 30px;
    }

    .section-count h2 {
        font-size: 38px;
        margin-bottom: 12px;
    }

    .section-count a {
        padding: 16px 20px;
    }

    .section-slider .carousel-inner,
    .section-slider .section-slider-item {
        max-height: 400px;
    }

    .page-slug-image-main,
    .page-slug-image-main img {
        height: 600px;
    }

    .page-slug-image-main .slick-list {
        height: 100%;
    }

    .page-slug-image-list img {
        height: 160px;
    }

    .page-table table {
        overflow-x: scroll;
    }

    .slug-player {
        flex-direction: column;
    }

    .services-item {
        padding: 10px;
    }

    .about-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .section-about-card img {
        display: none;
    }

    .section-about-cards h2,
    .section-form h2,
    .section-team h2,
    .section-count h2,
    .section-practice h2,
    .section-match h2,
    .section-about-info h2,
    .section-slider .section-slider-item h2 {
        font-size: 40px;
    }

    .section-about-image {
        height: 300px;
    }

    .section-about-card {
        width: 100%;
        padding: 30px;
    }

    .footer-top,
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
    }

    .footer-contact,
    .footer-logo,
    .footer-menu {
        width: 100%;
    }

    .footer-bottom {
        gap: 20px;
    }

    .page-breadcrumb {
        min-height: 200px;
        min-height: auto;
    }

    .page-breadcrumb h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .page-breadcrumb ul a {
        font-size: 14px;
        line-height: 22px;
    }

    .page-slug-image-main,
    .page-slug-image-main img {
        height: 400px;
    }

    .section-practice {
        margin-bottom: 300px;
    }

    .consult-item {
        flex-direction: column;
        height: auto;
    }

    .consult-item-number {
        width: 100%;
        max-width: 100%;
        height: 80px;
    }
}

@media (max-width: 576px) {
    .section-match-wrapper {
        flex-direction: column;
    }

    .section-practice {
        margin-bottom: 400px;
    }

    .section-about-cards h2 {
        margin-bottom: 20px;
    }

    .section-about {
        padding: 1100px 0 700px 0;
    }

    .section-about-cards {
        top: 77%;
    }

    .about-card {
        padding: 16px;
    }


    .section-count h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .section-count h2 {
        font-size: 30px;
    }

    .section-header h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .section-match h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

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

    .header-left img {
        width: 110px;
    }

    .section-slider .section-slider-item h2 {
        font-size: 38px;
    }

    .section-slider .section-slider-item p {
        font-size: 16px;
        margin-bottom: 20px;
    }


    .page {
        padding: 50px 0;
    }

    .page-breadcrumb h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 0;
    }

    .page-slug-image-list {
        height: auto;
    }

    .page-slug-image-list img {
        height: 120px;
    }

    .page .slick-list.draggable {
        padding: 0 !important;
    }

    .slug-player-img {
        width: 100%;
        height: auto;
    }

    .footer-contact-item {
        justify-content: center;
    }
}
