@font-face {
    font-family: "Lato";
    src: url('../fonts/LatoVietHoa/Lato\ Regular.ttf');
}

body {
    font-family: "Lato";
    font-weight: 400;
}

/*General*/
.hover-opacity-7:hover {
    opacity: 0.7;
}

.pointer {
    cursor: pointer;
}

.bg-grey {
    background: #F0F0F0;
}

.c-black {
    color: #000 !important;
}

.c-blue {
    color: #008dd0 !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.accordion-item {
    border: 1px solid #FF702A;
}

/*Main*/
body p,
body span {
    line-height: 25px;
    font-size: 14px;
}

body {
    scroll-behavior: smooth;
    font-size: 14px;
    line-height: 25px;
}

body img {
    max-width: 100%;
    height: auto;
}

body iframe,
body table {
    width: 100%;
}

body table tr td {
    border: 1px solid #999;
    padding: 5px;
}

body a {
    text-decoration: none;
    outline: 0;
}

body a:active,
body a:hover {
    text-decoration: none;
    outline: 0;
}

body a:hover,
body .post .item .title .header a:hover,
body .related_post .item .title a:hover {
    color: #008dd0;
}

body .box-content {
    position: relative;
    overflow: hidden;
}

body .box-content .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

body .box-content .arrow.next {
    right: -60px;
}

body .box-content .arrow.prev {
    left: -60px;
}

body .box-content .arrow:hover {
    background-color: #ccc;
}

body .box-content:hover .arrow {
    opacity: 1;
}

body .box-content:hover .arrow.next {
    right: 10px;
}

body .box-content:hover .arrow.prev {
    left: 10px;
}

body .wrapper {
    margin-top: 0;
}

body .wrapper>.js_widget_builder:first-of-type {
    padding: 0;
}

body .wrapper .wrapper-container {
    margin-top: 15px;
}

body p,
body span {
    line-height: 25px;
    /* font-family: 'DMSans', sans-serif;; */
    font-family: 'Montserrat';
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.header {
    /* font-family: 'DMSans', sans-serif;; */
    font-family: 'Montserrat';
}

body .header-title {
    border-bottom: 2px;
    text-align: center;
    margin-bottom: 10px;
}

body .header,
body .header-title .header {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

body .header-title.header-title-style-1 {
    text-align: center;
    margin: 30px 0 50px 0;
}

body .header-title.header-title-style-1 .header-text-top,
body .header-title.header-title-style-1 .header-text-bottom {
    font-family: SVN-Diamonda;
    font-size: 45px;
    font-weight: 400;
    line-height: 21.69px;
    text-align: center;

}

body .header-title.header-title-style-1 .header-text-bottom {
    margin-top: 30px;
}

body .header-title.header-title-style-1 .header {
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 0;
    margin: 0;
    position: relative;
    display: block;
    font-family: PlayfairDisplay-Bold;
    font-size: 48px;
    font-weight: 600;
    line-height: 77.36px;
    color: #008dd0;
}

.widget_top {
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .widget_top {
        padding: 0 20px;
    }
}
.widget_top a {
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .widget_top a {
        display: flex;
        width: 100%;
        height: 80px;
        justify-content: flex-start;
        align-items: center;
    }
}
.widget_top a img {
    max-height: 56px;
    object-fit: cover;
    object-position: center;
}

.widget_video_style_1 {}

.widget_video_style_1 .header-title .header {
    font-family: Lora;
    font-size: 44px;
    font-weight: 600;
    line-height: 52.8px;
    text-align: center;
    margin: 20px 0 30px 0;
}

.widget_video_style_1 .box-video {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
}

.widget_video_style_1 .box-video .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.widget_video_style_1 .bg-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 3;
}


.widget_video_style_1 .box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    display: inline-block;
    width: 200px;
    height: 200px;
    background: rgb(76 76 76 / 48%);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #fff;
}

.widget_video_style_1 .box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.widget_video_style_1 .box-video:hover .bt-play {
    transform: scale(1.1);
}

