@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
.font-Manrope {
    font-family: "Manrope", sans-serif;
}
.font-Meiryo {
    font-family: 'メイリオ',Meiryo, sans-serif;
}
.load__more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 147px;
    height: 50px;
    border-radius: 30px;
    color: var(--color-ffffff);
    background-color: #282827;
    font-family: "Manrope", sans-serif;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
}
@media (max-width: 575px) {
    .load__more{
        height: 40px;
        max-width: 120px;
    }
}
.block_head_item{
    padding-bottom: 25px;
    border-bottom: 1px solid #C2C2C2;
}
.block_head_item .name__en {
    line-height: 1.1;
}
/* ==== */
.section_top_banner{
    padding: 24px 0;
}
.section_top_banner .article_top_banner{
    position: relative;
}
.article_top_banner .body__content{
    position: absolute;
    top: 30%;
    left: 0;
    width: calc(100% - 40px);
    color: #856E4D;
    padding: 0 0 0 48px;
    max-width: 100%;
}
.article_top_banner .body__content_2{
    color: var(--color-ffffff);
}
.article_top_banner .body__content .title__h1_banner{
    font-size: 48px;
}
.article_top_banner .body__content .text_dis_banner{
    line-height: 1.4;
}
.article_top_banner .scroll_down{
    position: absolute;
    top: calc(100% - 45px);
    right: 75px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
.article_top_banner .scroll_down span{
    display: block;
    width: 100%;
    margin-bottom: 7px;
    max-width: 99px;
}
.article_top_banner .scroll_down img{
    animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;
}
@keyframes down {
	0% {
		transform: translate(0);
	}
	40% {
		transform: translateY(12px);
	}
    80% {
		transform: translate(0);
	}
}

@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	40% {
		transform: translateY(12px);
	}
    80% {
		transform: translate(0);
	}
}

.sliderbanner_top {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
}

