﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css?v=20250925";

@font-face {
  font-family: "Motherland Signature";
  src: url("/assets/font/MotherlandSignature.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


:root {
    --f-main: "UTMAvo";
    --txt: #666666;
    --mcolor: #0b5b50;
    --scolor: rgb(11 91 80 / 35%);
    --cl-gray: #4e4e4e;
    --white: #fff;
    --cl-ttl: #363636;
	--f-sign: "Motherland Signature";
	--header-h: 180px;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 16px;
    -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

img {
    vertical-align: bottom;
}

a {
    color: var(--mcolor);
    text-decoration: none;
}

    a:hover,
    a:active {
        text-decoration: none;
    }

table {
    width: 100%;
}

p {
    margin: 0 0 1.5em;
	margin-block-end: 0;
}

.section {
    padding: 0 0 30px;
}

p,
dd,
td,
th,
li {
    line-height: 1.3em;
}

#totop {
    position: fixed;
    bottom: 60px;
    right: 6px;
    z-index: 10;
    margin-bottom: 0;
    width: 60px;
}

    #totop a {
        display: block;
        transition: all 0.5s;
        -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
        animation: slide-top 0.8s linear infinite alternate-reverse;
    }

        #totop a:hover {
            opacity: 0.7;
        }

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}
/*==========================================================================*/
/*                            Header                                     */
/*==========================================================================*/
h1 {
    display: none;
}

#header {
    background: rgb(11 91 80 / 50%);
    color: var(--white);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 6px #0b5b5040;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    transition: transform .28s cubic-bezier(.4,0,.2,1);
}

#header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    padding: 5px;
}

/* 🔴 Khi ẩn */
#header.hide {
    transform: translateY(-100%);
}


.h_main {
    position: relative;
    z-index: 5;
}

.h_top {
    padding: 6px 0 7px;
    color: var(--white);
    border-bottom: 1px solid #2a2a2a;
}

    .h_top .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.h_top_left {
    display: flex;
}

    .h_top_left p {
        margin-bottom: 0;
        color: var(--cl-gray);
        font-size: 12px;
    }

.h_time {
    padding-right: 15px;
    margin-right: 23px;
    border-right: 1px solid var(--cl-gray);
}

.h_email {
    padding-left: 23px;
    background: url(/assets/images/icon_mail.svg) no-repeat left center/13px auto;
}

    .h_email a {
        text-decoration: none;
        color: var(--cl-gray);
    }

.h_top_right {
    display: flex;
    align-items: center;
}

.h_follow {
    display: flex;
    align-items: center;
}

.h_ttl_follow {
    margin-right: 8px;
    margin-bottom: 0;
    font-size: 14px;
}

.h_follow_link {
    display: flex;
    margin-right: 11px;
}

    .h_follow_link li {
        margin-right: 8px;
    }

.h_search {
    position: relative;
    margin-right: 20px;
}

    .h_search input {
        border-radius: 100px;
        border: 1px solid var(--cl-gray);
        background: rgba(255, 255, 255, 0.05);
        padding: 3px 21px 4px;
        width: 202px;
        color: var(--white);
        font-size: 14px;
    }

        .h_search input::placeholder {
            color: var(--cl-gray);
            opacity: 1; /* Firefox */
        }

        .h_search input::-ms-input-placeholder {
            /* Edge 12 -18 */
            color: var(--cl-gray);
        }

.btn_search {
    position: absolute;
    right: 21px;
    top: calc(50% - 6px);
    z-index: 1;
    background: url(/assets/images/icon_search.svg) no-repeat center/contain;
    width: 14px;
    height: 12px;
    outline: 0;
    border: none;
    cursor: pointer;
}
.h_lang {
	/*position: absolute;
    top: 0;
    right: 0;*/
}
.h_lang ul {
	display: flex;
	gap: 10px;
}
.h_lang img {
	width: 100%;
}

    .h_lang a {
        width: 29px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-size: 11px;
        color: #000;
        transition: all 0.3s;
        margin: 0 !important;
    }

        .h_lang a.active {
            background: rgba(123, 123, 123, 0.5);
            color: var(--mcolor);
        }

        .h_lang a:hover {
            opacity: 0.7;
        }