.widget_video_style_1 .box-video.open .bg-video {
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

.widget_video_style_1 .box-video.open .video-container {
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

.widget_video_style_1 .video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.27198%;
}

.widget_video_style_1 .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widget_item_1 {
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .widget_item_1 {
        padding: 50px 0;
    }
}
.widget_item_1 .row {
    align-items: center;
}

.widget_item_1 .row .box-img {
    display: flex;
    justify-content: center;
}

.widget_item_1 .row .box-img .img {
    max-width: 456px;
}

.widget_item_1 .row .box-content h3 {
    font-family: "Lato";
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .widget_item_1 .row .box-content h3 {
        font-family: "Lato";
        font-size: 32px;
        font-weight: 700;
        line-height: 52px;
        text-align: center;
        margin-bottom: 20px;
    }
}

.widget_item_1 .row .box-content p {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;

}

.widget_question {
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .widget_question {
        padding: 50px 0;
    }
}

.widget_question .question-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.widget_question .question-box h3 {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Lato";
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.005em;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .widget_question .question-box h3 {
        text-align: center;
        margin-bottom: 20px;
        font-family: "Lato";
        font-size: 32px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: 0.005em;
        text-align: center;
    }
}

.widget_question .accordion-item {
    /* border: 1px solid #FF702A; */
    border-radius: 0;
    border-left: unset;
    border-right: unset;
    /* margin-bottom: 1rem; */
}

/* Accordion button */
.widget_question .accordion-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding: 1rem;
    background-color: transparent;
    /* border-bottom: 1px solid #FF702A; */
}

/* Accordion button arrow */

.widget_question .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.widget_question .accordion-button:not(.collapsed) {
    /* color: #FF702A; */
    background-color: #fff;
    box-shadow: unset;
}

.widget_question .accordion-button:focus {
    /* border-bottom: 0px solid #FF702A; */
    box-shadow: none;
}

/* Accordion body */
.widget_question .accordion-body {
    padding: 1rem;
    /* border-top: 1px solid #FF702A; */
}

.widget_question .accordion-button,
.widget_question .accordion-body {
    padding-left: 0;
}

.widget_question .accordion-item {
    border-color: #E2E8F0;
}

.widget_question .accordion-button {
    text-align: left;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;

}

.widget_question .accordion-button:not(.collapsed) {
    color: #000;
}

.widget_question .accordion-body * {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #475467;
}

.widget_question .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.widget_question .accordion-item:first-child {
    border-top-width: 0px;
}

.widget_question .accordion-item:last-child {
    border-bottom-width: 0px;
}

.widget_item_style_3 {
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .widget_item_style_3 {
        padding: 50px 0;
    }
}

.widget_item_style_3 h3 {
    font-family: "Lato";
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.005em;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .widget_item_style_3 h3 {
        font-family: "Lato";
        font-size: 32px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: 0.005em;
        text-align: center;
    }
}

.widget_item_style_3 .description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.widget_item_style_3 .description p {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    max-width: 700px;
}

.widget_item_style_3 .box-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: auto;
}

.widget_item_style_3 .box-item .img img {
    max-height: 64px;
    object-fit: cover;
}

.widget_item_style_3 .box-item .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 15px;
    background-color: #F5F5F5;
    border-radius: 8px;
}

.widget_item_style_3 .box-item .item .title {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #000
}

.widget_item_2 {
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .widget_item_2 {
        padding: 25px 0;
    }
}
.widget_item_2 .row {
    align-items: center;
}

.widget_item_2 .row .box-img .img {
    border-radius: 8px;
    overflow: hidden;
}

.widget_item_2 .row .box-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.widget_item_2 .row .box-content h3 {
    font-family: "Lato";
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.005em;
    text-align: left;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .widget_item_2 .row .box-content h3 {
        font-family: "Lato";
        font-size: 24px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0.005em;
        text-align: left;
        margin-bottom: 0;
    }
}
.widget_item_2 .row .box-content .description p {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #5D5961;
}

.widget_item_2 .box-content {
    padding-right: 20px;
}

