body{
    background-color: #ccc;
}
.overlay_banner{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent,#000,#333, transparent);
    opacity: 0.5;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.section_slider .home-slider .swiper-slide {
    text-align: center
}

.section_slider .home-slider .swiper-slide img {
    display: block;
    margin: 0 auto
}

.section_slider .home-slider .swiper-button-next:after,.section_slider .home-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000
}

section {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    section {
        margin-bottom:20px
    }
}

.swiper-wrapper {
    padding-bottom: 1px
}

.section_about .title-smail {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #000;
    padding: 0;
    margin: 0 0 5px;
    display: inline-block;
    position: relative
}

@media (max-width: 991px) {
    .section_about .title-smail {
        margin-top:20px
    }
}

.section_about .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #0d2b6b;
    font-weight: 700
}

@media (max-width: 767px) {
    .section_about .title {
        font-size:30px;
        line-height: inherit
    }
}

.section_about .content {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px
}

.section_about .faq li {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px
}

.section_about .faq li h3 {
    font-size: 16px;
    position: relative;
    padding-right: 10px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0
}

.section_about .faq li h3 svg {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.5s
}

.section_about .faq li .content-faq {
    margin-top: 10px
}

.section_about .faq li:hover svg path {
    fill: #f3bd01
}

.section_about .faq li:hover h3 {
    color: #f3bd01
}

.section_about .faq li.active svg {
    transform: rotate(180deg) translate(0, 50%)
}

.section_about .faq li.active svg path {
    fill: #f3bd01
}

.section_about .faq li.active h3 {
    color: #f3bd01
}

.section_why {
    position: relative
}

.section_why>img {
    position: absolute;
    bottom: 0
}

.section_why .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #0d2b6b;
    font-weight: 700
}

@media (max-width: 767px) {
    .section_why .title {
        font-size:30px;
        line-height: inherit
    }
}

@media (max-width: 1199px) {
    .section_why .title {
        text-align:center
    }
}

.section_why .content {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .section_why .content {
        margin-top:0px;
        text-align: center
    }
}

.section_why ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.section_why ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .section_why ul li {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .section_why ul li {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section_why ul li .thumb {
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    height: 100%
}

.section_why ul li .thumb .icon {
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    background: #ebf9ff;
    transition: all .5s ease
}

.section_why ul li .thumb h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px
}

.section_why ul li .thumb .content-item {
    text-align: justify;
    display: block
}

.section_why ul li .thumb:hover .icon {
    transform: scale(0.8)
}

@media (min-width: 991px) {
    .section_quy_trinh {
        margin-bottom:120px
    }
}

.section_quy_trinh .title {
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    /* color: #0d2b6b; */
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .section_quy_trinh .title {
        margin-bottom:20px
    }
}

@media (max-width: 767px) {
    .section_quy_trinh .title {
        font-size:30px;
        line-height: inherit
    }
}

.section_quy_trinh .quytrinh {
    position: relative
}

.section_quy_trinh .quytrinh>img {
    position: absolute;
    top: 0
}

@media (max-width: 991px) {
    .section_quy_trinh .quytrinh>img {
        display:none
    }
}

.section_quy_trinh ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.section_quy_trinh ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px
}

@media (min-width: 991px) {
    .section_quy_trinh ul li:nth-child(1) {
        top:77px
    }

    .section_quy_trinh ul li:nth-child(3) {
        top: 27px
    }

    .section_quy_trinh ul li:nth-child(4) {
        top: 41px
    }
}