.h_hotline a {
    text-decoration: none;
    font-weight: bold;
    padding-left: 43px;
    background: url(/assets/images/h_tel_red.svg) no-repeat left center/30px auto;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}
.h_main .container{
	justify-content: center;
}
.logo {
    margin-bottom: 10px;
}
.logo img {
	width: 160px;
}
.fixed .logo img {
    width: 120px;
}
.gnavi {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

    .gnavi > li {
        /* margin: 0 10px; */
    }

    .gnavi li {
        position: relative;
    }

    .gnavi > li.over > a {
    }

    .gnavi > li > a {
        display: block;
        text-decoration: none;
        padding: 10px 0;
        /* margin: 0 5px; */
        font-size: 15px;
		font-weight: 600;
        transition: all 0.3s;
        text-align: center;
        position: relative;
        z-index: 0;
        color: #fff;
        text-transform: uppercase;
        /* margin-bottom: 10px; */
    }

    .gnavi > li.active > a,
    .gnavi > li:hover > a {
    }

        .gnavi > li:hover > a:after,
        .gnavi > li.active > a:after {
            transform: scaleX(1);
			background: #fff;
        }

    .gnavi > li > a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--mcolor);
        left: 0;
        bottom: 5px;
        transition: all 0.3s;
        transform: scaleX(0);
    }
.fixed .gnavi > li > a {
	/* margin-bottom: 5px; */
	font-size: 14px;
}
/*.gnv-ico {
    border: 2px solid transparent;
    border-radius: 1px;
    border-right: 0;
    border-top: 0;
    content: " ";
    height: 0.5em;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0.5em;
    border-color: #000;
    margin-top: -8px;
    right: 0;
}*/

.submenu li {
    padding: 0 30px;
	position: relative;
	text-align: center;
}

.submenu {
    position: absolute;
    background: rgb(50 50 50 / 95%);
    background: rgb(11 91 80);
    display: none;
    padding: 10px 0;
    left: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    min-width: 230px;
}
.subsubmenu {
	position: absolute;
    left: 100%;
    background: rgb(50 50 50 / 95%);
	background: rgb(11 91 80);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    top: 0;
	display: none;
}
    .submenu a {
        text-decoration: none;
        white-space: nowrap;
        text-transform: uppercase;
        color: #bebebe;
        display: block;
        font-size: 13px;
        position: relative;
        border-bottom: 1px solid rgb(255 255 255 / 15%);
        padding: 8px 0;
        transition: all 0.3s ease;
    }

    .submenu li:last-child > a {
        /* border-bottom: none; */
    }

    .submenu a:hover {
        color: #fff;
    }

.has_child .submenu {
    left: calc(100% + 5px);
    margin-top: 0;
    top: -10px;
}

.submenu li.has_child:after {
    content: "";
    position: absolute;
    border: solid var(--txt);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 30px;
    top: 14px;
}

#gnavi {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}