.widget_item_2 .box-content .icon img {
    width: 64px;
    height: 64px;
    max-width: 64px;
}
@media only screen and (max-width: 991px) {
    .widget_item_2 .box-content .icon img {
        width: 48px;
        height: 48px;
        max-width: 48px;
    }
}

.widget_item_2 .box-content .icon {
    margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
    .widget_item_2 .box-content .icon {
        margin-bottom: 0px;
    }
}

.widget_item_2 .box-content .box-item .icon-item img {
    max-height: 20px;
    object-fit: cover;
}

.widget_item_2 .box-content .box-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.widget_item_2 .box-content .box-item .item {
    display: flex;
    gap: 5px;
}

.widget_item_2 .box-content .box-item .item .text-content {
    flex: 1;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #AB2025;
    margin: 0;
}

.widget_item_2.widget_item_2_1 .box-content {
    padding-left: 20px;
}

.widget_item_2.widget_item_2_1 .box-content .box-item {
    grid-template-columns: 1fr;
    gap: 10px;
}

.widget_item_style_2 {
    background: linear-gradient(135deg, #450D0F 0%, #AB2025 100%);
    padding: 80px 0 200px 0;
    color: #fff;
}
.widget_item_style_2 .bg {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}
.widget_item_style_2 .carousel .carousel-indicators {
    bottom: -15px;
}
.widget_item_style_2 .carousel {
    width: 935px;
}
.widget_item_style_2 .carousel .carousel-caption {
    position: static;
}
.widget_item_style_2 .carousel .carousel-caption h5 {
    font-size: 28px;
    font-weight: 700;
}
.widget_item_style_2 .carousel .carousel-caption p {
    font-size: 16px;
    font-weight: 500;
}
.widget_item_style_2 .carousel .carousel-item img {
    border: 4px solid #e46e6e;
    border-radius: 25px;
    height: 488px;
}

.widget_item_style_2 .carousel .carousel-control-prev {
    left: -120px;
}
.widget_item_style_2 .carousel .carousel-control-next {
    right: -120px;
}
.widget_item_style_2 .title {
    padding: 12px 0px;
}
@media only screen and (max-width: 991px) {
    .widget_item_style_2 {
        padding: 50px 0;
    }
}

.widget_item_style_2 .box-content #myTab {
    border: unset;
    margin-bottom: 60px;
    margin-top: 20px;
    padding: 0px 75px;
}

.widget_item_style_2 .box-content #myTab .nav-link {
    border-radius: 0;
    border: none;
    border-top: 4px solid #DAD9DB;
    opacity: 0.3;
}

.widget_item_style_2 .box-content #myTab .nav-link.active {
    border: unset;
    border-top: 4px solid #AB2025;
    opacity: 1;

}