.item__sliderbanner {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.item__sliderbanner .image__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item__sliderbanner.active {
  opacity: 1;
  z-index: 1;
}
/* ================ */
.section_top_service{
    background-color: #FBFBFB;
    padding: 25px 0 110px;
    position: relative;
    background-image: url('../img/backgroud_img_service2.svg');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.title__top_tomorrow{
    font-size: 150px;
    color: rgb(71 71 71 / 90%);
    line-height: 1;
    text-align: right;
}
.main_top_service{
    margin-top: 55px;
}
.list_txt_service li:not(:last-child){
    margin-bottom: 35px;
}
.list_txt_service li .title_h3{
    margin-bottom: 7px;
}


.section_top_OurStrengths {
    padding: 30px 0 0 ;
}
.section_top_OurStrengths .article_body_OurStrengths{
    max-width: 100%;
}



.section_seminarANDnews{
    background-color: #FBFBFB;
    padding-top: 60px;
    position: relative;
}

.article_main_seminar{
    position: relative;
}
.content_main_seminar{
    background-image: url(../img/background_banner.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 80px 80px 0 0 ;
    padding: 48px 58px;
}
.content_main_seminar .body__seminar {
    background-color: rgb(255 255 255 / 80%);
    border-radius: 40px;
    padding: 45px 100px 25px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
}
.list_item_seminar .item__seminar{
    padding: 22px 0;
}
.list_item_seminar .item__seminar:not(:last-child){
    border-bottom: 1px solid #C2C2C2;
}
.item__seminar .content__flex{
    flex:  0 0 calc(100% - 215px);
    max-width: calc(100% - 215px);
}
.item__seminar .content__flex.content__flex_full{
    flex:  0 0 100%;
    max-width: 100%;
}
.item__seminar .btn_flex{
    flex:  0 0 215px;
    max-width: 215px;
}
.item__seminar .time__update{
    margin-bottom: 8px;
    color: #757575;
}
.list_event_seminar li:not(:last-child){
    margin-bottom: 9px;
}
.list_event_seminar .li_th{
    color: #757575;
    max-width: 80px;
    flex:  0 0 80px;
}



.article_main_news{
    background-color: #F2ECDD;
}
.body_main_news{
    background-color: var(--color-ffffff);
    padding: 50px 95px 185px;
    border-radius: 80px 80px 0 0;
    position: relative;
    z-index: 1;
}
.list_item_news li{
    padding: 24px 0;
    border-bottom: 1px solid #C2C2C2;
}
.list_item_news .item__news{
    color: #474747;
}
.list_item_news .item__news .time_news{
    color: #C2C2C2;
}
.list_item_news .item__news > div:not(:last-child){
    padding-right: 22px;
    white-space: nowrap;
}


.article_news_detail  .url__link_more a{
    color: #0693e3;
    text-decoration: underline;
}
.main__content_detail_company{
    line-height: 1.8;
    margin-bottom: 50px;
    font-size: 16px;
}
.main__content_detail_company h1{
    font-size: 30px;
    margin-bottom: 20px;
}
.content_txt_detail h2,
.main__content_detail_company h2
{
    border-left: 5px solid #474747;
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 35px;
}
.content_txt_detail h3,
.main__content_detail_company h3{
    border-bottom: 1px solid #474747;
    font-size: 18px;
    margin-bottom: 15px;
}
.content_txt_detail h4,
.main__content_detail_company h4{
    font-size: 16px;
    margin-bottom: 15px;
}
.content_txt_detail ul li,
.main__content_detail_company ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.content_txt_detail ul li::before,
.main__content_detail_company ul li::before{
    position: absolute;
    content: '';
    display: block;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-image: url(../img/check-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.content_txt_detail p{
	margin-bottom: 20px;
}
.main__content_detail_company p{
    margin-bottom: 30px;
}


/* == */

.section_banner_breadcrumb{
    padding-top: 0;
}
.section_banner_breadcrumb .image__banner img{
    height: 365px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 40px 40px;
}
.section_banner_breadcrumb  .body__content{
    padding-top: 0;
    padding-left: 78px;
    padding-bottom: 0;
    top: 60%;
    transform: translateY(-50%);
    height: auto;
    color: #474747;
}
.section_banner_breadcrumb .body__content .title__h1_banner{
    font-size: 36px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.section__breadcrumb{
    padding-top: 35px;
}

@media (min-width: 768px) {
    .nav__breadcrumb{
        margin-bottom: 115px;
    }
    .section_page_seminar .nav__breadcrumb{
        margin-bottom: 60px;
    }
    .section_page_OurStrengths .nav__breadcrumb,
    .section_page_newsdetail .nav__breadcrumb,
    .page-template-company-detail-template .nav__breadcrumb,
    .article_block_IPL .nav__breadcrumb,
    .section_page_contact .nav__breadcrumb,
    .section_page_Default  .nav__breadcrumb
    {
        margin-bottom: 50px;
    }
    .section__breadcrumb .nav__breadcrumb{
        margin-bottom: 0;
    }
    .section__breadcrumb{
        padding-top: 70px;
    }
    .article_main_single .section_banner_breadcrumb .body__content{
        max-width: 94%;
    }
}

.nav__breadcrumb li:not(:last-child){
    margin-right: 36px;
}
.nav__breadcrumb li{
    position: relative;
    color: #707070;
}
.nav__breadcrumb li:not(:last-child)::after{
    position: absolute;
    content: "";
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background-image: url('../img/icon_next_breadcrumb.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}
.nav__breadcrumb li a{
    color: #707070;
}

/* ==================== */
.article_block_IPL{
    padding: 70px 0 115px;
}
.head__block_service .image_i{
    font-size: 0;
    flex:  0 0 130px;
    max-width: 130px;
}
.head__block_service .title__h3 {
    flex:  0 0 calc(100% - 130px);
    max-width: calc(100% - 130px);
    align-content: center;
    border-bottom: 1px solid #C2C2C2;
}

.list__sv_IPL li:not(:last-child){
    margin-bottom: 25px;
}

.load__more_service{
    max-width: 380px;
    width: 100%;
    background-color: #474747;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    position: relative;
    margin-bottom: 15px;
}
.load__more_service img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    box-shadow: none;
}
.article_block_Patsnap{
    padding: 90px 0 75px;
}
.block__logo_Patsnap .txt__content{
    padding-left: 80px;
}
.list__menu_Patsnap{
    margin-left: -15px;
    margin-right: -15px;
}
.list__menu_Patsnap li{
    margin-bottom: 40px;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}
.list__menu_Patsnap a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 111px;
    border-radius: 10px;
    width: 100%;
    background-color: var(--color-ffffff);
    border: 1px solid #474747;
    position: relative;
}
.list__menu_Patsnap a::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 26px;
    height: 26px;
    background-image: url('../img/icon__btn_Patsnap.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}
.article_block_application{
    padding: 100px 0 115px;
}
.article_block_seminar{
    padding: 120px 0 170px;
}

/* ==================== */
.section_page_company{
    padding: 75px 0 230px;
    background-image: url('../img/backgroud__company2.svg');
    background-size: contain;
    background-position:  center bottom;
    background-repeat: no-repeat;
}
.list_item_info{
    margin-bottom: 160px;
}
.list_item_info .item_info{
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #707070;
}
.list_item_info .item_info:last-child{
    border-bottom: 1px solid #707070;
}
.list_item_info .item_info .li_th{
    flex: 0 25%;
    max-width: 25%;
    padding-left: 22px;
}
.list_item_info .item_info .li_td{
    flex: 0 75%;
    max-width: 75%;
    line-height: 1.8;
}

.block__company_map{
    margin-bottom: 100px;
}
.list__map_cp .item_map:not(:last-child){
    margin-bottom: 80px;
}
.list__map_cp .item_map .name__address{
    color: #707070;
}

.btn_bottom_company{
    background-image: url('../img/background_bottom_company.png');
    background-size: cover;
    background-position:  center center;
    background-repeat: no-repeat;
    background-color: rgb(255 255 255 / 80%);
    padding: 47px 0;
    border-radius: 40px;
}
.btn_bottom_company .item_btn{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 125px 10px 125px;
    position: relative;
    text-align: center;
    color: #fff;
}
.btn_bottom_company .item_btn:not(:last-child)::after{
    position: absolute;
    content: "";
    right: -0.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.btn_bottom_company .item_btn .icon_inbox_contact{
    position: absolute;
    bottom: 48px;
    right: 20px;
}

/* ======================= */
.section_page_news{
    padding: 75px 0 230px;
}
.article_body_news{
    max-width: 918px;
}
.list_blogs_item li{
    border-bottom: 1px solid #707070;
}
.list_blogs_item li .item__blogs{
    display: block;
    padding: 20px 10px 25px 40px;
    position: relative;
    width: 100%;
    color: #282827;
}
.list_blogs_item li .item__blogs::before{
    position: absolute;
    content: "";
    left: 7px;
    top: 26px;
    width: 9px;
    height: 18px;
    background-image: url('../img/icon__item_blogs.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.item__blogs .date__time{
    color: #707070;
}
.item__blogs .cate__blogs{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #282827;
    border-radius: 15px;
    height: 30px;
    padding: 2px 40px 0;
    color: var(--color-ffffff);
    margin-left: 28px;
    font-weight: 600;
}
.item__blogs .content__txt{
    padding: 16px 0 0 ;
}


/* .btn__back_news a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #474747;
    border-radius: 30px;
    color: #474747;
    font-size: 20px;
    background-color: var(--color-ffffff);
    padding: 2px 0 0;
    height: 50px;
    max-width: 262px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn__back_news a:hover{
    color: var(--color-ffffff);
    background-color: #474747;
} */
.btn__back_news img{
    transform: rotate(180deg);
    margin-right: 10px;
}




.section_page_seminar{
    padding: 75px 0 230px;
    background-image: url('../img/backgroud__seminar.svg');
    background-size: contain;
    background-position:  center top;
    background-repeat: no-repeat;
}

.item__block_seminar{
    background-color: var(--color-ffffff);
    border-radius: 40px;
    border: 1px solid #282827;
    padding: 25px 32px 20px 35px;
    color: #707070;
}
.item__block_seminar:not(:last-child){
    margin-bottom: 40px;
}
.item__block_seminar .list_info__seminar{
    position: relative;
}
.list_info__seminar li{
    padding: 20px 0 13px;
}
.list_info__seminar li:not(:last-child){
    border-bottom: 1px dotted #707070;
}
.list_info__seminar .iTh{
    flex: 0 0 110px;
    max-width: 110px;
}
.list_info__seminar .iTd{
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
}

.item__block_seminar .txt_update_time .txt__Update{
    background-color: #282827;
    color: var(--color-ffffff);
    width: 86px;
    height: 23px;
    line-height: 23px;
    margin-right: 12px;
    text-align: center;
}
.item__block_seminar .bottom_item .bottom__link{
    max-width: 145px;
    flex: 0 0 145px;
}

/* ======================= */
.section_page_OurStrengths{
    padding: 75px 0 230px;
    background-image: url('../img/backgroud__OurStrengths.svg');
    background-size: 100%;
    background-position:  center top;
    background-repeat: no-repeat;
}
.article_body_OurStrengths{
    max-width: 1032px;
}
.item_OurStrengths{
    position: relative;
    padding: 53px 0;
}
.item_OurStrengths:nth-child(even){
    flex-direction: row-reverse;
}
.item_OurStrengths .block__left{
    flex: 0 0 65%;
    max-width: 65%;
}
.item_OurStrengths .block_right{
    flex: 0 0 35%;
    max-width: 35%;
    text-align: right;
}
.item_OurStrengths .block_right img{
    max-width: 225px;
    border-radius: 50%;
    object-fit: cover;
}
.item_OurStrengths:nth-child(even) .block_right{
    text-align: left;
}

.item_OurStrengths .block__left .stt__point span{
    position: relative;
}
.item_OurStrengths .block__left .stt__point span::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 54px;
    height: 1px;
    background-color: #474747;
}

/* ======================= */
.article_main__container:has(.section_page_contact) ~ .footer-wrapper .block__contact_ff {
    display: none;
}
.article_main__container:has(.section_page_contact) ~ .footer-wrapper{
    padding-top: 54px;
}
.section_page_contact{
    padding: 75px 0 150px;
}

.article_body_contact{
    max-width: 865px;
}
.head__list_steps li{
    max-width: 200px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #707070;
    margin: 0 33px;
    background-color: var(--color-ffffff);
    color: #282827;
    position: relative;
    border-radius: 40px;
}
.head__list_steps li:first-child{
    background-color: #282827;
    color: var(--color-ffffff);
}
.article_body_contact:has(.fieldset-cf7mls-wrapper fieldset:last-child.cf7mls_current_fs) .head__list_steps li:first-child{
    background-color: var(--color-ffffff);
    color: #282827;
}
.article_body_contact:has(.fieldset-cf7mls-wrapper fieldset:last-child.cf7mls_current_fs) .head__list_steps li:nth-child(2){
    background-color: #282827;
    color: var(--color-ffffff);
}
.head__list_steps li:not(:last-child)::after{
    position: absolute;
    content: "";
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url('../img/icon__next_circle.svg') ;
    background-size: 100%;
    background-repeat: no-repeat;
}
.article_body_contact table td{
    vertical-align: middle;
    color: #282827;
    border-top: 12px solid #FBFBFB;
    border-bottom: 12px solid #FBFBFB;
    position: relative;
}
.article_body_contact td .form-control{
    border-color: #707070;
    border-radius: 5px;
    height: calc(1.5em + .75rem + 4px);
}
.article_body_contact td:first-child{
    width: 265px;
    padding-top: 9px;
}
.article_body_contact fieldset:last-child td:first-child{
	padding-top: 0;
}
.article_body_contact td label{
    position: absolute;
    right: 40px;
    top: 13px;
    color: #FF0000;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
}
.article_body_contact #cMessage{
    height: auto;
}
.article_body_contact .alinTop{
    vertical-align: top;
}
.btn__back_news a,
.btn__submit_back,
.btn__submit_contact{
    max-width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-ffffff);
    background-color: #282827;
    border: 1px solid #282827;
    font-size: 20px;
    width: 100%;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);
}
.btn__submit_contact:hover{
    background-color: var(--color-ffffff);
    color: #282827;
    border-color: #282827;
}
.btn__back_news a,
.btn__submit_back{
    background-color: var(--color-ffffff);
    padding-bottom: 2px;
    color: #282827;
}
.btn__submit_back:hover,
.btn__back_news a:hover{
    background-color: #282827;
    color: var(--color-ffffff);
}
.article_body_contact td .mw__338{
    max-width: 338px;
}
.main__contact_cp{
    margin-bottom: 140px;
}
.main__contact_cp p:not(:last-child){
    margin-bottom: 30px;
}
.btn__complete{
    width: 90%;
    display: flex;
    max-width: 540px;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: var(--color-ffffff);
    border: 1px solid #707070;
    border-radius: 30px;
    font-size: 16px;
    color: #707070;
}

.form_block_address .d-flexLeft{
    flex: 0 0 110px;
    max-width: 110px;
}
.form_block_address .d-flexRight{
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
}
.mw__230{
    max-width: 230px;
}
.d-flexLeft{
    position: relative;
    align-content: center;
}
.d-flexLeft p{
    line-height: 1;
}
.article_body_contact td .d-flexLeft label{
    right: 13px;
}
.form_block_address .d-flex{
    margin-bottom: 18px;
}
.Error_txtKan,
.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip{
    font-size: 10px;
    color: #dc3232;
}
.tdKatakana:has(.wpcf7-not-valid-tip) #Error_txtKan1{
    display: none;
}

/* ======================= */
.main__block_Patsnap .video__iframe{
    max-width: 696px;
}
.item_content_SvDetail{
    background-color: var(--color-ffffff);
    padding: 75px 0 95px;
}
.item_content_SvDetail:nth-child(even){
    background-color: #FBFBFB;
}
.item_content_SvDetail:last-child{
    padding-bottom: 250px;
}
.item_content_SvDetail:nth-child(even) .row{
    flex-direction: row-reverse ;
}
.item_content_SvDetail .cel__right{
    padding-left: 80px;
}
.item_content_SvDetail:nth-child(even) .cel__right{
    padding-left: 0;
    padding-right: 80px;
}


.table__body{
    position: relative;
}
.table__body .btn__submit_contact {
    float: none;
}

.cf7mls-btns.cf7mls-btns-last-step{
    display: none;
}
.table__body tr:last-child{
    position: relative;
}
.table__body .wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.submitting .btn__submit_contact,
.table__body .sending{
    opacity: 0.7;
    pointer-events: none;
    background-color: #707070;
    color: var(--color-ffffff);
}
.table__body .sending ~ .wpcf7-spinner{
    visibility: visible;
}
.td_bottom p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.td_bottom button{
    margin-left: 10px;
    margin-right: 10px;
}





.lightGallery__image{
    max-width: 650px;
    margin: 0 auto;
}
.img_user_Message{
	flex: 0 0 280px;
    max-width: 280px;
    padding-left: 85px;
}
.img_user_Message .image_user{
	margin-bottom: 15px;
}


.section_page_Default{
    padding: 70px 0 200px;
}
.main__page_Default{
    line-height: 1.8;
    font-size: 16px;
}
.main__page_Default h2,
.main__page_Default h3,
.main__page_Default h4,
.main__page_Default h5{
    margin-bottom: 0.7rem;
}
.main__page_Default ul,
.main__page_Default ol{
    padding-left: 17px;
    margin-bottom: 20px;
}
.main__page_Default p{
    margin-bottom: 1.6rem;
}


.page__coming_soon{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 545px;
    height: 104px;
    background-color: var(--color-ffffff);
    border: 1px solid #474747;
    color: #474747;
    font-weight: bold;
    margin: 0 auto 40px;
}
/* ======================= */
.wpcf7-not-valid-tip{
    font-size: 12px;
}
.embed-responsive{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.fal{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-chevron-left,
.fa-chevron-right{
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
}
.fa-chevron-left{
    background-image: url('../img/icon_angle_left.svg');
}
.fa-chevron-right{
    background-image: url('../img/icon_angle_right.svg');
}

@media (max-width: 1399px) {
    .sliderbanner_top{
        min-height: 570px;
    }
    .article_top_banner .body__content .title__h1_banner{
        font-size: 40px;
    }
    .section_top_banner:not(.section_banner_breadcrumb) .article_top_banner .body__content{
        top: 21%;
    }
    .section_top_banner:not(.section_banner_breadcrumb) .article_top_banner .image__banner img{
        min-height: 500px;
        object-fit: cover;
        border-radius: 35px;
    }
}

@media (max-width: 1199px) {
    .article_top_banner .body__content .title__h1_banner{
        font-size: 33px;
    }
    .title__top_tomorrow{
        font-size: 110px;
    }
    .content_main_seminar .body__seminar{
        padding-left: 50px;
        padding-right: 50px;
    }
}

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

@media (max-width: 991px) {
    .article_top_banner .body__content .title__h1_banner {
        font-size: 28px;
    }
    .section_top_banner .container_1280{
        max-width: 100%;
    }

    .content_main_seminar{
        padding: 30px 30px;
        border-radius: 40px 40px 0 0;
    }
    .content_main_seminar .body__seminar{
        border-radius: 25px;
    }
    
    .list_item_seminar .item__seminar{
        flex-wrap: wrap;
    }
    .item__seminar .content__flex,
    .item__seminar .btn_flex{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .item__seminar .btn_flex{
        margin-top: 18px;
    }

    .body_main_news{
        padding: 35px 60px 155px;
        border-radius: 40px 40px 0 0;
    }
    .content_main_news .load__more{
        margin-right: auto;
    }



    .btn_bottom_company .item_btn{
        padding: 80px 5px ;
    }
    .head__block_service .image_i{
        flex: 0 0 95px;
        max-width: 95px;
    }
    .head__block_service .title__h3{
        flex: 0 0 calc(100% - 95px);
        max-width: calc(100% - 95px);
    }

    /* .head__block_service .image_i{
        margin-right: 25px;
    } */
    .head__block_service .image_i img{
        max-height: 60px;
    }
    .block__logo_Patsnap .txt__content{
        padding-left: 40px;
    }
    .list__menu_Patsnap li{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .service__Patsnap .col-lg-5{
        text-align: center;
        margin-top: 15px;
    }
    .load__more_service{
        font-size: 16px;
        height: 51px;
    }
    .list__menu_Patsnap a{
        height: 95px;
    }


    .item_content_SvDetail .cel__right,
    .item_content_SvDetail:nth-child(even) .cel__right{
        padding: 0 15px;
    }
    .item_content_SvDetail .cel__right{
        margin-top: 15px;
        text-align: center;
    }
    .item_content_SvDetail .cel__right img{
        max-width: 480px;
        width: 100%;
    }

}

@media (max-width: 767px) {
    .article_top_banner .scroll_down{
        display: none;
    }
    .section_banner_breadcrumb .body__content{
        padding-left: 0;
        text-align: center;
        max-width: 100%;
    }
    .section_banner_breadcrumb .image__banner img{
        height: 250px;
    }
    .section_top_banner:not(.section_banner_breadcrumb),
    .section_top_banner:not(.section_banner_breadcrumb) .container {
        padding: 0;
    }
    .section_top_banner:not(.section_banner_breadcrumb) .article_top_banner .image__banner img{
        border-radius: 0;
    }

    .section_top_banner:not(.section_banner_breadcrumb) .article_top_banner .body__content{
        padding-left: 40px;
        padding-right: 40px;
    }

    .section_top_banner .article_top_banner .image_logo{
        margin-top: 12px;
    }
    .section_top_banner .article_top_banner .image_logo img{
        max-height: 130px;
    }
    .sliderbanner_top,
    .section_top_banner:not(.section_banner_breadcrumb) .article_top_banner .image__banner img{
        min-height: 420px;
    }
    .section_top_banner:not(.section_banner_breadcrumb) .article_top_banner .body__content{
        top: 22%;
        width: 100%;
    }
    


    .form-body,
    .form-body tbody,
    .form-body tr,
    .form-body td{
        display: block;
        width: 100%;
    }
    .form-body tr{
        margin-bottom: 15px;
    }
    .article_body_contact td:first-child{
        padding: 0;
        margin-bottom: 6px;
        width: 100%;
    }
    .article_body_contact table td{
        border: none;
    }
    .article_body_contact td:first-child label{
        position: relative;
        right: auto;
        top: -2px;
        display: inline-block;
        margin-left: 8px;
    }
    .article_body_contact td .mw__338{
        max-width: 100%;
    }
    .article_body_contact #form__textarea{
        height: 180px;
    }


    .item__block_seminar{
        border-radius: 25px;
    }
    .item__block_seminar:not(:last-child) {
        margin-bottom: 30px;
    }
    .list_info__seminar .iTh {
        flex: 0 0 80px;
        max-width: 80px;
    }
    .list_info__seminar .iTd {
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px);
    }

    .item_OurStrengths{
        padding: 25px 0;
    }
    .item_OurStrengths .block_right{
        padding-left: 20px;
    }
    .item_OurStrengths:nth-child(even) .block_right{
        padding-right: 20px;
        padding-left: 0;
    }

    .title__top_tomorrow{
        font-size: 62px;
    }
    .main_top_service .col-12.col-md-6:first-child{
        text-align: center;
    }

    .section_top_service{
        padding-bottom: 45px;
    }
    .main_top_service .Top_img_Service{
        max-width: 380px;
        width: 100%;
        margin: 0 auto 25px;
    }

    
    

    .section_seminarANDnews{
        padding-bottom: 80px;
    }
    .list_item_news li:first-child{
        padding-top: 0;
    }
    .list_item_news .item__news{
        flex-wrap: wrap;
    }
    .list_item_news .item__news .content_txt{
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 8px;
    }
    .list_item_news .item__news .category_news{
        padding: 3px 25px 2px;
        background-color: #282827;
        color: var(--color-ffffff);
        border-radius: 15px;
        font-size: 11px;
    }


    .article_block_IPL,
    .article_block_application
    {
        padding: 40px 0 30px;
    }
    .load__more_service{
        margin: 0 auto 15px;
    }
    .article_block_Patsnap{
        padding: 40px 0 20px;
    }
    .block__logo_Patsnap{
        flex-wrap: wrap;
    }
    .block__logo_Patsnap .image_i:not(.image_detail_sv) {
        display: none;
    }
    .block__logo_Patsnap .image_detail_sv{
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .block__logo_Patsnap .txt__content{
        padding-left: 0;
    }
    .list__menu_Patsnap{
        margin-left: -10px;
        margin-right: -10px;
    }
    .list__menu_Patsnap li{
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .list__menu_Patsnap a{
        height: 70px;
    }
    .list__menu_Patsnap a img{
        max-height: 41px;
    }

    .article_block_seminar{
        padding: 40px 0 200px;
    }
    .main__content_detail_company{
    	font-size: 14px;
    }
    .main__content_detail_company h1{
    	font-size: 22px;
    }
    .main_txt_Message{
    	flex-wrap: wrap;
    }
    .img_user_Message{
    	flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .head__list_steps li{
    	margin: 0 15px;
        height: 33px;
    	line-height: 33px;
    }
    .head__list_steps li:not(:last-child)::after{
        width: 21px;
    	height: 21px;
        right: -27px;
    }
}

@media (max-width: 575px) {
    .section_banner_breadcrumb{
        padding-bottom: 0;
    }
    .section_banner_breadcrumb .container{
        padding: 0;
    }
    .section_banner_breadcrumb .body__content{
        top: 65%;
    }
    .section_banner_breadcrumb .image__banner img{
        border-radius: 0;
        height: 220px;
        object-fit: none;
    }
    .section_top_banner:not(.section_banner_breadcrumb) .article_top_banner .body__content{
        padding-left: 20px;
        padding-right: 10px;
    }
    .article_top_banner .body__content .title__h1_banner{
        font-size: 21px;
    }
    .article_top_banner .body__content .title__h3_banner {
        font-size: 16px;
    }
    .article_top_banner .body__content .text_dis_banner{
        font-size: 12px;
    }
    .sliderbanner_top,
    .section_top_banner:not(.section_banner_breadcrumb) .article_top_banner .image__banner img {
        min-height: 390px;
    }
    .title__top_tomorrow{
        font-size: 52px;
    }


    .content_main_seminar{
        border-radius: 18px ;
        padding: 10px;
        margin-bottom: 25px;
    }
    .content_main_seminar .body__seminar{
        border-radius: 11px;
        padding: 15px 15px;
    }
    .list_event_seminar li{
        flex-wrap: wrap;
    }
    .list_event_seminar .li_th,
    .list_event_seminar .li_td{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .list_event_seminar .li_th{
        font-weight: 600;
        margin-bottom: 2px;
    }

    .article_main_news{
        background-color: transparent;
    }
    .body_main_news{
        padding: 23px 25px 135px;
        border-radius: 18px 18px 0 0;
    }



    .section_page_news{
        padding-top: 40px;
    }
    .list_blogs_item li .item__blogs{
        padding: 15px 0 15px 0;
    }
    .list_blogs_item li .item__blogs::before{
        content: none;
    }
    .item__blogs .content__txt{
        padding-top: 10px;
    }
    .item__blogs .cate__blogs{
        padding: 2px 21px 0;
        height: 26px;
        font-size: 11px;
    }
    .btn__back_news a{
        margin-left: auto;
        margin-right: auto;
    }

    .section_page_company{
        padding-top: 40px;
    }
    .list_item_info{
        margin-bottom: 65px;
    }
    .list_item_info .item_info .li_th{
        padding-left: 5px;
        flex: 0 0 85px;
        max-width: 85px;
    }
    .list_item_info .item_info .li_td{
        flex: 0 0 calc(100% - 85px);
        max-width: calc(100% - 85px);
    }
    .btn_bottom_company{
        flex-wrap: wrap;
        padding: 0;
        border-radius: 12px;
    }
    .btn_bottom_company .item_btn{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 35px 5px;
    }
    .btn_bottom_company .item_btn:not(:last-child)::after{
        right: auto;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 1px;
    }
    .btn_bottom_company .item_btn .icon_inbox_contact{
        right: auto;
        position: relative;
        bottom: auto;
        margin-top: 8px;
    }
    .list__map_cp .item_map .iframe__map iframe{
        height: 280px;
    }
    .block__company_map {
        margin-bottom: 60px;
    }
    

    .section_page_contact{
        padding: 40px 0 80px;
    }
    .head__list_steps{
        font-size: 12px;
    }
    .head__list_steps li:first-child{
        margin-left: 0;
    }
    .head__list_steps li:last-child{
        margin-right: 0;
    }
    .main__contact_cp{
        margin-bottom: 70px;
    }



    .section_page_seminar{
        padding-top: 40px;
    }
    .item__block_seminar{
        border-radius: 16px;
        padding: 20px 12px 20px 12px;
    }
    .list_info__seminar .iTh {
        flex: 0 0 70px;
        max-width: 70px;
    }
    .list_info__seminar .iTd {
        flex: 0 0 calc(100% - 70px);
        max-width: calc(100% - 70px);
    }
    .list_info__seminar li:first-child{
        padding-top: 10px;
    }
    .item__block_seminar .bottom_item{
        flex-wrap: wrap;
    }
    .item__block_seminar .bottom_item .bottom__link{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .item__block_seminar .bottom_item .bottom__link .load__more{
        height: 40px;
        margin-top: 20px;
    }


    .section_page_OurStrengths{
        padding-top: 40px;
    }
    .item_OurStrengths{
        flex-wrap: wrap;
    }
    .item_OurStrengths .block__left,
    .item_OurStrengths .block_right{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .item_OurStrengths .block_right,
    .item_OurStrengths:nth-child(even) .block_right{
        text-align: center;
    }
    .item_OurStrengths .block_right{
        margin-top: 12px;
    }
    .item_OurStrengths .block_right img{
        max-height: 160px;
    }


    .btn__submit_contact{
        height: 42px;
        font-size: 15px;
        padding-top: 2px;
    }
    .head__block_service .image_i{
        flex: 0 0 80px;
        max-width: 80px;
    }
    .head__block_service .title__h3{
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px);
    }
    /* .head__block_service .image_i{
        margin-right: 12px;
    } */
    .article_block_Patsnap{
        padding-bottom: 40px;
    }
    .list__menu_Patsnap a::after{
        content: none;
    }
    .list__menu_Patsnap a img {
        max-height: 30px;
    }
    
    .list__menu_Patsnap{
        margin-left: -5px;
        margin-right: -5px;
    }
    .list__menu_Patsnap li{
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .list__menu_Patsnap a{
        height: 57px;
        border-radius: 6px;
    }


    .block__logo_Patsnap .image_detail_sv img{
        max-width: 210px;
    }
    .item_content_SvDetail{
        padding: 40px 0 40px;
    }

    .article_main_single .section_banner_breadcrumb .body__content{
        top: 55%;
    }
    .article_main_single .section_banner_breadcrumb .body__content .title__h1_banner{
        font-size: 21px;
        padding: 0 10px;
    }
    
    .form_block_address{
    	padding-left: 25px;
    }
    .form_block_address .d-flexLeft{
        flex: 0 0 90px;
        max-width: 90px;
    }
    .form_block_address .d-flexRight{
        flex: 0 0 calc(100% - 90px);
        max-width: calc(100% - 90px);
    }

    .section_page_Default{
        padding-top: 40px;
    }
    .main__page_Default{
        font-size: 14px;
    }

    .page__coming_soon{
        max-width: 90%;
        height: 78px;
    }
    
}