@keyframes header-fixed {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes header-fixed {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes header-fixed {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
    color: var(--txt);
    font-family: var(--f-main);
}

#wrapper {
    min-width: 1200px;
}

.container {
    width: 1366px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
}

.sp {
    display: none !important;
}

.df {
    display: flex;
    flex-wrap: wrap;
}

.ai-c {
    align-items: center;
}

.jc-c {
    justify-content: center;
}

.jc-sw {
    justify-content: space-between;
}
.banner_home {
    position: relative;
}

.banner-title {
    position: absolute;
    top: -300px;
    left: 30px;
    font-weight: bold;
    color: white;
    font-size: 40px;
    z-index: 2;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
}
.banner_home img {
    width: 100%;
    display: block;
}

.btn_slider a {
    display: inline-flex;
    border-radius: 15px;
    padding: 10px 41px 10px 23px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background: url(/assets/images/arrown_right_black.svg) no-repeat right 23px center/4px auto var(--mcolor);
    transition: all 0.3s ease;
}

    .btn_slider a:hover {
        transform: translateY(-5px);
    }

.style_01 {
    font-size: 48px;
    font-weight: bold;
    color: var(--cl-ttl);
    margin-bottom: 18px;
}

    .style_01 .small {
        color: var(--mcolor);
        font-size: 16px;
        display: inline-block;
        padding-right: 87px;
        font-weight: 500;
        margin-bottom: 25px;
    }

.style_02 {
    font-size: 40px;
    font-weight: bold;
    color: var(--mcolor);
    text-align: center;
    padding-top: 25px;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.box_about {
    text-align: center;
}
.read_more span {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid var(--mcolor);
	padding: 0 10px;
	padding-bottom: 5px;
	cursor: pointer;
}
.read_more span:hover {
	color: var(--cl-ttl);
	border-bottom: 2px solid var(--cl-ttl);
}
.box03 .read_more span {
	padding: 0;
	padding-bottom: 5px;
}

.box01 {
    padding: 81px 0 22px;
}

.b1_bleft {
    width: 35%;
    padding-top: 70px;
}

.b1_bright {
    width: 65%;
}

    .b1_bright li {
        width: 25%;
        text-align: center;
    }

        .b1_bright li a {
            color: var(--txt);
            text-decoration: none;
            transition: all 0.3s ease;
            display: block;
        }

            .b1_bright li a:hover {
                transform: translateY(-10px);
            }

.b1_list01 {
    max-width: 700px;
    margin: 0 auto 72px;
    padding-right: 17px;
}

    .b1_list01 li {
        width: calc(100% / 3);
    }

.b1_list02 li {
    width: calc(100% / 4);
}

    .b1_list02 li:first-child {
        max-width: 177px;
    }

    .b1_list02 li:last-child {
        max-width: 191px;
    }

        .b1_list02 li:last-child .b1_ttl {
            font-size: 15px;
        }

.b1_img {
    margin-bottom: 15px;
}

.b1_ttl {
    font-weight: 500;
    font-size: 18px;
}

.b1_txt {
    font-weight: 500;
    line-height: 1.85;
}

.box02 {
    padding: 60px 0;
    position: relative;
}
.box02:before {
	content: '';
	position: absolute;
	background: linear-gradient(to bottom, #FFFFFF 0%, #8EB1AD 59%);
    opacity: 0.28; /* tương ứng 28% */
	width: 100%;
	height: 100%;
	top:0;
}
.box02 .about_txt {
    font-size: 18px;
    line-height: 1.6;
}
.box02 .cards-grid {
     max-width: 1698px;
     margin: 0 auto;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 24px;
 }

.box02 .card {
     position: relative;
     background: rgba(255, 255, 255, 0.27);
     border-radius: 105px;
     border: 3px solid transparent;
     overflow: hidden;
     transition: all 0.3s ease;
     cursor: pointer;
 }

  .box02 .card:hover {
         border-color: #0b5b50;
     }
	.box02 .card:hover .card-image-wrapper {
		border-color: #0b5b50;
	}

.box02 .card:before {
	content: '';
	position: absolute;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0B5B50 100%);
	width: 159%;
	height: 40%;
	top: -20px;
	left: -155px;
	transform: rotate(141deg);
}

 .box02 .card-content {
     position: relative;
     z-index: 10;
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 30px 0;
 }

 .box02 .card-image-wrapper {
     width: 255px;
     height: 282px;
     background: #eff3f2;
     border-radius: 90px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 22px;
	 transition: all 0.3s ease;
	 border: 3px solid transparent;
 }

 .box02 .card-image {
	 width: 100px;
	 height:100px;
     object-fit: cover;
 }

 .box02 .card-title {
     width: 100%;
     padding: 0 27px;
     margin-bottom: 9px;
     font-weight: bold;
     color: #0b5b50;
     font-size: 20px;
     text-align: center;
     line-height: normal;
 }
 
 .box02 .card-description {
     width: 100%;
     padding: 0 27px;
     font-weight: normal;
     font-size: 20px;
     text-align: center;
     line-height: normal;
 }

     .box02 .card-description strong {
         color: var(--mcolor);
     }


.main_slide p img,
.main_slide img,
.main-slide p img,
.main-slide img {
    width: 100%;
}
.custom-arrow {
	position: relative;
}
.custom-arrow .slick-button-prev,
.custom-arrow .slick-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #1b5e4f;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.3s;
	z-index:1;
}

.custom-arrow .slick-button-prev {
    left: calc((100vw - 1366px) / 2 + 15px);
}

.custom-arrow .slick-button-next {
    right: calc((100vw - 1366px) / 2 + 15px);
}
.box03 .slick-button-prev {
    left: -60px;
}

.box03 .slick-button-next {
    right: -60px;
}


/* Hover */
.custom-arrow .slick-button-prev:hover,
.custom-arrow .slick-button-next:hover {
    opacity: 1;
}

.custom-arrow .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

    .custom-arrow .slick-dots li {
        margin: 0 4px;
        line-height: 0;
    }

        .custom-arrow .slick-dots li button {
            width: 15px;
            height: 7px;
            background: rgb(11 91 80 / 40%);
            border-radius: 10px;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
            text-indent: -5000000px;
        }

.custom-arrow li.slick-active button,
.custom-arrow li:hover button {
    background: var(--mcolor);
}

.custom-arrow li.slick-active button {
    width: 44px;
}

.btn_style_01 {
    font-size: 13px;
    color: #fff;
    background: var(--mcolor);
    padding: 12px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .btn_style_01:hover {
        background: var(--cl-gray);
    }

.b3_content .slick-next {
    right: -50px;
    top: 25%;
}

.b3_content .slick-prev {
    left: -50px;
	top: 50%;
}

.box03 {
    padding: 80px 0 80px;
}

.b3_content {
	padding-bottom: 20px;
}
.b3_content {
	margin: 0 -10px;
}
.b3_content .slick-slide[data-slick-index="0"] {
	width: 890px;
}


.b3_item {
    width: 435px;
    margin: 0 10px;
}

    .b3_item a {
        display: block;
        text-decoration: none;
        transition: all 0.3s ease;
		padding-top: 10px;
    }

        .b3_item a:hover {
            transform: translateY(-10px);
        }
/*.b3_item a:hover img {
	transform: scale(1.1);
}*/
.b3_grimg {
    position: relative;
}

.b3_bicon {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--scolor);
    border: 5px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.b3_img {
    /* -webkit-mask-image: url(/assets/images/b3_mask.png);
  mask-image: url(/assets/images/b3_mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; */
    border-radius: 10px;
    overflow: hidden;
	/*height: 400px;*/
}

    .b3_img img {
        width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 0.3s ease;
		
    }

.b3_item_info {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 90%;
    background: var(--mcolor);
    border-radius: 80px;
    padding: 10px 20px 11px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

    .b3_item_info p {
        margin-bottom: 0;
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

.b3_editor {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 18px;
    width: calc(100% - 80px);
}

.b3_date {
	color: #000;
	margin-bottom: 10px;
}

.b3_ttl {
    font-size: 20px;
    color: var(--mcolor);
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.4;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.b3_btext {
    position: relative;
    padding: 20px 0;
    border-radius: 0 0 20px 20px;
}

.b3_txt {
    color: var(--txt);
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer {
    background: var(--mcolor);
    color: #fff;
}

    .footer a {
        text-decoration: none;
        color: #fff;
    }

.f_social a {
    text-decoration: none;
    color: #fff;
    width: 35px;
    height: 35px;
    background: rgb(255 255 255 / 34%);
    align-content: center;
    text-align: center;
}

    .f_social a:hover {
        background: var(--cl-gray);
    }

.f_main {
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
    gap: 30px;
}

.f_mod:nth-child(1) {
    display: flex;align-items: center;
    width: 20%;
}
.f_mod:nth-child(2) {
	width: 35%;
}
.f_mod:nth-child(4) {
    width: 13%;
}

.f_mod {
    width: calc(50% / 3);
}

    .f_mod p {
        font-size: 15px;
        line-height: 1.5;
    }

.f_menu a {
    transition: all 0.3s ease;
}

.f_menu li {
    position: relative;
    padding-left: 0;
    transition: padding-left 0.3s ease;
    margin-bottom: 15px;
}

    .f_menu li:hover {
        padding-left: 15px; /* chừa chỗ cho icon */
    }

    .f_menu li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-5px, -50%); /* dịch sang trái và căn giữa theo text */
        width: 12px; /* set theo size icon */
        height: 12px;
        background: url("/assets/images/menu_hover.png") no-repeat center center;
        background-size: contain;
        opacity: 0;
        transition: all 0.3s ease;
    }

    /* Khi hover thì hiện icon */
    .f_menu li:hover::before {
        opacity: 1;
        transform: translate(0, -50%);
    }

.f_mod .f_ttl {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.f_ttl_small,
.f_ttl_socail {
    font-size: 14px;
}

.f_ttl_small {
    text-decoration: underline;
    margin-bottom: 8px;
}

.f_ttl_socail {
    margin-top: 21px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.f_social {
    display: flex;
}

    .f_social a:not(:last-child) {
        margin-right: 10px;
    }

.f_about_txt {
    line-height: 1.5;
    text-align: justify;
}

.f_add {
    line-height: 1.8;
}

.f_add_1 {
    margin-bottom: 36px;
}

.f_bottom {
    border: 1px solid var(--white);
}

    .f_bottom li {
        width: calc(100% / 4);
        padding: 19px 20px 22px 32px;
    }

        .f_bottom li:first-child {
            padding-left: 20px;
            text-align: center;
        }

        .f_bottom li:not(:last-child) {
            border-right: 1px solid var(--white);
        }

.f_tel {
    padding-left: 48px;
}

    .f_tel a {
        font-size: 20px;
    }

.f_logo {
    margin: 0 auto;
    text-align: center;
}

.f_info p {
    position: relative;
    padding-left: 30px; /* chừa chỗ cho icon */
    margin-bottom: 10px;
}

    .f_info p::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 18px; /* chỉnh theo size icon */
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        /* transform: translateY(-50%); */ /* căn giữa icon theo chữ */
    }

    /* icon riêng cho từng p */
    .f_info p::before {
        background-image: url("/assets/images/ico-ct1.svg");
    }

    .f_info p:nth-child(2)::before {
        /*background-image: url("/assets/images/ico-ct2.svg");*/
    }

    .f_info p:nth-child(3)::before {
        /*background-image: url("/assets/images/ico-ct3.svg");*/
    }

    .f_info p:nth-child(4)::before {
        /*background-image: url("/assets/images/ico-ct4.svg");*/
    }

.f_info_ttl {
    color: var(--white);
}

.f_info_txt a,
.f_office_add {
    color: var(--mcolor);
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

.f_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.f_bottom {
    margin-top: 40px;
}

.f_copyright {
    padding: 15px 0;
    text-align: center;
    color: var(--mcolor);
    background: #fff;
}
@media screen and (max-width: 1600px) {
	.gnavi > li > a {
		font-size: 16px;
		
	}
	
}
@media screen and (max-width: 1400px) {
	.logo img {
		width: 120px;
	}
    .f_bottom li {
        padding-left: 20px;
    }
	.gnavi > li > a {
		font-size: 13px;
	}
	.box03 .slick-button-prev {
		left: 0;
	}

	.box03 .slick-button-next {
		right: 0;
	}
	.b3_img {
		height: 300px;
	}
}

@media (max-width: 1200px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width: 1000px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    input,
    button,
    textarea,
    select,
    p,
    blockquote,
    th,
    td,
    pre,
    address,
    li,
    dt,
    dd {
        font-size: 16px;
    }

    #wrapper {
        min-width: 100%;
        margin: 0;
    }

    #main,
    #footer {
        min-width: 100%;
    }

    .container {
        padding: 0 3%;
        width: 100%;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }
	.h_right {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
    /* MENU-ICON */
    .menu-icon {
        width: 50px;
        height: 43px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        line-height: 1em;
        cursor: pointer;
        color: #000;
        font-size: 14px;
        padding: 8px 0;
        z-index: 99999;
        background: #fff;
        margin-left: 20px;
    }

        .menu-icon span {
            display: block;
            margin: 0 auto 15px;
            width: 30px;
            height: 3px;
            background-color: var(--cl-gray);
            -webkit-transition-duration: 0;
            -moz-transition-duration: 0;
            -ms-transition-duration: 0;
            -o-transition-duration: 0;
            transition-duration: 0;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            -ms-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
            top: 12px;
            left: 0;
            position: relative;
        }

            .menu-icon span::after,
            .menu-icon span::before {
                display: block;
                content: "";
                position: absolute;
                width: 30px;
                height: 3px;
                background-color: var(--cl-gray);
                -webkit-transition-property: margin, -webkit-transform;
                -webkit-transition-duration: 0.2s;
                -moz-transition-duration: 0.2s;
                -ms-transition-duration: 0.2s;
                -o-transition-duration: 0.2s;
                transition-duration: 0.2s;
                -webkit-transition-delay: 0.2s, 0;
                -moz-transition-delay: 0.2s, 0;
                -ms-transition-delay: 0.2s, 0;
                -o-transition-delay: 0.2s, 0;
                transition-delay: 0.2s, 0;
            }

            .menu-icon span::before {
                margin-top: -10px;
            }

            .menu-icon span::after {
                margin-top: 10px;
            }

        .menu-icon.active span {
            background-color: transparent;
        }

            .menu-icon.active span::before,
            .menu-icon.active span::after {
                margin-top: 0px;
                -webkit-transition-delay: 0, 0.2s;
                -moz-transition-delay: 0, 0.2s;
                -ms-transition-delay: 0, 0.2s;
                -o-transition-delay: 0, 0.2s;
                transition-delay: 0, 0.2s;
            }

            .menu-icon.active span::before {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .menu-icon.active span::after {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .gnv-ico {
        width: 40px;
        height: 52px;
        position: absolute;
        background: var(--white);
        right: 0;
        top: 0 !important;
        transform: none !important;
        border: none !important;
        margin: 0;
        z-index: 9999;
    }

        .gnv-ico:before {
            content: "";
            position: absolute;
            border: 1px solid #000;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            left: calc(50% - 3px);
            top: calc(50% - 3px);
            transition: all 0.5s ease;
        }

    .gnavi li.active > .gnv-ico:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #totop {
        width: 40px;
        right: 3%;
        bottom: 50px;
        line-height: 0;
    }

    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 10px;
        backdrop-filter: none;
        border-radius: 0;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;
        background: var(--mcolor);
    }

    .h_top {
        display: none;
    }

    .logo {
        width: 110px;
    }

    .h_main {
        background: var(--mcolor);
        width: 100%;
        position: fixed;
        height: calc(100% - 67px);
        top: 105px;
        left: 0;
        padding: 30px 0;
        overflow: auto;
        display: none;
        border-top: 1px solid var(--txt-input);
    }

        .h_main .container {
            display: block;
        }

    #gnavi {
        display: block;
    }

    .gnavi {
        display: block;
    }

        .gnavi > li {
            margin: 0 !important;
            padding: 0;
        }

            .gnavi > li > a {
                text-align: left;
                padding: 15px 20px;
                border-bottom: 1px solid #fff;
                border-radius: 0;
                background: none !important;
                color: #fff;
            }

            .gnavi > li.active > a,
            .gnavi > li:hover > a {
                color: #fff;
            }

            .gnavi > li.over {
                padding-right: 0;
                background-image: none;
            }

            .gnavi > li.active > a:before,
            .gnavi > li:hover > a:before,
            .gnavi > li.active > a:after,
            .gnavi > li:hover > a:after {
                content: none;
            }

            .gnavi > li.over > a {
                padding-right: 50px;
            }

    .submenu {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        border-radius: 0;
        padding: 10px;
        box-shadow: none;
        background: var(--bg-gray);
    }

        .submenu li.over > a {
            padding-right: 20px;
        }

        .submenu a {
            font-size: 13px;
            padding: 10px 0;
            white-space: normal;
            margin-left: 25px;
            color: var(--white);
            border-bottom: 1px solid #fff;
        }

        .submenu .gnv-ico {
            background: rgba(255, 255, 255, 0.8);
            height: 42px;
        }

        .submenu li {
            padding: 0;
        }

            .submenu li.has_child:after {
                display: none;
            }

    .has_child .submenu {
        left: 0;
        margin-top: 0;
        top: 0;
        width: calc(100% + 10px);
    }

    .h_hotline {
        margin-top: 15px;
    }

    .mainvisual .mvs_slider {
        background-size: cover;
    }

        .mainvisual .mvs_slider .container {
            height: 550px;
            padding-bottom: 94px;
            padding-top: 42px;
        }

            .mainvisual .mvs_slider .container::after {
                width: 190px;
                height: 116px;
                right: 16px;
                bottom: 37px;
            }

        .mainvisual .mvs_slider::after {
            height: 150px;
            background-size: 1000px auto;
            bottom: 6px;
        }

    .mvs_content .mvs_ttl {
        font-size: 40px;
        margin-bottom: 25px;
    }

        .mvs_content .mvs_ttl .small {
            font-size: 24px;
            margin-bottom: 8px;
        }

    .mvs_txt {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .mvs_content .ttl_small {
        margin-bottom: 18px;
    }
.custom-arrow .slick-dots {
	bottom: 15px;
}
.custom-arrow .slick-button-prev, .custom-arrow .slick-button-next {
	display: none !important;
}
    .style_01 {
        font-size: 34px;
    }

        .style_01 .small {
            margin-bottom: 15px;
        }

    .style_02 {
        font-size: 24px !important;
        margin-bottom: 18px;
        line-height: 1.4;
		padding-top: 0;
    }

    .box01 {
        padding: 30px 0 20px;
    }

    .b1_bleft {
        padding-top: 0;
        margin-bottom: 30px;
    }

    .b1_bleft,
    .b1_bright {
        width: 100%;
    }

    .b1_list01 {
        padding-right: 0;
        margin-bottom: 0;
    }

    .b1_list {
        justify-content: center;
    }

        .b1_list li .b1_img img {
            max-width: 107px;
        }

        .b1_list li {
            width: calc(100% / 3);
            padding: 0 5px;
            margin-bottom: 30px;
        }

    .b1_list02 li:last-child {
        width: 100%;
        max-width: 270px;
    }

    .b1_list01,
    .b1_list02 li:first-child {
        max-width: none;
    }

    .b1_ttl {
        font-size: 15px;
    }

    .box02 {
        padding:30px 0 ;
    }

            .box02 .cards-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
			.box02 .card:before {
				/*width: 159%;
				height: 50%;
				top: -50px;*/
				content: unset;
			}
			.box02 .card-content {
				    padding: 20px 0;
			}
			.box02 .card {
				border-radius: 20px;
			}
            .card-content {
                padding: 30px 0 60px 0;
            }

            .card-image-wrapper {
                width: 200px;
                height: 220px;
            }


            .card-title {
                font-size: 18px;
                padding: 0 20px;
            }

            .card-description {
                font-size: 16px;
                padding: 0 20px;
            }

    .box03 {
        padding: 50px 0 20px;
    }

    .b3_item {
        width: 100%;
        margin: 0 auto;
    }
	.b3_img {
		height: 250px;
	}
    .box04 {
        padding: 50px 0 50px;
    }

    .b4_content_slider {
        width: calc(100% - 160px);
    }

        .b4_content_slider .slick-slide {
            max-height: 431px;
        }

            .b4_content_slider .slick-slide img {
                max-height: 100%;
            }

        .b4_content_slider .slick-arrow {
            width: 50px;
            background-color: rgba(254, 193, 10, 1);
        }

        .b4_content_slider .slick-prev {
            left: -25px;
        }

        .b4_content_slider .slick-next {
            right: -25px;
        }

    .box05 {
        padding: 50px 0 35px;
    }

        .box05 .container {
            padding: 0 3%;
        }

    .cm-gallery a {
        margin: 5px 15px;
    }

    .footer {
        padding-top: 50px;
    }

    .f_main {
		padding: 0 0 30px;
        flex-wrap: wrap;
    }

    .f_mod {
        width: 100% !important;
    }

        .f_mod:not(:last-child) {
            margin-bottom: 30px;
        }

    .f_box2 {
        margin-left: 0;
    }

    .f_box3 {
        padding-left: 0;
    }

    .f_bottom {
        border-bottom: none;
    }

        .f_bottom li {
            width: 50%;
            padding: 20px 2px;
        }

            .f_bottom li:nth-child(2n) {
                border-right: none;
            }

        .f_bottom li {
            border-bottom: 1px solid #fff;
        }

            .f_bottom li.f_logo {
                padding-left: 10px;
                padding-right: 10px;
            }

    .f_info {
        display: block;
    }

    .f_icon {
        margin: 0 auto 15px;
    }

    .f_ttl {
        margin-bottom: 15px;
    }

    .f_add_1 {
        margin-bottom: 25px;
    }

    .f_bottom {
        margin-top: 35px;
    }

    .f_info_txt span,
    .f_info_txt a {
        display: block;
        text-align: center;
    }

    .f_copyright {
        padding: 19px 0 20px;
    }
}

@media screen and (max-width: 610px) {
	#wrapper {
		padding-top: 106px;
	}
	.read_more span {
		font-size: 16px;
	}
	    .box02 .cards-grid {
			grid-template-columns: repeat(2, 1fr);
			        gap: 10px;
		}
	.card {
                border-radius: 60px;
            }
.box02 .card-image-wrapper {
    width: 150px;
    height: 150px;
    background: #eff3f2;
    border-radius: 20px;
}
            .box02 .card-gradient {
                position: absolute;
				background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0B5B50 100%);
				transform: rotateZ(139deg);
				width: 159%;
				height: 50%;
				top: -50px;
				left: -114px;
            }
.box02 .card-title {
	    padding: 0 10px;
		    font-size: 16px;
}
.box02 .card-description {
	    padding: 0 10px;
}
            .card-image-wrapper {
                width: 180px;
                height: 200px;
                border-radius: 60px;
            }

            .box02 .card-image {
                width: 100px;
                height: 100px;
            }

            .card-title {
                font-size: 16px;
            }

            .card-description {
                font-size: 16px;
            }
			
.box03 .slick-button-prev {
    left: 10px;
}

.box03 .slick-button-next {
    right: 10px;
}
.b3_content {
    margin: 0;
}
    .b4_content_slider {
        width: calc(100% - 50px);
    }

        .b4_content_slider .slick-slide {
            max-height: 335px;
        }
		.h_lang {
			border-radius:0;
			position: relative;
			display: flex;
			gap: 10px;
		}
		.h_lang a {
			font-size: 16px;
		}
}