.widget_item_style_2 .box-content #myTab .nav-link {
    width: 100%;
    /* border-radius: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget_item_style_2 .box-content #myTab .slick-slide {
    margin: 0 15px;
}

.widget_item_style_2 .box-content #myTab .slick-list {
    margin: 0 -15px;
}

.widget_item_style_2 .box-content #myTab .nav-link .box-item p {
    margin: 0;
}

.widget_item_style_2 h3.title {
    font-family: "Lato";
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.005em;
    text-align: center;

}

.widget_item_style_2 .box-content #myTab .nav-link .box-item .title {
    font-family: "Lato";
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;

    color: #000;

}

.widget_item_style_2 .box-content #myTab .nav-link .box-item .description {
    font-family: "Lato";
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #49454E;
    text-align: justify;
    height: 105px;
    overflow: hidden;
}

.widget_item_style_2 .row-grid .img {
    border-radius: 10px;
    overflow: hidden;
}
.widget_item_style_2 .row-grid .img a {
    display: flex;
    justify-content: center;
}

.widget_item_style_2 .row-grid .img img {
    width: 935px;
    height: 528px;
    object-fit: contain;
    object-position: center;
}

.widget_item_style_2 .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget_item_style_2 .slick-dots li {
    margin: 0 5px;
}

.widget_item_style_2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #0F97AA;
    text-indent: -9999px;
}

.widget_item_style_2 .slick-dots li.slick-active button {
    background-color: 0F97AA;
    width: 50px;
    border-radius: 20px;
}


.widget_item_3 {
    padding: 80px 0;
    background-color: #F5F5F5;
}
@media only screen and (max-width: 991px) {
    .widget_item_3 {
        padding: 50px 0;
    }
}

.widget_item_3 h3 {
    font-family: "Lato";
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.005em;
    text-align: center;
    margin-bottom: 20px;

}
@media only screen and (max-width: 991px) {
    .widget_item_3 h3 {
        font-family: "Lato";
        font-size: 32px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: 0.005em;
        text-align: center;
        margin-bottom: 20px;
    
    }
}

.widget_item_3 .row .box-img .img {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.widget_item_3 .row .box-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.widget_item_3 .row .box-content h3 {
    font-family: "Lato";
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.005em;
    text-align: left;

    margin-bottom: 20px;

}

.widget_item_3 .row .box-content .description p {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #5D5961;
}

.widget_item_3 .box-contents .box-content {
    background: linear-gradient(135deg, #450D0F 0%, #AB2025 100%);
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    height: 100%;
    justify-content: space-between;

}

.widget_item_3 .box-contents .box-item .icon-item img {
    max-width: 20px;
    object-fit: cover;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.widget_item_3 .box-contents .box-item {
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    min-height: 300px;
}

.widget_item_3 .box-contents .box-item .item {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.widget_item_3 .box-contents .box-item .item .text-content {
    flex: 1;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
    margin: 0;
}

.widget_item_3.widget_item_3_1 .box-content {
    padding-left: 20px;
}

.widget_item_3 .box-contents .logo img {
    max-width: 171px;
}


.logo-slider-1 .version-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.logo-slider-1 .version-1 .item {
    width: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px !important;
    border-radius: 10px;
}

.logo-slider-1 .version-1 .item img {
    max-height: 90px;
}

.logo-slider-1 .owl-carousel.version-1,
.logo-slider-2 .owl-carousel.version-2 {
    position: relative;
    padding: 15px 35px 0;
}

.logo-slider-1,
.logo-slider-2 {
    text-align: center;
    background-color: #F5F5F5;
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .logo-slider-1,
    .logo-slider-2 {
        padding: 50px 0;
    }
}
.logo-slider-1 .owl-carousel .owl-item,
.logo-slider-2 .owl-carousel .owl-item {

    background: #fff;
    padding: 0 20px;
    border-radius: 10px;
}

.logo-slider-2 .owl-nav button,
.logo-slider-1 .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
}

.logo-slider-1 .owl-nav,
.logo-slider-2 .owl-nav {
    opacity: 0;
}

.logo-slider-1 .owl-carousel:hover .owl-nav,
.logo-slider-2 .owl-carousel:hover .owl-nav {
    opacity: 1;
}

.logo-slider-1 .owl-nav button.owl-next,
.logo-slider-2 .owl-nav button.owl-next {
    right: 0;
}

.logo-slider-1 .owl-nav button.owl-prev,
.logo-slider-2 .owl-nav button.owl-prev {
    left: 0;
}

.logo-slider-1 h3,
.logo-slider-2 h3 {
    margin-bottom: 20px;
    font-family: "Lato";
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #8F8C92;

}

.logo-slider-2 .version-2 .owl-item {
    text-align: center;
    padding: 20px;
}

.logo-slider-2 .version-2 .owl-item img {
    /* width: 160px; */
    max-height: 70px;
    margin: 0 auto;
    object-fit: contain;
}

.widget_item_empty {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #450D0F 0%, #AB2025 100%);
    text-align: center;
    color: #fff;
}
.widget_item_empty img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.widget_item_empty .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.widget_item_empty p {
    font-family: "Lato";
    font-size: 56px;
    font-weight: 700;
    line-height: 88px;
    text-align: center;
    margin: 0;
    max-width: 800px;
    z-index: 10;
}

