html {
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}


.slick-next, .slick-prev{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    filter: opacity(1);
}

.line-height-1 {
    line-height: 1;
}

.mt-3 {
    margin-top: 3px;
}
.mb-18 {
    margin-bottom: 18px;
}

.logo-section img{
    max-height: 74px;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.mb-100 {
    margin-bottom: 100px;
}

/*Title - breadcrumb before, after*/
.breadcrumbs-section h1:before,
.breadcrumbs-section h1:after,
.title-section h3:before,
.title-section h3:after{
    content: "";
    position: absolute;
    background-color: var(--green);
}
.breadcrumbs-section h1:before,
.title-section h3:before{
    width: 70px;
    height: 56px;
    transform: translateX(-40%) skewY(336deg); 
    -moz-transform: translateX(-40%) skewY(336deg);
    -webkit-transform: translateX(-40%) skewY(336deg);
    -o-transform: translateX(-40%) skewY(336deg);
    -ms-transform: translateX(-40%) skewY(336deg);
    z-index: -1;
}
.breadcrumbs-section h1:after,
.title-section h3:after{
    width: 120px;
    height: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.breadcrumbs-section h1 {
    font-size: 56px;
}
.breadcrumbs-section h1:before{
    z-index: 0 !important;
}
.breadcrumbs-section h1:after{
    background-color: var(--white);
}
.breadcrumbs-section h1 span {
    position: relative;
    z-index: 1;
}
/*Title - breadcrumb before, after*/

/*Module menu*/
.menu-section > ul > li > a:before {
    content: "";
    position: absolute;
    background: var(--color-hightlight);
    width: 100%;
    height: 5px;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.menu-section > ul > li > a.active:before, .menu-section > ul > li > a:hover:before{
    opacity:1
}
/*Module menu*/

/*Box icon*/
.box-icon {
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
}
/*Box icon*/

/*Module san pham trang chu*/
.product-home > .row {
    height: 100%;
}
.img-contain {
    object-fit: contain !important;
}

.product-home .product-item {
    border: 10px solid var(--light);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-home .product-item:hover {
    border: 10px solid var(--color-main);
}

/*Module san pham trang chu*/

/*Module tin tuc trang chu*/
.news-home .article-item ,
.news-home .article-item .inner-image{
    border-radius: 5px;
    overflow: hidden;
}
.article-home .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 30px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
}

.see-more {
    display: inline-flex;
    align-items: center;
    color: var(--link);
}

/*Module tin tuc trang chu*/


/*Footer*/
.menu-ft .container > .row > div:last-child {
    display: flex;
    justify-content: space-between;
}
.link-fb a{
    padding: 1px 8px;
    color: var(--link);
}

.bg-svg {
    position: absolute;
    left: 4%;
    transform: translateY(15px);
}
/*Footer*/

/*Trang company history*/
.company-history {
    padding: 115px 0;
    position: relative;
    width: 44%;
    margin: 120px auto 0;
}
.company-history .line-horizontal {
    position: absolute;
    top: 0;
    left: 67px;
    width: 5px;
    height: 100%;
}
.company-history .line-horizontal:before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: var(--green);
}

.icon_svg {
    position: absolute;
    top: 0;
    right: 0;
}

.company-history .timeline {
    background-color: var(--grey);
    margin-top: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    max-height: 130px;
}
.company-history .timeline .icon{
    transform: translateY(-20px);
    transition: all .2s ease-out;
}
.company-history .timeline .icon img{
    min-width: 91px;
}

.company-history .timeline-content {
    font-weight: bold;
    font-size: 23px;
    padding-left: 68px;
}

.company-history .timeline-content p {
    position: relative;
    padding-left: 35px;
    line-height: 33px;
    margin-bottom: 10px;
}
.company-history .timeline-content p:last-child {
    margin-bottom: 0;
}

.company-history .timeline-content p:before,
.company-history .timeline-content p:after {
    content: "";
    position: absolute;
}
.company-history .timeline-content p:before{
    top: 10px;
    left: 9px;
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    z-index: 1;
}
.company-history .timeline-content p:after {
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: var(--green);
    border-radius: 50%;
}
.company-history .timeline:hover {
    color: var(--white);
    background-color: var(--color-main);
    cursor: pointer;
}
.company-history .timeline:hover .icon{
    transform: translateY(0px) rotate(90deg);
}

/*Trang company history*/

/*Trang hac way*/
.item-pillars {
    background-color: #F8F8F8;
    padding: 12px;
    border-radius: 23px;
}
.item-pillars .inner-content {
    padding: 0 33px;
    min-height: 230px;
}
.item-pillars .inner-title {
    font-size: 42px;
    font-weight: bold;
    color: var(--color-main);
}
.item-pillars .btn-anchor {
    padding: 12px 30px;
    border-radius: 5px;
    color: var(--white);
    font-weight: 500;
    background-color: var(--color-main);
    font-size: 18px;
    margin-top: 60px;
    transition: all .3s;
    display: inline-block;
}


/*14 list style*/
.view_list_style {
    display: none;
}
.view_list_style.show {
    display: block !important;
}
.icon_svg_style {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.title-style {
    color: var(--color-main);
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
}

.view-style {
    position: relative;
}
.group-dot.right {
    right: unset;
    left: -20%;
}
.group-dot {
    position: absolute;
    top: 50%;
    right: -20%;
    z-index: -1;
    width: 300px;
    height: 300px;
    background-size: contain;
}
.view-style .line-horizontal {
    position: absolute;
    top: 0;
    left: 44px;
    width: 3px;
    height: 100%;
    z-index: -1;
}
.view-style .line-horizontal:before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: var(--color-main);
}

.view-style .item-style:first-child {
    padding-top: 60px;
}

.item-style {
    padding-bottom: 65px;
}
.item-style .inner-content {
    padding-left: 45px;
    width: calc(100% - 89px);
    line-height: 28px;
}
.item-style .number {
    font-weight: bold;
    font-size: 64px;
    width: 89px;
    height: 89px;
    line-height: 89px;
    text-align: center;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--color-main);
}

.item-style .inner-title {
    font-weight: bold;
    font-size: 24px;
}

.item-style .inner-desc {
    font-size: 19px;
}
/*Trang hac way*/

/*Box management team*/
.mr-12 {
    margin-right: 12px;
}
.nav-team .nav {
    justify-content: center;
    margin-bottom: 55px;
    border-bottom: 0;
}

.nav-team .nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    height: 40px;
    position: relative;
}

