@font-face {
    font-family: "sourcesan regular";
    src: url("../font/SourceHanSans-Regular.otf") format("truetype");
}
@font-face {
    font-family: "sourcesan bold";
    src: url("../font/SourceHanSans-Bold.otf") format("truetype");
}
@font-face {
    font-family: "Kozuka Gothic Pr6N";
    src: url("../font/KozGoPr6NRegular.woff") format("truetype");
}
body {
    background-color: #ffffff;
    font-family: "sourcesan regular", sans-serif;
}

.row {
    margin: 0px;
}

.nav-first {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* background-color: #ffffff; */
    height: 100px;
}

.nav-menu {
    /* padding: 0 60px; */
}

.nav-second {
    /* background-color: #b8e0ff; */
    height: 100px;
    padding-right: 0;
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navbar-nav.icon-user {
    flex-direction: row;
    align-items: center;
}

.navbar-nav.icon-user .nav-item.dropdown {
    margin-right: 8px;
}

.logo-brand {
    font-size: 24px;
    font-weight: 700;
    color: #398ff2;
}

.logo-brand a {
    text-decoration: none;
}

.nav-link {
    display: flex;
    align-items: center;
    color: #000000;
}
.nav-link:hover span {
    color: #6f6f6f;
}

.nav-link span {
    /* margin-left: 17px; */
    font-size: 14px;
    color: #ffffff;
    transition: ease-in-out 0.3s;
}

.dropdown-user {
    background: #fbfbfe;
    border: 1px solid #697294;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}

.btn.btn-register {
    width: 106px;
    height: 33px;
    background-color: #ffb938;
    border: none;
    border-radius: 18px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 21px;
    box-shadow: 0px 3px 2px 0px rgba(105, 114, 148, 0.5);
    margin-right: 18px;
    font-weight: bold;
}

.btn.btn-login {
    width: 106px;
    height: 33px;
    background-color: #13b5b1;
    border: none;
    border-radius: 18px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 21px;
    box-shadow: 0px 3px 2px 0px rgba(105, 114, 148, 0.5);
    font-weight: bold;
}

.page-footer {
    background-color: #efefef;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: "Kozuka Gothic Pr6N", sans-serif;
}
.footer-block {
    display: flex;
    justify-content: space-between;
    margin-right: 95px;
}
.footer-block + .footer-block {
    align-items: flex-end;
}

.footer-containter {
    display: flex;
    justify-content: space-between;
    max-width: 1118px;
    width: 100%;
    margin: auto;
    padding: 50px 15px 25px 15px;
    flex-direction: column;
}

.footer-brand {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    color: #ffffff;
}
.hr-color {
    background-color: #3d9aef;
    height: 30px;
    box-sizing: border-box;
    z-index: 100;
    width: 100%;
}
.hr-color.pc {
    position: absolute;
    top: 100%;
}
.header-user {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
}
.user-content {
    text-align: center;
    max-width: 155px;
    /* overflow: hidden; */
}
.user-content .name {
    display: flex;
    align-items: end;
    margin-bottom: 5px;
}
.user-content .btn.btn-logout {
    position: unset;
}
.user-content .name p {
    text-align: center;
    font-size: 14px;
    max-width: 155px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.user-content span + span {
    font-size: 14px;
}
.header-user .navbar-collapse {
    padding-left: 0;
}

.header-user .navbar-nav {
    flex-direction: row;
    justify-content: flex-start;
}
.header-user .nav-item {
    margin-right: 35px;
}
.prf-content {
    margin-left: 90px;
    margin-top: 20px;
}
.header-user-container {
    display: flex;
    justify-content: space-between;
}
.btn.btn-logout {
    width: 106px;
    height: 33px;
    background-color: #13b5b1;
    border: none;
    border-radius: 18px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 21px;
    box-shadow: 0px 3px 2px 0px rgb(105 114 148 / 50%);
    font-weight: bold;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50px;
    right: 45%;
    min-height: unset;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.footer-logo {
    margin-top: 85px;
    display: flex;
    justify-content: center;
}
.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-logo .block-footer-logo {
    margin-right: 0;
}

.footer-logo .block-footer-logo span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #18388b;
    text-align: center;
}

.footer-logo .block-footer-logo img {
    height: 95px;
}
.footer-logo .block-footer-logo + .block-footer-logo {
    margin-left: 20px;
}
.footer-text {
    font-size: 10px;
    line-height: 20px;
    color: #6f6f6f;
}

.footer-logo .logo {
    /* width: 191px;
    height: 72px; */
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    height: 95px;
}

.footer-hr {
    border: 0.5px solid #84b9e2;
    margin: 0px;
    margin-top: 20px;
}

.footer-nav {
    display: flex;
    flex-direction: column;
}

.footer-nav a {
    padding: 10px 30px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #13b5b1;
    transition: ease-in-out 0.3s;
}
.footer-nav a:hover {
    text-decoration: underline;
    color: #6f6f6f;
}
.color-green {
    color: #13b5b1;
}

.footer-copyright {
    padding: 20px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    max-width: 1118px;
    margin: auto;
}

.page-footer .block-bottom {
    background-color: #3d9aef;
}

.about__slide img {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.check-device.show {
    overflow: hidden;
}
.check-device {
    overflow: auto;
}
.post-title {
    /* color: #6f6f6f; */
    line-height: 1.4;
    margin-bottom: 40px;
}
.post-content,
.post_display_date {
    /* color: #6f6f6f; */
}
@media only screen and (max-width: 1000px) {
    .nav-second {
        height: auto;
    }
}

.nav-item-right {
    display: flex;
    align-items: center;
}

/* responsive */

@media screen and (max-width: 767px) {
    .my-navbar .left-nav {
        width: auto;
    }
    .header-mb {
        position: relative;
        height: 120px;
    }
    .header-mb .my-navbar {
        position: fixed;
        top: -1px;
        z-index: 20;
        display: flex;
        align-items: flex-start;
        padding: 2px 0 0 70px;
        height: 120px;
        background: #7bbfff;
        width: 100%;
        justify-content: space-between;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    }
    .my-navbar a {
        cursor: pointer;
        transition: all 0.5s;
    }
    .my-navbar a:hover {
        color: #e59500;
    }
    .my-navbar .right-nav a {
        color: #454545;
        display: inline-block;
    }
    .my-navbar .right-nav a:hover {
        color: #e5dada;
    }
    .my-navbar .left-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 20px;
        height: 100%;
    }
    .my-navbar .left-nav a.logout {
        color: #454545;
    }
    .my-navbar .left-nav a.logout:hover {
        color: #e5dada;
    }
    .my-navbar img {
        cursor: pointer;
    }
    .my-navbar .username-nav {
        align-self: center;
    }
    .body-container {
        width: 100%;
        height: 100%;
    }
    .body-container .side-menu {
        width: 334px;
        top: 0;
        height: 100%;
        position: fixed;
        right: -334px;
        transition: all 0.5s;
        padding: 14px 0 20px 17px;
        z-index: 30;
        background-color: #f1efed;
    }
    .body-container .side-menu .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .body-container .side-menu.show {
        left: 0;
    }
    .mb-header-user {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .mb-header-user .dropdown-item {
        padding-left: 8px;
    }
    .mb-header-menu {
        margin-bottom: 15px;
    }
    .body-container .navbar-nav .nav-link div {
        min-width: 36px;
    }
    .body-container .navbar-nav .nav-link {
        padding: 14px 0px;
    }
    .footer-logo .logo {
        width: 162px;
    }
    .footer-nav a {
        display: block;
        text-align: left;
        padding: 50px 11px 8px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 1px;
        font-size: 30px;
        line-height: 1;
    }
    .page-footer .block-bottom {
        background-color: #3d9aef;
    }
    .logo-brand img {
        height: 95px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .nav-menu {
        padding: 0;
    }
}

.page-footer {
    /* position: absolute; */
    width: 100%;
    bottom: 0;
}

.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 111;
    background: #7bbfff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.pt-120 {
    padding-top: 120px;
}

.pt-100 {
    padding-top: 100px;
}
@media screen and (max-width: 768px) {
    .pt-120,
    .pt-100 {
        padding-top: 0;
    }
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 26px;
}
.slick-prev:before,
.slick-next:before {
    height: 50px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: "";
    background-image: url(../img/icons/arrow-right.png);
    width: 50px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev:before {
    content: "";
    background-image: url(../img/icons/arrow-left.png);
    width: 50px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
button.slick-arrow:focus {
    outline: none;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.footer-text p {
    display: flex;
    margin-bottom: 0;
}
@media screen and (max-width: 1270px) {
    .container {
        max-width: unset;
        width: 100%;
        padding: 0 30px;
    }
    .footer-copyright {
        max-width: unset;
        width: 100%;
        padding: 20px 30px;
    }
    .footer-containter {
        padding: 50px 30px 25px 30px;
        max-width: unset;
        width: 100%;
    }
    .logo-brand img {
        height: 80px;
    }
    .navbar-expand-sm .navbar-collapse {
        padding-left: 10px;
    }
    .nav-item-right .btn {
        width: 100px;
    }
    .header-user .nav-item {
        margin-right: 15px;
    }
    .prf-content {
        margin-left: 30px;
    }
    .user-content {
        max-width: 300px;
    }
}
@media screen and (max-width: 1090px) {
    .container {
        padding: 0 20px;
    }
    .logo-brand img {
        height: 70px;
    }
    .nav-link span {
        font-size: 13px;
    }
    .navbar {
        padding: 0;
    }
    .navbar-expand-sm .navbar-collapse {
        padding-right: 10px;
    }
    .btn.btn-register {
        margin-right: 10px;
    }
    .img-regis {
        height: 220px;
    }
    .img-brand {
        margin-top: 30px;
    }
    .main-content-auth {
        padding-top: 270px;
    }
    .prf-content {
        margin-top: 10px;
    }
    .header-user h1 {
        font-size: 40px;
    }
    .footer-logo .block-footer-logo img {
        height: 90px;
    }
}
@media screen and (max-width: 960px) {
    .img-regis {
        height: 200px;
    }
    .prf-content {
        margin-top: 15px;
    }
    .img-brand {
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .username .name {
        display: flex;
        align-items: end;
        justify-content: center;
        flex-wrap: wrap;
    }
    .username p {
        margin-bottom: 0;
    }
    .main-content-auth {
        padding-top: 0;
    }
    .username {
        margin-bottom: 30px;
        font-size: 20px;
        color: #6f6f6f;
    }
    .btn.btn-logout {
        position: unset;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .body-container .side-menu {
        padding: 37px 0 50px 17px;
        transition: ease-in-out 0.3s;
    }
    .body-container .side-menu img {
        width: 50px;
    }
    .body-container .side-menu .header {
        justify-content: flex-end;
        margin-bottom: 50px;
    }
    .side-menu .nav-item-right .btn {
        width: calc(100% - 200px);
        margin-left: 150px;
        height: 77px;
        border-radius: 40px;
        font-size: 39px;
        margin-top: 65px;
        margin-right: 50px;
        padding: 0 10px;
    }
    .side-menu .nav-item-right .btn + .btn {
        margin-bottom: 100px;
    }
    .body-container .side-menu.show {
        right: 0;
        left: auto;
        width: 90%;
        overflow: auto;
    }
    .nav-item-right {
        flex-direction: column;
    }
    .body-container .navbar-nav .nav-link,
    .body-container .navbar-nav a {
        font-size: 36px;
        color: #6f6f6f;
        padding: 0;
        font-family: "sourcesan bold", sans-serif;
    }
    .nav-item {
        padding: 30px 0;
        border-top: 1px dashed #6f6f6f;
    }
    .nav-item:last-child {
        border-bottom: 1px dashed #6f6f6f;
    }
    .navbar-nav {
        width: calc(100% - 150px);
        margin-left: 150px;
    }
    .header img {
        margin-right: 40px;
    }
    .footer-block {
        display: block;
        margin-right: 0;
    }
    .footer-nav {
        padding: 70px 20px;
    }
    .footer-text {
        font-size: 20px;
        line-height: 30px;
    }
    .footer-logo {
        justify-content: flex-end;
        margin-top: 125px;
    }
    .footer-copyright {
        text-align: center !important;
    }
    .footer-logo .logo {
        width: auto;
    }
    footer img {
        width: auto;
    }
    .footer-containter {
        flex-wrap: wrap;
        max-width: 100%;
        padding: 50px 35px 25px 35px;
    }
}
@media screen and (max-width: 600px) {
    .header-mb .my-navbar,
    .header-mb {
        height: 100px;
    }

    .my-navbar img {
        height: 30px;
        width: auto;
    }
    .logo-brand img {
        height: 85px;
        width: auto;
    }
    .slick-next::before {
        width: 40px;
    }
    .slick-prev::before {
        width: 40px;
    }
    .slick-next {
        right: 15px;
    }
    .slick-prev {
        left: 15px;
    }
    .body-container .side-menu img {
        width: 25px;
    }
    .navbar-nav {
        width: calc(100% - 50px);
        margin-left: 50px;
    }
    .body-container .navbar-nav .nav-link,
    .body-container .navbar-nav a {
        font-size: 20px;
    }
    .nav-item {
        padding: 10px 0;
    }
    .body-container .side-menu {
        padding: 25px 0 50px 10px;
    }
    .header img {
        margin-right: 25px;
    }
    .side-menu .nav-item-right .btn {
        width: calc(100% - 60px);
        margin-left: 50px;
        height: 50px;
        border-radius: 30px;
        font-size: 22px;
        margin-right: 20px;
        margin-top: 40px;
    }
    .side-menu .nav-item-right .mb-header-user .btn {
        width: calc(100% - 120px);
    }
    .body-container .side-menu .header {
        margin-bottom: 25px;
    }
    .header-mb .my-navbar {
        padding: 2px 0 0 30px;
    }
    .footer-brand img {
        width: 200px;
    }
    .footer-nav a {
        padding: 20px 11px 8px;
        font-size: 20px;
    }
    .footer-nav {
        padding: 30px 0;
    }
    .footer-text {
        font-size: 13px;
        line-height: 20px;
    }
    .footer-logo {
        margin-top: 70px;
    }
    .footer-copyright {
        font-size: 13px;
    }
    .footer-containter {
        padding: 50px 30px 25px 30px;
    }
    .footer-logo .block-footer-logo img {
        height: 70px;
    }
}
@media screen and (max-width: 450px) {
    .logo-brand img {
        height: 75px;
    }
    .header-mb .my-navbar,
    .header-mb {
        height: 90px;
    }
    .footer-containter {
        padding: 40px 20px 25px 20px;
    }
    .footer-brand img {
        width: 170px;
    }
    .footer-nav a {
        padding: 15px 0px 5px;
        font-size: 16px;
    }
    .footer-nav {
        padding: 25px 0;
    }
    .footer-logo {
        margin-top: 50px;
    }
    .footer-copyright {
        font-size: 12px;
        padding: 20px 10px;
    }
}
