/*
Theme Name: MTG
Theme URI: MTG
Author: TẬP ĐOÀN MINH THANH
Author URI:  MTG
Description: Minh Thanh là Tập đoàn kinh tế tư nhân đa ngành nghề được thành lập vào năm 2014 với khát vọng trở thành doanh nghiệp có sức ảnh hưởng lớn trong nước và từng bước vươn ra châu lục, đóng góp vào sự phát triển chung của đất nước trên con đường hội nhập quốc tế.
License: MTG
License URI: MTG
Text Domain: MTG
Tags: XUẤT KHẨU LAO ĐỘNG MINH THANH, XÂY LẮP – NỘI THẤT, XÚC TIẾN VIỆC LÀM, CÔNG NGHỆ – PHẦN MỀM, DU HỌC, ĐÀO TẠO NGOẠI NGỮ, XUẤT NHẬP KHẨU, ĐÀO TẠO AN TOÀN LAO ĐỘNG, PHÒNG VÉ – DU LỊCH – KHÁCH SẠN, ĐẦU TƯ TÀI CHÍNH, KINH DOANH RESORT – BẤT ĐỘNG SẢN
@charset "utf-8";

Version: 2.3
*/
/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.is-flex > [class*=\'col-\'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
footer{
    background: rgba(0,117,193,.2);
    padding: 30px 0px 0px;
}
.copyright-text{
    background: #0075c1;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    line-height: 25px;
}
.main-logo-ft {
    width: 100%;
    margin-bottom: 10px;
}
.main-logo-ft .img-ft{
    width: 100%;
    margin-bottom: 20px;
}
.main-logo-ft .img-ft img{
    max-width: 100%;
    height: auto;
}
.main-logo-ft .text-description-ft p{
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 25px;
}
.main-logo-ft .text-description-ft a{
    color: #007bff;
    text-decoration: none;
}
.main-logo-ft .text-description-ft a:hover{
    color: #0075c1;
}
.main-ft-cat ul {
    margin: 0px;
    padding: 0px;
}
.main-ft-cat ul li {
    display: block;
    margin-bottom: 5px;
}
.main-ft-cat ul li a{
    font-family: Gothic;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    color: #0075c1;
}
.main-ft-cat ul li:hover a{
    color: #0067b6;
}
.main-ft-social li{
    display: inline-block;
    margin-left: 20px;
}
.main-ft-social li:first-child{
    margin-left: 0px;
}
.main-ft-social li a {
    font-size: 35px;
}
.main-ft-social li:last-child a{
    font-size: 32px;
}
.box-news-home{
    width: 100%;
}
.box-news-home .box-list-item-new{
    width: 100%;
    margin: 20px 0px;
}
.box-news-home .box-list-item-new ul{
    margin: 0px;
    padding: 0px;
}
.box-news-home .box-list-item-new ul li{
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    padding: 10px 15px;
}
.box-news-home .box-list-item-new ul li a{
    font-size: 16px;
    line-height: 30px;
    font-family: Gothic;
    color: #0075c1;
    text-decoration: none;
    font-weight: 600;
}
.box-news-home .box-list-item-new ul li .date-news{
    font-size: 16px;
    color: #9a9a9a;
    padding: 0;
    margin-bottom: 5px;
    font-family: Gothic;
    font-weight: 600;
    margin-right: 5px;
}
.box-news-home .box-list-item-new ul li:last-child{
    border-bottom: 0px;
}
.box-news-home .box-item-new{
    height: 100%;
    width: 100%;
    position: relative;
}
.box-news-home .box-title-item{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-news-home .box-title-item .title-t{
    border-top: 0;
    border-bottom: 0;
    color: #0075c1;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 3px;
    padding: 0px;
    font-family: Gothic;
    margin: 0px;
    text-align: center;
    font-size: 60px;
    line-height: 75px;
}
.box-news-home .box-title-item .link-item{
    text-align: center;
    color: #0075c1;
    font-size: 16px;
    line-height: 30px;
}
.box-news-home .box-title-item .link-item a{
    text-decoration: none;
    font-weight: bold;
}
.box-news-home .box-list-item-new {
    border-left: 1px solid #dadada;
    height: 150px;
    overflow: auto;
}
/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
    float: right;
}
.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    width: 220px;
}
.sf-menu ul a{
    border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
    border-top: 1px solid rgba(255,255,255,.5);
}
.sf-menu a {
    border-left: 1px solid #fff;
    padding: 5px 15px;
    text-decoration: none;
    zoom: 1; /* IE7 */
}
ul#example ul li a{
    padding: .75em 1em;
}
.sf-menu a {
    color: #333;
    text-transform: uppercase;
    font-family: Gothic;
    font-size: 14px;
    line-height: 33px;
    font-weight: bold;
}
.sf-menu li {
    -webkit-transition: background .2s;
    transition: background .2s;
}
.sf-menu ul li {
    background: #009feb;
}
.sf-menu ul ul li {
    background: #009feb;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #0075c1;
    -webkit-transition: none;
    transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}
