.table thead tr th {
    vertical-align: middle;
}
.border {
    border-bottom: solid thin #b2b2b2;
    margin: 0 -0.5rem;
    padding: 0.5rem;
}
.border:first-child {
    padding-top: 0;
}
.border:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bd-none {
    border: 0;
}

/* accordion */

.accordion-container {
    padding: 0 2rem;
    position: relative;
    height: auto;
}
.accordion {
    position: relative;
    width: 100%;
    height: auto;
}
.accordion:last-child {
    border-bottom: none;
}
.accordion > .accordion-title {
    color: #004cbc;
    align-items: center;
    padding: 1rem 0 2rem 0;
    font-weight: 600;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    cursor: pointer;
}
.accordion-title:hover {
    opacity: .7;
}
.accordion-title .accordion-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 2rem;
    height: 2rem;
    margin-left: .5rem;
    border-radius: 50%;
    background-color: #f9e607;
    color: #000000;
}
.content {
    background-color: #fff;
    display: none;
}
.content p {
    text-indent: -2.5rem;
    padding-left: 4rem;
}
.text-indent-3 {
    text-indent: -3rem;
    padding-left: 3rem;
}
.d-inline-block {
    display: inline-block;
}
.table-bnrAds td{
    text-align: center;
}
.table-bnrAds tbody tr th {
    background-color: #e5edf8;
}
.main-sidebar .active {
    background-color: #6594d7;
}
textarea {
    white-space: normal;
}
@media (max-width: 968px) {
    .table-2 thead tr th, 
    .table-2 thead tr th:last-child, 
    .table-2 thead tr td, 
    .table-2 thead tr td:last-child, 
    .table-2 tbody tr th, 
    .table-2 tbody tr th:last-child, 
    .table-2 tbody tr td, 
    .table-2 tbody tr td:last-child {
        padding: 0.5rem 0;
    }
}

/**modal**/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    background-color: rgba(0,0,0,.7);
}

.modal-active {
    display: block;
}

.modal-fade .modal-content {
    opacity: 1;
    transform: translateY(0);
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.modal-content {
    position: relative;
    width: 50rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.9);
    opacity: 0;
    transform: translateY(-100%);
    transition: .3s ease-in-out;
    margin: 5rem auto 0;
}
.modal-header {
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}
.modal-body {
    width: 100%;
    padding: 1.5rem;
}
.modal-footer {
    width: 100%;
    text-align: center;
    padding: 1.5rem;
}

.modal-footer .btn {
    min-width: 16rem;
    padding: 1.5rem;
    font-size: 1.8rem;
    background-color: #cccccc;
}
.ttl-table {
    background-color: #6594d7;
}
@media screen and (min-width: 969px) {
    .page-login .body-login {
        min-height: auto;
    }
}
.page-login .title-page,
.page-login .header-login {
    color: #004dbd;
}
.page-login .header-login {
    border-color: #004dbd;
    background-color: #e5edf8;
}
.main-sidebar {
    overflow: hidden;
}

.detail-content .detail-body-ttl {
    width: 100%;
    border-bottom: solid .3rem #004DBD;
}

.detail-content .detail-body-ttl.mb-0 {
    margin: 0;
}

.detail-content .detail-body-ttl .title {
    position: relative;
    background-color: #004DBD;
    color: #ffffff;
    padding: .3rem 1rem;
    overflow: hidden;
    font-size: 2rem;
}

.detail-content .detail-body-product {
    width: 100%;
    margin-right: 0;
}

.detail-content .list-online .items-ttl {
    font-size: 1.6rem;
    font-weight: 400;
}

.detail-content .list-online .items-thumbnail.pdf {
    position: relative;
    height: 18.8rem;
    background-color: #FBEE52;
}
.detail-content .list-online .items-thumbnail.pdf a{
    padding-top: 1.8rem;
    flex-direction: column;
    justify-content: flex-start;
}
.detail-content .list-online .items-thumbnail.pdf img {
    width: 8.8rem;
}

.detail-content .list-online .items-thumbnail.pdf span {
    width: 100%;
    margin-top: 2rem;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 0 1rem;
    color: #333333;
}

.detail-content .list-online .items-thumbnail.video {
    height: 19rem;
}

.detail-content .list-online .items-thumbnail.video iframe {
    width: 100%;
}

.page-preview .title-page {
    font-size: 3.2rem;
    padding-bottom: 2rem;
    border-bottom: solid thin #333333;
}