.mid-before:before{
    
}

.nav-team .nav .nav-link.active {
    margin-right: 12px;
}
.nav-team .nav .nav-link.active:before {
    content: "";
    position: absolute;
    top: 15px;
    right: -15px;
    width: 1px;
    height: 13px;
    background-color: var(--color-main);
}
.nav-team .nav .nav-link:last-child.active{
    margin-left: 15px;
}
.nav-team .nav .nav-link:last-child.active:before {
    right: unset;
    left: -15px;
}

.mid-before.active {
    margin: 0 12px;
}
.mid-before.active:after{
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    width: 1px;
    height: 13px;
    background-color: var(--color-main);
}


.nav-team .nav .nav-link.active, .nav-team .nav .nav-link:hover {
    background-color: var(--color-main);
    color: var(--white);
}

.team-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team-item .inner-image {
    aspect-ratio: 3/4;
}

.team-item .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-main);
    padding: 10px 1px;
    border-radius: 10px;
    color: var(--white);
    text-align: center;
    font-size: 16px;
}

.team-item .inner-title {
    font-weight: bold;
}

.team-item .inner-desc {
    font-weight: 500;
}

.tab-team > .tab-pane:nth-child(2) .inner-content {
    min-height: 110px;
}
.tab-team > .tab-pane:nth-child(2) .inner-content.item {
    min-height: 90px;
}
.tab-team > .tab-pane:nth-child(2) .inner-desc {
    font-size: 15px;
    line-height: 1.4;
}

