@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@400;500;600;700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&family=Noto+Serif+Khojki:wght@400;500;600;700&family=Oswald:wght@200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');

.title_about_tm {
    text-align: center;
}
.title_about_tm {
    margin-bottom: 15px;
}
.title_about_tm h2 {
    font-size: 33px;
    color: #352e48;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.2;
}
.ourteam .title_about_tm p {
    max-width: 80%;
}
.title_about_tm p {
    font-size: 16px;
    line-height: 1.5;
    color: #1A1A1A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 58%;
    margin: auto;
}
.travel-fair-section {
    padding: 40px 0px;
    background: #432f92;
}
.travel-fair-section .fair-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px 0;
    padding-top: 5px;
}
.travel-fair-section .fair-card {
    padding: 0 20px;
    transition: all 0.4s ease;
    position: relative;
    text-align: center;
    color: #fff;
}

.travel-fair-section .card-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 10px;
}
.travel-fair-section .card-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.travel-fair-section .card-description {
    color: #fff;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
}










.section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    background-color: #fff;
}

.col-section_1 {
    padding: 10px 0 0;
    margin-bottom: 0px;
}
.about-text h1 {
    padding: 20px 0 10px 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
}
.col-section_1 h2.title22 {
    text-align: center;
    background: #001c43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    /* font-family: 'ellefuturabold' !important; */
    position: relative;
}
.desc_sec04 {
	font-size: 23px;
	line-height: 39px;
	color: #ff0;
}
.desc_sec04 ul li {
	list-style: disc !important;
    margin-left: 20px;
    padding-bottom: 5px;
}
.desc_content_in {
	font-size: 23px;
	line-height: 39px;
	color: #ff0;
	text-align: center;
}

.col-section_1 p {
    font-size: 15px;
    font-family: 'ellefutura' !important;
}

.col-section_1 h2.title22:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}

.images_tsao {
    margin: 10px 0;
}

.images_tsao img {
    border-radius: 20px 5px 20px 5px;
}

.pt-why-choose {
    padding: 50px 0px 50px 0px;
    background: #eeee;
}

.pt_box_why-choose {
    background: #eee;
    padding: 20px 0px;
}

.pt_group_title .pt_title_underline {
    margin-top: 0;
    position: relative;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: #432f92;
    text-align: center;
    margin-bottom: 30px;
}

.pt_group_title .pt_title_underline::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 7px solid #f15223;
    border-bottom-color: rgb(241, 82, 35);
    position: absolute;
    display: block;
    bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}

.pt_group_title .pt_title_underline span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: #001c43;
    text-align: center;
}

.pt_group_title .pt_title_underline.tr span {
    font-size: 35px;
}

.pt_group_title .pt_title_underline::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    background: #001c43;
    background-color: #001c43;
    display: block;
    bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}

.box_taisao {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.box_why-choose {
    text-align: center;
    padding: 20px 0px 10px 0px;

}

.box_why-choose a {
    width: 100%;
    display: block;
    text-align: center;
}

.box_why-choose span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.box_why-choose p {
    font-size: 17px;
    color: #53534B;
}

.box_why-choose .img {
    position: relative;
    width: 100px;
    height: 100px;

    margin: 0 auto;
    margin-bottom: 25px;
}

.box_why-choose .img img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box_why-choose .img::before {
    content: '';
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 2px solid rgba(83, 83, 75, 0.15);
    position: absolute;
    border-radius: 50%;

}


.pt_group_title .pt_title_underline.tr::before {
    display: none;
}

.pt_group_title .pt_title_underline.tr {
    margin-bottom: 45px;
}

.giatri {
    padding: 30px 0;
}

.list-giatri {
    font-size: 16px;
}

.list-giatri li span {
    color: #f07f1f;
    padding-right: 20px;
    font-size: 40px;

}

.list-giatri li .box-content-giatri {
    font-size: 16px;
    line-height: 25px;
    color: #53534B;
}

.list-giatri li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.col-section_1 p.text-title-t {
    font-size: 24px;
    margin: 15px 100px 50px 100px;
}

.small-title {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    color: #f07f1f;
}

.small-title::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 9px;
    top: 9px;
    left: 0;
    background: #f07f1f;
    border-radius: 9px;
}

.col-section_1 .col-inner-t h2.title22 {
    font-size: 35px;
    text-transform: capitalize;
    margin-top: 15px;
}

.icon-box-title {
    background: #f07f1f;
    border-radius: 0 20px;
    z-index: 2;
    margin: 0;
    width: 59px;
    height: 59px;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
}

p.icon-box-description {
    padding: 15px 15px 15px 45px;
    background: radial-gradient(79.78% 327.35% at 35.32% 106.35%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 2px 0 2px 0 #ffffff;
    backdrop-filter: blur(111.822px);
    border-radius: 36px;
    font-size: 16px;
    line-height: 23px;
    color: #53534B;
    background: rgb(245, 245, 245)
}

.dia-service-text-item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}

.images_tsao-t {
    padding-left: 40px;
}

.images_tsao.images_tsao-t img {
    height: 471px;
    border-radius: 0px 20px 0px 20px;
}

.box-huanluyen {
    width: 80%;
    margin: 0 auto;
    color: #fff;
}

.box-huanluyen p {
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.box-huanluyen h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #f07f1f;
    line-height: 45px;
}