.page-preview .btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-preview .btn {
    min-width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem 7rem;
}

.page-preview .btn + .btn {
    margin-top: 1rem;
}

.page-preview .btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%) rotate(45deg);
    border-top: solid .3rem #ffffff;
    border-right: solid .3rem #ffffff;
}

.page-preview .btn-video:after {
    border-top: solid .3rem #ffffff;
    border-right: solid .3rem #ffffff;
}

.page-preview .btn-contact:after {
    border-top: solid .3rem #333333;
    border-right: solid .3rem #333333;
}

.page-preview .btn-video {
    background-color: #000000;
    color: #ffffff;
}

.page-preview .btn-contact {
    background-color: #F9E708;
    color: #333333;
}
.page-preview .btn-contact:hover,
.page-preview .btn-video:hover {
    opacity: 1;
}
.page-preview .btn .ico {
    left: 2rem;
    width: 3.75rem;
}

.page-preview .detail-content .detail-header-text .zone {
    display: inline-block;
    color: #ffffff;
    border-radius: .3rem;
    padding: .2rem 1rem;
    margin: 0 0 1rem 0;
}

.page-preview .detail-content .detail-header-text .detail-ttl .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1;
}

.page-preview .detail-content .detail-header-text .detail-ttl .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background-color: #3371CA;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 1rem 0 0;
}

.page-preview .detail-content .detail-header-text .detail-ttl .tag.tag-online {
    align-items: flex-end;
}

.page-preview .detail-content .detail-header-text .detail-ttl .tag img {
    width: 75%;
}

.page-preview .detail-content .detail-header-text .detail-ttl .small {
    width: 100%;
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: .5rem;
}

@media screen and (min-width: 969px) {
    .detail-content .detail-body-ttl {
        display: flex;
        align-items: flex-end;
    }

    .detail-content .detail-body-ttl {
        margin: 0 0 5rem;
    }

    .detail-content .detail-body-ttl .title {
        font-size: 2.6rem;
        padding: 0.3rem 4rem 0.3rem 2rem;
    }

    .detail-content .detail-body-ttl .title:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: -1.5rem;
        border: solid 1.5rem transparent;
        border-bottom: solid 4.5rem #ffffff;
    }

    .detail-content .list-online.column-lg-5 .items {
        width: calc(100% / 5 - 2rem);
        background-color: #E5EDF8;
    }

    .page-preview .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 73.5rem;
        min-height: 8.6rem;
        font-size: 2.8rem;
        padding: 1rem 9rem;
    }
    .page-preview .btn .ico {
        left: 3rem;
        width: 7rem;
    }

    .page-preview .btn[href="javascript:void(0)"] {
        cursor: default;
    }

    .page-preview .detail-content .detail-header-text .detail-ttl .tag {
        width: 7.8rem;
        height: 7.8rem;
        font-size: 2.1rem;
    }

    .page-preview .detail-content .detail-header-text .detail-ttl .small {
        font-size: 2rem;
    }
}
textarea:disabled { 
    background-color: #dcdcdc;
}
.seminar-list .list {
    background-color: #E5EDF8;
}
.pdf_up_area {
    display: inline-block;
    margin: 0 0 0 1rem;
    /* background: #eaeaea;
    padding: 1.5rem; */
}
.pdf_up_area a {
    background-color: #f9e607;
    color: #333;
    width: auto;
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}
.mt-10 {
    margin-top: 10rem;
}
.table a.c-blue, p a.c-blue {
    color: #004dbd;
}

.video_box_in > div, .video_box_in .text, .video_box_in .error{
    padding-left: 2rem;
}
@media screen and (min-width: 969px) {
    .form .form-group .input-group {
        width: calc(100% - 24.6rem);
        padding: 3rem 0 3rem 2rem;
    }

    .form .form-group .input-group.fw-100 {
        width: calc(100%);
    }

    .form .form-group .label {
        max-width: 24.6rem;
    }

    .video_box_in.mt-0 {
        margin-top: 0;
    }
}
.page-login .group-login {
    border: solid thin #2965bc;
}

.title-preview {
    font-size: 3.2rem;
    font-weight: 700;
}

.text-comname {
    color: #cccccc;
    font-size: 1.8rem;
}

.zone.bg-1 {
    background-color: #009f9a;
}
  
/* .zone.bg-3 {
    background-color: #007ac3;
} */
  
.zone.bg-2 {
    background-color: #e72117;
}
  
.zone.bg-3 {
    background-color: #009142;
}
  