ul#example>li:hover a{
    color: white;
}
ul#example ul li a{
    line-height: 20px;
    text-transform: capitalize;
    font-family: Gothic;
}
.header_right_box {
    margin: 0px;
    padding: 0px;
}
.header_right_box li{
    display: block;
    max-width: 100%;
}
.header_right_box li img{
    width: 100%;
    height: auto;
}
.header_right_box li:hover img{
    opacity: 0.6;
}
.p-ac-section.p-ac-section-gray{
    background: #f0f0f0;
    padding: 90px 0 120px;
}
.p-ac-section.p-ac-section-gray .box-title{
    text-align: center;
}
.box-title .c-title-h2{
    font-weight: 800 ;
    margin: 0 15px;
    font-size: 20px;
    line-height: 40px;
    font-family: Gothic;
    text-align: center;
     padding-top: 20px;
    
}
.box-title .c-subtitle{
    text-align: center;
    font-size: 25px;
    color: #4d4d4d;
    letter-spacing: 1px;
    line-height: 35px;
    font-family: Gothic;
}
.p-ac-section.p-ac-section-gray .p-ac-merit-text {
    max-width: 900px;
    margin: 0px auto;
    display: block;
    margin-top: 40px;
}
.p-ac-section.p-ac-section-gray .p-ac-merit-text ul{
    margin: 0px;
    padding: 0px;
}
.p-ac-section.p-ac-section-gray .p-ac-merit-text ul li{
    background: white;
    margin: 15px auto 0px;
    font-family: Gothic;
    font-size: 18px;
    line-height: 35px;
    display: block;
    position: relative;
    font-weight: 500;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 100px;
    max-width: 600px;
}
.p-ac-section.p-ac-section-gray .p-ac-merit-text ul li:before{
    content: '';
    background: url(images/checked-2.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 11px;
}

.section-gray-custom {
    background: white;
    padding: 90px 0 90px;
}
.section-gray-custom .c-subtitle {
    font-weight: bold;
}
.section-gray-custom .c-subtitle a{
    text-decoration: underline;
}
.hs-cta-node .sub-title {
    text-align: center;
    margin: 15px 0px;
    color: #324158;
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
}
.p-ac-herois-foreigners-voice-speech.p-ac-herois-foreigners-voice-speech {
    width: 100%;
    margin-bottom: 80px;
}

.p-ac-herois-foreigners-voice-speech-detail {
    padding: 20px 30px 20px;
    background: white;
    position: relative;
    border: 3px solid #dbdbdb;
}
.p-ac-herois-foreigners-voice-speech-detail.left:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -15px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #dbdbdb;;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

}
.p-ac-herois-foreigners-voice-speech.p-ac-herois-foreigners-voice-speech.left .b-title {
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    font-family: Gothic;
    margin-bottom: 10px;
}
.p-ac-herois-foreigners-voice-speech-detail p{
    color: #303030;
    text-align: center;
    margin-bottom: 5px;
}
.list-speech-herois {
    max-width: 915px;
    margin: 0px auto;
    display: block;
    margin-top: 50px;
}
.full-icon-foreigners {
    height: 100%;
}
.icon-ac-herois-foreigners {
    height: 100%;
    position: relative;
    top: 40px;
}
.icon-ac-herois-foreigners img{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-ac-herois-foreigners-voice-speech-detail.right{
    position: relative;
}
.p-ac-herois-foreigners-voice-speech-detail.right:before{
    content: "";
    position: absolute;
    top: 30px;
    right: -30px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #dbdbdb;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.section-gray-custom.mobile {
    display: none;
}
.p-ac-herois-foreigners-voice-speech-detail h3{
    margin-left: 0px;
    margin-right: 0px;
    margin: 0px;
    text-align: center;
}
.c-title-h2.blue{
    color: #0075c1;
}
.p-ac-absolute-content {
    background: white;
    padding: 50px 50px 50px 50px;
}
.p-ac-absolute-content h3 {
    margin: 0px;
    margin-bottom: 10px;
    font-family: Gothic;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.p-ac-absolute-content p{
    font-size: 14px;
    line-height: 25px;
    font-family: Gothic;
}
.full-photo .rellax-scroll {
    height: 100%;
    position: relative;
    z-index: 2;
    bottom: 20px;
}
.full-photo .list-photo-custom {
    bottom: 0px;
}
.full-photo .list-photo-custom  .p-ac-absolute-number{
    font-size: 120px;
    font-family: Gothic;
    opacity: 0.3;
    letter-spacing: 2px;
    font-weight: bold;
}
.repeat-photo {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block;
}
.p-ac-absolute-photo {
    height: 100%;
    width: 100%;
}
.p-ac-absolute-photo img{
    width: 100%;
}
.p-ac-absolute-number.right {
    text-align: right;
}
.p-ac-absolute-number.left {
    text-align: left;
}
.rellax-scroll.left {
    right: -50px;
}
.rellax-scroll.right {
    left: -50px;
}
.repeat-photo.left {
    padding-right: 50px;
}
.repeat-photo.right {
    padding-left: 48px;
}
.hs-cta-node {
    padding: 40px 0px;
    background: #e8f3fe;
}

.banner-custom-img-h img {
    width: 100%;
    height: auto;
}
.banner-custom-img-h {
    margin-bottom: 30px;
    max-width: 1400px;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
}
.description-d{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    max-width: 800px;
    margin: 0px auto;
    display: block;
    text-align: center;
    padding: 50px 0px;
}
.p-ac-section.p-ac-section-white {
    padding: 40px 0px;
    background: white;
}
.p-ac-3columns-box-icon{
      text-align: center;
    border: 4px solid rgb(178 217 250);
    background: white;
    position: relative;
    padding: 30px 15px 0px 15px;
    height: 100%;
    margin-bottom: 30px;
    border-radius: 4px;
    
}
.full-box-i{
    margin-bottom: 20px;
}
.p-ac-section.p-ac-section-white .box-title {
    margin-bottom: 30px;
}
.p-ac-3columns-box-icon .box-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 43px;
    margin-top: 20px;
}
.p-ac-3columns-box-icon .box-icon img{
    max-width: 100px;
    height: auto;
}
.hs_cos_wrapper_module .box-hs-module .s-title .tel_items {
    font-size: 30px;
    text-align: left;
}
.p-ac-3columns-box-icon .a-title {
    margin: 0px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
.p-ac-3columns-box-icon  .d-ac {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    font-family: Gothic;
    text-align: justify;
}
.p-ac-3columns-box-icon .d-ac{
    color: #0F5CA0;
    text-align: center;
}
.hs_cos_wrapper_module .box-title {
    color: white;
    margin-bottom: 30px;
    position: relative;
}
.hs_cos_wrapper_module{
   /*// background-image: url("images/bg-icon.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.hs_cos_wrapper_module .box-hs-module {
    width: 100%;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 20px;
    max-width: 480px;
    margin: 0px auto;
}
.box-hs-module.bg-blue{
    position: relative;
    height: 100%;
    text-align: center;
}
.box-hs-module.bg-green{
    height: 100%;
    text-align: center;
    position: relative;
}
.hs_cos_wrapper_module .box-hs-module .s-title{
    font-weight: bold;
    color: white;
    position: relative;
    margin-bottom: 25px;
}
.box-hs-module.bg-green:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #61605a;
    position: absolute;
    opacity: 0.7;
}
.box-hs-module.bg-blue:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #61605a;
    position: absolute;
    opacity: 0.7;
}
.hs_cos_wrapper_module .back-link-contact{
    color: white;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    line-height: 35px;
    font-family: Gothic;
}
.hs_cos_wrapper_module .back-link-contact {
    color: white;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    line-height: 35px;
    font-family: Gothic;
    border: 2px solid white;
    padding: 10px;
    display: block;
    max-width: 200px;
    margin: 0px auto;
    background: black;
}
.hs_cos_wrapper_module .back-link-contact img {
    width: 30px;
    height: 30px;
}
.hs_cos_wrapper_module .back-link-contact:hover{
    opacity: 0.7;
}
.hs_cos_wrapper_module .d-description {
    text-align: center;
    margin-top: 30px;
    color: white;
    font-weight: bold;
    font-family: Gothic;
    font-size: 18px;
    line-height: 35px;
}
.gallery-thumbnail{
    background: #0075c1;
    padding: 30px 0px;
}
.gallery-thumbnail .owl-dots .owl-dot{
    display:inline-block;
    width:12px;
    height:12px;
    border:2px solid white;
    border-radius:8px;
    margin-left: 8px;
}
.gallery-thumbnail .owl-dots .owl-dot.active{
    background:white;
    outline: none !important;
}
.gallery-thumbnail .owl-dots .owl-dot:first-child{
    margin-left: 0px;
}
.gallery-thumbnail .owl-dots{
    width: 100%;
    display: block;
    text-align: center;
}
.gallery-thumbnail .box-title {
    margin-bottom: 20px;
    color: white;
}
.list-item-gallery .item .g-title {
    margin: 10px 0px;
    font-size: 16px;
    color: white;
    line-height: 30px;
    font-family: Gothic;
    text-align: center;
}
.main-slider-img {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px;
    position: relative;
}
.main-slider-img:before {
    background: #1b2529;
    content: "";
    width: 100%;
    position: absolute;
    top: 0px;
    display: block;
    left: 0px;
    height: 100%;
    opacity: 0.5;
}
.main-slider-img .h-title {
    margin: 0px;
    color: white;
    position: relative;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}
.main-menu-mobile .line {
    width: 35px;
    height: 1px;
    background: #0175c2;
    display: block;
    margin-bottom: 4px;
}
.main-menu-mobile {
    text-align: right;
    float: right;
    padding: 10px 0px;
    cursor: pointer;
}
.main-mobile-head {
    width: 100%;
    padding: 20px 0px;
}
.main-mobile-head{
    display: none;
}
div#abc {
    background: #0175c2;
}
div#abc .mm-navbar {
    background: #0067b6;
    color: white;
}
div#abc .mm-navbar .mm-title{
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    line-height: 30px;
}
.logo-mobile {
    position: relative;
}
.main-banner-page .b-custom-page {
    max-width: 600px;
    position: relative;
    padding: 20px;
    text-align: center;
}
.main-banner-page .b-custom-page:before {
    content: "";
    background: #3173e1;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.main-banner-page .b-custom-page .s-title{
    position: relative;
    color: white;
    font-family: Gothic;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}
.main-banner-page .b-custom-page ul{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    display: block;
}
.main-banner-page .b-custom-page li{
    display: inline-block;
    position: relative;
}
.main-banner-page .b-custom-page li a{
    color: white;
    text-decoration: none;
    border: 2px solid white;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 35px;
    display: block;
     max-width: 225px;
}
.main-banner-page{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 40px 0px;
    position: relative;
}
.main-banner-page:before{
    content: "";
    display: block;
    background: #16191bd4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.4;
}
.main-banner-page .p-title {
    position: relative;
    color: white;
}
.main-banner-page .p-title .t-tile{
    font-size: 25px;
    line-height: 40px;
    font-family: Gothic;
    text-transform: uppercase;
    font-weight: bold;
}

.main-banner-page .p-title .t-tile,.main-banner-page .p-title .b-title{
    margin:0px 0px 10px 0px;
}
.main-banner-page .p-title .b-title{
    font-family: Gothic;
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
}
.main-service-list {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
}
.main-service-list .box-s-list .s-img {
    width: 120px;
    height: 120px;
    background: white;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
}
.main-service-list .box-s-list .s-img img{
    max-width: 80px;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.main-service-list .s-d-description {
    padding: 10px 10px;
    text-align: center;
}
/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.is-flex > [class*=\'col-\'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main-service-list .s-d-description .s-l-title{
    font-size: 15px;
    line-height: 25px;
    font-family: Gothic;
    font-weight:400;
    margin: 0px;
    color: #324158;
}
.main-service-list .box-title {
    margin-bottom: 40px;
}
.main-service-list .box-s-list {
    border: 4px solid rgb(178 217 250);
    padding-top: 20px;
    margin-bottom: 20px;
    display: block;
    height: 100%;
    border-radius: 4px;
}
.list-step-apply {
    background: white;
    padding: 60px 0px;
    width: 100%;
}
.list-step-apply .l-icon {
    text-align: center;
}
.list-step-apply .l-icon img{
    max-width: 100px;
}
.list-step-apply .d-text-description .count{
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    color: #0F5CA0;
}
.custom-view-detail {
    background: white;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #324158;
    border: 2px solid #324158;
    text-decoration: none !important;
    border-radius: 4px;
    display: inline-block;
}

.list-step-apply .m-descriptio{
    font-size: 16px;
    line-height: 30px;
}
.list-step-apply .list-step-items{
    width: 100%;
    display: block;
    margin: 20px 0px;
}
.list-jobs-items {
    width: 100%;
    padding: 60px 0px;
}
.list-jobs-items{
    width: 100%;
}
.list-jobs-items .jobs-list-items-custom{
    width: 100%;
    position: relative;
}
.list-jobs-items .jobs-list-items-custom .j-box-jobs{
    width: 100%;
    border: 2px solid #a6a6a6;
}
.list-jobs-items .jobs-list-items-custom .j-box-jobs .title {
    width: 100%;
    text-align: center;
}
.list-jobs-items .jobs-list-items-custom .j-box-jobs .title .v-title{
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.list-jobs-items .jobs-list-items-custom .j-box-jobs .title .v-title a{
    text-decoration: none;
    font-weight: 500;
}
.list-jobs-items .jobs-list-items-custom .c-description-j{
    background: #d9d9d9;
    padding: 12px 15px;
    margin: 15px 0px;
    margin-top: 6px;
}
.list-jobs-items .jobs-list-items-custom .c-description-j .location{
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list-jobs-items .jobs-list-items-custom .c-description-j .location-user{
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}
.list-jobs-items .jobs-list-items-custom  .condition-jobs ul{
    margin: 0px;
    padding: 0px;
}
.list-jobs-items .jobs-list-items-custom  .condition-jobs ul li{
    display: block;
}
.list-jobs-items .jobs-list-items-custom .condition-jobs ul li {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    font-family: Meiryo;
}
.list-jobs-items .jobs-list-items-custom .condition-jobs ul .i-c{
    position: relative;
    padding-left: 70px;
}
.list-jobs-items .jobs-list-items-custom .condition-jobs ul .i-c:before{
    content: '';
    background: url('images/icon-a.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: -4px;
}
.list-jobs-items .jobs-list-items-custom .j-box-jobs .f-box-condition .icon-b-b{
    position: relative;
    padding-left: 70px;
}
.list-jobs-items .jobs-list-items-custom .condition-jobs ul .i-b,.list-jobs-items .jobs-list-items-custom .j-box-jobs .f-box-condition .icon-i{
    position: relative;
    padding-left: 70px;
}
.list-jobs-items .jobs-list-items-custom .f-box-condition {
    padding: 20px 30px;
}
.list-jobs-items .jobs-list-items-custom .f-box-condition .condition-jobs {
    margin-top: 20px;
}
.list-jobs-items .jobs-list-items-custom .condition-jobs ul .i-b:before{
    content: '';
    background: url('images/ciocn-c.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 2px;
    top: -4px;
}
.list-jobs-items .jobs-list-items-custom .j-box-jobs .f-box-condition .icon-i:before{
    content: '';
    background: url('images/icon-d.jpeg');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 2px;
    top: -4px;
}
.list-jobs-items .jobs-list-items-custom .icon-b-b:before{
    content: '';
    background: url('images/icon-b.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 2px;
    top: -4px;
}
.list-jobs-items .l-condition-icon {
    width: 100%;
}
.list-jobs-items .l-condition-icon ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.list-jobs-items .l-condition-icon ul li{
    display: inline-block;
    border: 1px solid #4285f4;
    padding: 2px 15px;
    background: #4285f4;
    color: white;
    font-size: 16px;
    line-height: 30px;
    font-family: Gothic;
    font-weight: bold;
}
.list-jobs-items .l-condition-icon ul li:last-child{
    margin-left: 15px;
}
.list-jobs-items .apply-jobs-items {
    width: 100%;
    text-align: center;
    background: #d9e7fd;
    padding: 20px 30px;
    border-top: 2px solid #a6a6a6;
}
.list-jobs-items .job-apply-custom {
    padding: 12px 30px;
    color: #ff9f30;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #ff9f30;
    border-radius: 4px;
    background: #ffebd3;
}
.list-jobs-items .box-title {
    width: 100%;
    margin-bottom: 30px;
}
.list-jobs-items .jobs-list-items-custom .j-box-jobs .b-custom-fake .title{
    padding: 0px 10px;
    background: #f5b8bc;

}
.list-jobs-items .jobs-list-items-custom .j-box-jobs .b-custom-fake{
    padding: 3px;
}
.list-jobs-items .jobs-list-items-custom .j-box-jobs .title .v-title{
    color: #FFFFFF;
}
.list-jobs-items .nav-button.owl-prev{
    font-size: 90px;
    color: #4285f4;
    position: absolute;
    top: 30%;
    left: 0px;
}
.list-jobs-items .nav-button.owl-next {
    font-size: 90px;
    color: #4285f4;
    position: absolute;
    top: 30%;
    right: 0px;
}
.apply-jobs-items-custom {
    text-align: center;
    margin-top: 40px;
}
.apply-jobs-items-custom .job-apply-custom {
    padding: 13px 50px;
}
.breadcrumb {
    font-size: 18px;
    padding: 15px 0px;
    line-height: 35px;
    font-family: Gothic;
    margin-bottom: 0px;
}
.list-jobs-forget-page {
    width: 100%;
}
.list-jobs-forget-page .full-for-jobs .title-jobs {
    margin: 0px;
    color: #0075c1;
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: Gothic;
    font-weight: bold;
}
.sub-data-jobs-custom .apply-jobs-single {
    padding-top: 20px;
    padding-bottom: 30px;
}
.m-newJobList.is-detailList {
    width: 100%;
    margin-bottom: 20px;
}
.m-newJobList.is-detailList .m-jobs-title{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.m-newJobList.is-detailList .m-img-jobs {
    max-width: 200px;
    float: left;
    margin-right: 20px;
}
.m-newJobList.is-detailList .m-jobs-title .title{
    width: 100%;
    padding: 10px 20px 0px 20px;
}
.m-newJobList.is-detailList .m-jobs-title .v-title {
    margin: 0px;
    color: #4285f4;
    font-weight: bold;
    line-height: 35px;
    font-size: 18px;
    font-family: Gothic;
}
.m-newJobList.is-detailList .c-description-j{
    width: 100%;
    padding: 10px 20px;
}
.m-newJobList.is-detailList .c-description-j p{
    background: #d9d9d9;
    font-family: Gothic;
    font-size: 18px;
    line-height: 35px;
    padding: 15px 20px;
}
.m-newJobList.is-detailList .l-custom-img {
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
}
.m-newJobList.is-detailList ul .i-c {
    position: relative;
    padding-left: 30px;
}
.m-newJobList.is-detailList ul li {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    position: relative;
}
.m-newJobList.is-detailList .condition-jobs {
    padding-left: 220px;
}
.m-newJobList.is-detailList ul .i-c:before {
    content: '';
    background: url(images/location.png);
    background-repeat: no-repeat;
    background-size: 20px 30px;
    display: block;
    position: absolute;
    width: 20px;
    height: 30px;
    left: 0px;
    top: -2px;
}

.m-newJobList.is-detailList ul .i-b:before {
    content: '';
    background: url(images/location-user.png);
    background-repeat: no-repeat;
    background-size: 20px 30px;
    display: block;
    position: absolute;
    width: 20px;
    height: 30px;
    left: 0px;
}
.m-newJobList.is-detailList ul .i-b {
    position: relative;
    padding-left: 30px;
}
.m-newJobList.is-detailList .l-condition-icon {
    padding-left: 220px;
}
.m-newJobList.is-detailList .l-condition-icon ul li {
    display: inline-block;
}
.m-newJobList.is-detailList .l-condition-icon ul li {
    display: inline-block;
    border: 1px solid #4285f4;
    padding: 2px 15px;
    background: #4285f4;
    color: white;
    font-size: 16px;
    line-height: 30px;
    font-family: Gothic;
    font-weight: bold;
}
.m-newJobList.is-detailList .apply-jobs-items {
    width: 100%;
    text-align: center;
    background: #d9e7fd;
    padding: 20px 30px;
    margin-top: 20px;
    border-top: 1px solid #a6a6a6;
}
.m-newJobList.is-detailList .job-apply-custom {
    background: #ff6d01;
    padding: 8px 30px;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}
.full-for-jobs .sub-full-jobs {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #d9d9d9;
}
.m-more.pageLoadMore{
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.m-more.pageLoadMore a{
    border-radius: 4px;
    background: #fff;
    max-width: 400px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    position: relative;
    text-decoration: none;
    font-family: Gothic;
    text-transform: uppercase;
}
.m-more.pageLoadMore a i {
    float: right;
    position: relative;
    right: 10px;
    top: 8px;
    font-size: 30px;
    color: #d9d9d9;
}
ul#example .lang-item-vi a{
    position: relative;
}
ul#example .lang-item-vi a:before {
    content: '';
    background: url(images/vi.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    left: 10px;
    top: 8px;
}
ul#example .lang-item-ja a{
    position: relative;
}
ul#example .lang-item-ja a:before {
    content: '';
    background: url(images/ja.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    left: 10px;
    top: 9px;
}
.page-title-c .t-page-c {
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    color: #0067b6;
    font-weight: bold;
    text-transform: uppercase;
}
.page-title-c {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
ul#example .lang-item-vi,ul#example .lang-item-ja {
    padding-top: 42px;
}
ul#example .lang-item-vi,ul#example .lang-item-ja:hover{
    background: none !important;
}
ul#example .lang-item-vi:hover a,ul#example .lang-item-ja:hover a{
    color: #0075c1;
}
.main-menu-desktop {
    width: 100%;
    display: block;
}
.sub_menu_items .lang-item {
    width: 50%;
    float: left;
}
.sub_menu_items .lang-item-ja a,.sub_menu_items .lang-item-vi a{
    padding-left: 50px;
}
.sub_menu_items .lang-item-ja a:before {
    content: '';
    background: url(images/ja.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    left: 10px;
    top: 9px;
}
.sub_menu_items .lang-item-vi a:before {
    content: '';
    background: url(images/vi.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    left: 10px;
    top: 8px;
}
.logo_items_desktop {
    width: 100%;
    padding-top: 25px;
}
ul#example .current-lang a{
    color: #0075c1 !important;
}
.head-count-item_a {
    width: calc( 18% - 10px );
    float: left;
    text-align: center;
    vertical-align: middle;
}
.head-count-item_b {
    width: calc( 68% - 13px );
    float: left;
}
.head-count-item_c {
    width: calc( 15% - 7px );
    float: right;
}
p#breadcrumbs {
    margin-bottom: 0px;
}
.breadcrumbs {
    width: 100%;
    position: relative;
    padding: 6px 10px;
}
.breadcrumbs span {
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 240%;
}
p#breadcrumbs span>a, p#breadcrumbs span {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #333;
}
p#breadcrumbs a{
    text-decoration: none;
}
.main-breadcrumbs-apply{
    background: #f0f0f0;
    padding: 10px 0px;
}
.apply-jobs-single .condition-jobs-i ul li {
    display: inline-block;
    border: 1px solid #4285f4;
    padding: 2px 15px;
    background: #4285f4;
    color: white;
    font-size: 16px;
    line-height: 30px;
    font-family: Gothic;
    font-weight: bold;
}

.apply-jobs-single .description-jobs ul .i-c {
    position: relative;
    padding-left: 30px;
}
.apply-jobs-single .description-jobs ul li {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
}
.apply-jobs-single .description-jobs ul .i-c:before {
    content: '';
    background: url(images/location.png);
    background-repeat: no-repeat;
    background-size: 20px 30px;
    display: block;
    position: absolute;
    width: 20px;
    height: 30px;
    left: 0px;
    top: -2px;
}
.apply-jobs-single .description-jobs ul .i-b:before {
    content: '';
    background: url(images/location-user.png);
    background-repeat: no-repeat;
    background-size: 20px 30px;
    display: block;
    position: absolute;
    width: 20px;
    height: 30px;
    left: 0px;
}
.apply-jobs-single .description-jobs ul .i-b {
    position: relative;
    padding-left: 30px;
}
.sub-data-jobs-custom .description-custom-sub{
    background: #f5b8bc;
    padding: 8px 15px;
    margin: 15px 0px;
    margin-top: 6px;
}
.sub-data-jobs-custom .description-custom-sub .price {
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0px;
}
.sub-data-jobs-custom .j-box-jobs{
    padding: 10px 0px;
}
.sub-data-jobs-custom .j-box-jobs .title-jobs {
    margin: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #00a0e9;
    font-family: Gothic;
    font-weight: bold;
}
.main-data-jobs {
    width: 100%;
    padding: 20px 0px;
}
.m-applicationBody .m-content {
    padding-top: 20px;
    padding-bottom: 30px;
    border: 1px solid #ccc;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.m-applicationBody .m-content .s-label .c-toms{
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    font-family: Gothic;
}
.m-applicationBody .m-content .s-label .c-toms .c{
    font-size: 16px;
    color: #fe3824;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    padding: 0px 3px;
}
.link_follow {
    color: #4285f4;
    font-size: 17px;
    text-decoration: underline;
}
.m-caution .s-field input[type="text"]{
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
    color: #666;
    outline: 0px !important;
}
.m-content .m-caution {
    width: 100%;
    margin-bottom: 20px;
}
.m-content .m-caution .s-field textarea{
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
    color: #666;
    line-height: 21px;
    outline: 0px !important;
}
.m-applicationBody .m-content .s-label .c-toms .n{
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-left: 8px;
}
.m-applicationSend .m-caution .m-heading{
    color: #fe3824;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    font-family: Gothic;
    margin-bottom: 5px;
}
.m-applicationSend  .r-heading{
    font-size: 12px;
    line-height: 25px;
    font-family: Gothic;
    margin-bottom: 5px;
    color: #999;
    font-weight: normal;
}
.m-applicationSend .r-heading strong{
    font-weight: bold !important;
    color: #333;
}
.m-applicationSend .m-caution {
    padding: 32px 30px 25px;
    border-radius: 4px;
    background-color: #ffeff1;
}

.m-content .m-caution .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.m-content .m-caution .btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

.m-content .m-caution .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
button#submit_btn1{
    border-radius: 4px;
    background-color: #fb8c00;
    font-size: 18px;
    color: #fff;
    max-width: 400px;
    font-weight: 700;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border: 0;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    margin: 0px auto;
    display: block;
    padding: 14px 70px;
    outline: 0px !important;
    line-height: 25px;
}
.page-config-contact-custom {
    width: 100%;
    height: auto;
    padding: 30px 0px;
}
.form-contact-page-custom .title-page-c {
    text-align: center;
    font-size: 20px;
}
.form-contact-page-custom .title-page-c h2{
    text-transform: uppercase;
    font-weight: bold;
}
.c-title-h2{
    line-height: 35px;
}
.page-config-contact-custom .list-contact-field{
    width: 100%;
    margin: 20px 0px;
}
.page-config-contact-custom .list-contact-field .text-field input {
    width: 100%;
    padding: 15px 15px;
    outline: 0px;
}
.page-config-contact-custom .list-contact-field .label-field .l-label {
    font-size: 16px;
    line-height: 30px;
    color: #303030;
}
.page-config-contact-custom .list-contact-field .label-field .l-label span {
    color: #fe3824;
}
.page-config-contact-custom .m-field-contact .field-name-masage {
    width: 100%;
    padding: 10px;
    min-height: 170px;
    outline: 0px;
}
.page-config-contact-custom .list-contact-field .send-value-data-contact-customer {
    display: block;
    background: #ffbc6e;
    border: 3px solid #ff9f30;
    border-radius: 4px;
    padding: 8px 40px;
    color: white;
    font-family: Gothic;
    font-size: 18px;
    line-height: 30px;
    outline: 0px !important;
}

.page-config-contact-custom .list-contact-field .send-value-data-contact-customer:hover{
   background: #ff9f30;
}
.company-profile {
    width: 100%;
    padding: 20px 0px;
}
.company-profile .full-img-profile .img-profile{
    position: relative;
    height: 100%;
}
.company-profile .full-img-profile .vi-custom img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.company-profile .t-profile {
    width: 100%;
    margin: 15px 0px;
}
.com-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    color: #0075c1;
    font-family: Gothic;
    margin: 0px;
}
.t-description {
    font-size: 16px;
    line-height: 30px;
    font-family: Gothic;
    color: #7a7a7a;
    font-weight: 400;
    text-align: justify;
}
.r-title {
    width: 100%;
    margin: 20px 0px;
    text-align: right;
}
.r-title .r-text-ttile{
    color: #757575;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 35px;
    font-size: 25px;
}
.l-title{
    width: 100%;
    margin: 0px;
    text-align: left;
}
.l-title .l-text-ttile{
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    margin: 0px;
    color: #0067b6;
    text-transform: uppercase;
}
.l-title .heading-title{
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    margin: 0px;
    color: #00a0e9;
    text-transform: uppercase;
}
.content-description-c{
    width: 100%;
    margin: 20px 0px;
}
.content-description-c .full-width{
    width: 100%;
}
.content-description-c .full-width tr td{
    border: 1px solid #dedede;
    padding: 6px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-family: Gothic;
    font-weight: 300;
}
.content-description-c .full-width tr th{
    border: 1px solid #dedede;
    padding: 6px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-family: Gothic;
    font-weight: 500;
}
.m-content-info .info-text-description {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    margin: 20px 0px;
    font-weight: normal;
}
.m-content-info .info-text-description h2{
    margin: 15px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
        color: #324158;
}
.m-content-info .info-video-description {
    position: relative;
    height: 100%;
    margin: 20px 0px;
}
.m-content-info .info-video-description iframe{
    max-width: 100%;
}
.box-template-02 {
    width: 100%;
    padding: 20px 0px;
}
.box-template-02 .title-page-c{
    margin: 10px 0px;
}
.title-page-c .c-title{
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    margin: 0px;
    color: #0075c1;
    text-transform: uppercase;
    font-family: Gothic;
    text-align: center;
}
.box-template-02 .box-template {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    border: 3px solid rgb(225 58 68);
}
.box-template-02 .box-template .box {
    border: 3px solid rgb(225 58 68);
    background:rgb(252 234 235);
    text-align: center;
    height: 100%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.box-template-02 .box-template .box .t-enterprise{
    text-transform: uppercase;
    font-size: 22px;
    line-height: 35px;
    color: black;
    margin: 10px 0px;
    font-weight: bold;
}
.box-template-02 .box-template .box p{
    font-weight: 400;
    font-family: Gothic;
    font-size: 16px;
    line-height: 30px;
    color: black;
}
.box-template-03 {
    width: 100%;
    padding-top: 30px;
}
.box-template-03 .box-enterprise-description,.box-template-03 .box-enterprise-img {
    width: 100%;
    height: 100%;
    position: relative;
}
.box-template-03 .box-enterprise-description p {
    font-size: 16px;
    line-height: 30px;
}
.box-template-03 .box-enterprise-description .box-d{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.box-template-03 .form-contact-page-custom img {
    width: 100%;
    height: auto;
}
.box-template-03 .form-contact-page-custom{
    margin: 20px 0px;
}
.description-enterprise-icon-d{
    padding: 15px 15px 15px 15px;
    margin: 20px 0px;
    background: white;
}
.description-enterprise-icon-d p{
    margin-bottom: 0px;
    color: #444444;
    font-size: 14px;
    line-height: 30px;
}
.box-template-04 .img.solution {
    width: 100%;
    margin: 20px 0px;
}
.box-template-04 {
    padding: 40px 0px;
}
.box-template-05 {
    width: 100%;
    padding: 40px 0px;
}
.title-page-c .c-title-h2.line{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
}
.title-page-c .c-title-h2.line:before,
.title-page-c .c-title-h2.line:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.title-page-c .c-title-h2.line:after {
    margin: 0 0 0 20px;
}
.custom-p-icon-demo-enterprise{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px;
}
.t-pre-right {
    text-align: right;
    font-size: 18px;
    color: #ffffff;
    line-height: 35px;
    font-family: Gothic;
    font-weight: bold;
    margin: 0px;
    position: relative;
    top: 9px;
}
.c-pre-left{
    color: #222222;
    font-size: 18px;
    line-height: 35px;
    font-family: Gothic;
    text-align: left;
    margin: 0px;
}
.box-template-05 .img.solution {
    width: 100%;
    margin: 20px 0px;
}
.b-isue-img {
    width: 100%;
    text-align: center;
    height: 100%;
}
.b-i-sure img{
    width: 100%;
    height: auto;
}
.c-sure {
    height: 100%;
}
.b-i-sure .cap{
    width: 100%;
    margin: 10px 0px;
    font-family: Gothic;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.t-sure{
    height: 100%;
}
.c-sure .i {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Gothic';
}
.c-bottom {
    text-align: center;
    padding: 13px 13px 13px 13px;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-top: 20px;
    width: 100%;
}
.t-sure .cap {
    margin: 10px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Gothic';
}
.m-sure {
    text-align: center;
    padding: 13px 13px 13px 13px;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 100%;
}
.m-sure p{
    width: 100%;
    margin: 10px 0px;
    font-family: Gothic;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.t-sure .t{
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-family: Gothic;
}
.b-i-sure {
    height: 100%;
}
.box-template-06 {
    width: 100%;
    padding: 40px 0px;
    background: #b3e4ff;
}
.box-description-ja {
    padding: 15px 15px 15px 15px;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #b3e4ff;
    border-radius: 6px 6px 6px 6px;
    text-align: justify;
}
.box-description-ja p{
    font-family: Gothic;
    font-size: 16px;
    line-height: 30px;
}
.cont-1074.bg-cs {
    background: white;
    padding: 20px 15px;
}
.box-template-08 {
    width: 100%;
    padding: 15px 15px 15px 15px;
    background-color: #1475bc;
    border-radius: 6px 6px 6px 6px;
    margin: 20px 0px;
}
.box-template-08 .cap-t{
    color: white;
    line-height: 30px;
    font-size: 16px;
    font-family: Gothic;
    text-align: center;
}
.form-contact-page-custom .title-page-c p {
    font-size: 16px;
    line-height: 30px;
    font-family: Gothic;
}
.form-contact-page-custom .title-page-c p i{
    color: #fbb040;
}
.box-template-07{
    width: 100%;
    padding: 40px 0px;
}
.form-contact-page-custom .title-page-c .c-title-h2.line-bottom {
    border-bottom: 2px solid #00a0e9;
    margin-bottom: 20px;
}
ul#example .current-menu-item.current_page_item a {
    color: #0067b6;
}
ul#example .current-menu-item.current_page_item:hover a{
    color: white;
}
.list-jobs-forget-page {
    padding: 40px 0px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.iwjob-ajax-pagination.pagination-main {
    width: 100%;
    display: block;
}
.iwjob-ajax-pagination.pagination-main .pagination.pagination-job.page-nav .current {
    font-family: Roboto-Regular;
    color: white;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    background: #0067b6;
    border: 1px solid #0067b6;
    padding: 10px 15px;
    border-radius: 0px;
    text-decoration: none;
}
.iwjob-ajax-pagination.pagination-main .pagination.pagination-job.page-nav a {
    font-family: Roboto-Regular;
    color: #333333;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    background: #f6f7f9;
    border: 1px solid #0067b6;
    padding: 10px 15px;
    border-radius: 0px;
    text-decoration: none;
}
.pagination.pagination-job.page-nav {
    width: 100%;
    text-align: center;
}
.iwjob-ajax-pagination.pagination-main .pagination.pagination-job.page-nav a:hover{
    background: #0067b6;
    border: 1px solid #0067b6;
    color: white;
}
.template-form-apply {
    background: #f2f2f2;
    padding: 20px 0px 40px 0px;
}
.template-form-apply .m-applicationBody {
    background: white;
}
.sub-data-jobs-custom .j-box-jobs .title-jobs .code {
    padding-left: 20px;
}
.main-data-jobs .sub-data-jobs-custom {
    width: 100%;
}
.c-custom-apply-jobs {
    text-align: center;
    padding: 20px 10px;
    margin-top: 15px;
}
.c-custom-apply-jobs .job-apply-custom{
    padding: 12px 40px;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    border: 3px solid #ff9f30;
    border-radius: 4px;
    background: #ffb764;
}
.c-custom-apply-jobs .job-apply-custom:hover{
    background: #ff9f30;
    color: white;
}
.main-content-single-jobs{
    background: #f5f5f5;
    padding: 25px 0px;
}
.b-title-content h2 {
    margin: 0px;
    font-size: 20px;
    line-height: 35px;
    padding-top: 2px;
    color: #333;
    font-weight: 700;
    position: relative;
    padding-left: 12px;
    margin-bottom: 19px;
    font-family: Gothic;
}
.b-title-content h2::before {
    content: "";
    width: 4px;
    height: 35px;
    background-color: #1a74c0;
    position: absolute;
    top: 0;
    left: 0;
}
.box-content-01 {
    background: white;
    padding: 20px;
}
.main-content-single-jobs .b-title-content {
    margin: 20px 0px;
}
.box-content-01 p,.box-content-01 span,.box-content-01 div,.box-content-01 ul li,.box-content-01 ol li{
    color: #666;
    /*font-family: Gothic;*/
    font-size: 15px;
    line-height: 35px;
}
.full-table-item th{
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    font-family: Gothic;
}
.full-table-item td{
    font-size: 16px;
    line-height: 30px;
    font-family: Gothic;
    font-weight: 300;
}
.full-table-item td,.full-table-item th{
    border: 1px solid #ccc;
    padding: 14px 15px 13px;
    vertical-align: middle;
}
.box-content-01 .full-table-item {
    width: 100%;
    margin: 20px 0px;
}
.full-info-contact-items-submit {
    width: 100%;
}
.full-info-contact-items-submit .list-contact-field {
    width: 100%;
    overflow: hidden;
}
.loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}
.loader--dot:first-child {
    background-color: #8cc759;
    animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
    background-color: #8c6daf;
    animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
    background-color: #ef5d74;
    animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
    background-color: #f9a74b;
    animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
    background-color: #60beeb;
    animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
    background-color: #fbef5a;
    animation-delay: 0s;
}
.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}
.loader--text:after {
    content: "Loading";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}