.giamdoc span {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.giamdoc {
    text-align: center;
    margin-bottom: 45px;
}

.cthuanluyen {
    padding: 50px 0;
    background-color: #001c43;
}

.button-wrapper {
    text-align: center;
}

.button-wrapper>a {
    font-size: 18px;
    font-weight: bold;
    fill: #001C44;
    color: #FFF;
    background-color: #f07f1f;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    padding: 20px 40px;
}

.contet-giatri {
    padding-top: 40px;
}

.box-chitiet .col-section_1 .col-inner-t h2.title22 {
    text-align: left;
    line-height: 50px;
    position: relative;
}

.box-chitiet .col-section_1 .col-inner-t h2.title22::before {
    /* content: ""; */
    height: 2px;
    background: #53534B;
    width: 100px;
    left: 10px;
    bottom: -10px;
    position: absolute;
}

.box-chitiet .small-title {
    margin-bottom: 5px;
}

.box-chitiet .col-section_1 h2.title22:after {
    display: none;
}

ul.list-tab-chitiet {
    display: flex;
    padding: 12px;
    border: 1px solid #000;
    border-radius: 40px;
}

.list-tab-chitiet a {
    font-size: 20px;
    font-weight: 500;
    display: block;
    height: 100%;
    text-align: center;
    padding: 10px 5px;
    font-weight: 600;
    font-size: 20px;
    color: #53534B;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    ;
}

.list-tab-chitiet li {
    flex: 0 0 50%;
    width: 50%;
}

.list-tab-chitiet a.active {
    background: linear-gradient(180deg, rgba(25, 55, 117, 0.873684) 0%, rgba(0, 28, 68, 0.85) 0.01%, #001C44 100%);
    color: #ffffff;
}

.box-chitiet>.row {
    align-items: flex-end;
}

.info-form-chitiet .icon {
    width: 60px;
    height: 60px;
    background: #FFC832;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
    flex: 0 0 60px;
}

.info-form-chitiet {
    padding: 25px;
    border: 2px solid rgba(83, 83, 75, 0.1);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-chitiet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-right: 70px;
}

.text-chitiet h5 {
    display: block;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.text-chitiet p {
    display: inline-block;
    line-height: 1.2em;
    font-size: 15px;
}

.content-chitet {
    padding-top: 30px;
    margin-top: 40px;
    display: none;
    transition: 0.5s ease;
}

.content-chitet.active {
    display: block;
}

.desc-chitiet p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #53534B;
}

.tas-tr {
    margin-bottom: 70px;
}

.item-post-tr {
    display: flex;
    position: relative;
    padding-bottom: 36px;
}

.item-post-tr::before {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% - 60px);
    top: 60px;
    left: 100px;
    background-color: #001C44;
    opacity: 0.2;
    transform: translateX(-50%);
}

.item-post-tr:last-child::before {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #001C44, rgba(0, 28, 68, 0));
}

.item-post-tr .item-number-tr {
    flex: 0 0 100px;
    font-family: 'EB Garamond';
    font-weight: 700;
    font-size: 58px;
    line-height: 1;
    color: rgba(0, 28, 68, 0.2);
    position: relative;
    margin-right: 90px;
}

.item-post-tr .item-number-tr::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    top: 20px;
    background: linear-gradient(90deg, #FFC832 0%, #EDAF32 156.82%);
    border-radius: 50%;
    transform: translateX(50%);

}

.item-post-tr:nth-child(n+3) {
    display: none;
}

.text-post-tr .box-post-tr h3 {
    font-weight: 700;
    font-size: 28px;
    max-width: 776px;
    margin: 0 auto 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.text-post-tr .box-post-tr p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.text-post-tr .box-post-tr a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #001C44;
    padding: 14px 32px 14px 70px;
    background-color: #FFC832;
    /* -webkit-box-shadow: 0 6px 30px rgba(92, 92, 92, 0.16); */
    /* box-shadow: 0 6px 30px rgba(92, 92, 92, 0.16); */
    border-radius: 100px;
    position: relative;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    overflow: hidden;
}

.text-post-tr .box-post-tr a img {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.text-post-tr {
    width: 100%;
    padding: 32px 25px 45px;
    background: #fff;
    padding: 32px 25px 45px;
    background-color: #FFFFFF;
    border-radius: 0 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.text-post-tr::after {
    content: "";
    background-image: url(https://hocvienceohanoi.com/cac-khoa-hoc/khoa-hoc-giam-doc-kinh-doanh-65/wp-content/plugins/saokim-widgets/assets/images/bg-ndung.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 0.5s;
}

.item-post-tr .item-number-tr::after {
    content: "";
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    top: 12px;
    right: -14px;
    background: radial-gradient(64.58% 64.58% at 50% 50%, #FFC832 0%, rgba(255, 200, 50, 0) 100%);
    border-radius: 50%;
    opacity: 0;
}
/* .icon-footer {
    margin-bottom: 100px;
} */
.item-post-tr:hover .item-number-tr::after {
    opacity: 1;
}

.box-post-tr {
    position: relative;
    z-index: 10;
}

.item-post-tr:hover .text-post-tr::after {
    opacity: 1;
}

.item-post-tr:hover .box-post-tr {
    color: #fff;
}

.chitiet-hl {
    background: rgb(245, 245, 245);
    padding: 90px 0;
}

.btn-action-post button {
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    color: #53534B;
    border: none;
    background: transparent;
}

.btn-action-post {
    text-align: center;
    padding-left: 190px;
}

.box-title-tr .small-title {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 23px;
    margin: auto;
    position: relative;
    color: #f07f1f;
    text-align: center;
    margin-bottom: 10px;
}

.box-title-tr h2 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: left;
    position: relative;
    text-align: center;
    color: #001c43;
    line-height: 50px;
    padding-bottom: 20px;
}

.box-title-tr h2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 10%;
    left: 45%;
    height: 3px;
    background: #001c43;
}

.name-chuyengiao h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.name-chuyengiao {
    padding: 10px;
    margin-top: 15px;
}

.ngchuyengiao {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #efefef;
}

.box-ngchuyengiao-left p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.jhbd h3 {
    font-size: 17px;
}

.box-cv {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.box-cv .icon-cv {
    flex: 0 0 20px;
    margin-top: 5px
}

.jhbd {
    padding-left: 16px;
}

.box-ngchuyengiao-left {
    padding: 10px;
    padding-right: 90px;
}

.box-cv .box-img {
    position: relative;
}

.box-cv .box-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
}

.box-cv .box-img span {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.box-cv .box-img img {
    border-radius: 10px;
}

.quyenloi .box-title-tr h2::before {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.item-quyenloi .nuberm span {
    font-size: 18px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f07f1f;
    border-radius: 50%;
    margin-right: 15px;
    flex: 0 0 40px;
    opacity: 1;
}

.item-quyenloi .nuberm.collapsed span {
    opacity: 0.4;
}

.item-quyenloi .nuberm {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    line-height: 26px;
}

.sub-item-quyenloi {
    padding-left: 55px;
    font-size: 15px;
    line-height: 25px;
}

.sub-item-quyenloi ul {
    padding-left: 20px;
}

.sub-item-quyenloi ul li {
    list-style: disc !important;
    font-size: 16px;
    color: #53534B;
}

.list-quyenloi>li {
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}

.list-quyenloi>li>span.chitiet {
    content: "";
    position: absolute;
    width: auto;
    padding-right: 12px;
    left: 55px;
    bottom: -10px;
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
    background-image: url(https://hocvienceohanoi.com/cac-khoa-hoc/khoa-hoc-giam-doc-kinh-doanh-65/wp-content/uploads/2022/09/arrow-down-1.svg);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}


.item-quyenloi.active .sub-item-quyenloi ul {
    visibility: visible;
    height: 100%;
}

.list-quyenloi>li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    top: 50px;
    left: 19px;
    border-left: 1px #000 dashed;
    opacity: 0.3;
}

.content-quyenloi {
    padding: 50px 0;
}

.quyenloi {
    padding: 40px 0;
}

.content-camnhan .box-cv {
    padding: 0px 40px 10px 10px;
    margin-top: 30px;
}

.content-camnhan {
    padding: 50px 0;
    padding-top: 20px;
}

.info-camnhan .avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.name-hocvien h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

.name-hocvien p {
    font-size: 14px;
}

.star-rating-tr {
    margin-top: 8px;
}

.info-camnhan {
    display: flex;
    align-items: flex-start;
}

.info-camnhan .avatar {
    flex: 0 0 90px;
}

.name-hocvien {
    padding-left: 15px;
    padding-top: 10px;
}

.item-camnhan {
    position: relative;
    padding: 29px 79px 80px 45px;
    background-color: #7083B212;
    border-radius: 100px 0 100px 0;
    margin-top: 30px;
}

.item-camnhan .phay {
    position: absolute;
    top: 0;
    right: 60px;
    transform: translateY(-50%);
}

.text-hocvien {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-contron button {
    border: none;
    background: transparent;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #FFC832;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-contron button i {
    font-size: 20px;
    color: #FFC832;
}

.btn-contron {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 25px;
    right: 100px;
    gap: 10px;
}

.wapper-camnhan {
    position: relative;
}

.camnhanhocvien .box-title-tr h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.dn-donghanh .box-title-tr h2::before {
    transform: translateX(-50%);
    left: 50%;
}

.dn-donghanh {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-donghanh {
    padding-top: 30px;
}

.dk-trainghiem .box-title-tr h2::before {
    transform: translateX(-50%);
    left: 50%;
}

.form-tr textarea,
.form-tr input {
    height: 56px;
    padding: 16px 20px;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border: none;
    margin-bottom: 20px;
    border: 5px;
    border-radius: 5px;
}

.dk-trainghiem {
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 80px;
}

.content-trainghiem {
    padding-top: 40px;
}

.form-tr-db {
    display: flex;
    gap: 20px;
}

.form-tr-db input {
    width: 50%;
}

.form-tr textarea {
    min-height: 120px;
}

.content-trainghiem .form-check {
    /* margin-top: 10px; */
    padding-left: 0;
	text-align: center;
}

.content-trainghiem .form-check p {
    font-size: 16px;
    margin-bottom: 5px;
}

.content-trainghiem .form-check span {
    padding-left: 15px;
}

.content-trainghiem .form-check span input {
    margin-right: 5px;
}

.form-btn-tr {
    text-align: center;
    margin-top: 20px;
}

.form-btn-tr button {
    display: inline-block;
    height: 57px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 29px 15px 70px;
    background: #f07f1f;
    border-radius: 30px;
    line-height: 25px;
    position: relative;
}

.form-btn-tr button span {
    height: 34px;
    width: 34px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.dk-trainghiem .img img {
    border-radius: 15px;
}

.dk-trainghiem .content-trainghiem form {
    padding-right: 40px;
}

.hinhanh-hocvien {
    padding: 70px 0;

}

.item_list-img_all {
    margin: 0px -15px;
}

.item_list-img {
    display: flex;
    flex-wrap: wrap;
}

.box_list-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.item_list-img {
    display: flex;
    flex-wrap: wrap;
}

.box_list-img_2,
.box_list-img_big {
    padding: 0px 20px;
    margin-bottom: 40px;
}

.box_list-img_2 a img {
    height: 268px;
    width: 100%;
    border-radius: 10px;
}

.box_list-img_2 {
    flex: 0 0 25%;
    max-width: 25%;
}

.hinhanh-hocvien .box-title-tr h2::before {
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.camnhanhocvien {
    padding-top: 70px;
    background: rgb(245, 245, 245);
}

.list-items.active .item-post-tr:nth-child(n+3) {
    display: flex;
}

.img-giaitri .box-giatri {
    position: relative;
}

.img-giaitri .box-giatri::before {
    content: "";
    height: 16px;
    background-color: rgb(209, 211, 219);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 25px;
    transform: translateY(100%);
}

.img-giaitri .box-giatri::after {
    content: "";
    width: 16px;
    bottom: -16px;
    top: 15px;
    position: absolute;
    z-index: 10;
    background-color: rgb(209, 211, 219);
}

.achievements {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -1px;
    background: #fff;
    position: relative;
}

.contetnt-achievements {
    padding-top: 15px;
    padding-bottom: 15px;
}

.number-achievement {
    font-size: 50px;
    font-weight: 500;
    line-height: 51px;
    position: relative;
    padding-right: 25px;
}

.item-achievement {
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: left;
}

.contetnt-achievements>.row {
    justify-content: center;
    row-gap: 25px;
}

.number-achievement sub {
    font-size: 22px;
    position: absolute;
    bottom: 13px;
    right: 6px;
}

.text-achievement {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}

.img-giaitri {
    padding-bottom: 40px;
}

.div__percent {
    position: absolute;
    width: calc(100% - 80px);
    height: 10px;
    background: transparent;
    bottom: -2px;
    left: 59px;
    border-bottom-right-radius: 30px;
}

.span__percent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #EDAF32;
    width: 0%;
    /* transition: all 0.5s; */
    animation: ex 2s ease-in-out 0.5s forwards;
}

@keyframes ex {
    from {
        width: 0%;
    }
    to{
        width: 100%;
    }
}



li.giatri__list-li::before {
    content: "";
    position: absolute;
    inset: -5px 0 5px 34px;
    border: 2px solid #eee;
    border-radius: 5px;
}
.giatri__list-i {
    position: relative;
    background: #fff;
}

.giatri-box {}

.giatri__list {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
}

.giatri__list-li {
    flex: 0 0 50%;
    padding-inline: 15px;
}

.label__percent {
    display: block;
    position: absolute;
    top: -19px;
    right: -20px;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.sec02 {
    position: relative;
    margin-top: 0;
    padding-bottom: 40px;
}

.main_sec02 {
    max-width: 1200px;
    margin: 0 auto;
}

.columns-4 {
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.sec02 .item {
    box-shadow: 0 2px 7px rgb(145 145 145/35%);
    height: 100%;
    padding: 20px;
    background: #fff;
    text-align: center;
    font-size: 17px;
}

.sec02 .item .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid #ddd;
}

.sec02 .item .icon i {
    font-size: 25px;
    line-height: 48px;
    background: #ddd;
    display: block;
    border-radius: 100%;
}
.sec02 .item .icon img {
	padding: 20px
}

.sec02 .item .name {
    color: #432f92;
    font-weight: 700;
    margin: 15px 0;
    font-size: 20px;
    line-height: 22px;
}
.sec03 {
    padding: 10px 0px 40px 0;
}
.sec03 .row {
	align-items: center;
}
.sec033 .title1_sec03 h3 {
    text-align: left;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #432f92;
    padding-top: 0px;
}

.sec03 .title1_sec03 h3 {
    text-align: left;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #432f92;
    padding-top: 0px;
}
.img_sec03 img {
	/* border-radius: 10px; */
	/* box-shadow: 0 6px 13px rgb(145 145 145/95%); */
}

.title2_sec03 p {
    font-size: 16px;
    padding-bottom: 10px;
}

.list_sec03 li {
    margin-bottom: 10px;
    color: #333;
}

.list_sec03 li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #f11960;
    border-radius: 100%;
    margin-right: 10px;
}
.sec03_euroways {
    flex-direction: row-reverse;
}
.sec04 {
    padding: 50px 0px;
    background: #432f92;
    color: #fff;
}
.title-sec04 h3 {
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.item_sec04 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #fff;
}
.icon_sec04 {
    width: 45px;
    margin-right: 15px;
    text-align: center;
}
.icon_sec04 img {
    max-width: 45px;
}
.title_sec04 {
    font-size: 18px;
}
.title_sec04 strong {
    color: #ec1c24;
}
.sec05 {
    background-image: url(../images/bando.png);
    padding: 40px 0;
    background-color: #e3e4e5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
	background: #fff;
}
.sec05 .row {
}

.title_top_sec05 h3 {
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
    color: #432f92;
}

.main_sec05 {
    padding-top: 77px;
    position: relative;
}

.top_tab_sec05 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.item_sec05 {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 6px 13px rgb(145 145 145/95%);
    position: relative;
    height: auto;
}

.item_sec05 ::before {
    content: '';
    width: 30px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    top: -80px;
    left: 50%;
    z-index: 2;
    background-image: url(../images/asset12.png);
    transform: translateX(-50%);
}

.top_tab_sec05 img {
    width: 90%;
}

.main_item_sec05 {
    position: relative;
    padding: 0px 0 20px;
    /* background: #fff; */
    border-radius: 20px;
    z-index: 9;
    margin-bottom: 20px;
    height: auto;
    min-height: 540px;
}

.icon_05 {
    /* position: relative; 
    height: 75px;*/
}
.stt_05 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 10px 10px;
	background: #1f3864;
	border-radius: 20px 20px 0 0;
}
.stt_05_desc {
	padding: 10px 10px;
	line-height: 22px;
	font-size: 20px;
}
.stt_05_desc ::before {
	background: none;
	
}
.stt_05_desc ul li {
	list-style: disc !important;
	margin-left: 20px;
	font-size: 18px;
	line-height: 26px;
}

.icon_051::before {
    content: '';
    display: block;
    width: 230px;
    height: 116px;
    background-image: url(https://edugo.vn/wp-content/themes/giaodien/images/sdgbfhdbn.png);
    position: absolute;
    left: 60px;
    top: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.text_05 p {
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    background: #fff;
    color: #c00000;
    padding: 0;
}
.text_05 span {
	text-decoration:line-through;
	font-size: 23px;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	background: #fff;
	color: #333;
	padding: 0;
}
.text_05 {
    background: #fff;
    text-align: center;
    padding: 10px 15px;
}

.item_sec051::after {
    content: '';
    position: absolute;
    height: 70px;
    background-image: url(https://edugo.vn/wp-content/themes/giaodien/images/werrgrg.png);
    min-width: 294px;
    z-index: 0;
    right: -100px;
    top: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.main_item_sec051::after {
    content: '';
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 15px;
    background: #432f92;
}
.item2_sec05 {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 6px 13px rgb(145 145 145/95%);
    position: relative;
    height: 250px;
}

.text2_05 {
    font-size: 18px;
    text-align: center;
    padding-top: 45px;
}

.item2_sec05::after {
    content: '';
    position: absolute;
    height: 70px;
    background-image: url(https://edugo.vn/wp-content/themes/giaodien/images/3456.png);
    min-width: 294px;
    z-index: 0;
    right: -100px;
    top: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.item2_sec05::before {
    content: '';
    width: 30px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    top: -80px;
    left: 50%;
    z-index: 2;
    background-image: url(https://edugo.vn/wp-content/themes/giaodien/images/Asset13.png);
    transform: translateX(-50%);
}

.icon2_05::before {
    content: '';
    display: block;
    width: 230px;
    height: 116px;
    background-image: url(https://edugo.vn/wp-content/themes/giaodien/images/Asset17.png);
    position: absolute;
    left: -58px;
    top: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.main2_item_sec05 {
    position: relative;
    padding: 20px 0 40px;
    background: #fff;
    border-radius: 20px;
    z-index: 9;
    height: 100%;
}

.icon2_05 {
    height: 75px;
}

.main2_item_sec05::after {
    content: '';
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 15px;
    background: #fa004c;
}

.item3_sec05::before {
    content: '';
    width: 30px;
    height: 80px;
    background-image: url(https://edugo.vn/wp-content/themes/giaodien/images/Asset14.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    top: -80px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.item3_sec05 {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 6px 13px rgb(145 145 145/95%);
    position: relative;
    height: 250px;
}

.main3_item_sec05 {
    position: relative;
    padding: 20px 0 40px;
    background: #fff;
    border-radius: 20px;
    z-index: 9;
    height: 100%;
}

.icon3_05 {
    height: 75px;
}

.icon3_05::before {
    content: '';
    display: block;
    width: 230px;
    height: 116px;
    background-image: url(https://edugo.vn/wp-content/themes/giaodien/images/dfssdfds.png);
    position: absolute;
    left: -58px;
    top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 19;
}

.text3_05 {
    font-size: 18px;
    text-align: center;
    padding-top: 45px;
}

.main3_item_sec05::after {
    content: '';
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 15px;
    background: #fbaf02;
}

.item3_sec05::after {
    content: '';
    position: absolute;
    height: 70px;
    background-image: url(https://edugo.vn/wp-content/themes/giaodien/images/dfgdfg.png);
    min-width: 294px;
    z-index: 0;
    right: -100px;
    top: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.main_sec06 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

.left56 {
    /* display: flex; */
    align-items: revert;
    box-shadow: 0 6px 13px rgb(145 145 145/95%);
    border-radius: 20px;
    overflow: hidden;
    background: #432f92;
}

.left_sec06 {
    background: #432f92;
    padding: 30px 20px;
    height: 100%;
    text-align: center;
}

.left56 .col-lg-6 {
    padding: 0;
}

.title_left_06 h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

.decs_sec06 {
    color: #faaf40;
    font-size: 18px;
    border-bottom: 1px solid #faaf40;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list_sec06 {
    margin-bottom: 0;
}
.title_nghe h3 {
	font-size: 20px;
}

.list_sec06 h3 {
    font-size: 20px;
    color: #faaf40;
    padding-right: 10px;
}

.list_sec06 p {
    font-size: 22px;
    color: #fff;
}

.hotline_sec06 {
    color: #fff;
    font-size: 20px;
}
.title_right_sec06 h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    /* padding: 20px; */
}

form.form_sec06 input {
    border: none;
    border-bottom: 1px solid #333;
    padding: 8px 0px 10px 0px;
    width: 100%;
    margin: 15px 0;
}
.btn_sec06 {
    background: #432f92;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
.form_sec06 {
    padding: 30px;
}

.desc_sec07 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #432f92;
    font-family: 'Oswald', sans-serif;
}

.sec07 {
    padding: 50px 0px;
	background: #eee;
}
.sec07 .row {
	align-items: center;
}

.title_sec07 {
    text-align: left;
    font-size: 25px;
	font-weight: 600;
}

.text_left_sec07 {
    color: #333;
    line-height: 1.5;
    font-size: 15px;
	padding-top: 10px;
}

.box-sec07 {
    /* padding: 20px; */
    /* border: 1px solid #333; */
}

.img_sec07 {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 20px;
    width: 100%;
}

.img_sec07 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid #432f92;
}

.icon-sec07 img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.box-sec07 .olw_item {
    padding: 20px;
    border: 1px solid #ccc;
    width: auto;
	background: #fff;
	border-radius: 10px;
}

.icon-sec07 img {
    border: none;
    border-radius: 0;
}

.info_sec07 .name {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
	text-align: left;
}

.info_sec07 .job {
    font-size: 18px;
    color: #432f92;
}

.info_sec07 {
    margin-left: 20px;
}

.item_sec07 {
    flex-direction: column;
}
.item_sec07 .text {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
}
.slide_sec07 .slick-dots li button:before {
    background: #432f92;
    height: 5px;
    width: 25px;
}
.slide_sec07 .slick-dots {
    bottom: -40px;
}
.box_image_sec08 {
    width: 100%;
    display: flex;
}

.box_1_sec08 {
    padding: 10px;
}




.box_1_sec08 img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 6px 13px rgb(145 145 145/95%);
}


.box_2_sec_08 .imgage_1 {
    height: 100%;
    /* width: 50%; */
    padding: 10px 0;
}
.box_2_sec_08 .imgage_1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 6px 13px rgb(145 145 145/95%);
}
.box_2_sec_08 .imgage_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 6px 13px rgb(145 145 145/95%);
}
.box_2_sec_08 .imgage_2 {
    height: 50%;
    width: 100%;
    padding: 10px 0;
}
.box_2_sec_08 .imgage_2 {
    height: 50%;
    width: 100%;
}
.box_2_sec_08 .imgage_1 img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.box_2_sec_08 .imgage_2 img {
    width: 100%;
    height: 100%;
}
.title_top_sec08 h2 {
    font-size: 30px;
    font-weight: 700;
    color: #432f92;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.sec08 {
    padding: 50px 0px;
}
.title_blog09 h3 {
    font-size: 35px;
    font-weight: 700;
    color: #432f92;
    margin-bottom: 40px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.item_news_sec09 {border: 6px solid #f1f2ea;margin-bottom: 0;box-shadow: rgba(0,0,0,.5) 0 0 8px 2px;}

.img_sec09 img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.item_news_sec09 .info {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}

.info_sec09 {
    border: 0;
    background: #fff;
    padding: 0 10px;
}
.sec06 {
    padding: 20px 0px;
    background: #432f92;
}
.info_sec09 .capt {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    border-bottom: 0;
    font-weight: 600;
    padding-bottom: 0;
    height: 65px;
    overflow: hidden;
    margin-top: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.info_sec09 .meta {
    font-size: 14px;
    margin-bottom: 5px;
    color: #a6aa97;
    text-align: left;
    letter-spacing: .5px;
}

.info_sec09 .desc {
    font-size: 16px;
    line-height: 2;
    height: 96px;
    overflow: hidden;
}

.info_sec09 .decs {
    font-size: 16px;
    line-height: 2;
    height: 96px;
    overflow: hidden;
}

.item_news_sec09:hover {
    border-color: #f11960;
}

.content_top_sec10 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.title_top_sec10 h2 {
    font-size: 40px;
    font-weight: bold;
}
.image_top_sec10 img {
    width: 200px;
}

.sec10 {
    padding: 50px 0px;
}

.content_bottom_sec10 {
    /* display: flex; */
}

.bottom-chil-1_sec10 {
    display: flex;
    justify-content: center;
}

.inner_chil_2 {
    /* margin: 0 20px; */
    background: #FF3131;
    padding: 50px;
    color: #fff;
    position: relative;
}
.inner_chil_2::before{
    content: url(../images/nguoi.png);
    width: 70px;
    height: 70px;
    position: absolute;
    left: -40px;
    top: 0;
}
.inner_chil_1 {
    background: #484848;
    padding: 50px;
    color: #fff;
    position: relative;
}
.inner_chil_1 ::before{
    content: url(../images/dong-ho.png);
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: -37px;
    z-index: 1;

}

.inner_chil_3 {
    background: #F6B74E;
    padding: 50px;
    color: #fff;
    position: relative;
}
.bottom-chil-2_sec10 {
    background: #023399;
    color: #fff;
    text-align: center;
    padding: 30px;
}
.inner_chil_3::before{
    content: url(../images/tay.png);
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: -38px;

}
.title2_sec03 {
	text-align: justify;
	font-size: 16px;
	line-height: 26px;
}
.title2_sec03 ul li {
	list-style: disc !important;
	margin-left: 20px;
	padding-bottom: 5px;
}
.wrap-category {
	background: #432f92;
	padding: 40px 0 30px 0;
}
.sec033 {
	padding: 40px 0 50px 0;
}
.sec033 .text_vc {
	min-height: 300px;
	padding: 0 15px 10px 15px;
	font-size: 17px;
}
.sec033 .text_vc ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.advise-service{
    background-color: #c00000;
    padding: 20px 0px;
}
.advise-service h2{
    margin-bottom: 5px; 
    font-weight: 600;
}
.advise-service p{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.advise-service h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 10px;
	font-weight: 600;
}
.advise-service-box img{
    height: 50px;
    margin: 0 auto;
}
.advise-service-box {
	text-align: center;
}
.advise-service  .row .row .col{
    padding-inline: 5px;
}
.advise-service  .row .row{
    margin-inline: -5px;
}
.van-chuyen {
    text-align: left;
    max-width: 100%;
    margin-inline: auto;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.22);
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.22);
    margin-bottom: 25px;
    border-radius: 20px;
}
.van-chuyen .title_dv {
	display: flex;
	background: #432f92;
	text-align: left;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	padding: 5px 20px;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	justify-content: left;
	min-height: 60px;
	align-items: center;
	border-radius: 20px 20px 0 0;
}
.icon-vc img {
    width: 100%;
    height: 330px;
	object-fit: contain;
    padding: 15px 15px;
}
.icon-vc {
    margin-bottom: 0;
    display: inline-block;
    border: solid 1px #fff;
	width: 100%;
}
.box_desc__right {
	border: dashed 2px rgb(205, 41, 16);
	padding: 20px;
	color: #333;
	font-size: 23px;
	margin-bottom: 20px;
	border-radius: 20px;
}
.box_desc__right ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.box_desc__right h3 {
	font-size: 25px;
	color: #432f92;
	padding-bottom: 10px;
}
.box_desc__top ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.box_desc__top {
	font-size: 20px;
	font-weight: 600;
}
.title_home__in {
    text-align: center;
    line-height: 30px;
    padding: 15px 0;
    background: #432f92;
}
.title_home__in h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.title_home__in h2:before, .title_home__in h2:after {
    content: '';
    width: 180px;
    height: 2px;
    background-color: #fff;
    flex: 1 1 auto;
}
.title_home__in h2 span {
    padding: 5px 30px;
    line-height: 43px;
}
.elle {
    background: url(../images/bg-gioithieu.jpg);
    background-position: center;
    padding-bottom: 0;
}
.images_tsao {
	margin: 0;
}
.images_tsao img {
	border-radius: 20px 5px 20px 5px; 
}

.title_chuyengia {
	border: dashed 2px rgb(205, 41, 16);
	padding: 15px 20px;
	text-align: center;
	border-radius: 20px;
}
.title_chuyengia h2 {
	padding: 15px 20px;
	margin: 0;
	color: #cd2910;
	text-transform: uppercase;
	font-weight: 600;
	background: none;
	font-size: 45px;
}
.title_chuyengia p {
	padding: 5px 15px;
	margin: 0;
	color: #432f92;
	font-style: italic;
	font-weight: 600;
	font-size: 24px;
}
.content_in_sub {
	padding-top: 20px;
	font-size: 20px;
	padding-bottom: 10px;
	line-height: 32px;
	text-align: justify;
	font-family: 'Nunito Sans', sans-serif;
}
.content_in_sub ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.box_2_sec_08 {
	display: flex;
}
.img__camxuc img {
	border-radius: 5px;
	box-shadow: 0 6px 13px rgb(145 145 145/95%);
}
.right_sec04 {
	border: dashed 1px #ff0;
	padding: 20px;
	margin-bottom: 45px;
	box-shadow: 0 6px 13px rgb(145 145 145/95%);
	border-radius: 5px;
}
.right_sec04 h2 {
	text-transform: uppercase;
	color: #ff0;
	font-size: 28px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 25px;
}
.sec09 {
	padding: 50px 0 50px 0;
	border-bottom: solid 2px #eee;
	background: #002060;
}
.sec09 .title_blog09 h3 {
	color: #fff;
}
.img_sec09 iframe {
	width: 100%;
	height: 320px;
}
.dang_ky_fix {
    text-align: center;
    background-color: #e51f20;
    margin-top: 0px;
    color: yellow;
    z-index: 9999;
    text-transform: uppercase;
    padding: 8px 20px;
    font-weight: bold;
    animation-duration: 1s;
    animation-name: tada_keyframe;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    border-radius: 30px;
    border: solid 1px #fff;
	width: 250px;
	margin:20px auto;
}
.dang_ky_fix a {
    color: yellow;
    font-size: 22px;
}

@keyframes tada_keyframe {
    0% {
        -webkit-transform: translate(0, 0) scale(1, 1);
        transform: translate(0, 0) scale(1, 1)
    }

    10%,
    20% {
        -webkit-transform: translate(0, 0) scale(.9, .9) rotateZ(-3deg);
        transform: translate(0, 0) scale(.9, .9) rotateZ(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate(0, 0) scale(1.1, 1.1) rotateZ(3deg);
        transform: translate(0, 0) scale(1.1, 1.1) rotateZ(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: translate(0, 0) scale(1.1, 1.1) rotateZ(-3deg);
        transform: translate(0, 0) scale(1.1, 1.1) rotateZ(-3deg)
    }

    100% {
        -webkit-transform: translate(0, 0) scale(1, 1) rotateZ(0);
        transform: translate(0, 0) scale(1, 1) rotateZ(0)
    }
}



@media(min-width:1600px) {}

@media (max-width:1199px) {
    .box-title-tr .small-title {
        margin-bottom: 0;
    }

    .images_tsao-t {
        padding-right: 0;
        padding-left: 0;
    }

    .info-chitiet {
        padding-right: 10px;
    }

    .col-section_1 .col-inner-t h2.title22 {}

    .box-chitiet .col-section_1 .col-inner-t h2.title22 {
        margin-bottom: 0;
        font-size: 35px;
    }

    .info-form-chitiet {
        padding: 15px;
    }

    .box-title-tr h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .box-ngchuyengiao-left {
        padding-left: 50px;
    }

    .content-camnhan .box-cv {
        height: 100%;
    }

    .box-cv .box-img img {
        height: 100%;
    }

    .dk-trainghiem .content-trainghiem form {
        padding-right: 20px;
    }

}

@media (max-width:992px) {
    .achievements {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .box_list-img_2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .box-cv {
        display: block;
    }

    .item-post-tr {
        padding-bottom: 25px;
    }

    .box-chitiet .col-section_1 .col-inner-t h2.title22::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .images_tsao.images_tsao-t img {
        width: 100%;
        height: auto;
    }

    .dk-trainghiem .content-trainghiem form {
        padding-right: 0;
    }

    .img-banner-n {
        width: 100%;
    }

    .small-title {
        margin-bottom: 10px;
    }

    .col-section_1 .col-inner-t h2.title22 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .col-section_1 p.text-title-t {
        font-size: 20px;
        margin: 0;
    }

    .images_tsao-t {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dia-service-text {
        margin-top: 20px;
    }

    .box-huanluyen {
        width: 100%;
    }

    .box-huanluyen p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .cthuanluyen {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .box-huanluyen h2 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 36px;
    }

    .giamdoc span {
        font-size: 35px;
    }

    .giamdoc {
        margin-bottom: 20px;
    }

    .button-wrapper>a {
        padding: 15px 35px;
    }

    .pt_box_why-choose {
        padding: 0;
    }

    .pt_group_title .pt_title_underline.tr span {
        font-size: 30px;
    }

    .giatri {
        padding: 40px 0;
    }

    .contet-giatri {
        padding-top: 10px;
    }



    .list-giatri li .box-content-giatri {
        text-align: justify;
    }

    .chitiet-hl {
        padding: 40px 0;
    }

    .box-title-tr {
        text-align: center;
    }

    .box-title-tr h2::before {
        transform: translateX(-50%);
        left: 50%;
    }

    .col-inner.col-inner-t {
        text-align: center;
    }

    .box-chitiet .col-section_1 .col-inner-t h2.title22 {
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        ;
    }

    ul.list-tab-chitiet {
        margin-top: 30px;
        padding: 8px;
    }

    .list-tab-chitiet a {
        font-size: 18px;
        font-weight: 500;
    }

    .content-chitet {
        padding-top: 25px;
        margin-top: 15px;
    }

    .info-form-chitiet {
        padding: 10px;
        width: 50%;
        flex: 0 0 50%;
        justify-content: flex-start;
        border-radius: 5px;
    }

    .info-form-chitiet .icon {
        margin-right: 10px;
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
    }

    .info-form-chitiet .icon img {
        width: 30px;
    }

    .text-chitiet h5 {
        font-size: 18px;
        line-height: 16px;
        font-weight: 600;
    }

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

    .desc-chitiet {
        margin-bottom: 20px;
    }

    .tas-tr {
        margin-bottom: 40px;
    }

    .item-post-tr::before {
        height: calc(100% - 90px);
    }

    .ngchuyengiao {
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .box-ngchuyengiao .img {
        text-align: center;
    }

    .box-ngchuyengiao-left {
        padding-right: 10px;
        padding-left: 10px;
    }

    .jhbd ul li {
        font-size: 16px;
    }

    .quyenloi {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-quyenloi {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .item-quyenloi .nuberm {
        font-size: 25px;
        font-weight: 500;
    }

    .box-quyenloi {
        margin-bottom: 20px;
    }

    .quyenloi .box-cv {
        display: block;
        margin-top: 10px;
    }

    .quyenloi .box-cv .box-img img {
        height: auto;
        width: 100%;
    }

    .content-camnhan .box-cv {
        margin-top: 0;
    }

    .content-camnhan .box-cv {
        display: block;
        padding-right: 10px;
        height: auto;
    }

    .box-cv .box-img img {
        height: auto;
        width: 100%;
    }

    .box-title-tr h2 {
        line-height: 35px;
    }

    .content-camnhan {
        padding-bottom: 20px;
    }

    .dn-donghanh {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .dk-trainghiem {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .box-title-tr h2 {
        padding-top: 10px;
        line-height: 38px;
    }

    .content-trainghiem {
        padding-top: 25px;
    }

    .content-trainghiem .form-check {
        margin-top: 10px;
    }

    .content-trainghiem .img {
        display: none;
    }

    .stt5 {
        padding-top: 30px;
    }

    .item-post-tr::before {
        display: none;
    }

    .item-post-tr .item-number-tr::before {
        right: unset;
        left: 70px;
    }
    .wapper_content_sec03 {
        padding-top: 30px;
        padding-left: 30px;
    }
    .right_sec04 {
        padding: 30px;
    }
    .text2_05 {
        padding-top: 25px;
    }
    .box-sec07 .olw_item{
        margin: auto;
    }
    .sec07 {
        padding: 0;
    }
    .left_sec07 {
        padding: 0 30px;
        margin-bottom: 20px;
    }
    .content_bottom_sec10 {
        width: 92%;
        margin: auto;
    }
    .inner_chil_1 {
        padding: 40px;
    }
    .inner_chil_2 {
        padding: 40px;
    }
    .inner_chil_3 {
        padding: 40px;
    }
}

@media (max-width:767px) {
	.sec02 .item {
		margin-bottom: 10px;
	}
    .hinhanh-hocvien {
        padding-bottom: 30px;
    }
    .giatri__list-li {
        flex: 0 0 100%;
    }

    .item-post-tr {
        display: block;
    }

    .box_list-img_2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .icon-footer {
        margin-bottom: 25px;
    }

    .item-post-tr .item-number-tr {
        margin-right: 70px;
    }

    .box-huanluyen p {

        margin-bottom: 15px;
    }

    .box-huanluyen h2 {
        font-size: 25px;
        line-height: 28px;
    }

    .giamdoc span {
        font-size: 30px;
    }

    .dia-service-text {
        margin-top: 0;
    }

    .section {
        padding-bottom: 15px;
    }

    .pt-why-choose {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt_group_title .pt_title_underline.tr span {
        font-size: 25px;
    }

    .small-title {
        margin-bottom: 5px;
        line-height: 24px;
    }

    .box_why-choose span {
        font-size: 14px;
    }

    .box_why-choose p {
        font-size: 14px;
    }

    .col-section_1 .col-inner-t h2.title22 {
        font-size: 23px;
    }

    .giatri {
        padding: 30px 0;
    }

    .chitiet-hl {
        padding: 30px 0;
    }

    .small-title {
        font-size: 16px;
    }

    .box-chitiet .col-section_1 .col-inner-t h2.title22 {
        font-size: 23px;
        line-height: 28px;
    }

    ul.list-tab-chitiet {
        margin-top: 20px;
        padding: 8px;
    }

    .content-chitet {
        padding-top: 10px;
    }

    .item-post-tr .item-number-tr {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .text-post-tr {
        padding: 30px 25px 35px;
    }

    .text-post-tr .box-post-tr a {
        padding: 10px 30px 10px 60px;
    }

    .ngchuyengiao {
        padding-bottom: 10px;
    }

    .content-quyenloi {
        padding-top: 0;
    }

    .box-title-tr .small-title {
        font-size: 18px;
    }

    .box-title-tr h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .content-camnhan {
        padding-top: 0;
    }

    .item-camnhan {
        padding-bottom: 77px;
    }

    .dn-donghanh {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .dk-trainghiem {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content-trainghiem {
        padding-top: 10px;
    }

    .form-tr input {
        height: 48px;
        margin-bottom: 15px;
    }

    .form-btn-tr a {
        height: 48px;
        padding: 7px 30px 7px 60px;
        line-height: 31px;
    }

    .form-btn-tr a span {
        left: 15px;
    }

    .btn-action-post {
        padding-left: 0;
    }
	.sec03 .title1_sec03 h3 {
		line-height: 35px;
		font-size: 25px;
	}
	.dang_ky_fix {
	}
	.sec03 {
		padding-bottom: 80px;
	}
	.sec02 {
		padding-bottom: 10px;
	}
	.advise-service {
		text-align: center;
	}
	.advise-service h2 {
		font-size: 22px;
	}
	.advise-service p {
		padding-bottom: 10px;
	}
	.wapper_content_sec03 {
		padding-top: 0;
	}
	.sec033 .title1_sec03 h3 {
		font-size: 25px;
		line-height: 30px;
	}
	.img_sec03 {
		padding-bottom: 20px;
	}
	.title2_sec03 {
		padding-bottom: 20px;
	}
	.sec033 {
		padding-bottom: 20px;
	}
	.right_sec04 h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.desc_sec04 {
		font-size: 20px;
		line-height: 30px;
		color: #ff0;
	}
	.title_home__in h2:before, .title_home__in h2:after {
		width: 20px;
	}
	.title_home__in h2 {
		font-size: 25px;
		line-height: 25px;
	}
	.title_home__in h2 span {
		padding: 5px 10px;
	}
	.title_chuyengia h2 {
		font-size: 35px;
		line-height: 30px;
		padding: 10px;
	}
	.title_chuyengia p {
		padding: 0;
		font-size: 20px
	}
	.title_top_sec05 h3 {
		font-size: 30px;
		line-height: 37px;
	}
	.sec07 {
		padding: 30px 0;
	}
	.main_item_sec05 {
		min-height:auto;
	}
	.sec05 {
		padding-bottom: 30px
	}
	.img_sec09 iframe {
		height: 220px;
	}
}

@media (max-width: 550px) {
    .contetnt-achievements>.row {
        row-gap: 15px;
    }
	.wrap-category {
		padding: 15px 0;
	}
	.desc-about {
		font-size: 16px;
		line-height: 23px;
	}
    .number-achievement {
        padding-right: 0;
        padding-bottom: 5px;
        display: inline-block;
        font-size: 41px;
        font-weight: bold;
        line-height: 41px;

    }

    .item-achievement {
        display: block;
        text-align: center;
    }

    .number-achievement sub {
        font-size: 22px;
        position: absolute;
        bottom: 23px;
        right: -20px;

    }

    .achievements {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .hinhanh-hocvien {
        padding-top: 30px;
    }

    .box_list-img_2 {
        margin-bottom: 20px;
    }

    .box_list-img_2 {
        padding: 0 10px;
    }

    .item_list-img_all {
        margin: 0px -10px;
    }

    .content-slide {
        padding-bottom: 15px;
    }

    .img-banner-n img {
        object-position: left;
    }

    .box_list-img_2 a img {
        height: 250px;
    }

    .box-huanluyen h2 {
        font-size: 20px;
    }

    .giamdoc span {
        font-size: 25px;
    }

    .box-huanluyen p {
        margin-bottom: 10px;
    }

    .button-wrapper>a {
        padding: 9px 25px;
        font-size: 18px;
        line-height: 25px;
    }

    .box_why-choose .img {
        width: 55px;
        height: 55px;
    }

    .box_why-choose .img img {
        width: 50px;
        height: 50px;
    }

    ul.list-tab-chitiet {
        margin-top: 35px;
    }

    ul.list-tab-chitiet {
        padding: 5px;
    }

    .list-tab-chitiet a {
        padding: 5px 5px;
        line-height: 22px;
        font-size: 16px;
    }

    .info-form-chitiet {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    .text-chitiet {
        text-align: center;
    }

    .text-post-tr .box-post-tr h3 {
        line-height: 32px;
        font-size: 25px;
    }

    .text-post-tr .box-post-tr p {
        margin-bottom: 15px;
    }

    .text-post-tr .box-post-tr a img {
        left: 18px;
    }

    .box-title-tr h2 {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .quyenloi {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .item-quyenloi .nuberm {
        font-size: 20px;
    }

    .item-quyenloi .nuberm span {
        margin-right: 10px;
    }

    .item-quyenloi .nuberm span {
        width: 35px;
        height: 35px;
        flex: 0 0 35px;
        min-width: 35px;
    }

    .box-cv .box-img i {
        font-size: 45px;
    }

    .box-cv .box-img span {
        width: 60px;
        height: 60px;
    }

    .item-camnhan {
        padding: 38px 15px 80px 25px;
    }

    .btn-contron button {
        width: 35px;
        height: 35px;
    }

    .btn-contron {
        right: 50%;
        transform: translateX(50%);
    }

    .content-donghanh {
        padding-top: 0;
    }

    .item-donghanh {
        justify-content: center;
    }

    .form-tr-db {
        flex-wrap: wrap;
        gap: 0;
    }

    .form-tr-db input {
        width: 100%;
    }

    .content-trainghiem .form-check span {
        display: inline-block;
    }

    .stt5 {
        padding-bottom: 15px;
    }

    .col-produnt_tb {
        
        padding-inline: 5px;
    }

    .bg_bt_fter {
        padding-top: 0;
    }

    .icon-footer {
        padding-bottom: 20px;
        margin: 0;
    }
    .columns-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        align-items: center;
    }
    .wapper_content_sec03 {
        padding-left: 0;
    }
    .olw_item {
        margin-left: 10px;
        text-align: center;
        margin-right: 0;
    }
    .right_sec04 {
        padding: 30px 15px;
    }
    .item2_sec05 {
        top: 10%;
    }
    .item3_sec05 {
        top: 20%;
    }
    .sec06 {
        margin-top: 0%;
    }
    .main_sec06 {
        padding: 0;
    }
    .top_tab_sec05 {
        display: none;
    }
	.item_sec05 {
		margin-bottom: 20px;
	}
    .item_sec05 ::before {
        background-image: none;
    }
    .main_sec05 {
        padding-top: 0px;
    }
    .item2_sec05::before {
        background-image: none;
    }
	.main_item_sec05 {
		margin-bottom: 20px;
	}
    .sec05 {
        padding: 80px 0 30px 0;
        height: auto;
    }
    .sec02 {
        margin-top: -70px;
    }
    .box-sec07 .olw_item {
        padding: 20px;
        width: 360px;
    }
    .icon-sec07 img {
        border: none;
        border-radius: 0;
        width: 50px;
        height: 50px;
        position: relative;
        top: 31px;
        right: -5px;
    }
    .left_sec07 {
        padding: 0;
    }
    .title-sec04 h3 {
        line-height: 35px;
        color: #fff;
        font-size: 29px;
    }
    .title_top_sec05 h3 {
        line-height: 37px;
    }
    .item3_sec05::before {
        background-image: none;
    }
    .sec05 {
        padding-top: 25px;
    }
    .title_right_sec06 h3 {
        text-align: justify;
    }
    form.form_sec06 input {
        margin: 10px 0px;
    }
    .bottom-chil-1_sec10 {
        flex-direction: column;
    }
    .inner_chil_1 ::before {
        left: 0;
    }
    .inner_chil_2::before {
        left: 0;
    }
    .inner_chil_3::before {
        left: 0;
    }
    .image_top_sec10 img {
        width: 100px;
    }
    .title_top_sec10 h2 {
        font-size: 24px;
        font-weight: bold;
        margin-left: 15px;
    }
    .inner_chil_1 h3 {
        font-size: 16px;
    }
    .inner_chil_1 p {
        font-size: 14px;
    }
    .inner_chil_2 h3 {
        font-size: 16px;
    }
    .inner_chil_2 p {
        font-size: 14px;
    }
    .inner_chil_3 h3 {
        font-size: 16px;
    }
    .inner_chil_3 p {
        font-size: 14px;
    }
}