@media (max-width: 991px) {
    .section_quy_trinh ul li {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .section_quy_trinh ul li {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section_quy_trinh ul li .thumb {
    text-align: center;
    position: relative
}

.section_quy_trinh ul li .thumb .icon {
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    background: #fff;
    transition: all .5s ease
}

.section_quy_trinh ul li .thumb h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    position: relative
}

.section_quy_trinh ul li .thumb h3 .content-item {
    position: absolute;
    top: 0;
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    z-index: 9;
    opacity: 0;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    font-weight: 500
}

@media (max-width: 991px) {
    .section_quy_trinh ul li .thumb h3 .content-item {
        position:relative;
        opacity: 1;
        visibility: inherit;
        margin-top: 10px
    }
}

@media (min-width: 991px) {
    .section_quy_trinh ul li .thumb:hover .icon {
        transform:scale(0.8)
    }

    .section_quy_trinh ul li .thumb:hover .content-item {
        opacity: 1;
        transition: all 0.2s ease 0s;
        visibility: visible
    }
}

.section_tab_product .block-product {
    background: #fff;
    padding: 10px;
    border-radius: 15px
}

.section_tab_product .title {
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #0d2b6b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .section_tab_product .title {
        font-size:30px;
        line-height: inherit
    }
}

.section_tab_product .title a {
    color: #0d2b6b
}

.section_tab_product .title a:hover {
    color: #f3bd01
}

.section_tab_product .tabs-title {
    text-align: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    .section_tab_product .tabs-title {
        justify-content:flex-start;
        width: 100%;
        overflow-x: scroll
    }
}

.section_tab_product .tabs-title .tab-link {
    margin-bottom: 0;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    padding-right: 12px;
    font-size: 15px;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: center;
    position: relative
}

@media (max-width: 1199px) {
    .section_tab_product .tabs-title .tab-link {
        min-width:20%;
        padding: 5px 5px
    }
}

@media (max-width: 991px) {
    .section_tab_product .tabs-title .tab-link {
        min-width:25%
    }
}

@media (max-width: 767px) {
    .section_tab_product .tabs-title .tab-link {
        min-width:40%
    }
}

.section_tab_product .tabs-title .tab-link:last-child {
    margin-right: 0px
}

.section_tab_product .tabs-title .tab-link span {
    font-size: 16px;
    position: relative;
    display: block;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #0d2b6b;
    border-radius: 15px;
    color: #0d2b6b
}

@media (max-width: 767px) {
    .section_tab_product .tabs-title .tab-link span {
        font-size:14px;
        padding: 5px 10px
    }
}

.section_tab_product .tabs-title .tab-link.current span,.section_tab_product .tabs-title .tab-link:hover span {
    color: #fff;
    border-color: #f3bd01;
    background: #f3bd01
}

.section_tab_product .tab-content {
    display: none
}

.section_tab_product .tab-content.current {
    display: block
}

@media (max-width: 1199px) {
    .section_tab_product .tab-content .col-fix:nth-child(5) {
        display:none
    }
}

@media (max-width: 991px) {
    .section_tab_product .tab-content .col-fix:nth-child(4),.section_tab_product .tab-content .col-fix:nth-child(5) {
        display:none
    }
}

@media (max-width: 767px) {
    .section_tab_product .tab-content .col-fix:nth-child(4) {
        display:block
    }
}

@media (max-width: 767px) {
    .section_tab_product .e-tabs {
        margin-bottom:30px
    }
}

.section_duan_dalam .block-blog {
    background: #fff;
    padding: 10px;
    border-radius: 15px
}

.section_duan_dalam .title {
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #0d2b6b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .section_duan_dalam .title {
        font-size:30px;
        line-height: inherit
    }
}

.section_duan_dalam .title a {
    color: #0d2b6b
}

.section_duan_dalam .title a:hover {
    color: #f3bd01
}

.section_duan_dalam .see-more {
    margin-top: 0
}

@media (max-width: 991px) {
    .section_duan_dalam .see-more {
        margin-top:20px
    }
}

.section_brand .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #0d2b6b;
    font-weight: 700
}

@media (max-width: 767px) {
    .section_brand .title {
        font-size:30px;
        line-height: inherit
    }
}

.section_brand .content {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px
}

.section_brand ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (max-width: 767px) {
    .section_brand ul {
        margin-right:-2px;
        margin-left: -2px
    }
}

.section_brand ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .section_brand ul li {
        padding-right:2px;
        padding-left: 2px;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
        margin-bottom: 4px
    }
}