.error-nwl-exprience-contact {
    display: block;
    font-family: Gothic;
    margin-bottom: 10px;
    width: 100%;
}
button.send-value-data-contact-customer-submit {
    display: block;
    background:#ffbc6e;
    border: 3px solid #ff9f30;
    border-radius: 4px;
    padding: 8px 40px;
    color: white;
    font-family: Gothic;
    font-size: 18px;
    line-height: 30px;
    outline: 0px !important;
}
.m-newJobList.is-detailList .m-jobs-title .v-title a{
    color: #4285f4;
    text-decoration: none;
}
.error-nwl-exprience-contact {
    color: red;
    font-size: 14px;
    line-height: 25px;
}
.m-sendBtn-japan-custom{
    border-radius: 4px;
    background-color: #ffebd3;
    font-size: 18px;
    color: #ff9f30;
    max-width: 400px;
    font-weight: 700;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border: 0;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    margin: 0px auto;
    display: block;
    padding: 14px 70px;
    outline: 0px !important;
    line-height: 25px;
    border: 2px solid #ff9f30;
}
.apply-jobs-items-custom .job-apply-custom:hover{
    padding: 12px 50px;
}
.hs_cos_wrapper_module {
    position: relative;
}
/** SPINNER CREATION **/
#button{
    display:block;
    margin:20px auto;
    padding:10px 30px;
    background-color:#eee;
    border:solid #ccc 1px;
    cursor: pointer;
}
#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}
.sub-data-jobs-custom .j-box-jobs .code {
    color: #0067b6;
}