/*End Box management teameam*/

/*Page certification*/
.item-certification.between .list-image {
    justify-content: center !important;
}
/*Page certification*/

/*Trang danh sach san pham*/
.list_products {
    display: flex;
    align-items: end;
    justify-content: center;
}
.product-tab {
    position: relative;
}
.product-tab:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
    background-color: var(--color-main);
    z-index: -1;
    border-radius: 10px;
}
.product-tab:before{
    min-height: 260px;
}
.product-tab .inner-image {
    margin-bottom: 30px;
}
.product-tab .inner-content{
    font-size: 16px;
    color: var(--white);
    font-weight: bold;
}
.product-tab .product-description *{ 
    margin-bottom: 0;
}

.list_products .inner-content {
    min-height: 95px !important;
}


.btn-contact {
    background-color: var(--green);
    display: inline-flex;
    align-items: center;
    padding: 18px 80px;
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
    border-radius: 10px;
    margin: 75px 0;
}
.btn-contact span{
    margin-left: 15px;
}
/*Trang danh sach san pham*/

/*Trang contact*/
.contact .title-section {
    margin-bottom: 50px;
}
.item-contact .info{
    background-color: #F6F6F6;
    padding: 30px 20px;
    color: #211B56;
    min-height: 295px;
}
.is-mobile .item-contact .info{
    min-height: auto;
}
/*Trang contact*/

.voulantary.background-section {
    padding: 30px;
    background-size: 100% 100%;
}
.voulantary.block-section {
    align-items: self-start;
}
.voulantary .title-human {
    line-height: 1;    
}

/*Trang phat trien nguon nhan luc*/
.block-section {
    /*display: flex;*/
    /*align-items: center;*/
}
.title-human{
    font-size: 25px;
    font-weight: bold;
    color: var(--color-main);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.block-section .info {
    font-size: 20px;
    padding-right: 35px;
}
.block-section .note{
    font-weight: bold;
    color: var(--color-main);
}
.box-image {
    position: relative;
    text-align: right;
}
.box-image img{
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border-radius: 10px;
}
.box-image:before{
    content: "";
    width: calc(100% - 15px);
    height: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-radius: 10px;
    background-color: var(--color-main);
    z-index: -1;
}
.box-image.left {
    text-align: left;
}
.box-image.left:before {
    right: 0;
    left: unset;
}

.voulantary.block-section .info {
    padding-right: 0;
    padding-left: 65px;
}

.course {
    padding-top: 80px;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 20px;
}
.course .slogan {
    margin-bottom: 40px;
}
.course .title.rowspan {
    padding: 10px 0;
}
.course .title.colspan {
    padding: 5px 0;
}
.course .title {
    background-color: #211B56;
    text-align: center;
    margin-bottom: 12px;
    font-size: 32px;
    border-radius: 10px;
    line-height: 43px;
}

.course .list_course {
    height: 100%;
}
.course .list_course > div {
    margin-bottom: 15px;
}
.course .list_course > div:nth-child(5),
.course .list_course > div:last-child{
    margin-bottom: 0;
    color: #211B56;
}
.course .list_course > div:nth-child(5) .item:before,
.course .list_course > div:last-child .item:before{
    border: 1px solid #211B56;
}


.table_col_left .item-course {
    align-items: center !important;
    font-size: 32px;
    line-height: 43px;
    position: relative;
    min-height: 215px;
}
.table_col_left .item-course.course-1 {
    padding-bottom: 35px;
}


.table_col_mid .item-course {
    font-size: 24px;
    line-height: 32px;
}
.course .item-course {
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 30px;
}
.course .item-course > div {
    position: relative;
    padding-left: 35px;
    text-align: left;
    line-height: 26px;
    margin-bottom: 20px;
}
.course .item-course > div:last-child {
    margin-bottom: 0;
}
.course .item-course > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid var(--white);
}


