#header {
    border-bottom: 1px solid #C8312D;
    background-color: #fff;
}

#header .container {
    max-width: 1758px !important;
}

@media (min-width: 1241px) {
    #header .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px) {
    #header .offcanvas {
        max-width: 100vw;
        width: 100vw;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        top: 0;
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media (min-width: 768px) {
    #header .offcanvas {
        max-width: inherit;
        width: auto !important;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}

#header .offcanvas.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#header .offcanvas-header {
    padding: 8px 16px;
}

#header .offcanvas-header .logo {
    width: 70px;
}

@media (min-width: 992px) {
    #header .offcanvas-body .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}

#header .offcanvas-body .nav-link {
    color: #161A1D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    padding: 12px 0;
}

@media (max-width: 767px) {
    #header .offcanvas-body .nav-link {
        border-top: 1px solid #eee;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    #header .offcanvas-body .nav-link {
        padding: 10px 8px;
    }
}

@media (min-width: 1241px) {
    #header .offcanvas-body .nav-link {
        padding: 10px 20px;
    }
}

@media (min-width: 1401px) {
    #header .offcanvas-body .nav-link {
        padding: 10px 20px;
    }
}

@media (min-width: 1801px) {
    #header .offcanvas-body .nav-link {
        padding: 10px 25px;
    }
}

#header .offcanvas-body .nav-link.dropdown-toggle:after {
    opacity: 0;
}

#header .offcanvas-body .nav-link.dropdown-toggle:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 12px;
    top: 50%;
    margin-top: 2px;
    background-image: url(../images/icon/icon_up.svg);
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#header .offcanvas-body .nav-link:hover {
    color: #C8312D;
}

#header .offcanvas-body .nav-link.active {
    font-weight: 600;
}

#header .offcanvas-body .nav-link.active:before {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(20%) hue-rotate(152deg) brightness(106%) contrast(106%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(20%) hue-rotate(152deg) brightness(106%) contrast(106%);
}

@media (max-width: 767px) {
    #header .offcanvas-body .nav-link.active {
        color: #C8312D;
    }
}

@media (min-width: 768px) {
    #header .offcanvas-body .nav-link.active {
        color: #fff;
        background-color: #C8312D;
    }
}

@media (max-width: 767px) {
    .header_right {
        margin-left: auto;
        padding-right: 8px;
        gap: 14px;
    }
}

.language .dropdown-menu {
    min-width: 80px;
    right: -16px;
}

@media (max-width: 576px) {
    .btn_tracking {
        font-size: 12px;
        padding: 10px;
        gap: 4px;
    }
    .btn_tracking .icon {
        width: 14px;
        height: 14px;
    }
}

#footer {
    background-color: #fff;
    padding: 24px 0;
}

@media (min-width: 1241px) {
    #footer {
        padding: 60px 0;
    }
}

@media (min-width: 1801px) {
    #footer {
        padding: 80px 0;
    }
}

#footer .logo {
    width: 100px;
}

@media (max-width: 767px) {
    #footer .logo {
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) {
    #footer .logo {
        width: 120px;
    }
}

@media (min-width: 1241px) {
    #footer .logo {
        width: 150px;
    }
}

@media (min-width: 1801px) {
    #footer .logo {
        width: 200px;
    }
}

@media (max-width: 767px) {
    #footer h4 {
        color: #C8312D;
    }
}

@media (max-width: 767px) {
    #footer .list_icon_shared {
        margin-bottom: 24px;
    }
}

#footer .list_icon_shared a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#footer .list {
    padding-left: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
    #footer .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) {
    #footer .list li+li {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    #footer .list li {
        width: 50%;
        margin-bottom: 8px;
    }
}

#footer .list a {
    text-decoration: none;
}

#footer .list a .icon {
    opacity: 0;
}

@media (max-width: 767px) {
    #footer .list a .icon {
        opacity: 1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

#footer .list a:hover {
    color: #C8312D;
}

#footer .list a:hover .icon {
    opacity: 1;
    margin-left: 0;
    -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(85%) saturate(1900%) hue-rotate(345deg) brightness(100%) contrast(86%);
    filter: brightness(0) saturate(100%) invert(23%) sepia(85%) saturate(1900%) hue-rotate(345deg) brightness(100%) contrast(86%);
    margin-left: -12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#footer address {
    display: block;
    padding: 8px 0;
    background-color: #ccc;
    text-align: center;
    font-size: 12px;
    margin: 0;
    font-style: normal;
}

.content_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.social_fixed {
    position: fixed;
    bottom: 80px;
    right: 0px;
    z-index: 999;
    height: 197px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 0;
    padding: 10px;
}

@media (min-width: 768px) {
    .social_fixed {
        right: 0;
        padding: 10px 16px;
        bottom: 90px;
        height: 250px;
    }
}

@media (min-width: 1241px) {
    .social_fixed {
        bottom: 100px;
    }
}

.social_fixed li {
    padding: 2px 0;
}

.social_fixed li a {
    display: block;
    width: 38px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1241px) {
    .social_fixed li a {
        width: 40px;
    }
}

@media (min-width: 1801px) {
    .social_fixed li a {
        width: 50px;
    }
}

.social_fixed li a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.social_fixed:not(.active) {
    height: 52px;
}

.social_fixed:not(.active):hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.social_fixed:not(.active) li {
    pointer-events: none;
}

@media (min-width: 1241px) {
    .social_fixed:not(.active) {
        height: 55px;
    }
}

@media (min-width: 1801px) {
    .social_fixed:not(.active) {
        height: 65px;
    }
}

#backtotop {
    position: fixed;
    bottom: 40px;
    right: 12px;
    z-index: 999;
    background-color: #C8312D;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    -webkit-animation: up-down linear 3.5s;
    animation: up-down linear 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@media (min-width: 1241px) {
    #backtotop {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 1801px) {
    #backtotop {
        width: 65px;
        height: 65px;
    }
}

#backtotop.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
        transform: translate(1px, 20px);
    }
    24% {
        -webkit-transform: translate(1px, 30px);
        transform: translate(1px, 30px);
    }
    50% {
        -webkit-transform: translate(1px, 12px);
        transform: translate(1px, 12px);
    }
    74% {
        -webkit-transform: translate(1px, 22px);
        transform: translate(1px, 22px);
    }
    100% {
        -webkit-transform: translate(1px, 22px);
        transform: translate(1px, 22px);
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
        transform: translate(1px, 20px);
    }
    24% {
        -webkit-transform: translate(1px, 30px);
        transform: translate(1px, 30px);
    }
    50% {
        -webkit-transform: translate(1px, 12px);
        transform: translate(1px, 12px);
    }
    74% {
        -webkit-transform: translate(1px, 22px);
        transform: translate(1px, 22px);
    }
    100% {
        -webkit-transform: translate(1px, 22px);
        transform: translate(1px, 22px);
    }
}

.sec_banner {
    position: relative;
}

.sec_banner .content {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .sec_banner .content {
        margin-top: 16px;
    }
}

.sec_banner .imgDrop {
    height: 350px;
}

.sec_banner .imgDrop:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    background-color: #091019;
    z-index: 1;
}

@media (min-width: 768px) {
    .sec_banner .imgDrop {
        height: calc(100vh - 66px);
    }
}

.sec_banner .banner_item {
    position: relative;
}

.sec_banner .slider_wrap {
    padding: 0;
    margin: 0;
}

.sec_banner .slider_wrap .slider-prev,
.sec_banner .slider_wrap .slider-next {
    top: auto;
    bottom: 30px;
    z-index: 9;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 16px;
}

.sec_banner .slider_wrap .slider-next {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    margin-left: 12px;
}

.sec_banner .slider_wrap>.container {
    position: relative;
}