.zone.bg-4 {
    background-color: #ed6f09;
}
  
.zone.bg-5 {
    background-color: #8a5ba3;
}
  
.zone.bg-6 {
    background-color: #858585;
}
.fw-normal {
    font-weight: normal !important;
}
.detail-content .list-online .items-thumbnail {
    height: 20.5rem;
}
.detail-content .list-online .items-thumbnail a {
    width: 100%;
}
.detail-content .list-online .items-thumbnail a .product-img{
    min-width: 100%;
    max-width: none;
}
/* .detail-content-header .thumbnail {
    display: inline-block;
    height: auto;
    overflow: auto;
  }
  @media screen and (min-width: 969px) {
    .detail-content-header .thumbnail {
      height: auto;
    }
  } */
.form .video_box .form-group>.input-group .input-group{
    padding: 1.5rem;
}

@media screen and (min-width:969px) {
    .btn {
        min-width: 33.2rem;
    }
    .col-lg-7 {
        width: 58.3333%;
    }
    .col-lg-5 {
        width: 41.6667%;
    }

    .form .video_box .form-group .label {
        max-width: 18%;
        padding: 3.3rem 1rem;
        text-align: center;
        justify-content: center;
    }

    .form .video_box .form-group.form-group-2 .label {
        padding: 1rem 1rem;
    }

    .form .video_box .form-group>.input-group {
        width: 82%;
    }

    .form .video_box .form-group.form-group-2>.input-group {
        display: flex;
        align-items: center;
        padding: 1rem 0 1rem 2rem;
    }

    .p-lg-0 {
        padding: 0!important;
    }
    
    .form .video_box .form-group>.input-group .input-group {
        padding-right: 2rem;
    }

    .detail-content .list-online.align-items-normal {
        align-items: normal;
    }
}

.mr-1 {
    margin-right: 1rem;
}

.bd-bottom-dotted {
    border-bottom: dotted thin #b2b2b2;
}

.bd-solid {
    border: solid thin #b2b2b2;
}

.detail-content-header .thumbnail {
    align-items: normal;
    justify-content: normal;
}

.detail-content-header .thumbnail img {
    object-fit: contain;
}

.form .error:not(:empty) {
    font-size: 2rem;
    background: #ffe3e8;
    padding: .5rem 1rem;
}

.table tr.bg-gray {
    background-color: #e2e2e2;
}

.btn_upload {
    position: relative;
}

.btn_upload .link-pdf {
    /* position: absolute;
    top: 0; */
}

.video_box_in .readonly_txt {
    opacity: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media (max-width:968px) {
    .detail-content-header .thumbnail {
        height: 21rem;
    }   
}

.banner .visitor-group {
    width: 100%;
    max-width: 26rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #F9E708;
    padding: 2rem 1rem;
    color: #195FC4;
    font-size: 1.5rem;
    line-height: 1.333;
}

.banner .visitor-group .ttl {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.banner .visitor-group .ico {
    width: 10.5rem;
    margin-bottom: 1rem;
}

.banner .visitor-group .link {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 1.5rem;
    padding: 1.8rem 3.5rem 1.8rem 1.3rem;
}

.banner .visitor-group .link:after {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    right: 2rem;
    border-top: solid .3rem #ffffff;
    border-right: solid .3rem #ffffff;
    border-radius: .1rem;
    transform: translateY(-50%) rotate(45deg);
}
.table-viewList, .table-seminar {
    width: max-content !important;
}

.table-seminar .access_info {
    background: #ececec !important;
}

.table-seminar .user_info {
    background: #E5EDF8!important;
}

.table-seminar .seminar_comment {
    width: 600px;
}

.table-viewList thead tr th {
    text-align: left;
    border-bottom: solid thin #B2B2B2!important;
}
.table-viewList .access_info {
    background: #858585!important;
}

.table-viewList .user_info {
    background:#6594D7!important;
}

.table-viewList .seminar_comment {
    max-width: 408px;
}
.mw-380 {
    min-width: 380rem;
}
@media (min-width: 969px) {
    .mb-lg-5 {
     margin-bottom: 5rem;   
    }
}

.banner .visitor-group{
    display: block;
    max-width: 100%;
    text-align: center;
}
.banner .application .visitor-group::after{
    display: none;
}
.banner .visitor-group .link{
  margin-top: 0;
}
@media (max-width: 968px) {
  .banner .visitor-group .ttl{
    font-size: 2.8rem;
  }
}