.title-block {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    color: var(--color-main);
    text-transform: uppercase;
    margin-bottom: 15px;
}
/*Trang phat trien nguon nhan luc*/

/*Trang our team*/
.border-circle {
    border-radius: 50%;
}
.border-10 {
    border-radius: 10px;
}

.our-team > .row > div:nth-child(2) .article-team ,
.our-team > .row > div:nth-child(3) .article-team ,
.our-team > .row > div:nth-child(6) .article-team ,
.our-team > .row > div:nth-child(7) .article-team ,
.our-team > .row > div:nth-child(10) .article-team ,
.our-team > .row > div:nth-child(11) .article-team {
    background-color: var(--green) !important;
}

.article-team .article-title a {
    font-size: 24px;
    font-weight: bold;
}
.article-team .inner-description * {
    margin-bottom: 0;
    line-height: 24px;
}

.title-tab {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

#nav-our-team > .nav{
    background-color: var(--light);
    padding: 15px;
    height: 100%;
}
#nav-our-team .nav-link {
    border: 0;
    border-bottom: 2px solid #eaeaea;
    font-size: 16px;
    padding: 0;
    margin-bottom: 11px;
}
#nav-our-team .nav-link.active {
    font-weight: bold;
    color: var(--color-main);
    background-color: transparent;
}


.image_avatar .ratio-1-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: var(--white);
}
.tab-our-team .image_avatar {
    flex: 0 0 44.5%;
    max-width: 44.5%;
}
.tab-our-team .info {
    flex: 0 0 55.5%;
    max-width: 55.5%;
    padding: 20px 7px;
}
.tab-our-team .info .inner-description{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

/*Trang our team*/

/*Trang why us*/
.why-us {
    max-width: 1255px;
    margin: auto;
}
.why-us .title {
    font-size: 29px;
}
/*Trang why us*/


/*Trang tuyen dung*/
.jobs-detail-top {
    background-color: #f9f9f9;
    padding: 20px 45px;
}
.jobs-title-detail {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 46px;
}

.start-end-salary span {
    color: var(--color-main);
    font-weight: 700;
}
.avatar-jobs img {
    object-fit: contain;
}
.btn-jobs-top a.btn.btn-submit {
    width: 100%;
}

.content-jobs {
    background-color: #f9f9f9;
    padding: 25px 40px;
}
.content-jobs *{
    margin-bottom: 0;
    line-height: 26px;
}


.content-right {
    padding: 23px;
    background-color: #EBF7FF;
    border-radius: 3px;
}
.item-detail-jobs-right {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: flex;
}

.title-detail-jobs-right {
    color: #555;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.content-right .item-detail-jobs-right:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.item-detail-jobs-right .icon {
    margin-right: 10px;
}

.item-detail-jobs-right .icon i {
    font-size: 24px;
}

.article-detail-bottom>ul>li>a {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid var(--color-main);
    text-align: center;
    padding: 0 15px;
    line-height: 36px;
    font-weight: bold;
    display: inline-block;
}
/*Trang tuyen dung*/

/*Trang danh sach viec lam*/
.jobs .title {
    font-size: 20px;
}
.form-tim-kiem-viec-lam .btn-submit,
.form-tim-kiem-viec-lam input {
    border-radius: 10px !important;
    height: 72px !important;
    line-height: 72px !important;
    
}
.form-tim-kiem-viec-lam input {
    background-color: #efefef;
    border: 1px solid #d9d9d9;
    padding: 0 30px !important;
    font-size: 16px;
}
.form-tim-kiem-viec-lam .btn-submit {
    font-size: 24px;
    text-transform: capitalize;
}


.table-job {
    font-size: 16px;
}
.table-job thead th {
    white-space: nowrap;
    height: 72px;
    line-height: 72px !important;
    padding: 0 15px;
}
.table-job thead th ,
.table-job td {
    border: 0;
    /*vertical-align: middle !important;*/
    line-height: 25px;
}
.table-job tbody > tr:nth-child(2n) {
    background-color: var(--light);
}
.btn.recruitment {
    background-color: var(--green);
    color: var(--white);
    font-weight: 600;
    display: block;
}
.btn.filled {
    background-color: var(--red);
    color: var(--white);
    font-weight: 600;
    display: block;
}
/*--------phan trang ------------*/
.page-item .page-link {
    border: 0;
    padding: 3px;
}

/*Trang danh sach viec lam*/


/*Trang voice of employee*/
.employee .title {
    font-size: 24px;
}
.article-employee > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #056BAE);
    opacity: 0;
    transition: all .3s;
}
.article-employee .info {
    content: "";
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    color: var(--white);
    opacity: 0;
    transition: all .3s;
}