.section_brand ul li a {
    padding-bottom: 60%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 15px
}

.section_brand ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    transition: all .5s ease
}

.section_brand ul li a:hover img {
    transform: scale(0.8)
}

.section_blog .title {
    font-size: 35px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #0d2b6b;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .section_blog .title {
        font-size:30px;
        line-height: inherit;
        text-align: center
    }
}

.section_blog .title a {
    color: #0d2b6b
}

.section_blog .title a:hover {
    color: #f3bd01
}

.section_blog .see-more {
    width: 100%
}

.section_blog .block-blog {
    background: #fff;
    padding: 10px;
    border-radius: 15px
}

@media (max-width: 767px) {
    .section_blog .block-blog.block-blog1 {
        margin-bottom:20px
    }
}

.section_danhgia {
    background: linear-gradient(rgba(13,43,107,0.7), rgba(13,43,107,0.19)),url(//bizweb.dktcdn.net/100/487/020/themes/911678/assets/background_danhgia.jpg?1690852254238);
    padding: 50px 0;
    background-size: cover
}

.section_danhgia .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .section_danhgia .title {
        font-size:30px;
        line-height: inherit
    }
}

.section_danhgia .item .avatar {
    width: 200px;
    height: 200px;
    margin: auto;
    overflow: hidden;
    display: block;
    position: relative;
    background: #0d2b6b;
    border-radius: 50%
}

.section_danhgia .item .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    padding: 10px
}

.section_danhgia .item .content {
    color: #000;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    padding-top: 100px;
    margin-top: -100px
}

.section_danhgia .item .content h5 {
    font-size: 30px;
    font-weight: 700;
    color: #0d2b6b;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section_danhgia .item .content h5 {
        font-size:20px
    }
}

.section_danhgia .item .content span {
    color: #f3bd01;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d2b6b;
    font-size: 16px
}

@media (max-width: 767px) {
    .section_danhgia .item .content span {
        font-size:14px
    }
}

.section_danhgia .item .content p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: justify
}

@media (max-width: 767px) {
    .section_danhgia .item .content p {
        font-size:14px
    }
}

.section_1_banner .image-effect-banner {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.section_1_banner .image-effect-banner img {
    height: 200px
}

.section_1_banner .image-effect-banner img.loaded {
    height: auto
}

.section_1_banner .image-effect-banner .thumb-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    display: flex;
    background: linear-gradient(90deg, #0d2b6b 0%, rgba(255,255,255,0) 100%);
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 20px 100px 20px 50px
}

@media (max-width: 991px) {
    .section_1_banner .image-effect-banner .thumb-text {
        padding:20px 10px;
        position: relative;
        background: #0d2b6b;
        text-align: center;
        width: 100%
    }
}

.section_1_banner .image-effect-banner .thumb-text .section_1_banner_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

.section_1_banner .image-effect-banner .thumb-text .section_1_banner_content {
    margin-bottom: 10px
}

.section_1_banner .image-effect-banner .thumb-text .see-more {
    color: #fff;
    border-color: #fff
}

.section_1_banner .image-effect-banner .thumb-text .see-more:hover {
    border-color: #f3bd01;
    background: #f3bd01
}

.section_noibat .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #0d2b6b;
    font-weight: 700;
    text-align: center
}

@media (max-width: 767px) {
    .section_noibat .title {
        font-size:30px;
        line-height: inherit
    }
}

.section_noibat .content {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center
}

.section_noibat .thumb-image {
    overflow: hidden;
    display: block;
    position: relative;
    height: 400px;
    margin: auto
}

@media (max-width: 991px) {
    .section_noibat .thumb-image {
        margin-top:20px;
        margin-bottom: 20px
    }
}