/** =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 10px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.post-item.fit-video {
    margin-bottom: 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.full-related-jobs-custom{
    position: relative;
    height: 100%;
    margin-left: 40px;
    display: block;
        min-height: 250px;
}
.fix-location-items-left {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(-50%, -50%);
    width: max-content;
    padding-top: 17px;
}
.main-banner-page .t-tile.custom-p{
    color: #4285f4;
}
.about-us-custom-page,.m-content-info {
    width: 100%;
    background: #1996cf0d;
    padding: 30px 0px;
}
.apply-jobs-single {
    width: 100%;
}
.ull-jobs.info-job-single {
    height: 100%;
}
.ull-jobs.info-job-single .ap-single-full {
    height: 100%;
    position: relative;
}
.fixx-ap-single-f-jobs{
    width: max-content;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(-50%, -50%);
    padding-left: 20px;
}
.files-data.form-control::-webkit-file-upload-button{
    visibility: hidden;
}
.files-data.form-control:hover::before {
    border-color: black;
}
.files-data.form-control:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.files-data.form-control{
    border: 0px;
    box-shadow: none;
}
.files-data.form-control{
    height: auto !important;
}
input.files-data.form-control{
    outline: 0px !important;
}
.box-template-02 .box-template a{
    text-decoration: none;
}
.main-banner-page.custom-home .t-tile.custom-p{
    color: #99ccff;
}
.main-banner-page.custom-home .p-title .b-title{
    color: white;
}
.main-banner-page.custom-home .b-custom-page:before{
    content: "";
    background: #00000085;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.main-banner-page.custom-home .b-custom-page li{
    color: white;
    font-size: 24px;
    line-height: 35px;
}
.main-banner-page.custom-home .b-custom-page{
    max-width: 800px;
}
.main-banner-page.custom-home .b-custom-page li a{
    background: #303030
}
.main-banner-page.custom-home .b-custom-page li img {
    max-width: 30px;
    position: relative;
    top: -2px;
}
.main-banner-page.custom-home .b-custom-page li:last-child{
    margin-left: 30px;
}
.hs-cta-node .box-title .c-title-h2{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
    color: #303030;
      font-size: 30px;
}
.hs-cta-node .box-title .c-title-h2:after {
    margin: 0 0 0 20px;
}
.p-ac-section.p-ac-section-gray .box-title .c-subtitle{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
}
.hs-cta-node .box-title .c-title-h2:before,.hs-cta-node .box-title .c-title-h2:after {
    content: '';
    border-top: 3px solid;
    margin: 0 0px 0 0;
    flex: 1 0 20px;
    max-width: 200px;
}
.p-ac-section.p-ac-section-gray .box-title .c-subtitle:before,.p-ac-section.p-ac-section-gray .box-title .c-subtitle:after {
    content: '';
    border-top: 3px solid;
    margin: 0 0px 0 0;
    flex: 1 0 20px;
    max-width: 200px;
}
.p-ac-section.p-ac-section-gray .box-title .c-subtitle{
    margin: 0 0 0 0px;
}
.p-ac-section.p-ac-section-white .box-title .c-title-h2{
    margin: 0 0 0 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0067b6;
}
.p-ac-section.p-ac-section-white .box-title .c-title-h2:before,.p-ac-section.p-ac-section-white .box-title .c-title-h2:after {
    content: '';
    border-top: 3px solid #0067b6;
    margin: 0 0px 0 0;
    flex: 1 0 20px;
    max-width: 200px;
}
.p-ac-section.p-ac-section-white .description-text-cion {
    text-align: center;
    color: rgb(50, 65, 88);
}
.hs_cos_wrapper_module:before{
    background: #858585;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0.5;
}
.main-service-list .c-title-h2.blue{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
}
.main-service-list .c-title-h2.blue:before, .main-service-list .c-title-h2.blue:after {
    content: '';
    border-top: 3px solid #0075c1;
    margin: 0 0px 0 0;
    flex: 1 0 20px;
    max-width: 200px;
}
.list-step-apply .c-title-h2.blue{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
}
.list-step-apply .c-title-h2.blue:before, .list-step-apply .c-title-h2.blue:after {
    content: '';
    border-top: 3px solid #0075c1;
    margin: 0 0px 0 0;
    flex: 1 0 20px;
    max-width: 200px;
}
.list-jobs-items .c-title-h2.blue{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
}
.list-jobs-items .c-title-h2.blue:before, .list-jobs-items .c-title-h2.blue:after {
    content: '';
    border-top: 3px solid #0075c1;
    margin: 0 0px 0 0;
    flex: 1 0 20px;
    max-width: 200px;
}
.list-jobs-items .description-icon {
    text-align: center;
    margin: 10px 0px;
    color: #303030;
}
.apply-jobs-items-custom .job-apply-custom.view-list{
    position: relative;
    background: #324158;
    border-radius: 0px;
    color: white;
    border: 0px;
    padding: 20px 50px;
    padding-left: 75px;
}
.apply-jobs-items-custom .job-apply-custom.view-list:before{
    content: '';
    background: url(images/view-list.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 40px;
    top: 14px;
}
.apply-jobs-items-custom .description-view-list {
    margin-top: 10px;
    text-align: center;
    font-family: Gothic;
    font-size: 14px;
    line-height: 30px;
    color: #324158;
}
.box-template-02 .title-page-c .c-title{
    position: relative;
    margin: 0 0 0 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0067b6;
}
.box-template-02 .title-page-c .c-title:before, .box-template-02 .title-page-c .c-title:after {
    content: '';
    border-top: 3px solid #0067b6;
    margin: 0 0px 0 0;
    flex: 1 0 14px;
    max-width: 200px;
}
.box-template-02 .description-ja {
    text-align: center;
    margin: 20px 0px;
    color: #324158;
}
.box-template-02 .box-template .box .t-enterprise{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 0px;
}

.box-template-02 .box-template.item_1{
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    border: 3px solid #0f5ca0;
}
.box-template-02 .box-template.item_1 .box{
    border: 3px solid #0f5ca0;
    background: rgb(231 243 253);
}
.box-template-02 .description-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.box-template-03{
    background: #e8f3fe;
    padding-bottom: 30px;
}
.box-template-08-cc{
    background: #e8f3fe;
    padding: 50px 0px;
}
.box-template-03 .form-contact-page-custom .title-page-c h2{
    position: relative;
    margin: 0 0 20px 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #324158;
}
.box-template-03 .form-contact-page-custom .title-page-c h2:before, .box-template-03 .form-contact-page-custom .title-page-c h2:after {
    content: '';
    border-top: 3px solid #324158;
    margin: 0 0px 0 0;
    flex: 1 0 14px;
    max-width: 200px;
}
.box-template-03 .form-contact-page-custom .description-ja{
    color: #324158;
}
.box-template-08-cc .form-contact-page-custom .title-page-c h2{
    margin-bottom: 20px;
    color: #303030;
}
.box-template-08-cc .d-description-img {
    max-width: 968px;
    margin: 0px auto;
    display: block;
    text-align: center;
    margin-top: 50px;
    color: #303030;
}
.config-description .b-custom-page ul{
    margin: 0px;
    padding: 0px;
}
.config-description .b-custom-page ul li {
    display: inline-block;
}
.config-description .b-custom-page ul li a{
    background: rgb(50 65 88);
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 35px;
    display: block;
        max-width: 200px;
    margin: 0px auto;
}
.config-description .b-custom-page ul li img {
    max-width: 30px;
    position: relative;
    top: -2px;
}
.config-description .b-custom-page{
    padding-top: 40px;
}
.config-description .b-custom-page ul li:last-child{
    margin-left: 50px;
}
.box-template-04 .form-contact-page-custom .title-page-c h2{
    position: relative;
    margin: 0 0 20px 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #324158;
}
.box-template-04 .form-contact-page-custom .title-page-c h2:before, .box-template-04 .form-contact-page-custom .title-page-c h2:after {
    content: '';
    border-top: 3px solid #324158;
    margin: 0 0px 0 0;
    flex: 1 0 14px;
    max-width: 200px;
}
.box-template-05 .form-contact-page-custom .title-page-c h2{
    color: #324158;
}
.box-template-04 .form-contact-page-custom .title-page-c h2:before, .box-template-04 .form-contact-page-custom .title-page-c h2:after {
    border-top: 3px solid #324158;
}
.section-gray-custom .sub-title{
    color: #0F5CA0;
    text-align: center;
    margin: 15px 0px;
}
.page-config-contact-custom .title-page-c h2{
    position: relative;
    margin: 0 0 20px 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #324158;
}
.page-config-contact-custom .title-page-c h2:before,.page-config-contact-custom .title-page-c h2:after {
    content: '';
    border-top: 3px solid #324158;
    margin: 0 0px 0 0;
    flex: 1 0 20px;
    max-width: 200px;
}
.form-contact-page-custom .sub-title-contact{
    color: #303030;
}
.form-contact-page-custom .sub-title-contact .note-items{
    color: #FF0000;
    font-size: 13px;
}
.form-contact-page-custom .title-page-c .check_employer{
    display: block;
    margin: 20px 0px;
}
.form-contact-page-custom .title-page-c .check_employer label{
    color: #303030;
}
.japan-contact-desription{
    color: #303030;
    margin: 15px 0px;
}
.japan-contact-desription .c-items{
    color: #FF0000;
    font-weight: 400;
}
.japan-contact-desription .confirm-content label{
    color: #303030;
}
.sub-data-jobs-custom .description-custom-sub .title-jobs{
    color: #FFFFFF;
}
.sub-data-jobs-custom .description-custom-sub .title-jobs a{
    color: #FFFFFF;
    text-decoration: none;
}
.fix-location-items-left .condition-jobs ul li{
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
}
.fix-location-items-left .condition-jobs .icon-i:before {
    content: '';
    background: url(images/icon-d.jpeg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 2px;
    top: -4px;
}
.fix-location-items-left .condition-jobs .icon-b-b:before {
    content: '';
    background: url(images/icon-b.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 2px;
    top: -4px;
}
.fix-location-items-left .condition-jobs .i-c:before {
    content: '';
    background: url(images/icon-a.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: -4px;
}
.fix-location-items-left .condition-jobs li{
    position: relative;
    padding-left: 40px;
}
.fix-location-items-left .condition-jobs .i-b:before {
    content: '';
    background: url(images/ciocn-c.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 2px;
    top: -4px;
}
.full-related-jobs-custom .fix-location-items-left .job-apply-custom{
    padding: 12px 40px;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    border: 3px solid #ff9f30;
    border-radius: 4px;
    background: #ffb764;
    margin-top: 15px;
}
.item-border-full {
    width: 100%;
    height: 7px;
    background: #f5b8bc;
    border-radius: 3px;
}
.main-data-jobs .sub-data-jobs-custom .apply-jobs-single {
    padding-bottom: 50px;
    padding-top: 30px;
}
.full-related-jobs-custom .fix-location-items-left .job-apply-custom:hover{
    background: #ff9f30;
}
.custom-view-detail:hover{
    background: #324158;
    color: white;
}
.list-jobs-items .j-box-jobs .job-apply-custom:hover{
    opacity: 0.7;
    background: #ff9f30;
    color: white;
}
.main-banner-page.custom-home .b-custom-page li a:hover{
    opacity: 0.6;
}
.apply-jobs-items-custom .job-apply-custom.view-list:hover{
    opacity: 0.6;
}
form.full-info-contact-items-submit .sub-title-contact {
    text-align: center;
}
form.full-info-contact-items-submit .check_employer{
    text-align: center;
    margin: 35px 0px;
}
form.full-info-contact-items-submit .check_employer .item-pd-20 {
    padding-right: 20px;
}
.config-description .b-custom-page ul li a:hover {
    opacity: 0.6;
}
.hs_cos_wrapper_module .box-hs-module .s-title.custom {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
}
.tel_items.work-time {
    padding-left: 40px;
}
.box-hs-module.bg-blue .description-text .s-title.custom {
    color: white !important;
}
.box-hs-module.bg-blue .description-text {
    margin-top: 47px;
    display: block;
}
.main-ft-cat ul li a:hover {
    opacity: 0.6;
}
.main-breadcrumbs-apply .j-custom-title {
    text-align: left;
    font-size: 25px;
    font-family: 'Corporate Logo';
    line-height: 35px;
    color: #324158;
}
.box-template-02 .box-template .box:hover {
    opacity: 0.6;
}
.box-template-08-cc .form-contact-page-custom {
    max-width: 1400px;
    margin: 0px auto;
    display: block;
}
.job-apply-custom.bg-items-icon-balck{
    background: white !important;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #324158 !important;
    border: 2px solid #324158 !important;
    text-decoration: none !important;
    border-radius: 4px;
    display: inline-block;
}
.job-apply-custom.bg-items-icon-balck:hover{
        background: #324158 !important;
    color: white !important;
}
.m-sendBtn-japan-custom:hover {
    opacity: 0.7;
}
.m-sendBtn-japan-custom:hover{
    background: #ff9f30 !important;
    color: white !important;
}
form.full-info-contact-items-submit .sub-title-contact .note-items {
    font-size: 12px;
    color: #fe3824;
}
button.send-value-data-contact-customer-submit:hover {
    background: #ff9f30;
}
.main-data-jobs .sub-data-jobs-custom .apply-jobs-single {
    min-height: 300px;
}
.main-banner-page.custom-home .t-tile.custom-p br {
    display: none;
}
.main-banner-page.custom-home .p-title .b-title br {
    display: none;
}
.main-slider-img .h-title br {
    display: none;
}
.box-template-02 .description-ja br {
    display: none;
}