.article-employee:hover > a:before,
.article-employee:hover .info {
    opacity: 1;
}

.modal-dialog {
    max-width: 1240px;
    width: calc(100% - 30px);
}

.modal-employee .modal-header {
    position: absolute;
    top: -40px;
    right: 0;
    padding: 0;
    border: 0;
    z-index: 5;
    background: var(--white);
    border-radius: 50%;
}
.modal-employee .modal-header .close{
    padding: 3px;
    margin: 0;
}

.modal-employee .info {
    font-size: 16px;
    line-height: 25px;
}
.modal-employee .name{
    font-weight: bold;
    color: var(--color-main);
    font-size: 24px;
    margin-bottom: 5px;
}
.modal-employee .inner-desc {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.modal-employee .inner-desc:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    max-width: 235px;
    height: 5px;
    background-color: var(--color-main);
}

/*Trang voice of employee*/


/*Trang loi ich va hoat dong*/
.title-big {
    font-size: 32px;
    font-weight: bold;
    color: var(--color-main);
    margin-bottom: 30px;
}

.list-benefit {
    display: flex;
    justify-content: space-between;
}

.box-benefit .title-style,
.list-benefit > a {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: var(--white);
    border-radius: 10px;
    padding: 10px;
    width: calc(100%/4 - 100px);
    text-align: center;
    position: relative;
    margin-top: -3px;
}
.list-benefit > a:hover {
    background-image: -webkit-linear-gradient(45deg, #0076C2 , #0A9EFF);
}

.box-benefit .title-style {
    background-image: -webkit-linear-gradient(45deg, #0076C2 , #0A9EFF);
    font-size: 32px;
}
.benefit-1 {
    background-image: -webkit-linear-gradient(45deg, #00C6C5, #00FDE8 );
}
.benefit-2 {
    background-image: -webkit-linear-gradient(left, #EF5918 , #FF9913);
}
.benefit-3 {
    background-image: -webkit-linear-gradient(top, #6FD7FA , #5D7BF5);
}
.benefit-4 {
    background-image: -webkit-linear-gradient(top, #FFE025 , #F9AC1E);
}
.benefit-5 {
    background-image: -webkit-linear-gradient(45deg, #E417FB , #539DF1);
}

.ceremony {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ceremony .img {
    width: 44%;
    float: left;
    padding: 0 5px;
    padding-top: 28%;
    position: relative;
    margin-bottom: 10px;
}

.ceremony .img:first-child ,
.ceremony .img:last-child{
    width: calc(56% - 10px);
    padding-top: 28%;
}


.first.inner-desc {
    width: 75%;
    margin: 0 auto 80px;
    text-align: center;
    font-weight: 600;
    color: var(--color-main);
}
.item-award .line-title {
    width: 60px;
    height: 2px;
    margin: auto;
}
.item-award .inner-title {
    font-weight: bold;
    font-size: 25px;
}
.w-85 {
    width: 85%;
}

.birthday-party .img:first-child{
    width: calc(56% - 10px);
    padding-top: 28%;
    float: left;
    position: relative;
}
.birthday-party .img:last-child{
    width: 44%;
    padding-top: 28%;
    float: left;
    position: relative;
}

.is-mobile .birthday-party .img {
    width: 100% !important;
}
.is-mobile .birthday-party .img:first-child {
    padding-top: 46%;
}
.is-mobile .birthday-party .img:last-child {
    padding-top: 70%;
}

.list-img img {
    border-radius: 15px;
}

.rti-70 {
    padding-top: 70% !important;
}
/*Trang loi ich va hoat dong*/



/*Responsive mobile*/
.is-mobile .breadcrumbs-section h1:before, 
.is-mobile .title-section h3:before {
    width: 45px;
    height: 35px;
}

.is-mobile .breadcrumbs-section h1:after, 
.is-mobile .title-section h3:after {
    width: 85px;
}

.is-mobile .breadcrumbs-section h1,
.is-mobile .title-section h3 {
    font-size: 30px;
}

/*Mobile feature product*/
.is-mobile .product-home > .row .product-item{
    margin-top: 140px;
}
/*Mobile feature product*/


/*Page company history*/
.is-mobile .company-history {
    width: 90%;
    margin: 30px auto 0;
    padding: 30px 0;
}

/*Page hac-way*/
.is-mobile .item-pillars .inner-title {
    font-size: 25px;
}
.is-mobile .item-pillars .inner-content {
    padding: 0;
}

.is-mobile .item-style .inner-title {
    font-size: 20px;
}
.is-mobile .item-style .inner-desc {
    font-size: 17px;
}

.is-mobile .btn-contact {
    margin: 30px 0;
}

/*Page why us*/
.jobs .title,
.employee .title ,
.why-us .title {
    font-size: 27px;
}
.jobs .desc ,
.employee .desc ,
.why-us .desc {
    font-size: 18px !important;
}

/*Page our-team*/
.is-mobile .article-team .article-title a {
    font-size: 18px;
}

.is-mobile .title-tab {
    font-size: 20px;
}
.is-mobile .tab-our-team .active .row {
    justify-content: center !important;
    padding: 15px;
}
.is-mobile .image_avatar .ratio-1-1:before {
    opacity: 0;
}
.is-mobile .tab-our-team .info {
    flex: 0 0 100%;
    max-width: 100%;
}

/*Page voice of employee*/
.is-mobile .modal-employee .inner-desc {
    margin-bottom: 20px;
}

/*Page list jobs*/
.is-mobile .table-job thead th,
.is-mobile .form-tim-kiem-viec-lam .btn-submit, 
.is-mobile .form-tim-kiem-viec-lam input {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 17px;
}

/*Page chi tiet tuyen dung*/
.is-mobile .content-jobs,
.is-mobile .jobs-detail-top {
    padding: 20px;
}
.is-mobile .jobs-title-detail {
    font-size: 20px;
    line-height: unset;
}
.btn-jobs-top a.btn.btn-submit {
    margin-top: 10px;
}
.is-mobile .content-jobs {
    margin-bottom: 15px;
}
.is-mobile .title-detail-jobs-right {
    font-size: 14px;
}

/*Page Human resources development*/
.is-mobile .title-human {
    font-size: 20px;
}
.is-mobile .block-section .info {
    font-size: 15px;
}
.is-mobile .title-block {
    font-size: 30px;
}

.is-mobile .course {
    padding-top: 30px;
}
.is-mobile .course .item-course,
.is-mobile .course .title {
    font-size: 25px;
}
.is-mobile .course .title.rowspan {
    margin-bottom: 15px !important;
}
.is-mobile .table_col_mid {
    margin: 15px 0;
}
.is-mobile .voulantary.block-section .info {
    padding-left: 0;
}
.is-mobile .list-img {
    flex-direction: column;
}
.is-mobile .list-img .img{
    margin-bottom: 15px;
}
.is-mobile .list-img img{
    width: 100%;
}

.is-mobile .course .list_course > div:nth-child(5) {
    margin-bottom: 15px;
}


/*benefit-and-activities*/
.is-mobile .box-benefit .title-style {
    width: auto;
    font-size: 22px;
    padding: 10px 25px;
}
.is-mobile .list-benefit > a {
    width: calc(100%/5 - 15px);
    font-size: 20px;
}

.is-mobile .ceremony .img {
    width: 100%;
    padding-top: 56%;
}
.is-mobile .item-award .inner-title {
    font-size: 20px;
}



.article-content a {
    color: var(--color-main);
    text-decoration: underline;
}
.article-content table tr * {
    padding: 5px;
}

/*Responsive mobile*/

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1370px;
    }
    
    .menu-section > ul > li {
        margin-right: 50px;
    }
}
    
@media (min-width: 1300px) and (max-width: 1400px) {
    .title-human {
        font-size: 22px;
    }
}
@media (min-width: 1024px) and (max-width: 1300px) {
    /*hac-way*/
    .item-pillars .inner-title{
        font-size: 30px;
    }
    .item-style .inner-title {
        font-size: 20px;
    }
    
    /*company-history*/
    .company-history {
        width: 70%;
    }
    
    /*management team*/
    .tab-team > .tab-pane:nth-child(2) .inner-content {
        min-height: 100px;
    }
    .tab-team > .tab-pane:nth-child(2) .inner-desc {
        font-size: 11px;
    }
    .team-item .inner-content {
        font-size: 14px;
    }
    
    /*Human resources development*/
    /*---- talent development*/
    .title-human {
        font-size: 18px;
    }
    .block-section .info {
        font-size: 16px;
        padding-right: 0;
    }
    
    .voulantary.block-section .info {
        padding-left: 0;
    }
    /*---- khoa hoc*/
    .course {
        font-size: 16px;
    }
    .course .title {
        font-size: 23px;
    }
    .course .item-course {
        padding: 15px 20px;
    }
    .course .item-course > div {
        padding-left: 30px;
        margin-bottom: 15px;
    }
    .course .item-course > div:before {
        top: 3px;
        width: 18px;
        height: 18px;
    }
    .table_col_left .item-course {
        font-size: 20px;
        background-size: 100% 100% !important;
        min-height: 190px;
        line-height: 30px;
    }
    .table_col_mid .item-course {
        font-size: 16px;
    }
    
    /*Out team*/
    .article-team .inner-content {
        margin: 0 !important;
    }
    .article-team .article-title a {
        font-size: 20px;
    }
    
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .article-home .article-item .inner-image ,
    .news-home .article-small .inner-image {
        padding-top: 75%;
    }
    
    .company-history {
        width: 60%;
        padding: 40px 0 !important;
        margin: 50px auto;
    }
    
    .tab-team > .tab-pane:nth-child(2) .inner-content{
        min-height: 110px;
    }
    .tab-team > .tab-pane:nth-child(2) .inner-desc {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .course {
        font-size: 18px;
    }
    .course .title {
        font-size: 25px;
    }
    .course .item-course {
        padding: 15px 20px;
    }
    .table_col_left .item-course {
        background-size: 100% 100% !important;
        font-size: 25px;
    }
    .table_col_mid .item-course {
        font-size: 22px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .logo-section img {
        max-width: 175px;
    }
    
    .item-contact .info{
        min-height: 295px;
    }
}
    
@media (min-width: 992px) and (max-width: 1024px) {
    .logo-section img {
        max-width: 160px;
    }
    
    .title-section {
        margin-bottom: 50px;    
    }
    
    .is-mobile .product-home > .row .product-item {
        margin-top: 0;
    }
    .product-home .inner-content {
        height: 250px;
        text-align: center;
        font-size: 15px;
    }
    .product-home .inner-content .product-title {
        font-size: 17px;
    }
    
    .news-home .article-item .inner-image {
        padding-top: 90%;
    }
    
    .company-history {
        width: 80% !important;
        padding: 50px 0;
    }
}
    
@media (min-width: 1024px) {
    .w-lg-75 {
        width: 75% !important;
    }
    
    .col-pc-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-pc-60 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
}

@media (max-width: 768px){
    .container, .container-md, .container-sm{
        max-width: 768px;
    }
}

@media (max-width: 576px){
    .is-mobile .breadcrumbs-section h1, .is-mobile .title-section h3 {
        font-size: 25px;
    }
    .is-mobile .breadcrumbs-section h1:before, .is-mobile .title-section h3:before {
        width: 35px;
        height: 25px;
    }
    .is-mobile .breadcrumbs-section h1:after, .is-mobile .title-section h3:after {
        width: 50px;
        height: 3px;
    }

    .is-mobile .product-home > .row .product-item {
        margin-top: 60px;
    }
    
    /*Page company-history*/
    .company-history .line-horizontal {
        left: 40px;
    }
    
    .company-history .timeline {
        padding: 0 15px;
        max-height: 95px;
        margin-top: 30px;
    }
    .company-history .timeline .icon {
        transform: translateY(0);
    }
    .company-history .timeline .icon img {
        max-width: 50px;
        min-width: unset;
    }
    .company-history .timeline-content {
        font-size: 14px;
        padding-left: 30px;
    }
    .company-history .timeline-content p{
        padding-left: 25px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .company-history .timeline-content p:after {
        width: 18px;
        height: 18px;
    }
    .company-history .timeline-content p:before {
        top: 8px;
        left: 7px;
        width: 5px;
        height: 8px;
    }
    
    /*Page management team*/
    .nav-team .nav {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .nav-team .nav .nav-link {
        text-align: center;
    }
    .nav-team .nav .nav-link.active {
        margin: 0 !important;
    }
    .nav-team .nav .nav-link.active:after,
    .nav-team .nav .nav-link.active:before {
        content: none;
    }
    
    /*Page hac-way*/
    .item-pillars .inner-content {
        min-height: auto;
    }
    .item-pillars .btn-anchor {
        margin-top: 20px;
        padding: 7px 20px;
    }
    .title-style {
        font-size: 25px;
    }
    .item-style {
        padding-bottom: 30px;
    }
    .item-style .number {
        font-size: 45px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .item-style .inner-content {
        padding-left: 20px;
        width: calc(100% - 60px);
    }
    .is-mobile .item-style .inner-desc,
    .is-mobile .item-style .inner-title {
        font-size: 15px;
    }
    .view-style .line-horizontal {
        left: 29px;
    }
    
    /*Page chung chi*/
    .certification .list-image {
        flex-direction: column;
    }
    .certification .list-image a{
        margin-bottom: 15px;
    }
    
    /*Page list jobs*/
    .list-job {
        overflow-y: auto;
    }
    
    /*Page human resources development*/
    .is-mobile .title-block{
        font-size: 25px;
        line-height: 35px;
    }
    .is-mobile .course .item-course,
    .is-mobile .course .title {
        font-size: 18px;
    }
    
    /*Benefit and activities*/
    .is-mobile .list-benefit {
        flex-wrap: wrap;
    }
    .is-mobile .box-benefit .title-style {
        margin-bottom: 30px;
    }
    .is-mobile .list-benefit > a {
        width: calc(100%/2 - 10px);
        font-size: 18px;
        float: left;
        margin: 0 0 15px 0;
    }
    
    
    footer .container > .row > div{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .is-mobile .coppyright {
        flex-direction: column;
        align-items: start !important;
    }
}
.product-item .inner-content .product-title a {
    /* color: var(--color-main); */
    font-weight: 700;
    font-size: 19px;
}
.font-weight-bold {
    font-weight: 700!important;
    color: #0179bb;
}
.font-weight-500 {
    font-weight: 500 !important;
    color: #0179bb;
}
.product-tab .inner-image .item-image {
    padding: 0 10px;
}