* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Kufam-Bold";
    src: url("../fonts/Kufam-Bold.ttf");
}

@font-face {
    font-family: "Kufam-Medium";
    src: url("../fonts/Kufam-Medium.ttf");
}

@font-face {
    font-family: "Kufam-Regular";
    src: url("../fonts/Kufam-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-Italic";
    src: url("../fonts/Roboto-Italic.ttf");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}

body {
    font-size: 15px;
    font-family: "Roboto-Regular";
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

header {
    width: 100%;
    height: 60px;
    background-color: #35532b;
    position: relative;
}

p {
    margin: 0;
}

.header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-family: "Kufam-Regular";
}

header .header .header_left {
    float: left;
    width: 50%;
    height: auto;
}

header .header .header_left .menu_header {
    display: flex;
    color: #fff;
    cursor: pointer;
}

header .header .header_left .menu_header .menu_toggle {
    font-size: 25px;
    width: 35px;
    height: 35px;
    color: #FFF;
    padding: 0;
}

header .header .header_left .menu_header p {
    font-size: 14px;
    align-items: center;
    display: flex;
    padding: 0 10px;
}

header .header .header_right {
    text-align: right;
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}

header .header .header_right .language {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

header .header .header_right .language span {
    cursor: pointer;
}

header .header .header_right .language .language_VietNam {
    color: #9c9e27;
}

header .header .header_right .language span:hover {
    color: #9c9e27;
}

header .header .header_right .item-language, header .header .header_right span{
    color: #FFF;
    margin: 0 2px;
}
header .header .header_right .item-language.active {
    color: #9b9e26
}
.showMenu {
    z-index: 100;
    width: 100%;
    position: absolute;
    height: auto;
    background-color: #fcca06;
    background-image: url(../images/bg_menu.png);
    background-repeat: no-repeat;
    transition: all .5s;
    top: -10000px;
    height: 100vh;
    background-size: cover;
}

.showMenu.show {
    display: block;
    top: 60px;
}

.showMenu .menuDetail {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showMenu .menuDetail ul {
    width: 100%;
    height: 100%;
    padding: 40px;
    text-align: center;
    text-transform: uppercase;
}

.showMenu .menuDetail ul li {
    margin: 20px 0px;
    font-size: 24px;
    font-family: "Kufam-Bold";
    display: grid;
    place-items: center;
    transition: .3s all;
    overflow: hidden;
}

.showMenu .menuDetail ul li a {
    color: #fff;
}

.showMenu .menuDetail ul li .sub_menu {
    margin-top: -1000px;
    overflow: hidden;
    padding: 0;
    width: fit-content;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: all .3s;
    opacity: 0;
}

.showMenu .menuDetail ul li:hover>.sub_menu {
    margin-top: 0;
    opacity: 1;
}

.showMenu .menuDetail ul li .sub_menu li {
    margin: 5px 0;
    font-size: 15px;
    font-family: "Kufam-Regular";
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner {
    width: 100%;
    height: calc(100vh - 60px);
}

.banner.banner-page {
    height: fit-content;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .menu {
    justify-content: center;
    display: flex;
}

.menu ul {
    display: flex;
    margin: 0;
    margin-top: -34px;
    padding: 0;
    justify-content: center;
    width: 100%;
}

.menu ul li {
    font-size: 18px;
    font-family: "Kufam-Regular";
    position: relative;
    color: #fff;
    margin-left: -31px;
    width: 25%;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.menu ul li p {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .chemo {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    top: 0;
    opacity: .4;
}

.banner .dovienmo {
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 1px 16px 20px 8px #040404 inset;
    top: 0;
    opacity: .5;
}

.banner .text_banner {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.banner .text_banner h1 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Kufam-Bold";
}

.gioi_thieu_tap_doan {
    margin: 20px 0px;
    padding: 50px 0px;
}

.gioi_thieu_tap_doan .tieude {
    font-family: "Kufam-Bold";
    padding: 15px 0;
}

.gioi_thieu_tap_doan .tieude h2 {
    font-size: 33px;
    width: 30%;
    text-align: center;
    color: #9c9e27;
}

.gioi_thieu_content {
    width: 100%;
    height: auto;
    font-family: "Roboto";
}

.gioi_thieu_text {
    width: 72%;
    height: auto;
    font-size: 19px;
}

.gioi_thieu_text img {
    width: 100%;
    margin: 25px 0;
}

.gioi_thieu_text p {
    margin: 20px;
    color: #58574b;
    font-family: 'Roboto-Regular';
}

.pathgioithieu {
    margin-top: -32px;
    z-index: 99;
    position: relative;
}

.thong_diep {
    width: 100%;
    height: 100vh;
    background-image: url(../images/anh_thong_diep.png);
    background-repeat: no-repeat;
    background-color: #35532b;
    margin-bottom: 20px;
    background-position: bottom left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tieu_de_thong_diep {
    padding: 35px 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Kufam-Regular';
    color: #fff;
    text-shadow: 4px 1px 3px black;
}

.tieu_de_thong_diep h2 {
    margin: 0;
    font-size: 50px;
}

.thong_diep .thong_diep_1 {
    position: relative;
    width: 70%;
    float: left;
    padding: 15px;
    margin: 0 20px;
    border: 2px solid #9c9e27;
    font-family: "Roboto-Regular";
    color: #fff;
    margin-bottom: 20px;
}

.thong_diep .thong_diep_1 p {
    font-size: 22px;
}

.thong_diep .thong_diep_1 .icon_left {
    position: absolute;
    width: 52px;
    height: 52px;
    border: 1px;
    border-radius: 50%;
    display: grid;
    justify-items: center;
    align-items: center;
    top: -22px;
    left: -22px;
    background: #35532b;
}

.thong_diep .thong_diep_1 .icon_right {
    position: absolute;
    width: 52px;
    height: 52px;
    border: 1px;
    border-radius: 50%;
    display: grid;
    justify-items: center;
    align-items: center;
    bottom: -22px;
    right: -22px;
    background: #35532b;
}

.thong_diep .thong_diep_2 {
    position: relative;
    width: 70%;
    float: right;
    padding: 15px;
    margin: 0 20px;
    border: 2px solid #9c9e27;
    font-family: "Roboto-Regular";
    color: #fff;
    margin-top: 20px;
}

.thong_diep .thong_diep_2 p {
    font-size: 22px;
}

.thong_diep .thong_diep_2 .icon_left {
    position: absolute;
    width: 52px;
    height: 52px;
    border: 1px;
    border-radius: 50%;
    display: grid;
    justify-items: center;
    align-items: center;
    top: -22px;
    left: -22px;
    background: #35532b;
}

.thong_diep .thong_diep_2 .icon_right {
    position: absolute;
    width: 52px;
    height: 52px;
    border: 1px;
    border-radius: 50%;
    display: grid;
    justify-items: center;
    align-items: center;
    bottom: -22px;
    right: -22px;
    background: #35532b;
}

.dinh_huong_pt {
    width: 100%;
    height: 100vh;
    margin: 25px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dinh_huong_pt .left {
    padding: 0 15px;
    width: 100%;
    height: auto;
    /* float: left; */
    display: flex;
}

.dinh_huong_pt .left img {
    width: 100%;
    padding-right: 30px;
    margin-right: 20px;
}

.dinh_huong_pt .left .dinh_huong {
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 65%;
    margin: 0 20px;
}

.dinh_huong_pt .left .text {
    padding: 0 20px;
}

.dinh_huong_pt .left .text .tieude {
    width: 44%;
    font-family: "Kufam-Bold";
    color: #35532b;
}

.dinh_huong_pt .left .text .tieude h2 {
    font-size: 33px;
}

.dinh_huong_pt .left .text p {
    font-size: 18px;
    font-family: "Roboto-Regular";
    color: #58574b;
    margin-top: 20px;
}

.nhan_su {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.nhan_su .banner_nhansu {
    width: 100%;
}

.nhan_su .banner_nhansu img {
    width: 100%;
}

.nhan_su .nhan_su_content {
    position: absolute;
    width: 60%;
    height: auto;
    background-color: #943416;
    left: 50%;
}

.nhan_su .nhan_su_content {
    padding: 30px;
}

.nhan_su .nhan_su_content .tieude {
    font-family: "Kufam-Regular";
    text-align: center;
    color: #fff;
    text-shadow: 5px 2px 4px black;
    margin: 0;
}

.nhan_su .nhan_su_content .tieude h2 {
    font-weight: 500;
    font-size: 35px;
}

.nhan_su .nhan_su_content .text p {
    font-size: 19px;
    color: #fff;
    margin: 15px 0;
}

.nhan_su .nhan_su_content .text {
    padding: 0 15px;
    font-family: "Roboto-Regular";
}

.lanhdao {
    width: 100%;
    height: auto;
    background-color: #ebecd4;
    padding: 80px 0;
}

.lanhdao .chucvu {
    padding: 30px 0;
}

.lanhdao .chucvu .chutich {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}

.lanhdao .chucvu .chutich .img {
    width: 45%;
}

.lanhdao .chucvu .chutich .img img {
    width: 100%;
}

.lanhdao .chucvu .chutich .thongtin_chutich {
    width: 61%;
    height: auto;
    position: absolute;
    background-color: #943416;
    right: 0;
    bottom: 10%;
    padding: 20px;
    color: #fff;
}

.lanhdao .chucvu .chutich .thongtin_chutich .ngay_sinh {
    font-family: "Roboto-Italic";
}

.lanhdao .chucvu .chutich .thongtin_chutich .bangcap {
    font-family: "Roboto-Italic";
}

.giamdoc {
    margin-left: 0px;
}

.lanhdao .chucvu .giamdoc {
    width: 100%;
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
}

.lanhdao .chucvu .giamdoc .thong_tin_giam_doc {
    width: 25%;
}

.lanhdao .chucvu .giamdoc .thong_tin_giam_doc .img {
    position: relative;
}

.lanhdao .chucvu .giamdoc .thong_tin_giam_doc .img img {
    width: 100%;
}

.lanhdao .chucvu .giamdoc .thong_tin_giam_doc .img .text {
    position: absolute;
    color: #fff;
    bottom: 0%;
    width: 100%;
    padding: 10px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.lanhdao .chucvu .giamdoc .thong_tin_giam_doc .img .text h3 {
    font-family: "Kufam-Medium";
    font-weight: 600;
    margin-top: 6px;
    font-size: 18px;
}

.lanhdao .chucvu .giamdoc .thong_tin_giam_doc .bangcap {
    font-size: 17px;
    font-family: "Roboto-Italic";
    padding: 10px 15px;
    color: #58574b;
}

.truong_phong {
    margin-left: 0px;
}

.lanhdao .chucvu .truong_phong {
    width: 100%;
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
}

.lanhdao .chucvu .truong_phong .thong_tin_giam_doc {
    width: 25%;
}

.lanhdao .chucvu .truong_phong .thong_tin_giam_doc .img {
    position: relative;
}

.lanhdao .chucvu .truong_phong .thong_tin_giam_doc .img img {
    width: 100%;
}

.lanhdao .chucvu .truong_phong .thong_tin_giam_doc .img .text {
    position: absolute;
    color: #fff;
    bottom: 0%;
    width: 100%;
    padding: 10px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.lanhdao .chucvu .truong_phong .thong_tin_giam_doc .img .text h3 {
    font-family: "Kufam-Medium";
    font-weight: 600;
    margin-top: 6px;
    font-size: 18px;
}

.lanhdao .chucvu .truong_phong .thong_tin_giam_doc .bangcap {
    font-size: 17px;
    font-family: "Roboto-Italic";
    padding: 10px 15px;
    color: #58574b;
}

.lanhdao .chucvu .truong_phong .thong_tin_giam_doc:last-child {
    margin-right: 0;
}

.lienhe {
    width: 100%;
    background-color: #9c9e27;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftthongtintapdoan {
    margin-bottom: 180px;
}

.lienhetieude {
    font-family: "Kufam-Bold";
    font-size: 33px;
    text-align: center;
    color: #fff;
}

.nhanthongtin1 {
    width: 50%;
    background-color: #35532b;
    margin-top: -130px;
    box-shadow: rgb(88 92 96 / 20%) -4px -3px 11px 9px;
    z-index: 99;
    position: relative;
}

.nhanthongtin {
    width: 100%;
}

.dangkytieude {
    font-family: "Kufam-Bold";
    color: #fff;
}

.form-container {
    width: 700px;
}

.lienhebuttom {
    font-weight: bold;
    color: #fff;
    background-color: #9c9e27;
    width: 100px;
    margin: 20px 20px;
}

.lienhebuttom1 {
    font-weight: bold;
    color: #fff;
    background-color: #9c9e27;
    width: 180px;
    margin: 20px;
}

.dangkynhanthongtin {
    background-color: #ebecd4;
    height: 210px;
    margin-top: -210px;
    z-index: 1;
}

.tuyendung {
    background-color: #ebecd4;
    padding-bottom: 50px;
}

.tuyendungtieude {
    color: #9b9e26;
}

.tuyendungcontent {
    margin-bottom: 50px;
}

.btntuyendung {
    width: 50%;
    background-color: #9c9e27;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.itemtuyendung {
    margin-bottom: 15px;
}

.fontfamily {
    font-family: "Kufam-Bold";
}

.tintuc {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
    color: #943416;
    font-weight: 700;
    font-size: 30px;
}

.hinhanhvideotieude {
    font-family: "Kufam-Bold";
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding: 25px;
}

.hinhanhvideo {
    background-image: url(../images/background-hinhanhvideo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.doitactext {
    width: 65%;
    align-items: center;
}

.logodoitac {
    margin-top: 80px;
    margin-bottom: 100px;
}

.titlekhucongnghiep {
    font-family: "Kufam-Bold";
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #9c9e27;
    text-transform: uppercase;
}

.titlekhucongnghiep1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #34522b;
    margin-top: 50px;
}

.textkhucongnghiep {
    color: #fff;
    margin-top: -60px;
    background-color: #9c9e27;
    z-index: 99;
    position: relative;
    padding: 30px;
    width: 65%;
    box-shadow: rgb(88 92 96 / 20%) -4px -3px 11px 9px;
    margin-bottom: 70px;
}

.textkhucongnghiep1 {
    color: #fff;
    margin-top: -60px;
    background-color: #34522b;
    z-index: 99;
    position: relative;
    padding: 30px;
    width: 65%;
    box-shadow: rgb(88 92 96 / 20%) -4px -3px 11px 9px;
    margin-bottom: 70px;
}

.texticonkcn {
    margin-bottom: 70px;
    font-weight: bold;
    width: 80%;
}

.itemkcnborder {
    width: 137px;
    height: 137px;
    border-radius: 100%;
    border: 1px solid #58574b;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin: 15px;
    color: #58574b;
    transition: all 0.5;
}

.itemkcnborder:hover,
.itemkcnborder.active {
    opacity: 0.5;
}

.pathnongnghiepsach {
    margin-top: -25px;
    z-index: 99;
    position: relative;
}

.nangluongxanh {
    background-color: #ebecd4;
    padding-top: 10px;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
}

.nangluongxanh2 {
    width: 65%;
}

.menuitems:first-child {
    background-image: url(../images/menu1.png);
    margin-left: 0;
}

.menuitems {
    background-image: url(../images/menu2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 24%;
    margin-left: -25px;
}

.menuitems:first-child {
    margin-left: 0;
}

.btntotop {
    width: 50px;
    height: 50px;
    background: rgb(53 83 43);
    position: fixed;
    z-index: 999;
    right: 50px;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 1px 2px 7px 0px #9d9d9d
}

.avatarchutich {
    padding-left: 0px;
    padding-right: 0px;
}

.prevleft {
    position: absolute;
    color: #fff;
    top: 40%;
    z-index: 999;
    font-size: 35px;
    text-align: center;
    left: 0px;
}

.prevright {
    position: absolute;
    color: #fff;
    top: 40%;
    z-index: 999;
    font-size: 40px;
    text-align: center;
    right: 0px;
}

.slide1 .slick-slide {
    padding: 50px
}

.slick-center {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}

.itemdoitac {
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    width: 20%;
    flex: 0 0 20%;
}

.insideitemdoitac {
    border: 2px solid #e5e5e5;
    border-top: none;
    border-left: none;
    height: 90px;
}

.itemdoitac:first-child .insideitemdoitac {
    border-left: none;
}

.itemdoitac:nth-child(5n) .insideitemdoitac {
    border-right: none;
}

.itemdoitac:first-child .insideitemdoitac,
.itemdoitac:nth-child(2) .insideitemdoitac,
.itemdoitac:nth-child(3) .insideitemdoitac,
.itemdoitac:nth-child(4) .insideitemdoitac,
.itemdoitac:nth-child(5) .insideitemdoitac {
    border-top: 2px solid #e5e5e5;
}

.titletuyendung {
    height: 42px;
    font-family: "Kufam-Bold";
}

.contenttuyendung {
    background-color: #ebecd4;
}

.btnnophoso {
    background-color: #9b9e26;
    color: #fff;
    width: 100%;
    font-size: 28px;
}

.btnnophoso1 {
    background-color: #9b9e26;
    color: #fff;
    width: 50%;
    font-size: 18px;
}

.titlemodal {
    color: #9b9e26;
    font-size: 26px;
    text-align: center;
    width: 100%;
}

.bannertext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 4s;
}

.swiper-slide .bannertext img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.banner-page {
    opacity: 0;
    transition: 4s;
}

.banner-page.text-animate-to-left {
    opacity: 1;
}
.imagesanpham {
    width: 85%;
}

footer {
    width: 100%;
    background-color: #943416;
    padding: 50px 0;
}

footer .logo {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

footer .logo img {
    width: 70%;
}

footer .thongtin_tapdoan h4 {
    color: #fff;
    font-size: 17px;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
    margin: 0;
}

footer .thongtin_tapdoan p {
    color: #fff;
    font-size: 14px;
    font-family: "Roboto-Regular";
}

footer .thongtin_tapdoan .cac_truso {
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(314px, 1fr));
    grid-gap: 30px;
}

footer .thongtin_tapdoan p {
    font-size: 15px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content1 {
    width: 100%;
    margin: 20px 0px;
}

.content1 .tieude {
    width: 100%;
    text-align: center;
    font-family: "Kufam-Bold";
    padding: 15px 0;
}

.content1 .tieude h2 {
    font-size: 33px;
    text-align: center;
    color: #9c9e27;
}

.banner_content {
    width: 100%;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
}

.banner_content .img {
    width: 100%;
}

.banner_content .img img {
    width: 100%;
}

.banner_content .text {
    width: 70%;
    margin-top: -9%;
    padding: 45px;
    background-color: #9c9e27;
    color: #fff;
    bottom: -55%;
    box-shadow: -18px -8px 20px 0px #120d0d;
    border-radius: 2px;
}

.banner_content .text p {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Roboto-Regular";
}

.banner_content .text p:last-child {
    margin-bottom: 0;
}

.banner_content .text h5 {
    font-family: "Roboto-Bold";
}

.banner_content .text .table_nongnghiep table {
    width: 100%;
}

.banner_content .text .table_nongnghiep table tbody tr {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 10px 0;
}

.banner_content .text .table_nongnghiep table tbody tr td {
    padding: 10px 0;
}

.banner_content .text .table_nongnghiep table tbody tr td p {
    margin-bottom: 3px;
    font-size: 15px;
    font-family: "Roboto-Regular";
}

.banner_content .text .table_nongnghiep table tbody tr td:first-child {
    display: flex;
    font-family: "Roboto-Bold";
    font-size: 20px;
    font-weight: 500;
}

.banner_content .text .table_nongnghiep table tbody tr .tb_first span img {
    margin-right: 10px;
}

.content2 {
    margin: 50px 0;
    padding: 50px 0;
}

.content2 .text {
    width: 70%;
    color: #58574b;
}

.content2 .text p {
    margin-bottom: 25px;
    font-size: 20px;
    font-family: "Roboto-Regular";
}

.content2 .text .video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.content2 .text .video iframe {
    width: 85%;
}

.menu_bottom {
    display: grid;
    place-items: center;
    padding: 35px 0;
}

.menu_bottom ul {
    padding: 0px;
    margin: 0px;
    width: 60%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(147px, 1fr));
    gap: 46px;
    place-items: center;
}

.menu_bottom ul li {
    padding: 10px;
    width: 180px;
    height: 180px;
    border: 2px solid #58574b;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Kufam-Bold";
    color: #58574b;
    cursor: pointer;
}

.menu_bottom ul li:hover {
    border: 2px solid #ababa5;
    transition: .4s;
}

.menu_bottom ul li:hover>a {
    color: #ababa5;
}

.menu_bottom ul li {
    font-size: 20px;
    color: #58574b;
}

.image-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all 2s;
    transform: translateX(300px);
    opacity: 0;
}

.swiper-slide-active .image-slide {
    transform: translateY(0);
    opacity: 1;
}

.text-slide h3 {
    color: #FFF;
    text-transform: uppercase;
    font-family: "Kufam-Bold";
    margin-top: 30px;
    font-size: 40px;
    transition: all 2s;
    transform: translateX(-300px);
    opacity: 0;
}

.swiper-slide-active .text-slide h3 {
    transform: translateY(0);
    opacity: 1;
}

.text-slide h3 span {
    font-family: "Kufam-Regular";
}

.gioi_thieu_tap_doan .tieude h2,
.dinh_huong_pt .tieude,
.nhan_su_content,
.tieu_de_thong_diep {
    position: relative;
    overflow: hidden;
}

.gioi_thieu_tap_doan .tieude h2::after,
.dinh_huong_pt .tieude::after,
.thong_diep .tieu_de_thong_diep::after {
    background-image: url(../images/animate.png);
    background-size: 100% 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 500%;
    top: 0;
    left: 0;

}
.gioi_thieu_tap_doan .tieude h2::after{
    transition: all 1.5s;
}
.thong_diep .tieu_de_thong_diep::after {
    background-image: url(../images/animate-2.png);
    transition: all 3s;
}
.dinh_huong_pt .tieude::after{
    transition: all 1.5s;
}
.gioi_thieu_tap_doan .text-animate-to-right.tieude h2::after,
.dinh_huong .text-animate-to-right.tieude::after,
.text-animate-to-right.tieu_de_thong_diep::after {
    width: 0;
}

.nhan_su_content {
    transform: translate(0, -75%);
    transition: 2s all;
}

.text-animate-to-right.nhan_su_content {
    transform: translate(-50%, -75%);
}

.imgthuvien{
    margin-bottom: 25px;
    cursor: pointer;
}

.news-item .card-title, .news-item .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item .card-text {
    -webkit-line-clamp: 3;
}
.news-item img {
    height: 250px;
    object-fit: cover;
}

.mySwiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.mySwiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: none;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    color: #FFF;
    font-size: 50px;
}
.mySwiper .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 0;
}
.mySwiper  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left:0
}
/* .nhan_su{
    overflow: hidden;
} */

@media only screen and (max-width: 350px) {
    .thong_diep {
        height: 610px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .itemkcnborder {
        padding: 0px;
        margin: 5px;
    }

    .textkhucongnghiep1 {
        margin-top: 15px;
        width: 85%;
    }

    .nangluongxanh2 {
        width: 85%;
    }

    .textkhucongnghiep {
        margin-top: 15px;
        width: 85%;
    }

    .imagesanpham {
        width: 100%;
    }

    .doitactext {
        width: 90%;
    }

    .slide1 .slick-slide {
        padding: 0px;
    }

    .nhanthongtin1 {
        width: 85%;
        background-color: #35532b;
        margin-top: -130px;
        box-shadow: rgb(88 92 96 / 20%) -4px -3px 11px 9px;
        z-index: 99;
        position: relative;
    }

    .chutich {
        margin-left: 0px;
    }

    .banner .menu {
        display: none;
    }

    .header {
        padding: 0;
    }

    header .header .header_left .menu_header span {
        font-size: 16px;
    }

    header .header .header_left .menu_header p {
        font-size: 12px;
    }

    header .header .header_right .language {
        font-size: 12px;
    }

    .banner .text_banner {
        width: 70%;
    }

    .banner .text_banner h1 {
        font-size: 23px;
        font-weight: 500;
    }

    .menu {
        bottom: -17.5%;
    }

    .showMenu .menuDetail ul {
        padding: 15px;
        margin: 0;
    }

    .showMenu .menuDetail ul li {
        margin: 10px 0;
        font-size: 18px;
    }

    .showMenu .menuDetail ul li .sub_menu {
        width: 100%;
    }

    .showMenu .menuDetail ul li .sub_menu li {
        font-size: 13px;
    }

    .gioi_thieu_tap_doan {
        padding: 0;
    }

    .gioi_thieu_tap_doan .tieude {
        padding: 10px 0;
    }

    .gioi_thieu_tap_doan .tieude h2 {
        font-size: 20px;
        width: 70%;
        margin: 0;
    }

    .gioi_thieu_text {
        width: 100%;
        font-size: 15px;
    }

    .gioi_thieu_text p {
        margin: 10px;
    }

    .tieu_de_thong_diep {
        padding: 15px 0;
    }

    .tieu_de_thong_diep h2 {
        font-size: 25px;
    }

    .thong_diep .thong_diep_1 {
        width: 90%;
        margin: 0;
        margin-bottom: 15px;
        padding: 10px;
    }

    .thong_diep .thong_diep_1 p {
        font-size: 17px;
    }

    .thong_diep .thong_diep_1 .icon_left {
        width: 35px;
        height: 35px;
        top: -15px;
        left: -15px;
    }

    .thong_diep .thong_diep_1 .icon_right {
        width: 35px;
        height: 35px;
        bottom: -15px;
        right: -15px;
    }

    .icon_left img {
        width: 70%;
    }

    .icon_right img {
        width: 70%;
    }

    .thong_diep .thong_diep_2 {
        width: 90%;
        margin-bottom: 10px;
        padding: 10px;
        margin: 0;
        margin-top: 15px;
    }

    .thong_diep .thong_diep_2 p {
        font-size: 17px;
    }

    .thong_diep .thong_diep_1 {
        width: 90%;
        margin: 0;
        margin-bottom: 10px;
        padding: 10px;
    }

    .thong_diep .thong_diep_2 p {
        font-size: 17px;
    }

    .thong_diep .thong_diep_2 .icon_left {
        width: 35px;
        height: 35px;
        top: -15px;
        left: -15px;
    }

    .thong_diep .thong_diep_2 .icon_right {
        width: 35px;
        height: 35px;
        bottom: -15px;
        right: -15px;
    }

    .dinh_huong_pt .left {
        display: block;
    }

    .dinh_huong_pt .left .dinh_huong {
        display: block;
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }

    .dinh_huong_pt .left .text {
        padding: 0;
    }

    .dinh_huong_pt .left .text .tieude {
        width: 100%;
    }

    .dinh_huong_pt .left .text .tieude h2 {
        font-size: 20px;
        text-align: center;
    }

    .dinh_huong_pt .left {
        padding: 0 10px;
    }

    .dinh_huong_pt .left .text p {
        font-size: 15px;
    }

    .dinh_huong_pt .left .img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .dinh_huong_pt .left .img img {
        width: 65%;
        padding: 0;
        margin: 0;
    }

    .nhan_su .banner_nhansu img {
        height: 170px;
    }

    .nhan_su .nhan_su_content {
        width: 80%;
        height: auto;
    }

    .nhan_su .nhan_su_content .tieude h2 {
        font-size: 21px;
    }

    .nhan_su .nhan_su_content {
        padding: 10px;
    }

    .nhan_su .nhan_su_content .text p {
        font-size: 13px;
    }

    .lanhdao .chucvu .chutich {
        display: block;
    }

    .lanhdao .chucvu {
        padding-top: 100px;
    }

    .lanhdao .chucvu .chutich .img {
        width: 100%;
    }

    .lanhdao .chucvu .chutich .thongtin_chutich {
        position: unset;
        width: 100%;
    }

    .lanhdao .chucvu .giamdoc {
        display: block;
        padding: 20px 0;
    }

    .lanhdao .chucvu .giamdoc .thong_tin_giam_doc {
        width: 100%;
        padding: 15px 0;
    }

    .lanhdao .chucvu .truong_phong {
        display: block;
        padding: 20px 0;
    }

    .lanhdao .chucvu .truong_phong .thong_tin_giam_doc {
        width: 100%;
        padding: 15px 0;
    }

    footer .container .row {
        display: block;
    }

    footer .container .row .logo {
        width: 100%;
    }

    footer .container .row .logo img {
        width: 45%;
    }

    footer .thongtin_tapdoan {
        width: 100%;
        margin-top: 30px;
    }

    .content1 .center {
        display: inherit;
    }

    .banner_content .text {
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        padding: 15px;
    }

    .banner_content .text p {
        font-size: 14px;
    }

    .content1 .tieude {
        padding: 0;
    }

    .content1 .tieude h2 {
        font-size: 20px;
    }

    .content1 {
        padding: 0;
    }

    .kc1 {
        height: 50px;
    }

    .menu_bottom ul {
        width: 100%;
        gap: 30px;
        grid-template-columns: repeat(auto-fill, minmax(181px, 1fr));
    }

    .menu_bottom ul li {
        width: 180px;
        height: 180px;
        font-size: 16px;
    }

    .pathnongnghiepsach {
        display: none !important;
    }

    .itemdoitac {
        width: 100%;
        flex: 0 0 100%;
    }

    .insideitemdoitac,
    .itemdoitac:nth-child(2) .insideitemdoitac,
    .itemdoitac:nth-child(3) .insideitemdoitac,
    .itemdoitac:nth-child(4) .insideitemdoitac,
    .itemdoitac:nth-child(5) .insideitemdoitac {
        border-top: none;
    }

    .text-slide h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 998px)and (min-width: 768px) {
    .banner .menu {
        display: none;
    }

    .header {
        padding: 0;
    }

    header .header .header_left .menu_header span {
        font-size: 20px;
    }

    header .header .header_left .menu_header p {
        font-size: 15px;
    }

    header .header .header_right .language {
        font-size: 15px;
    }

    .banner .text_banner {
        width: 70%;
    }

    .banner .text_banner h1 {
        font-size: 23px;
        font-weight: 500;
    }

    .gioi_thieu_tap_doan {
        margin: 0;
    }

    .gioi_thieu_tap_doan .tieude {
        padding: 10px 0;
    }

    .gioi_thieu_tap_doan .tieude h2 {
        font-size: 20px;
        width: 70%;
    }

    .gioi_thieu_text {
        width: 100%;
        font-size: 15px;
    }

    .menu {
        bottom: -13.5%;
    }

    .showMenu .menuDetail ul {
        padding: 15px;
        margin: 0;
    }

    .showMenu .menuDetail ul li {
        margin: 10px 0;
        font-size: 18px;
    }

    .showMenu .menuDetail ul li .sub_menu {
        width: 30%;
    }

    .showMenu .menuDetail ul li .sub_menu li {
        font-size: 13px;
    }

    .gioi_thieu_text p {
        margin: 10px;
    }

    .thong_diep .thong_diep_1 p {
        font-size: 17px;
    }

    .thong_diep .thong_diep_2 p {
        font-size: 17px;
    }

    .tieu_de_thong_diep h2 {
        font-size: 32px;
    }

    .dinh_huong_pt .left img {
        padding-right: 20px;
    }

    .dinh_huong_pt .left .dinh_huong {
        padding: 0 10px;
        margin: 20px 0px;
    }

    .dinh_huong_pt .left .text {
        padding: 0 10px;
    }

    .dinh_huong_pt .left .text .tieude {
        width: 100%;
    }

    .dinh_huong_pt .left .text .tieude h2 {
        font-size: 30px;
    }

    .dinh_huong_pt .left .text p {
        font-size: 16px;
    }

    .nhan_su .nhan_su_content {
        width: 80%;
        height: 200px;
        transform: translate(-50%, -30%);
    }

    .nhan_su .nhan_su_content .tieude h2 {
        font-size: 21px;
    }

    .nhan_su .nhan_su_content {
        padding: 20px;
    }

    .nhan_su .nhan_su_content .text p {
        font-size: 16px;
    }

    .lanhdao .chucvu {
        padding-top: 70px;
    }

    .lanhdao .chucvu .giamdoc .thong_tin_giam_doc {
        width: 33.3333%;
    }

    .lanhdao .chucvu .giamdoc .thong_tin_giam_doc .img .text {
        padding: 10px;
    }

    .lanhdao .chucvu .giamdoc .thong_tin_giam_doc .img .text h3 {
        font-size: 20px;
    }

    .lanhdao .chucvu .giamdoc .thong_tin_giam_doc .bangcap {
        font-size: 15px;
        padding: 5px;
    }

    .lanhdao .chucvu .truong_phong {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        grid-gap: 15px;
    }

    .lanhdao .chucvu .truong_phong .thong_tin_giam_doc {
        width: 100%;
    }

    .lanhdao .chucvu .truong_phong .thong_tin_giam_doc .img .text {
        padding: 5px;
    }

    .lanhdao .chucvu .truong_phong .thong_tin_giam_doc .img .text h3 {
        font-size: 20px;
    }

    .lanhdao .chucvu .truong_phong .thong_tin_giam_doc .bangcap {
        font-size: 15px;
        padding: 5px;
    }

    footer .thongtin_tapdoan .cac_truso {
        grid-template-columns: repeat(auto-fill, minmax(149px, 1fr));
    }

    .content1 .center {
        display: inherit;
    }

    .banner_content .text {
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        padding: 20px;
    }

    .banner_content .text p {
        font-size: 16px;
    }

    .content1 .tieude {
        padding: 0;
    }

    .content1 .tieude h2 {
        font-size: 22px;
    }

    .content1 {
        padding: 0;
    }

    .kc1 {
        height: 50px;
    }


}

@media only screen and (max-width: 1200px) and (min-width: 999px) {
    .header {
        padding: 0;
    }

    header .header .header_left .menu_header span {
        font-size: 20px;
    }

    header .header .header_left .menu_header p {
        font-size: 15px;
    }

    header .header .header_right .language {
        font-size: 15px;
    }

    .banner .text_banner {
        width: 60%;
    }

    .banner .text_banner h1 {
        font-size: 50px;
        font-weight: 500;
    }

    .tieu_de_thong_diep h2 {
        font-size: 32px;
    }

    .menu {
        bottom: -13.5%;
    }

    .showMenu .menuDetail ul {
        padding: 15px;
        margin: 0;
    }

    .showMenu .menuDetail ul li {
        margin: 10px 0;
        font-size: 18px;
    }

    .showMenu .menuDetail ul li .sub_menu {
        width: 30%;
    }

    .showMenu .menuDetail ul li .sub_menu li {
        font-size: 13px;
    }

    .thong_diep .thong_diep_1 p {
        font-size: 20px;
    }

    .thong_diep .thong_diep_2 p {
        font-size: 20px;
    }

    .dinh_huong_pt .left .text .tieude {
        width: 70%;
    }

    .dinh_huong_pt .left .text .tieude h2 {
        font-size: 25px;
    }

    .dinh_huong_pt .left .text p {
        font-size: 16px;
    }

    .nhan_su .nhan_su_content .tieude h2 {
        font-size: 32px;
    }

    .nhan_su .nhan_su_content .text p {
        font-size: 17px;
    }

    .lanhdao .chucvu .giamdoc .thong_tin_giam_doc {
        width: 33.3333%;
    }

    .lanhdao .chucvu .giamdoc .thong_tin_giam_doc .img .text {
        padding: 10px;
    }

    .lanhdao .chucvu .giamdoc .thong_tin_giam_doc .img .text h3 {
        font-size: 23px;
    }

    .lanhdao .chucvu .giamdoc .thong_tin_giam_doc .bangcap {
        font-size: 15px;
        padding: 5px;
    }

    .lanhdao .chucvu .truong_phong {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 15px;
    }

    .lanhdao .chucvu .truong_phong .thong_tin_giam_doc {
        width: 100%;
    }

    .banner_content .text {
        width: 80%;
        padding: 25px;
        bottom: -80%;
    }

    .banner_content .text p {
        font-size: 16px;
    }

    .kc1 {
        height: 200px;
    }

    .gioi_thieu_tap_doan .tieude h2 {
        width: 50%;
        font-size: 30px;
    }

    .menu ul li p {
        font-size: 14px;
        margin-left: 10px;
    }

    .menuitems {
        height: 40px;
        font-size: 11px;
        margin-left: -25px;
    }

    .pathnongnghiepsach {
        margin-top: -20px;
    }
}

.kc1 {
    height: 250px;
}

.kc2 {
    height: 200px;
}

.banner_content3 .text {
    bottom: -40%;
    background-color: #35532b;
}

.banner_content3 .text img {
    margin-right: 10px;
}

.content3 {
    padding: 0;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .kc1 {
        height: 0px;
    }

    .kc2 {
        height: 0px;
    }

    .content2 .tieude {
        padding: 20px 0;
    }

    .content2 .text {
        width: 100%;
    }

    .content2 .text p {
        font-size: 16px;
    }

    .content2 .text .video {
        padding: 15px 0;
    }

    .content2 .text .video iframe {
        width: 100%;
    }

    footer {
        padding: 20px 0;
    }

    footer .thongtin_tapdoan h4 {
        font-size: 14px;
    }

    footer .thongtin_tapdoan p {
        font-size: 12px;
    }

    .banner_content .text h5 {
        font-size: 18px;
    }

    .banner_content .text .table_nongnghiep table tbody tr td:first-child {
        font-size: 15px;
    }

    .banner_content .text .table_nongnghiep table tbody tr td p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 998px)and (min-width: 768px) {
    .menuitems {
        height: 30px;
        font-size: 10px;
        margin-left: -15px;
    }

    .pathnongnghiepsach {
        margin-top: -15px;
    }

    .kc1 {
        height: 0px;
    }

    .kc2 {
        height: 0px;
    }

    .content2 .tieude {
        padding: 20px 0;
    }

    .content2 .text {
        width: 100%;
    }

    .content2 .text p {
        font-size: 16px;
    }

    .content2 .text .video {
        padding: 15px 0;
    }

    .content2 .text .video iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 999px) {
    .kc2 {
        height: 150px;
    }

    .kc1 {
        height: 200px;
    }

    .content2 .tieude {
        padding: 20px 0;
    }

    .content2 .text {
        width: 100%;
    }

    .content2 .text p {
        font-size: 16px;
    }

    .content2 .text .video {
        padding: 15px 0;
    }

    .content2 .text .video iframe {
        width: 100%;
    }

    .menu_bottom ul {
        width: 75%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(114px, 1fr));
        gap: 75px;
    }
}