.sec_services {
    background-color: #111;
    background-image: url(../images/home/bg1.png);
    background-size: 100% 100%;
}

@media (max-width: 767px) {
    .sec_services {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .sec_services .content_main {
        margin-top: -40px;
    }
}

@media (min-width: 1801px) {
    .sec_services .content_main {
        margin-top: -55px;
    }
}

.sec_services .content_main .item {
    padding: 0 8px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

@media (min-width: 1241px) {
    .sec_services .content_main .item {
        padding: 0 12px;
    }
}

@media (min-width: 1801px) {
    .sec_services .content_main .item {
        padding: 0 20px;
    }
}

.sec_services .content_main .item .inner {
    border-radius: 8px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

@media (min-width: 768px) {
    .sec_services .content_main .item .inner {
        border-radius: 12px;
    }
}

@media (min-width: 1801px) {
    .sec_services .content_main .item .inner {
        border-radius: 16px;
    }
}

.sec_services .content_main .item .inner .imgDrop {
    padding-top: 51.6203703704%;
}

.sec_services .content_main .item .inner .imgDrop:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 3, 3, 0.3);
    z-index: 1;
}

.sec_services .content_main .item .inner .title {
    background-image: url(../images/bg_ttl2_w.svg), -webkit-gradient(linear, left top, left bottom, from(#E5383B), to(#A4161A));
    background-image: url(../images/bg_ttl2_w.svg), linear-gradient(180deg, #E5383B 0%, #A4161A 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    margin-top: -1px;
    padding: 10px 30px 10px 16px;
}

@media (min-width: 768px) {
    .sec_services .content_main .item .inner .title {
        padding: 16px 40px 16px 16px;
    }
}

@media (min-width: 1801px) {
    .sec_services .content_main .item .inner .title {
        padding: 24px 60px 24px 24px;
    }
}

.sec_services .content_main .item .inner .title:before {
    position: absolute;
    content: "";
    width: 0%;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/bg_ttl2.svg);
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    width: 100%;
}

.sec_services .content_main .item .inner .title .trim {
    position: relative;
    z-index: 1;
}

.sec_services .content_main .item .inner:hover {
    color: #fff;
}

.sec_services .content_main .item .inner:hover .title:before {
    width: 0%;
}

.sec_services .content_services {
    position: relative;
}

@media (min-width: 768px) {
    .sec_services .content_services .slider {
        gap: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .sec_services .content_services .slider {
        gap: 24px;
    }
}

@media (min-width: 1801px) {
    .sec_services .content_services .slider {
        gap: 45px;
    }
}

.sec_services .content_services .slider .item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

@media (max-width: 767px) {
    .sec_services .content_services .slider .item {
        margin: 0 4px;
    }
}

@media (min-width: 768px) {
    .sec_services .content_services .slider .item {
        width: calc(33.33% - 8px);
    }
}

@media (min-width: 992px) {
    .sec_services .content_services .slider .item {
        width: calc(20% - 19.2px);
        border-radius: 12px;
    }
}

@media (min-width: 1801px) {
    .sec_services .content_services .slider .item {
        width: calc(20% - 36px);
        border-radius: 20px;
    }
}

.sec_services .content_services .slider .item .item_block {
    position: relative;
    display: block;
}

.sec_services .content_services .slider .item .item_block .imgDrop {
    padding-top: 153.4979423868%;
}

.sec_services .content_services .slider .item .item_block .imgDrop:before {
    position: absolute;
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 56, 59, 0)), to(#A4161A));
    background: linear-gradient(180deg, rgba(229, 56, 59, 0) 0%, #A4161A 100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sec_services .content_services .slider .item .item_block .ttl {
    position: absolute;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 16px;
}

@media (min-width: 768px) {
    .sec_services .content_services .slider .item .item_block .ttl {
        height: 100px;
    }
}

@media (min-width: 992px) {
    .sec_services .content_services .slider .item .item_block .ttl {
        padding: 8px 16px;
    }
}

@media (min-width: 1801px) {
    .sec_services .content_services .slider .item .item_block .ttl {
        padding: 8px 30px;
    }
}

.sec_services .content_services .slider .item .item_block .ttl .icon {
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sec_services .content_services .slider .item .item_block:hover .imgDrop:before {
    height: 100%;
}

.sec_services .content_services .slider .item .item_block:hover .ttl {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.sec_services .content_services .slider .item .item_block:hover .ttl .icon {
    width: 16px;
}

.sec_services .content_services .deco_02 {
    position: absolute;
    bottom: 150px;
    right: 0;
}

@media (max-width: 767px) {
    .sec_services .content_services .deco_02 {
        display: none;
    }
}

@media (min-width: 768px) {
    .sec_services .content_services .slider-prev,
    .sec_services .content_services .slider-next {
        display: none;
    }
}

.sec_banner_intro {
    position: relative;
    height: 350px;
}

@media (min-width: 768px) {
    .sec_banner_intro {
        height: 100vh;
    }
}

.sec_banner_intro:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: url(../images/home/deco.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    height: 100px;
    width: 40px;
}

@media (min-width: 992px) {
    .sec_banner_intro:before {
        height: 220px;
        width: 100px;
    }
}

@media (min-width: 1241px) {
    .sec_banner_intro:before {
        height: 280px;
        width: 120px;
    }
}

@media (min-width: 1801px) {
    .sec_banner_intro:before {
        height: 350px;
        width: 150px;
    }
}

.sec_banner_intro .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.sec_banner_intro .bg:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    background: #161A1D;
    z-index: 1;
}

.sec_banner_intro .bg img {
    position: fixed;
}

.sec_banner_intro .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .sec_solution .row_solution {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 1241px) {
    .sec_solution .content_item {
        margin-right: 50px;
    }
}

@media (min-width: 1801px) {
    .sec_solution .content_item {
        margin-right: 100px;
    }
}

@media (max-width: 767px) {
    .sec_solution .content_item .item {
        gap: 24px;
    }
}

.sec_solution .content_item .item+.item {
    border-top: 1px solid #333;
}

.sec_solution .btn_more {
    text-decoration: none;
}

.sec_solution .ttl_main span {
    background-color: #C8312D;
    color: #fff;
    display: inline-block;
    padding: 4px 12px 8px;
    border-radius: 4px;
    margin: 4px 8px 4px 0;
}

.sec_companion {
    background-color: #111;
    color: #fff;
    background-image: url(../images/home/bg3.png);
    background-size: 100% 100%;
}

.sec_companion .block_video {
    cursor: pointer;
    position: relative;
}

.sec_companion .block_video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
}

@media (min-width: 768px) {
    .sec_companion .block_video .icon {
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 1241px) {
    .sec_companion .block_video .icon {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1801px) {
    .sec_companion .block_video .icon {
        width: 100px;
        height: 100px;
    }
}

.sec_companion .block_video .imgDrop {
    padding-top: 48.7787356322%;
    border-radius: 12px;
}

.sec_companion .block_video .imgDrop:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

@media (min-width: 1241px) {
    .sec_companion .block_video .imgDrop {
        border-radius: 16px;
    }
}

@media (min-width: 1801px) {
    .sec_companion .block_video .imgDrop {
        border-radius: 20px;
    }
}

.sec_companion .block_video:hover .imgDrop:before {
    opacity: 0.3;
}

.sec_companion .block_video:hover .icon {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.sec_companion .sec_video {
    position: relative;
}

.sec_companion .sec_video:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #fff;
}

.sec_companion .list_logo {
    gap: 16px;
    padding-left: 0;
    margin-left: 0;
}

@media (min-width: 1241px) {
    .sec_companion .list_logo {
        gap: 30px 60px;
        margin-right: 40px;
    }
}

@media (min-width: 1801px) {
    .sec_companion .list_logo {
        gap: 40px 80px;
    }
}

.sec_companion .list_logo img {
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 140px;
}

@media (min-width: 1241px) {
    .sec_companion .list_logo img {
        max-height: 70px;
        max-width: 180px;
    }
}

@media (min-width: 1801px) {
    .sec_companion .list_logo img {
        max-height: 90px;
        max-width: 210px;
    }
}

.sec_companion .sec_certificate .slick-slide .item {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 10px;
}

@media (min-width: 768px) {
    .sec_companion .sec_certificate .slick-slide .item {
        margin: 0 20px;
    }
}

.sec_companion .sec_certificate .slick-slide:not(.slick-current) .item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
}

.sec_companion .sec_certificate .slick-slide.slick-current .item {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sec_contact {
    position: relative;
    color: #fff;
}

.sec_contact .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.sec_contact .bg img {
    position: fixed;
}

.sec_contact .container {
    position: relative;
    z-index: 1;
}

.form_contact {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    padding: 24px 16px;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .form_contact {
        margin-top: 24px;
    }
}

@media (min-width: 992px) {
    .form_contact {
        padding: 24px 40px;
        border-radius: 16px;
    }
}

@media (min-width: 1241px) {
    .form_contact {
        padding: 30px 48px;
        border-radius: 20px;
    }
}

@media (min-width: 1801px) {
    .form_contact {
        padding: 48px 80px;
        border-radius: 30px;
    }
}

.input_group+.input_group {
    margin-top: 32px;
}

.input_group input:not([type=submit]),
.input_group textarea {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    font-family: "Averta";
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 36px;
    padding: 12px 0;
}

@media (min-width: 992px) {
    .input_group input:not([type=submit]),
    .input_group textarea {
        height: 42px;
        padding: 14px 0;
    }
}

@media (min-width: 1801px) {
    .input_group input:not([type=submit]),
    .input_group textarea {
        height: 48px;
        padding: 16px 0;
    }
}

.input_group input:not([type=submit])::-webkit-input-placeholder,
.input_group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.input_group input:not([type=submit])::-moz-placeholder,
.input_group textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.input_group input:not([type=submit]):-ms-input-placeholder,
.input_group textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.input_group input:not([type=submit])::-ms-input-placeholder,
.input_group textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.input_group input:not([type=submit])::placeholder,
.input_group textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.input_group textarea {
    height: 80px;
    resize: none;
}

@media (min-width: 1241px) {
    .input_group textarea {
        height: 120px;
    }
}

@media (min-width: 1801px) {
    .input_group textarea {
        height: 150px;
    }
}

.input_group.btn_submit,
.input_group .btn_submit {
    position: relative;
    display: inline-block;
}

.input_group.btn_submit .btn_shared,
.input_group .btn_submit .btn_shared {
    width: auto;
    padding-right: 40px;
    border: none;
    color: #fff;
    font-size: 16px;
}

@media (min-width: 1801px) {
    .input_group.btn_submit .btn_shared,
    .input_group .btn_submit .btn_shared {
        font-size: 18px;
    }
}

.input_group.btn_submit .icon,
.input_group .btn_submit .icon {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input_group input:not(.btn_shared)[type=submit] {
    line-height: 48px;
    font-weight: 700;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    outline: none;
}

.input_group input:not(.btn_shared)[type=submit]:hover {
    background-color: #C8312D;
    color: #fff;
}

.input_group .btn_send {
    position: relative;
    color: #161A1D;
    background-color: #fff;
    border-radius: 30px;
    height: 45px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.input_group .btn_send:hover {
    background-color: #C8312D;
    color: #fff;
}

.input_group .btn_send:hover .icon {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(8%) hue-rotate(164deg) brightness(104%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(8%) hue-rotate(164deg) brightness(104%) contrast(103%);
}

@media (min-width: 992px) {
    .input_group .btn_send {
        height: 52px;
        padding: 14px 0;
    }
}

@media (min-width: 1801px) {
    .input_group .btn_send {
        height: 60px;
        padding: 16px 0;
    }
}

.input_group .btn_send input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
}

.sec_box .item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .sec_box .item {
        width: 50%;
    }
}

.sec_box .item .imgDrop {
    height: 450px;
}

@media (min-width: 992px) {
    .sec_box .item .imgDrop {
        height: calc(100vh - 66px);
    }
}

.sec_box .item .imgDrop img {
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.sec_box .item .imgDrop:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    background-color: #091019;
    z-index: 1;
}

.sec_box .item .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 16px;
    z-index: 9;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .sec_box .item .content {
        padding: 40px;
    }
}

@media (min-width: 1241px) {
    .sec_box .item .content {
        padding: 60px;
    }
}

@media (min-width: 1801px) {
    .sec_box .item .content {
        padding: 80px;
    }
}

.sec_box .item .content.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec_box .item .content.bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sec_box .item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.sec_core {
    background-color: #111;
    color: #fff;
    background-image: url(../images/home/bg3.png);
    background-size: 100%;
}

@media (min-width: 768px) {
    .sec_core .slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.sec_core .slider .item {
    text-align: center;
}

@media (min-width: 768px) {
    .sec_core .slider .item {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .sec_core .slider .item {
        width: 25%;
        min-height: 360px;
        position: relative;
    }
}

.sec_core .slider .item .inner {
    padding: 16px;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    position: relative;
}

@media (max-width: 991px) {
    .sec_core .slider .item .inner {
        background-image: url(../images/about/bg1.png);
        background-size: 100% 100%;
        margin: 8px;
        padding: 30px;
    }
}

.sec_core .slider .item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    width: 70px;
    height: 70px;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

@media (min-width: 1241px) {
    .sec_core .slider .item .icon {
        height: 85px;
        height: 85px;
    }
}

@media (min-width: 1801px) {
    .sec_core .slider .item .icon {
        width: 100px;
        height: 100px;
    }
}

.sec_core .slider .item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: auto;
    height: auto;
}

@media (min-width: 992px) {
    .sec_core .slider .item .text {
        overflow: hidden;
        height: 0;
        -webkit-transform: rotatey(90deg);
        -ms-transform: rotatey(90deg);
        transform: rotatey(90deg);
        -webkit-transition: ease-out 0.5s;
        transition: ease-out 0.5s;
    }
}

@media (min-width: 992px) {
    .sec_core .slider .item:hover {
        background-image: url(../images/about/bg1.png);
        background-size: 100% 100%;
    }
}

@media (min-width: 992px) {
    .sec_core .slider .item:hover .inner .text {
        height: inherit;
        -webkit-transform: rotatey(0);
        -ms-transform: rotatey(0);
        transform: rotatey(0);
    }
}

@media (min-width: 992px) {
    .sec_core .slider .item+.item .inner:before {
        height: 120px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 1px;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
    }
}

@media (min-width: 768px) {
    .sec_core .slider-prev,
    .sec_core .slider-next {
        display: none;
    }
}

.sec_process {
    color: #fff;
    background-color: #181A1B;
}

.sec_process .heading {
    position: relative;
}

@media (max-width: 767px) {
    .sec_process .heading .bg.imgDrop {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media (min-width: 768px) {
    .sec_process .heading .bg.imgDrop {
        padding-top: 26.0416666667%;
    }
}

.sec_process .heading .bg:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0)), color-stop(48.96%, rgba(9, 16, 25, 0.5)), to(#181A1B));
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(9, 16, 25, 0.5) 48.96%, #181A1B 100%);
    z-index: 1;
}

.sec_process .heading .container {
    position: relative;
    z-index: 9;
}

@media (min-width: 768px) {
    .sec_process .heading .container {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
}

.sec_process .slider_process {
    position: relative;
    z-index: 99;
}

.sec_process .slider_process .slider_wrap {
    position: relative;
}

@media (min-width: 768px) {
    .sec_process .slider_process .slider_wrap:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 60px;
        right: 60px;
        border-top: 2px dashed rgba(255, 255, 255, 0.5);
    }
}

@media (min-width: 992px) {
    .sec_process .slider_process .slider_wrap {
        margin: 0 50px;
        padding: 0 40px;
        margin-top: -30px;
    }
}

@media (min-width: 1241px) {
    .sec_process .slider_process .slider_wrap {
        margin: 0 120px;
        padding: 0 60px;
        margin-top: -40px;
    }
}

@media (min-width: 1801px) {
    .sec_process .slider_process .slider_wrap {
        margin: 0 150px;
        padding: 0 80px;
        margin-top: -60px;
    }
}

.sec_process .slider_item .wrap {
    gap: 16px;
}

@media (max-width: 767px) {
    .sec_process .slider_item .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0 24px;
        width: 90vw;
    }
}

@media (min-width: 1241px) {
    .sec_process .slider_item .wrap {
        gap: 24px;
    }
}

@media (min-width: 1801px) {
    .sec_process .slider_item .wrap {
        gap: 32px;
    }
}

.sec_process .slider_item .wrap .images {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .sec_process .slider_item .wrap .images {
        width: 250px;
    }
}

@media (min-width: 992px) {
    .sec_process .slider_item .wrap .images {
        width: 280px;
    }
}

@media (min-width: 1241px) {
    .sec_process .slider_item .wrap .images {
        width: 310px;
    }
}

@media (min-width: 1801px) {
    .sec_process .slider_item .wrap .images {
        width: 350px;
    }
}

.sec_process .slider_item .wrap .images .imgDrop {
    padding-top: 58.5714285714%;
    border-radius: 8px;
}

@media (min-width: 1241px) {
    .sec_process .slider_item .wrap .images .imgDrop {
        border-radius: 12px;
    }
}

@media (min-width: 1801px) {
    .sec_process .slider_item .wrap .images .imgDrop {
        border-radius: 16px;
    }
}

.sec_process .slider_item .wrap .content {
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .sec_process .slider_item .wrap .content {
        text-align: center;
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
}

@media (min-width: 768px) {
    .sec_process .slider_item .wrap .content:before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
    }
}

@media (min-width: 768px) {
    .sec_process .slider_item:nth-child(even) {
        padding-top: 230px;
    }
}

@media (min-width: 1241px) {
    .sec_process .slider_item:nth-child(even) {
        padding-top: 250px;
    }
}

@media (min-width: 1801px) {
    .sec_process .slider_item:nth-child(even) {
        padding-top: 270px;
    }
}

@media (min-width: 768px) {
    .sec_process .slider_item:nth-child(odd) .wrap {
        margin-right: -100px;
        text-align: right;
    }
}

@media (min-width: 1241px) {
    .sec_process .slider_item:nth-child(odd) .wrap {
        margin-right: -40px;
    }
}

.sec_process .slider_item:nth-child(odd) .wrap .content:before {
    right: -18px;
    top: -38px;
}

@media (min-width: 1801px) {
    .sec_process .slider_item:nth-child(odd) .wrap .content:before {
        right: -14px;
        top: -36px;
    }
}

@media (min-width: 768px) {
    .sec_process .slider_item:nth-child(odd) {
        padding-bottom: 230px;
    }
}

@media (min-width: 1241px) {
    .sec_process .slider_item:nth-child(odd) {
        padding-bottom: 250px;
    }
}

@media (min-width: 1801px) {
    .sec_process .slider_item:nth-child(odd) {
        padding-bottom: 270px;
    }
}

@media (min-width: 768px) {
    .sec_process .slider_item:nth-child(even) .wrap {
        margin-left: -100px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1241px) {
    .sec_process .slider_item:nth-child(even) .wrap {
        margin-left: -40px;
    }
}

.sec_process .slider_item:nth-child(even) .wrap .content:before {
    left: -18px;
    bottom: -40px;
}

@media (min-width: 1801px) {
    .sec_process .slider_item:nth-child(even) .wrap .content:before {
        left: -14px;
        bottom: -38px;
    }
}

.sec_office {
    background-color: #181A1B;
    color: #fff;
}

.sec_office .p-0 {
    padding: 0 !important;
}

.sec_office .nav {
    overflow: auto;
    width: 100%;
}

@media (max-width: 767px) {
    .sec_office .nav {
        margin-bottom: 6px;
    }
    .sec_office .nav::-webkit-scrollbar {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .sec_office .nav {
        height: calc(100vh - 150px);
    }
}

.sec_office .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    width: 100%;
    margin: 0;
}

@media (max-width: 767px) {
    .sec_office .nav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.sec_office .nav ul li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    counter-increment: step-counter;
    gap: 16px;
}

@media (max-width: 767px) {
    .sec_office .nav ul li {
        width: 220px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 14px;
        line-height: 20px;
        background-color: rgba(255, 255, 255, 0.05);
    }
}

@media (min-width: 768px) {
    .sec_office .nav ul li {
        padding: 12px 16px;
        min-height: 100px;
        gap: 16px;
    }
}

@media (min-width: 992px) {
    .sec_office .nav ul li {
        padding: 12px 24px;
        gap: 24px;
    }
}

@media (min-width: 1241px) {
    .sec_office .nav ul li {
        padding: 12px 40px;
        gap: 30px;
    }
}

@media (min-width: 1801px) {
    .sec_office .nav ul li {
        padding: 12px 80px;
        gap: 40px;
    }
}

.sec_office .nav ul li:before {
    display: block;
    content: counter(step-counter);
    font-size: 30px;
    font-family: "Averta";
    font-weight: 700;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F00), to(#900000));
    background-image: linear-gradient(180deg, #F00 0%, #900000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
    .sec_office .nav ul li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 767px) {
    .sec_office .nav ul li+li {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (min-width: 768px) {
    .sec_office .nav ul li:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }
}

.sec_office .nav ul li.active {
    background-color: #fff;
    color: #161A1D;
}

@media (max-width: 767px) {
    .sec_office .tab-content .imgDrop {
        padding-top: 63.5593220339%;
    }
}

@media (min-width: 768px) {
    .sec_office .tab-content .imgDrop {
        height: calc(100vh - 150px);
    }
}

.sec_office .slick-arrow {
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 16px;
    left: 16px;
}

@media (min-width: 768px) {
    .sec_office .slick-arrow {
        left: 80px;
        bottom: 50px;
    }
}

.sec_office .slick-arrow.slick-next {
    -webkit-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0);
    margin-left: 16px;
}

.sec_banner_intro2 {
    color: #fff;
    background-color: #181a1b;
}

@media (max-width: 767px) {
    .sec_banner_intro2 {
        padding-top: 0;
    }
}

.sec_banner_intro2 .container {
    position: relative;
    z-index: 1;
}

.sec_banner_intro2 .item_banner {
    min-height: calc(100vh - 66px);
    position: relative;
}

.sec_banner_intro2 .item_banner .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sec_banner_intro2 .item_banner .bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0)), color-stop(55.73%, rgba(9, 16, 25, 0.47)), to(#181A1B));
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(9, 16, 25, 0.47) 55.73%, #181A1B 100%);
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 100%;
}

@media (min-width: 768px) {
    .sec_banner_intro2 .item_banner .bg:before {
        height: 150px;
    }
}

.sec_banner_intro2 .slider_wrap {
    padding: 0;
    margin: 0;
}

.sec_banner_intro2 .slider_wrap>.container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.sec_banner_intro2 .slider_wrap .slider-prev,
.sec_banner_intro2 .slider_wrap .slider-next {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sec_partner {
    color: #fff;
}

.sec_partner .block_item {
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .sec_partner .block_item {
        max-width: 250px;
        margin: 0 auto;
        gap: 16px 0;
    }
}

@media (min-width: 992px) {
    .sec_partner .block_item {
        border-radius: 16px;
    }
}

@media (min-width: 1241px) {
    .sec_partner .block_item {
        border-radius: 20px;
    }
}

@media (min-width: 1801px) {
    .sec_partner .block_item {
        border-radius: 30px;
    }
}

.sec_partner .block_item .column_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-image: url(../images/about/bg4.png);
    background-size: 100% 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .sec_partner .block_item .column_item {
        border-radius: 12px;
        overflow: hidden;
    }
}

.sec_partner .block_item .column_item .item {
    padding: 20px;
}

@media (min-width: 768px) {
    .sec_partner .block_item .column_item .item {
        padding: 36px 16px;
    }
}

@media (min-width: 992px) {
    .sec_partner .block_item .column_item .item {
        padding: 48px 24px;
    }
}

@media (min-width: 1241px) {
    .sec_partner .block_item .column_item .item {
        padding: 60px 30px;
    }
}

@media (min-width: 1801px) {
    .sec_partner .block_item .column_item .item {
        padding: 80px 40px;
    }
}

.sec_partner .block_item .column_item .item .icon {
    width: 40px;
    height: 40px;
    margin: auto;
}

@media (min-width: 768px) {
    .sec_partner .block_item .column_item .item .icon {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 992px) {
    .sec_partner .block_item .column_item .item .icon {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1241px) {
    .sec_partner .block_item .column_item .item .icon {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 1801px) {
    .sec_partner .block_item .column_item .item .icon {
        width: 120px;
        height: 120px;
    }
}

.sec_partner .list_logo {
    padding-left: 0;
    margin-left: 0;
    gap: 20px 0;
}

@media (min-width: 1801px) {
    .sec_partner .list_logo {
        gap: 40px 0;
    }
}

.sec_partner .list_logo li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33.33%;
}

@media (min-width: 768px) {
    .sec_partner .list_logo li {
        width: 25%;
        padding: 10px 8px;
    }
}

@media (min-width: 1241px) {
    .sec_partner .list_logo li {
        width: 20%;
        padding: 20px 8px;
    }
}

.sec_partner .list_logo img {
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 100px;
}

@media (min-width: 768px) {
    .sec_partner .list_logo img {
        max-height: 60px;
        max-width: 140px;
    }
}

@media (min-width: 1241px) {
    .sec_partner .list_logo img {
        max-height: 70px;
        max-width: 180px;
    }
}

@media (min-width: 1801px) {
    .sec_partner .list_logo img {
        max-height: 90px;
        max-width: 210px;
    }
}

.sec_contact2 {
    background-image: url(../images/contact/bg1.png);
    background-size: 100% 100%;
    background-color: #111;
    color: #fff;
}

.sec_location {
    background-image: url(../images/contact/bg2.png);
    background-size: 100% 100%;
}

.sec_location .accordionLocation {
    overflow-x: hidden;
    padding-right: 16px;
}

@media (max-width: 767px) {
    .sec_location .accordionLocation {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .sec_location .accordionLocation {
        height: 550px;
    }
}

@media (min-width: 1241px) {
    .sec_location .accordionLocation {
        height: 638px;
    }
}

@media (min-width: 1801px) {
    .sec_location .accordionLocation {
        height: 800px;
    }
}

.sec_location .accordionLocation .accordion-item {
    border: none;
    background-color: transparent;
}

.sec_location .accordionLocation .accordion-item .accordion-button {
    color: #161A1D;
    padding: 16px 0;
}

.sec_location .accordionLocation .accordion-item+.accordion-item {
    border-top: 1px solid #888;
}

.sec_location .accordionLocation .item_contact {
    gap: 16px;
}

@media (min-width: 1801px) {
    .sec_location .accordionLocation .item_contact {
        gap: 24px;
    }
}

.sec_location .accordionLocation .item_contact .images {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
}

@media (min-width: 1241px) {
    .sec_location .accordionLocation .item_contact .images {
        width: 100px;
    }
}

@media (min-width: 1801px) {
    .sec_location .accordionLocation .item_contact .images {
        width: 150px;
    }
}

.sec_location .accordionLocation .item_contact .images .imgDrop {
    padding-top: 100%;
    border-radius: 8px;
}

@media (min-width: 1801px) {
    .sec_location .accordionLocation .item_contact .images .imgDrop {
        border-radius: 16px;
    }
}

.sec_location .accordionLocation .item_contact .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .sec_location .accordionLocation .item_contact .content {
        font-size: 14px;
        line-height: 20px;
    }
}

.sec_location .list_social {
    padding-left: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .sec_location .list_social {
        margin-top: 24px;
    }
}

.sec_location .list_social li {
    width: 50%;
    margin-bottom: 12px;
}

.sec_location .list_social li a {
    text-decoration: none;
    font-weight: 700;
}

.sec_location .list_social li a .icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .sec_location .list_social li a .icon {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.sec_location .list_social li:hover a {
    color: #C8312D;
}

.sec_location .list_social li:hover a .icon {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(1967%) hue-rotate(340deg) brightness(93%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(1967%) hue-rotate(340deg) brightness(93%) contrast(92%);
}

.nav_news {
    background-color: #C8312D;
    color: #fff;
}

@media (max-width: 767px) {
    .nav_news .inner {
        overflow: auto;
    }
    .nav_news .inner::-webkit-scrollbar {
        display: none;
    }
}

.nav_news ul {
    padding-left: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .nav_news ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.nav_news ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav_news ul li a {
    color: #fff;
    font-weight: 600;
    font-family: "Averta";
    text-decoration: none;
    padding: 12px 16px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .nav_news ul li a {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .nav_news ul li a {
        padding: 16px 20px;
    }
}

@media (min-width: 992px) {
    .nav_news ul li a {
        padding: 18px 20px;
    }
}

@media (min-width: 1241px) {
    .nav_news ul li a {
        padding: 20px 24px;
    }
}

@media (min-width: 1801px) {
    .nav_news ul li a {
        padding: 28px 32px;
    }
}

.nav_news ul li+li {
    position: relative;
}

.nav_news ul li+li:before {
    width: 1px;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    margin: auto;
    border-left: 1px solid #fff;
}

.nav_news ul li:hover a {
    opacity: 0.7;
}

.nav_news ul li.active a {
    background-color: #fff;
    color: #C8312D;
}

.Breadcrumb ul {
    padding-left: 0;
    margin-bottom: 0;
}

.Breadcrumb ul li a {
    text-decoration: none;
}

.product_description .content_des p,
.blog_description .content_des p {
    margin-bottom: 8px;
}

@media (min-width: 1241px) {
    .product_description .content_des p,
    .blog_description .content_des p {
        margin-bottom: 12px;
    }
}

.product_description .content_des h2,
.product_description .content_des h3,
.product_description .content_des h4,
.product_description .content_des h5,
.product_description .content_des h6,
.blog_description .content_des h2,
.blog_description .content_des h3,
.blog_description .content_des h4,
.blog_description .content_des h5,
.blog_description .content_des h6 {
    margin-bottom: 8px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .product_description .content_des h2,
    .product_description .content_des h3,
    .product_description .content_des h4,
    .product_description .content_des h5,
    .product_description .content_des h6,
    .blog_description .content_des h2,
    .blog_description .content_des h3,
    .blog_description .content_des h4,
    .blog_description .content_des h5,
    .blog_description .content_des h6 {
        margin-bottom: 12px;
    }
}

.product_description .content_des h2,
.blog_description .content_des h2 {
    font-size: 20px;
    line-height: 26px;
}

@media (min-width: 768px) {
    .product_description .content_des h2,
    .blog_description .content_des h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

.product_description .content_des h3,
.blog_description .content_des h3 {
    font-size: 18px;
    line-height: 26px;
}

@media (min-width: 768px) {
    .product_description .content_des h3,
    .blog_description .content_des h3 {
        font-size: 22px;
        line-height: 28px;
    }
}

.product_description .content_des h4,
.blog_description .content_des h4 {
    font-size: 17px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .product_description .content_des h4,
    .blog_description .content_des h4 {
        font-size: 20px;
        line-height: 26px;
    }
}

.product_description .content_des h5,
.blog_description .content_des h5 {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .product_description .content_des h5,
    .blog_description .content_des h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

.product_description .content_des h6,
.blog_description .content_des h6 {
    font-size: 12px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .product_description .content_des h6,
    .blog_description .content_des h6 {
        font-size: 14px;
        line-height: 22px;
    }
}

.product_description .content_des ul,
.blog_description .content_des ul {
    list-style: disc;
}

.product_description .content_des ol,
.blog_description .content_des ol {
    list-style: decimal-leading-zero;
}

.product_description .content_des img,
.blog_description .content_des img {
    border-radius: 8px;
}

@media (min-width: 1241px) {
    .product_description .content_des img,
    .blog_description .content_des img {
        border-radius: 12px;
    }
}

.post_detail {
    overflow: hidden;
    position: relative;
}

.post_detail .deco_01 {
    position: absolute;
    top: 550px;
    left: 0;
}

.post_detail .deco_02 {
    position: absolute;
    bottom: 350px;
    right: 0;
}

.list_icon_shared {
    padding-left: 0;
    margin-bottom: 0;
}

.list_icon_shared .icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1240px) {
    .list_icon_shared .icon {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 992px) {
    .list_icon_shared .icon:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.block_shared .line {
    width: 60px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #666;
}

.sec_reletive_news {
    background-color: #1E2021;
}

.sec_hot_news,
.sec_news_other,
.sec_why_recruitment,
.sec_all_position,
.sec_recruitment_detail,
.sec_tracking,
.sec_calender,
.sec_commitment,
.sec_partner {
    background-color: #1b181f;
    color: #fff;
    background-image: url(../images/home/bg3.png);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 1240px;
}

@media (min-width: 1801px) {
    .sec_hot_news,
    .sec_news_other,
    .sec_why_recruitment,
    .sec_all_position,
    .sec_recruitment_detail,
    .sec_tracking,
    .sec_calender,
    .sec_commitment,
    .sec_partner {
        background-size: 1920px;
    }
}

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

.sec_news_other .nav_ttl_new {
    background-color: #C8312D;
    background-image: url(../images/bg_ttl.png);
    background-color: 100% 100%;
    color: #fff;
}

.sec_news_other .nav_ttl_new .btn-white {
    background-color: #fff;
    border-radius: 8px;
    font-weight: 700;
    margin-left: auto;
    width: auto;
}

.sec_news_other .nav_ttl_new .btn-white:hover {
    color: #161A1D;
}

@media (max-width: 991px) {
    .sec_why_recruitment .content_main .item {
        display: block;
    }
}

@media (min-width: 992px) {
    .sec_why_recruitment .content_main .item {
        gap: 24px;
    }
}

@media (min-width: 1241px) {
    .sec_why_recruitment .content_main .item {
        gap: 32px;
    }
}

@media (min-width: 1801px) {
    .sec_why_recruitment .content_main .item {
        gap: 40px;
    }
}

.sec_why_recruitment .content_main .item .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .sec_why_recruitment .content_main .item .line {
        display: none;
    }
}

@media (max-width: 991px) {
    .sec_why_recruitment .content_main .item .des {
        opacity: 0.5;
    }
}

@media (min-width: 992px) {
    .sec_why_recruitment .content_main .item .des {
        width: 300px;
    }
}

@media (min-width: 1241px) {
    .sec_why_recruitment .content_main .item .des {
        width: 390px;
    }
}

@media (min-width: 1801px) {
    .sec_why_recruitment .content_main .item .des {
        width: 490px;
    }
}

.sec_hight_works {
    background-image: url(../images/bg_post.png);
    background-size: 100% 100%;
}

.sec_hight_works .item {
    display: block;
    text-decoration: none;
}

.sec_hight_works .item .imgDrop {
    padding-top: 51.6203703704%;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .sec_hight_works .item .imgDrop {
        border-radius: 12px;
    }
}

@media (min-width: 1241px) {
    .sec_hight_works .item .imgDrop {
        border-radius: 16px;
    }
}

@media (min-width: 1801px) {
    .sec_hight_works .item .imgDrop {
        border-radius: 20px;
    }
}

.sec_hight_works .item:hover {
    color: #C8312D;
}

.sec_all_position .ttl {
    background-color: #C8312D;
}

@media (max-width: 767px) {
    .sec_all_position .item {
        gap: 8px;
    }
}

@media (min-width: 768px) {
    .sec_all_position .item {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        padding-left: 16px;
    }
}

@media (min-width: 992px) {
    .sec_all_position .item {
        padding-left: 30px;
    }
}

@media (min-width: 1241px) {
    .sec_all_position .item {
        padding-left: 40px;
    }
}

@media (min-width: 1801px) {
    .sec_all_position .item {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .sec_all_position .item+.item {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 8px;
    }
}

.sec_recruitment_detail,
.sec_tracking {
    position: relative;
}

.sec_recruitment_detail .deco_01,
.sec_tracking .deco_01 {
    position: absolute;
    top: 550px;
    left: 0;
}

.sec_recruitment_detail .deco_02,
.sec_tracking .deco_02 {
    position: absolute;
    bottom: 350px;
    right: 0;
}

.sec_recruitment_detail {
    background-size: 100% 100%;
}

.form_apply .input_group input,
.form_apply .input_group textarea,
.form_apply .input_group input[type=file]+label,
.form_apply .input_group .select-styled {
    background-color: #F4F4F4;
    border-radius: 8px;
    padding: 12px 16px;
    color: #161A1D;
    width: 100%;
}

.form_apply .input_group input::-webkit-input-placeholder,
.form_apply .input_group textarea::-webkit-input-placeholder,
.form_apply .input_group input[type=file]+label::-webkit-input-placeholder,
.form_apply .input_group .select-styled::-webkit-input-placeholder {
    color: #838383;
}

.form_apply .input_group input::-moz-placeholder,
.form_apply .input_group textarea::-moz-placeholder,
.form_apply .input_group input[type=file]+label::-moz-placeholder,
.form_apply .input_group .select-styled::-moz-placeholder {
    color: #838383;
}

.form_apply .input_group input:-ms-input-placeholder,
.form_apply .input_group textarea:-ms-input-placeholder,
.form_apply .input_group input[type=file]+label:-ms-input-placeholder,
.form_apply .input_group .select-styled:-ms-input-placeholder {
    color: #838383;
}

.form_apply .input_group input::-ms-input-placeholder,
.form_apply .input_group textarea::-ms-input-placeholder,
.form_apply .input_group input[type=file]+label::-ms-input-placeholder,
.form_apply .input_group .select-styled::-ms-input-placeholder {
    color: #838383;
}

.form_apply .input_group input::placeholder,
.form_apply .input_group textarea::placeholder,
.form_apply .input_group input[type=file]+label::placeholder,
.form_apply .input_group .select-styled::placeholder {
    color: #838383;
}

.form_apply .input_group .select-styled {
    background: -webkit-gradient(linear, left top, left bottom, from(#E5383B), to(#A4161A));
    background: linear-gradient(180deg, #E5383B 0%, #A4161A 100%);
    text-transform: uppercase;
    padding: 10px 16px;
    letter-spacing: 2px;
    color: #fff;
}

.form_apply .input_group .select-styled:after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(20%) hue-rotate(152deg) brightness(106%) contrast(106%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(20%) hue-rotate(152deg) brightness(106%) contrast(106%);
    width: 14px;
}

.form_apply .input_group .select-styled.active {
    border-radius: 8px 8px 0 0;
}

.form_apply .input_group .select-options li.is-selected {
    background-color: #7f100d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

.form_apply .input_group .select-options li.is-selected:hover {
    background-color: #5e0e0c;
}

.form_apply .input_group+.input_group {
    margin-top: 16px;
}

.form_apply .input_group input[type=file] {
    display: none;
}

.form_apply .input_group input[type=file]+label {
    color: #838383;
    background-image: url(../images/icon/icon_link.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 16px;
    padding-right: 60px;
}

.sec_hight_works_detail {
    background: #091019;
}

.sec_tracking {
    color: #161A1D;
}

.sec_tracking .tracking_form {
    gap: 10px;
}

@media (min-width: 768px) {
    .sec_tracking .tracking_form {
        gap: 12px;
    }
}

@media (min-width: 992px) {
    .sec_tracking .tracking_form {
        gap: 16px;
    }
}

@media (min-width: 1241px) {
    .sec_tracking .tracking_form {
        height: 20px;
    }
}

@media (min-width: 1801px) {
    .sec_tracking .tracking_form {
        height: 24px;
    }
}

@media (max-width: 767px) {
    .sec_tracking .tracking_form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.sec_tracking .tracking_form .group_select,
.sec_tracking .tracking_form .group_input {
    width: 340px;
}

.sec_tracking .tracking_form .group_select .select-styled,
.sec_tracking .tracking_form .group_input .select-styled {
    color: #fff;
    background: var(--Linear, linear-gradient(180deg, #F00 0%, #900000 100%));
}

.sec_tracking .tracking_form .group_select .select-styled:after,
.sec_tracking .tracking_form .group_input .select-styled:after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(268deg) brightness(104%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(268deg) brightness(104%) contrast(104%);
}

.sec_tracking .tracking_form .group_select input,
.sec_tracking .tracking_form .group_input input {
    width: 100%;
    height: 42px;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 12px 16px;
    text-align: center;
}

@media (max-width: 767px) {
    .sec_tracking .tracking_form .group_select {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .sec_tracking .tracking_form .group_input {
        width: calc(100% - 120px);
    }
}

@media (max-width: 767px) {
    .sec_tracking .tracking_form .group_buton {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .sec_tracking .tracking_form .group_buton .btn {
        height: 42px;
        line-height: 42px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .tracking_step {
        overflow: hidden;
    }
}

@media (min-width: 1241px) {
    .tracking_step {
        padding: 0 32px;
    }
}

@media (min-width: 1801px) {
    .tracking_step {
        padding: 0 50px;
    }
}

.tracking_step ul {
    padding-left: 0;
    margin-bottom: 0;
}

.tracking_step ul li {
    padding: 0 8px;
    width: 100%;
    overflow: hidden;
}

.tracking_step ul li .images {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #161A1D;
    position: relative;
    width: 36px;
    height: 36px;
}

.tracking_step ul li .images:before,
.tracking_step ul li .images:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -1px;
    width: 300px;
    border-top: 2px dashed #fff;
}

@media (max-width: 767px) {
    .tracking_step ul li .images:before,
    .tracking_step ul li .images:after {
        border-width: 1px;
    }
}

.tracking_step ul li .images:before {
    right: 100%;
}

.tracking_step ul li .images:after {
    left: 100%;
}

@media (min-width: 768px) {
    .tracking_step ul li .images {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 992px) {
    .tracking_step ul li .images {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1241px) {
    .tracking_step ul li .images {
        width: 75px;
        height: 75px;
    }
}

@media (min-width: 1801px) {
    .tracking_step ul li .images {
        width: 90px;
        height: 90px;
    }
}

.tracking_step ul li .images .icon {
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .tracking_step ul li .images .icon {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 992px) {
    .tracking_step ul li .images .icon {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1241px) {
    .tracking_step ul li .images .icon {
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 1801px) {
    .tracking_step ul li .images .icon {
        width: 50px;
        height: 50px;
    }
}

.tracking_step ul li:first-child .images:before,
.tracking_step ul li:last-child .images:after {
    display: none;
}

@media (max-width: 767px) {
    .tracking_step ul li:first-child {
        padding-left: 0;
        margin-right: -10px;
    }
}

@media (max-width: 767px) {
    .tracking_step ul li .text {
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap;
    }
}

.tracking_step ul li.active .images {
    background: var(--Linear, linear-gradient(180deg, #F00 0%, #900000 100%));
    border-color: #C8312D;
}

.tracking_des {
    border-radius: 10px;
    border: 1px solid #A7A7A7;
    background: #F5F5F5;
    padding: 16px;
}

@media (min-width: 1241px) {
    .tracking_des {
        padding: 24px;
    }
}

@media (min-width: 1801px) {
    .tracking_des {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .tracking_des dl {
        display: block;
        margin: 0;
    }
}

.tracking_table {
    border-radius: 10px;
    border: 1px solid #A7A7A7;
    background: #F5F5F5;
    color: #4B4B4B;
}

@media (max-width: 991px) {
    .tracking_table {
        padding: 8px 16px;
    }
}

.tracking_table .table_head {
    color: #C8312D;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .tracking_table .table_head {
        display: none;
    }
}

@media (min-width: 992px) {
    .tracking_table .table_tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .tracking_table .table_tr+.table_tr {
        border-top: 1px solid #A7A7A7;
    }
}

.tracking_table .table_tr .table_td {
    width: 100%;
    padding: 8px 0;
    word-break: break-word;
}

@media (max-width: 991px) {
    .tracking_table .table_tr .table_td {
        font-size: 16px;
    }
    .tracking_table .table_tr .table_td+.table_td {
        border-top: 1px solid #ccc;
    }
}

@media (min-width: 992px) {
    .tracking_table .table_tr .table_td {
        width: 11.1111111111%;
        padding: 16px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tracking_table .table_tr .table_td+.table_td {
        border-left: 1px solid #A7A7A7;
    }
}

.tracking_table .table_tr .ttl_head {
    color: #C8312D;
    font-weight: 700;
}

@media (min-width: 992px) {
    .tracking_table .table_tr .ttl_head {
        display: none;
    }
}

.sec_calender .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media (min-width: 768px) {
    .sec_calender .group {
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .sec_calender .group:not(.input_wrap) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.sec_calender .group label {
    display: block;
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sec_calender .group .input_wrap,
.sec_calender .group .select_wrap {
    width: 100%;
}

.sec_calender .group .input_wrap .select-styled,
.sec_calender .group .select_wrap .select-styled {
    background-color: #fff;
    color: #868686;
}

.sec_calender .group .select-options {
    color: #161A1D;
}

.sec_calender .group input {
    width: 100%;
    border-radius: 8px;
    height: 42px;
    padding: 12px 16px;
    border: none;
    outline: none;
    color: #161A1D;
}

.sec_calender .group input.input_calender {
    background-image: url(../images/icon/icon_calender.svg);
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 16px;
    padding-right: 10px;
}

.sec_calender .group_buton .btn_shared {
    width: 150px;
}

.sec_calender .calender_table {
    border-radius: 10px;
    border: 1px solid #A7A7A7;
    background: #F5F5F5;
    color: #4B4B4B;
    overflow: hidden;
}

.sec_calender .calender_table .heading {
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: var(--Linear, linear-gradient(180deg, #F00 0%, #900000 100%));
    padding: 12px;
}

@media (min-width: 1241px) {
    .sec_calender .calender_table .heading {
        padding: 16px;
    }
}

@media (min-width: 1801px) {
    .sec_calender .calender_table .heading {
        padding: 20px;
    }
}

.sec_calender .calender_table .table_wrap {
    overflow: auto;
}

.sec_calender .calender_table .table_wrap table {
    min-width: 1190px;
}

.sec_calender .calender_table table {
    width: 100%;
}

.sec_calender .calender_table table tr th,
.sec_calender .calender_table table tr td {
    padding: 12px 8px;
    font-size: 14px;
    line-height: 20px;
}

.sec_calender .calender_table table tr th+th,
.sec_calender .calender_table table tr th+td,
.sec_calender .calender_table table tr td+th,
.sec_calender .calender_table table tr td+td {
    border-left: 1px solid #ccc;
}

.sec_calender .calender_table table tr th .btn_shared,
.sec_calender .calender_table table tr td .btn_shared {
    line-height: 24px;
    border: none;
    height: 24px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 16px;
}

.sec_calender .calender_table table tr th {
    color: #C8312D;
    font-weight: 700;
}

.sec_calender .calender_table table tr+tr {
    border-top: 1px solid #ccc;
}

.services_page .sec_banner .slick-dots {
    position: absolute;
    bottom: 30px !important;
    left: 0;
    right: 0;
    z-index: 9;
}

.services_page .sec_banner .imgDrop {
    height: auto;
    padding-top: 44.1919191919%;
}

.services_page main {
    position: relative;
    min-height: calc(100vh - 66px);
}

@media (min-width: 1241px) {
    .services_page main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: inherit;
    }
}

.services_page .wraper_service {
    width: 100%;
    overflow: hidden;
}

.services_page .sidebar {
    width: 320px;
    background-color: #091019;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
}

@media (max-width: 1240px) {
    .services_page .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        width: auto;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .services_page .sidebar:not(.active) {
        pointer-events: none;
        opacity: 0;
    }
    .services_page .sidebar:not(.active)>.inner {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.services_page .sidebar>.inner {
    position: sticky;
    top: 66px;
    left: 0;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1240px) {
    .services_page .sidebar>.inner {
        top: 0;
        height: 100%;
        max-width: 320px;
        background-color: #091019;
    }
}

@media (max-width: 1240px) {
    .services_page .sidebar .accordion {
        height: 100%;
    }
}

@media (min-width: 1241px) {
    .services_page .sidebar .accordion {
        max-height: calc(100vh - 66px);
        overflow: auto;
    }
}

.services_page .sidebar .accordion-item {
    background-color: transparent;
    border: none;
}

.services_page .sidebar .accordion-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.services_page .sidebar .accordion-item .accordion-button {
    padding: 16px 24px;
}

.services_page .sidebar .accordion-item .accordion-button[aria-expanded=true] {
    background-color: #C8312D !important;
}

.services_page .sidebar .accordion-item .accordion-button:after {
    -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(4828%) hue-rotate(169deg) brightness(104%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(4828%) hue-rotate(169deg) brightness(104%) contrast(104%);
}

.services_page .sidebar .accordion-item .accordion-button[aria-expanded=false]:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.services_page .sidebar .accordion-item .accordion-link a {
    padding: 12px 24px;
    display: block;
}

.services_page .sidebar .accordion-item .ttl {
    color: #fff;
    text-decoration: none;
}

.services_page .sidebar .accordion-item .sub_menu {
    padding-left: 0;
    margin-bottom: 0;
    background-color: #C8312D;
}

.services_page .sidebar .accordion-item .sub_menu li {
    display: block !important;
}

.services_page .sidebar .accordion-item .sub_menu li:last-child {
    padding-bottom: 8px;
}

.services_page .sidebar .accordion-item .sub_menu li a {
    text-decoration: none;
    color: #fff;
    padding: 8px 16px 8px 32px !important;
    display: block !important;
}

@media (min-width: 768px) {
    .services_page .sidebar .accordion-item .sub_menu li a {
        padding: 12px 24px 12px 48px !important;
    }
}

.services_page .sidebar .accordion-item .sub_menu li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.services_page .sidebar .btn_close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.sec_consolidation {
    background: var(--Linear, linear-gradient(180deg, #E5383B 0%, #A4161A 100%));
    color: #fff;
}

.sec_consolidation .content_main {
    min-height: 400px;
    position: relative;
    color: #fff;
}

.sec_consolidation .content_main .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.sec_consolidation .content_main .bg:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.75;
    background: var(--1-e-2021, #1E2021);
    z-index: 1;
}

.sec_consolidation .content_main .bg img {
    position: fixed;
}

.sec_consolidation .content_main .container {
    position: relative;
    z-index: 1;
}

.sec_consolidation .content_main .item {
    margin: 0 16px;
}

.sec_consolidation .content_main .item .imgDrop {
    padding-top: 60.5263157895%;
}

.sec_form_service .form_service .group input,
.sec_form_service .form_service .group .select-styled,
.sec_form_service .form_service .group .select {
    border-radius: 8px;
    background-color: #F4F4F4;
    border: none;
    margin-top: 4px;
    height: 42px;
    padding: 12px 16px;
}

@media (min-width: 768px) {
    .sec_form_service .form_service .group input,
    .sec_form_service .form_service .group .select-styled,
    .sec_form_service .form_service .group .select {
        padding: 14px 16px;
        height: 52px;
    }
}

@media (min-width: 1801px) {
    .sec_form_service .form_service .group input,
    .sec_form_service .form_service .group .select-styled,
    .sec_form_service .form_service .group .select {
        height: 65px;
        padding: 18px 20px;
    }
}

.sec_form_service .form_service .group label {
    font-weight: bold;
}

.sec_form_service .form_service .group.style {
    position: relative;
}

@media (min-width: 768px) {
    .sec_form_service .form_service .group.style:before {
        position: absolute;
        content: "";
        height: 52px;
        top: 29.5px;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #F4F4F4;
        right: -30px;
        background-image: url(../images/bg_input.svg);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center right;
        border-radius: 8px 0 0 8px;
        z-index: 1;
    }
}

@media (min-width: 1801px) {
    .sec_form_service .form_service .group.style:before {
        height: 65px;
    }
}

@media (min-width: 768px) {
    .sec_form_service .form_service .group.style input {
        position: relative;
        z-index: 1;
        background-color: transparent;
    }
}

.sec_form_service .form_service .btn_shared {
    border: none;
}

#btn_sidebar {
    position: fixed;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    right: 0;
    top: 50%;
    z-index: 999;
    border-radius: 0 0 8px 8px;
    cursor: pointer;
}

@media (min-width: 1241px) {
    #btn_sidebar {
        display: none;
    }
}

.sec_commitment {
    position: relative;
}

.sec_commitment .deco {
    position: absolute;
    top: 0;
    right: 0;
}

.sec_commitment .deco:after {
    background-image: url(../images/deco_right2.png);
}

.sec_commitment .item {
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
    padding: 30px 16px;
    color: #161A1D;
}

@media (min-width: 992px) {
    .sec_commitment .item {
        padding: 40px 24px;
        margin: auto;
    }
}

@media (min-width: 1241px) {
    .sec_commitment .item {
        border-radius: 12px;
        padding: 50px 24px;
        max-width: 300px;
    }
}

@media (min-width: 1801px) {
    .sec_commitment .item {
        border-radius: 16px;
        padding: 90px 40px;
        max-width: 380px;
    }
}

.sec_commitment .item .icon {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

@media (min-width: 992px) {
    .sec_commitment .item .icon {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1241px) {
    .sec_commitment .item .icon {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 1801px) {
    .sec_commitment .item .icon {
        width: 90px;
        height: 90px;
    }
}

.sec_commitment .item .icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}