.section_noibat .thumb-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section_noibat .congdung {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.section_noibat .congdung .item {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    height: 100%
}

.section_noibat .congdung .item .item-title {
    font-size: 20px;
    font-weight: 700;
    color: #0d2b6b;
    margin-bottom: 10px
}

.section_noibat .congdung .item:first-child {
    margin-bottom: 20px
}
.contact_datve{
    background-color: red;
    font-size: 22px;
    color: #fff;
    padding: 15px 20px;
    border-radius: 7px;
    font-weight: 700;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}
.image-css{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.box-img{
    padding-bottom: 66.66%;
    position: relative;
}
.slider_cacchuyen{
    margin: 0 -15px;
}
.slider_cacchuyen .slick-slide{
    padding: 0 15px;
}
.cover {
    background-size: cover!important;
}
.pv4-ns {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.ph4 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.f4 {
    font-size: 1.25rem;
}
.mv0 {
    margin-top: 0;
    margin-bottom: 0;
}
.measure {
    max-width: 30em;
}

.f5 {
    font-size: 1rem;
}
.mt2 {
    margin-top: 0.5rem;
}
.mb0 {
    margin-bottom: 0;
}
.gray {
    color: #777;
}
.lh-copy {
    line-height: 1.5;
}
.dark-gray {
    color: #333;
}
.b--light-gray {
    border-color: #eee;
}
.ba {
    border-style: solid;
    border-width: 1px;
}
.cms-banner-inner {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
}
.cms-banner-img a::before {
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.cms-banner-img a::after {
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.cms-banner-inner:hover .cms-banner-img a::before, .cms-banner-inner:hover .cms-banner-img a::after {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
.text-effect{
    bottom: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255 0 0);
    height:75px;
}
.contact_datve:hover{
    background-color: #fff;
    cursor: pointer;
    
}
.contact_datve:hover a{
    color: red;
}
.slider_tintuc .item{
    padding: 0 15px;
}
.slider_tintuc{
    margin: 0 -15px;
    margin-bottom: 30px;
}
.ph3 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.pv3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.b--light-gray {
    border-color: #eee;
    background: #fff;
}
.bt {
    border-top-style: solid;
    border-top-width: 1px;
}
.lifting:hover {
    -webkit-transform: translate(0,-2px);
    -ms-transform: translate(0,-2px);
    transform: translate(0,-2px);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15);
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
.aspect-ratio--16x9-ns {
    /* padding-bottom: 56.25%; */
}
.bg-dalton-1, .hover-bg-dalton-1:hover {
    background-color: #f50;
}
.mt3 {
    margin-top: 1rem;
}
.tc {
    text-align: center;
}
.mv3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.white {
    color: #fff;
}

.link {
    text-decoration: none;
}
.b {
    font-weight: 700;
}
.dib {
    display: inline-block;
}
.br2 {
    border-radius: 0.25rem;
}
button.bg-dalton-1:hover, [role='button'].bg-dalton-1:hover {
    background-color: #e54443;
    color: #fff;
}
.suntory-alo-phone.zalo svg{
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}
.suntory-alo-phone.suntory-alo-green.phone.zalo .suntory-alo-ph-circle-fill{
    background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-green.phone.zalo .suntory-alo-ph-img-circle{
    background-color: rgba(0, 175, 242);
}
.suntory-alo-phone.suntory-alo-green.phone.zalo .suntory-alo-ph-circle{
    border-color: rgba(0, 175, 242);
}
@media(max-width:768px){
    .cms-banner-inner{
        margin-bottom: 30px !important;
    }
    .contact_datve{
        transform: unset;
    }
    .text-effect{
        text-align: center;
        position: unset;
        font-size: 20px;
        transform: unset;
        height: 50px;
        margin-top: 30px;
    }
    .contact_datve{
        position: unset;
        font-size: 20px;
        display: inline-block;
        /* transform: unset; */
    }
    .cms-banner-img{
        text-align: center;
    }
    .logo_pc{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .z2{
        z-index: 2;
    }
    .z1{
        z-index: 1;
    }
    .banner_main{
        text-align: center;
    }
    .banner_main .contact_datve{
        margin-top: 20px;
    }
    .boxFleet .contents{
        display: none;
    }
    
}