/*------------------------------------ Home */


/* responsive */
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 576px) {}

@media (max-width: 768px) {

    .widget_item_2 .box-content .box-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .widget_item_style_3 .box-item {
        grid-template-columns: 1fr;
    }

    .logo-slider-1 .version-1 {
        align-items: center;
        gap: 8px;
    }

    .logo-slider-1,
    .logo-slider-2 {
        padding: 25px;
    }

    .widget_item_3 .row {
        gap: 20px;
    }

    .widget_item_empty p {
        max-width: 100%;
        font-family: "Lato";
        font-size: 28px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: 0.005em;
        text-align: center;

    }
}

.call-to-action {
    position: fixed;
    top: 45%;
    right: 30px;
    z-index: 999;
    display: grid;
    gap: 20px;
}

.call-to-action img {
    width: 80px;
}

.scroll-to-top {
    display: inline-block;
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    font-size: 40px;
}

.scroll-to-top a,
.scroll-to-top a:hover {
    color: #0060a8;
}

.js_widget_post_style_1_7 .item .img {
    height: 150px !important;
}

.block-season .item {
    cursor: pointer;
}

.block-season .item:hover {
    opacity: 0.8;
}

.block-season-item.hide {
    height: 0;
    overflow: hidden;
}

.pagination li.active span {
    color: #FFF;
}

.pagination li a {
    color: #0d6efd;
}
@media only screen and (max-width: 991px) {
    .hidden-tablet-sp {
        display: none;
    }
}
.logo-footer {
    margin-bottom: 80px;
}
.logo-footer img {
    width: 171px;
}
.box-content.content-pc {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    .flex-sp-inline {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    .widget_item_1 .row {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .widget_item_1 .row .box-img .img {
        text-align: center;
    }
    .widget_item_1 .row .box-img .img img {
        max-width: 80%;
    }
    .widget_video_style_1 .box-video .bt-play {
        margin: -30px 0 0 -30px;
        width: 56px;
        height: 56px;
    }
    .widget_item_1 .row .box-content p {
        text-align: center;
    }
    .widget_item_2 .box-content .box-item .icon-item img {
        max-height: 26px;
        padding: 0px 12px;
    }
    .widget_item_style_2 h3.title {
        padding: 0px 45px 20px;
    }
    .widget_item_style_3 .box-item .img img {
        max-height: 80px;
    }
    .widget_item_3 .box-contents .box-content {
        padding: 20px 40px;
    }
    .widget_item_empty {
        padding: 50px 25px;
    }
}
@media only screen and (max-width: 749px) {
    .flex-sp-column-reverse {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .flex-sp-column {
        flex-direction: column;
        gap: 30px;
    }
}
@media only screen and (max-width: 749px) {
    .widget_item_style_2 .content-pc {
        display: none;
    }
}

@media only screen and (min-width: 750px) {
    .widget_item_style_2 .content-sp {
        display: none;
    }
}
.carousel-control-next-icon {
    background-image: url('/style/images/right.png') !important;
}
.carousel-control-prev-icon {
    background-image: url('/style/images/left.png') !important;
}
.carousel-item * {
    font-family: "Lato";
}
.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background: none !important;
    border: 1px solid #fff;
}
.carousel-indicators .active {
    background: #fff !important;
}
@media only screen and (max-width: 749px) {
    .widget_item_style_2 .content-sp .item img {
        width: 100%;
        height: 194px;
        border-radius: 8px;
    }
    .widget_item_style_2 .content-sp .item .img {
        margin-bottom: 15px;
    }
    .widget_item_style_2 .content-sp .item .title a {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .widget_item_style_2 .content-sp .item .description {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        text-align: justify;
    }
    .widget_item_style_2 .content-sp .item {
        margin-bottom: 40px;
    }
    .widget_item_style_2 .content-sp .item:last-child {
        margin-bottom: 0;
    }
    .widget_item_3 .box-contents .box-item .item {
        padding: 5px;
    }
    .logo-slider-1 .version-1 .item {
        width: calc(50% - 8px);
    }
}