@media screen and (max-width: 991px) {
  body {
    padding-top: 0!important;
  }
  .main-container {
    overflow-x: hidden;
  }
  .logo-m {
    position: relative;
  }
  .logo-m .nav-job-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 48px;
  }
  .logo-m .nav-job-home::before {
    display: none;
  }
  .logo-m .nav-job-home a {
    display: block;
    font-family: "dtacEvolution-Regular" !important;
    text-transform: uppercase;
    font-size: 22px;
    width: 125px;
    height: 23px;
    background: url(../images/logo-jobs-new.png) 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
  }
  .logo-m .nav-job-home a .logo-txt-dtac {
    display: inline-block;
    text-transform: lowercase;
    color: #19aaf8;
    font-size: 18px;
  }
  .logo-m .btn-nav-menu {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    font-family: "dtacEvolution-Regular" !important;
    font-size: 34px;
    color: #19aaf8;
    width: 24px;
    height: 24px;
    line-height: 0;
    border: none;
    text-indent: -9999px;
    background-color: transparent;
    background: url(../images/ico-menu.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .logo-m.active .btn-nav-menu {
    background: url(../images/ico-menu-active.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .benefit-wrapper .row-benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .benefit-wrapper .item::after {
    display: none;
    right: 0;
  }
  .job-menu {
    /*top: 98px !important;*/
    top: 48px !important;
    bottom: auto;
    background-color: #1a1a1a !important;
    height: auto;
    border-radius: 0 0 4px 4px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 15px;
  }
  .nav-job {
    background-color: #1a1a1a;
    overflow: visible;
  }
  .nav-job .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .nav-job li {
    padding: 15px 0;
    border-top: none;
  }
  .nav-job li a {
    color: #19aaf8;
  }
  .sc-work-dtac {
    background: url(../images/banner-dtacjobs-mobile.jpg) center no-repeat !important;
    background-size: cover;
    padding: 0;
  }
  .sc-work-dtac .text-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sc-work-dtac.page-jobs-detail {
    background: url(../images/all-jobs/banner-dtacjobs-mobile.png) center no-repeat !important;
    background-size: cover !important;
  }
  #jarallax-container-0 > div {
    background: none !important;
  }

  .bar-explore p {
    font-size: 14px;
  }
  .bar-explore .bttn-link {
    text-indent: -9999px;
  }
  .bar-explore .obj-d-go {
    margin-right: 0;
    width: 55px;
  }
  .btn-go-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sc-purpose {
    padding: 40px 0 0;
    background: url(../images/bg-sc-purpose-m.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .h-line {
    padding-bottom: 12px;
  }
  .h-line::after {
    width: 32px;
    height: 1px;
    margin-left: -16px;
  }
  .sc-wework {
    padding: 48px 0;
  }
  .sc-wework .row-wework {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sc-wework .col-item {
    margin-bottom: 16px;
  }
  .sc-wework .col-item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .sc-wework .col-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 120px;
    background-size: contain;
  }
  .sc-wework .col-item .icon:after {
    bottom: 53px;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -42px;
    z-index: 1;
    width: 12px;
    height: 12px;
    border-radius: 100%;
  }
  .sc-wework .col-item .icon .obj-blank {
    display: none;
  }
  .sc-wework .col-item.col-item-1 .icon {
    background: url(../images/ico-wework-01.png) center no-repeat;
    background-size: contain;
  }
  .sc-wework .col-item.col-item-2 .icon {
    background: url(../images/ico-wework-02.png) center no-repeat;
    background-size: contain;
  }
  .sc-wework .col-item.col-item-3 .icon {
    background: url(../images/ico-wework-03.png) center no-repeat;
    background-size: contain;
  }
  .sc-wework .col-item.col-item-4 .icon {
    background: url(../images/ico-wework-04.png) center no-repeat;
    background-size: contain;
  }
  .sc-wework .text-body {
    position: static;
    margin-top: 20px;
  }
  .sc-wework .text-body h3 {
    position: static;
    margin: 0 0 22px;
  }
  .sc-wework .text-body h3 span {
    display: inline-block;
  }
  .sc-wework .text-body p {
    position: static;
    margin: 0;
    text-align: right;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .sc-wework .text-body::before {
    position: absolute;
    top: 60px;
    right: 0;
    width: calc(100% - 130px) !important;
    height: 2px !important;
  }
  .sc-wework .text-body::after {
    top: 49px;
    width: 24px;
    height: 24px;
    border: 2px solid #003887;
    margin-left: 0;
    left: 144px;
  }
  .sc-benefit {
    padding: 48px 0;
  }
  .benefit-wrapper .row-benefit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .benefit-wrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 20px;
  }
  .benefit-wrapper .item .icon {
    height: 100px;
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .benefit-wrapper .item .icon img {
    height: 40px;
    margin: -18px 0 0 -5px;
  }
  .header-wedo {
    padding: 20px 0 0;
    text-align: center;
  }
  .header-wedo .h-desc {
    margin-bottom: 60px !important;
  }
  .header-wedo .h-desc br {
    display: none;
  }
  .header-wedo .h-desc::after {
    right: auto;
    left: 50%;
    top: 40px;
    width: 90px;
    height: 40px;
    width: 1px;
  }
  .header-wedo .txt-desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .sc-wedo {
    padding-top: 0;
  }
  .sc-wedo .carousel .text-box {
    border-radius: 4px !important;
  }
  .sc-wedo .carousel .list-inline-item .text-box p {
    height: 28px;
    overflow: hidden;
  }
  #custCarousel .carousel-indicators li img {
    border-radius: 4px !important;
  }
  #custCarousel .carousel-indicators li.active {
    width: 140px !important;
    margin: -6px -10px !important;
  }
  .sc-location {
    padding: 48px 0 110px;
    background: url(../images/bg-contact-m.jpg) #91b8da center bottom no-repeat;
    background-size: contain;
  }
  .sc-location .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sc-location .box-img-slide {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
  .sc-location .owl-carousel .item {
    width: 100%;
  }
  .sc-location .box-location {
    position: static;
    margin-left: 0;
    border-radius: 10px !important;
    text-align: center;
    margin-bottom: 0;
  }
  .purpose-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px !important;
    padding: 0;
  }
  .card-purpose {
    margin-bottom: 30px;
  }
  .card-purpose .inner-wrapper {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    border-radius: 4px !important;
  }
  .card-purpose .inner-wrapper .object-box {
    background-size: auto 100%;
  }
  .card-purpose .inner-wrapper .object-box {
    width: 80px !important;
    flex: 0 0 80px;
  }
  .page-benefit .sc-hl {
    background: url(../images/bg-hl-benefit-m.jpg) center top no-repeat;
    background-size: auto 100%;
    height: 250px;
  }
  .page-benefit .sc-our-benefit {
    padding: 30px 0 0;
  }
  .page-benefit .col-list .inner {
    float: right;
    width: 100%;
    padding: 20px 0;
  }
  .page-benefit .list-benefit ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 16px;
    line-height: 22px;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .page-benefit .list-benefit ul li::before {
    background: url(../images/ico-check.png) 0 0 no-repeat;
    background-size: contain;
    width: 24px;
    height: 18px;
  }
  .page-benefit .sc-our-benefit .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .page-benefit .row-benefit {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
  }
  .page-benefit .row-benefit .col-list {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .page-benefit .row-benefit .col-list .inner {
    padding-top: 0;
  }
  .page-benefit .list-benefit.list-1col ul {
    margin-left: 0;
  }
  .page-benefit .header-list h2 {
    font-size: 24px;
  }
  .page-benefit .header-list h2 .txt-h-1 {
    line-height: 28px !important;
  }
  .page-benefit .header-list::before {
    width: 50px !important;
    height: 50px !important;
  }
  .page-benefit .sc-work-life {
    background: url(../images/img-benefit-04-m.jpg) center top no-repeat;
    background-size: auto 250px;
    padding-top: 280px;
  }
  .page-benefit .sc-work-life .container {
    background: url(../images/bg-worklife-m.jpg) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 150px;
  }
  .page-benefit .row-balance .col-item {
    margin-bottom: 15px;
  }
  .page-benefit .row-balance .col-item .content .txt-body-1 {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 5px;
  }
  .page-benefit .row-balance .col-item .content .txt-body-3 {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0;
  }
  .page-benefit .row-balance .day {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
  .page-benefit .row-balance .day-num p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-family: "dtacEvolution-Bold";
  }
  .page-benefit .row-balance .day-num.day-more .txt-2 {
    top: 8px;
    margin-bottom: 0px;
    margin-top: 0;
  }
  .page-benefit .row-balance .day-num.day-more p {
    font-size: 18px;
    line-height: 1;
  }
  .page-benefit .row-balance .day-title {
    font-size: 10px;
    line-height: 14px;
  }
  .page-benefit .sc-lgbtq .row-balance .col-item {
    margin-top: 15px;
  }
  .page-benefit .sc-lgbtq .row-balance .col-item:first-child {
    margin-top: 0;
  }
  .page-benefit .sc-lgbtq .col-detail > .inner {
    padding: 32px;
  }
  .page-benefit .sc-lgbtq::before {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #d6d6d6;
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-bottom: 30px;
  }
  .page-benefit .sc-lgbtq .col-pic .header-list {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .page-benefit .sc-lgbtq .header-list h2::after {
    width: 76px;
    height: 2px;
    margin-top: 1px;
    margin-left: -105px;
  }
  .sc-life-inside {
    padding: 40px 0;
  }
  .sc-join {
    padding: 40px 0 !important;
  }
  .sc-join .obj-d-benefit {
    width: 90px !important;
    top: -10px !important;
    right: 20px !important;
  }
  .card-purpose {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .card-purpose .inner-wrapper .content-box {
    padding: 12px 10px !important;
    min-height: 108px;
    max-height: 108px;
  }
  .card-purpose .inner-wrapper .object-box {
    background: url(../images/bg-card-purpose-m.png) right 0 top 0 no-repeat!important;
    background-size: auto 108px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    height: 108px;
  }
  .sc-life-inside .container {
    padding-left: 0;
    padding-right: 0;
  }
  .row.slide-blog {
    margin: 0;
  }
  .card-life {
    display: block;
    padding: 0;
    width: 260px;
    margin: 0;
  }
  .card-life .inner-wrapper {
    width: 260px;
  }
  .sc-hod .container {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-hod .col-dblog {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-hod .row {
    margin: 0;
  }
  .sc-hod .col-blog {
    width: 260px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .txt-h-1 {
    line-height: 36px !important;
  }
  .sc-work-dtac {
    height: 370px;
    background-size: cover !important;
  }
  .sc-work-dtac .text-box {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
  .sc-purpose {
    padding-top: 0;
    height: 600px;
  }
  .sc-purpose .txt-h-1 {
    line-height: normal !important;
  }
  .sc-wework .wework-wrapper {
    max-width: 450px;
  }
  .benefit-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .sc-blog .txt-h-1 br {
    display: none;
  }
  .sc-hod .col-blog {
    width: 245px;
    max-width: 100%;
  }
  .sc-hod .owl-carousel .owl-stage {
    left: 50% !important;
    transform: translate3d(-261px, 0, 0) !important;
  }
  .sc-location {
    padding-bottom: 180px;
  }
  .sc-location .box-location {
    position: absolute;
    top: 145px;
    right: 0;
    max-width: 45%;
    margin-left: auto !important;
    margin-right: auto;
  }

  .page-benefit .sc-hl {
    background-size: cover;
  }
  .sc-hl .text-box {
    padding-top: 90px !important;
    padding-left: 60px !important;
  }
  .sc-lgbtq .pic img {
    width: 100%;
  }
  .page-benefit .header-list h2 .txt-h-1 br {
    display: none;
  }
  .sc-lgbtq .col-detail > .inner {
    max-width: none;
  }

  .card-life {
    width: 220px;
  }
  .card-life .inner-wrapper {
    width: 220px;
  }
  .card-life .inner-wrapper .image {
    width: 220px;
    height: 150px;
  }
  .sc-life-inside .owl-carousel .owl-stage {
    left: 50%;
    transform: translateX(-50%) !important;
    margin-left: 8px;
  }
  .purpose-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .sc-join .inner {
    padding-right: 140px;
  }
  .page-way .sc-hl {
    background: url(../images/way/bg-hl-way.jpg) center top no-repeat !important;
    background-size: auto 100% !important;
    height: 434px;
  }
  .sc-way-content .col-pic img {
    width: 100%;
  }
  .page-way .row-way-container .col-detail .h-txtbox p br {
    display: none;
  }
  .all-jobs .sc-work-dtac {
    display: flex;
    align-items: center;
  }
  .page-jobs-detail.sc-work-dtac .text-box {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sc-work-dtac.page-jobs-detail .bttn-blue {
    right: 15px;
  }
  .sc-jobs .select-wrapper {
    flex-wrap: wrap;
  }
  .sc-jobs .select-control {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .sc-jobs .filter-result .filter-wrapper {
    flex-wrap: wrap;
  }
  .sc-jobs .filter-result .filter-wrapper li {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .sc-purpose.all-jobs {
    padding-bottom: 300px;
  }
  .sc-purpose.all-jobs {
    padding-bottom: 400px;
    background: #ffffff url(../images/bg-alljobs-purpose.jpg) center bottom no-repeat !important;
  }
  .sc-purpose .purpose-wrapper {
    margin-top: 0 !important;
  }
  .sc-jobs-detail {
    padding-bottom: 120px;
  }
  .sc-jobs-detail .hearing-wrapper::after {
    right: auto;
    left: 160px;
    bottom: -12px;
    width: 150px;
  }
  .sc-jobs-detail .hearing-wrapper .txt-h-1 {
    padding-right: 30px;
    margin-bottom: 60px;
  }
  .sc-jobs-detail .hearing-wrapper .txt-h-1 br {
    display: none;
  }
  #btn_apply {
    display: block;
    width: 250px;
  }
  .sc-jobs-detail .hearing-wrapper .bttn-blue {
    margin: 15px 0px 0 0 !important;
  }
  .sc-location .box-img-slide {
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .box-location {
    left: 60%;
  }
  .box-location .text-body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .card-life .inner-wrapper {
    width: 275px;
  }
  .card-life .inner-wrapper .image {
    height: 185px;
  }
  .card-purpose .inner-wrapper {
    width: 100% !important;
    margin: 0 10px;
  }
  .card-purpose .inner-wrapper .content-box .txt-body-2 br {
    display: none !important;
  }
  .card-purpose .inner-wrapper .object-box {
    background-size: 200% auto !important;
  }
  .card-life {
    width: auto;
  }
  .d-pd-block {
    display: block !important;
  }
  .benefit-wrapper .item::after {
    display: none;
  }
  .sc-wework,
  .sc-benefit {
    overflow: hidden;
  }
  .sc-hl .text-box {
    padding: 90px 0 0 300px !important;
  }
  .sc-wework {
    padding-bottom: 120px;
  }
  .sc-wework .text-body p {
    white-space: initial;
    bottom: 0px !important;
    width: 130px;
    margin-left: 15px;
  }
  .sc-wework-en.sc-wework .text-body p {
    bottom: -75px !important;
  }
  .sc-wework .text-body p br {
    display: none;
  }

  .page-way .row-way-container .col-pic {
    position: relative;
    overflow: hidden;
  }
  .page-way .row-way-container .col-pic img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    height: 570px;
  }
}
