.bold-text, .bold {
    font-weight: bold;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #333;
}

@font-face {
    font-family: 'myfont';
    src: url(../fonts/Gotham-Medium.otf);
}

.cont_head {
    background-image: url("../img/ban-head.png");
    padding-top: 15px;
    padding-bottom: 15px;
}

.cont_head .logoitplus a img {
    margin: 0 auto;
}

.cont_head .container {
    padding: 15px;
    width: 90%;
}

.div_center {
    margin: 0 auto;
}

.title1 {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #2c5d93;
}
#section24,#section32{
    overflow: hidden;
}
.banner-full {
    background: url("../img/new/Xethocba_tuyenthang2025.jpg") no-repeat left center;
    background-size: cover;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}
.show-mobile {
    background: url("../img/new/Xethocba_tuyenthang2025_mobile.png") no-repeat left center;
    background-size: 100% auto;
    display: none;
}
.hide-mobile {
    display: block;
}
.img-banner-register__mobile {
    display: none;
}
.img-banner-register__small-text {
    margin-top: 0;
}
.wrap-form-register {
    /*position: absolute;*/
    /*top: 100px;*/
    /*right: 20px;*/
    background: rgb(246,142,60);
    background: linear-gradient(90deg, rgba(246,142,60,1) 0%, rgba(235,36,44,1) 42%, rgba(235,31,43,1) 57%, rgba(248,183,69,1) 100%);
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0px 1px 8px 0px hsl(0deg 0% 0% / 20%);
    text-align: center;
    /*margin-bottom: 20px;*/
    max-width: 350px;
}

.wrap-form {
    background-color: white;
    border-radius: 20px;
    padding: 10px 5px;
}
.wrap-form-register__title {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 5px;
}
.input-custom-register {
    border-radius: 10px;
    border: 1px solid #f68e3c;
}
.input-custom-register::placeholder {
    color: #555;
}
.wrap-form .form-group {
    margin-bottom: 8px;
}
.btn-custom-register {
    background: rgb(246,142,60);
    background: linear-gradient(90deg, rgba(246,142,60,1) 0%, rgba(235,36,44,1) 42%, rgba(235,31,43,1) 57%, rgba(248,183,69,1) 100%);
    border-radius: 10px;
    box-shadow: 0px 1px 8px 0px hsl(0deg 0% 0% / 20%);
    padding: 5px 20px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.875rem;
}
.img-banner-register {
    width: auto !important;
}
.img-banner-register-name {
    width: 80% !important;
}

.input-group-addon {
    color: #333;
    font-weight: bold;
}
.nganh-hoc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 3rem;
    /*align-items: center;*/
    justify-content: center;
}
.nganh-hoc__image {
    border-radius: 25px;
    border: 7px solid #2D59A4;
    position: relative;
    z-index: 999;
    margin-left: 15px;
    height: 100%;
}
.nganh-hoc__image img {
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.nganh-hoc__content--wrap {
    padding: 21px 0;
    height: 100%;
}
.nganh-hoc__content {
    background-color: #B8C7DF;
    height: 100%;
    padding: 2.5rem 2.5rem;
    /*border-radius: 15px;*/
    position: relative;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*min-height: 320px;*/
}
.nganh-hoc__color {
    color: #040959;
}
.nganh-hoc__title {
    background-color: #FABB40;
    color: white!important;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    padding: 2rem;
}
.nganh-hoc__image:before {
    content: "";
    border: 1px solid #2D59A4;
    position: absolute;
    bottom: -2rem;
    left: -2rem;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 20px;
}
.nganh-hoc__button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.nganh-hoc__color--orange {
    color: #D68903;
}
.nganh-hoc__content--right {
    background-color: #FCE2AC;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.nganh-hoc__image--right {
    border: 7px solid #FABB40;
    margin-left: 0;
    margin-right: 2rem;
}
.nganh-hoc__image--right:before {
    border: 1px solid #FABB40;
    bottom: -2rem;
    right: -2rem;
    left: unset;
}
@media only screen and (min-width: 100px) {
    body .title1 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 500px) {
    body .title1 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 875px) {
    body .title1 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1109px) {
    body .title1 {
        font-size: 22px;
    }
}

.title2 {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
}

@media screen and (min-width: 100px) {
    body .title2 {
        font-size: 11px;
    }
}

@media screen and (min-width: 500px) {
    body .title2 {
        font-size: 12px;
    }
}

@media screen and (min-width: 875px) {
    body .title2 {
        font-size: 12px;
    }

    .disap {
        display: none;
    }
}

@media screen and (min-width: 1109px) {
    body .title2 {
        font-size: 16px;
    }
}

@media screen and (min-width: 100px) {
    .disap {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .disap {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .logoitplus {
        margin: 0 auto;
    }

    i {
        font-size: 12px;
    }
    .wrap-form-register {
        max-width: 100%;
    }
    .banner-full {
        /*padding-bottom: 0;*/
        padding-top: 0;
    }
    .nganh-hoc {
        margin-top: 0;
    }
    #section25 .title-style1 {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1109px) {
    .disap {
        display: block;
    }
}

h1 {
    display: block;
    text-align: center;
}

.clicon img {
    margin-left: 15px;
    margin-top: 10px;
}

.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}

/*--nav--*/
.navbar {
    width: 100%;
    background-color: #17499a;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 100000;
    font-weight: bold;
    box-shadow: 0 18px 20px -17px rgba(0, 0, 0, 0.75);
}

.navbar .container ul {
    margin: 0 auto;
    float: none;
    width: 100%;
    font-size: 0;
}

.navbar .container ul li:after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    height: 7px;
    background-color: #fdd700;
}

.navbar .container ul li:hover:after {
    display: block;
}

.navbar .container ul li {
    float: none;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    position: relative;
    width: 20%;
}

@media (max-width: 1199px) {
    .nganh-hoc__content {
        padding: 3.5rem 2.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .navbar .container ul li {
        float: left;
        width: 100%;
        text-align: left;
    }

    .navbar .container ul li:hover:after {
        height: 3px;
    }
    .nganh-hoc__image {
        display: none;
    }
    .nganh-hoc__content {
        border-radius: 15px;
    }
}

.navbar .container ul li a {
    display: block;
    color: white;
    text-transform: uppercase;
}

/*--banner--*/
.banner-full img {
    width: 100%;
}

/*--section1--*/
.section1 {
    width: 100%;
    position: relative;
    z-index: 1;
    background: url(../../images/1234556.jpg) no-repeat;
    padding: 30px 0 20px 0;
    background-size: 100% 100%;
}



.section1 .container {
    width: 75%;
    margin: 0 auto;
}

.section1 .container .row .padding-2em {
    padding-top: 2em;
    padding-bottom: 2em;
}
.section1 .container{
    text-align: center;
}
.section1 .container .row p {
    /*display: inline-block;*/
    margin-bottom: 0;
    color: #364894;
    font-weight: bold;
    font-size: 135%;
    text-transform: uppercase;
}

.section1 .container .row span {
    font-size: 5rem;
    color: #f6a112;
    font-weight: bold;
    /*font-family: myfont; */
}

/*--section2--*/
.lido {
    height: 5em;
}

.section2 p.title {
    margin-top: 0em;
    margin-bottom: 2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #17499a;
    font-size: 200%;
}

@media only screen and (max-width: 768px) {
    .section2 p.title {
        font-size: 150%;
    }
}

.section2 p.title span {
    color: #f05123;
    font-size: 230%;
    font-family: myfont;
}

@media only screen and (max-width: 450px) {
    .section2 .row .mb-0 {
        margin-bottom: 0;
    }
}

.section2 .row div {
    text-align: center;
    margin-bottom: 3em;
}

.section2 .row div img {
    width: 100%;
    margin-bottom: 1em;
}

.section2 .row div p {
    padding: 0 1.7em;
}

.section2 .row div a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.section2 .row div a span.glyphicon {
    color: #fdd700;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.section2 .row div a:hover {
    color: #fdd700;
}

.section2 .row div a:hover span {
    color: black;
}

.section2 .line {
    width: 10%;
    margin: 0 auto;
}

.section2 .line img {
    width: 100%;
}

/*--section3--*/
.section3 {
    background-color: #002368;
    margin-top: 3em;
    position: relative;
}

.section3 a {
    display: block;
}

.section3 img.ball {
    position: absolute;
    width: 5%;
    left: 47.5%;
    top: 98%;
}

.section3 .title {
    color: white;
    text-transform: uppercase;
    padding-top: 2em;
    padding-bottom: 3em;
    font-size: 180%;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .section3 .row {
        padding: 0 1em;
    }
}

.section3 .row div {
    margin-bottom: 5em;
    height: 8em;
}

.section3 .row div img {
    width: 20%;
    top: -2em;
    left: 1em;
    position: relative;
}

.section3 .row div p {
    display: inline-block;
    text-transform: uppercase;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    padding-left: 15%;
}

@media only screen and (max-width: 768px) {
    .section3 .row div p {
        font-size: 130%;
    }
}

@media only screen and (max-width: 414px) {
    .section3 .row div p {
        font-size: 145%;
    }
}

@media only screen and (max-width: 380px) {
    .section3 .row div p {
        font-size: 176%;
    }
}

@media only screen and (max-width: 365px) {
    .section3 .row div p {
        font-size: 170%;
    }
}

@media only screen and (max-width: 330px) {
    .section3 .row div p {
        font-size: 145%;
    }
}

.section3 .row .col-md-offset-3 {
    margin-bottom: 5em;
}

@media only screen and (max-width: 768px) {
    .section3 .row .col-md-1 {
        display: none;
    }
}

.section3 .row .lt .cont-grid {
    color: #22c4f2;
    border: 4px solid #22c4f2;
}

.section3 .row .dh .cont-grid {
    color: #ff7f00;
    border: 4px solid #ff7f00;
}

.section3 .row .qp .cont-grid {
    color: #ff3b8b;
    border: 4px solid #ff3b8b;
}

.section3 .row .nt .cont-grid {
    color: #afc763;
    border: 4px solid #afc763;
}

.section3 .row .hh .cont-grid {
    color: #f0e928;
    border: 4px solid #f0e928;
}

/*--section4--*/
.section4 {
    margin-bottom: 5em;
}

@media only screen and (max-width: 600px) {
    .section4 {
        display: none;
    }
}

.section4 .title {
    text-transform: uppercase;
    color: #17499a;
    text-transform: uppercase;
    padding-top: 2em;
    padding-bottom: 3em;
    font-size: 190%;
    text-align: center;
    font-weight: bold;
}

.section4 ul.nav {
    width: 30%;
    float: left;
}

.section4 ul.nav li {
    float: none;
    font-size: 110%;
    display: block;
    margin-left: 0;
}

.section4 ul.nav li a {
    color: black;
    display: block;
}

.section4 ul.nav li span {
    margin-right: 1em;
    color: #fdd700;
}

.section4 ul.nav li.active a {
    color: #28c4f0;
    background-color: transparent;
}

.section4 .tab-content {
    float: left;
    width: 55%;
    padding-right: 1em;
    margin-left: 5%;
    overflow: auto;
    border: 1px solid #e3e3e3;
    height: 200px;
    padding-top: 2em;
    padding-left: 2em;
    font-size: 100%;
}

.section4 .tab-content p {
    text-indent: 1em;
    padding-left: 1em;
}

.section4 .tab-content p.list {
    padding-left: 1em;
    text-indent: -1em;
}

/*--section4-mobi--*/
.section4-mobi {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .section4-mobi {
        display: none;
    }
}

.section4-mobi p {
    color: #333;
}

.section4-mobi p {
    text-indent: 1em;
    padding-left: 1em;
}

.section4-mobi p.list {
    padding-left: 1em;
    text-indent: -1em;
}

.section4-mobi .title {
    text-transform: uppercase;
    color: #17499a;
    text-transform: uppercase;
    padding-top: 2em;
    padding-bottom: 1em;
    font-size: 190%;
    text-align: center;
    font-weight: bold;
}

.section4-mobi .course_detail {
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #2c5d93;
    margin: 0;
    padding: 10px 13%;
}

.section4-mobi .content {
    margin-top: 32px;
}

.section4-mobi .content .panel {
    margin-bottom: 8px;
    border: 0;
    border-radius: 0;
}

.section4-mobi .content .panel .panel-heading {
    padding-left: 35px;
    background-color: #2c5d93;
    color: white;
    border-radius: 0;
}

.section4-mobi .content .panel .panel-heading a {
    position: relative;
    display: block;
    margin-right: 14px;
    font-size: 15px;
}

.section4-mobi .content .panel .panel-heading a .glyphicon {
    position: absolute;
    right: -27px;
    top: -7px;
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    .section4-mobi .content .panel .panel-heading a .glyphicon {
        font-size: 20px;
        top: -2px;
    }
}

.section4-mobi .content .panel .panel-body {
    padding-left: 35px;
    border: 1px solid #e6a34d !important;
    margin-top: 6px;
}

.section4-mobi .content .panel .panel-body ul {
    list-style-type: square;
    color: #001f73;
    padding-left: 20px;
    margin-bottom: 0;
}

/*--section5--*/
.section5 {
    background-color: #fdd700;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-top: 0em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .section5 .col-dis {
        display: none;
    }
}

.section5 .disap input[type=text] {
    width: 100%;
    height: 2em;
    border-radius: 5px;
    border: 0;
    text-indent: 1em;
    margin-bottom: 2em;
}

.section5 .disap .btn {
    text-align: center;
    float: right;
    padding: 0.5em 2em;
    font-weight: bold;
    background-color: #17499a;
}

.section5 .disap .btn:hover {
    color: #17499a;
    background-color: white;
}

@media only screen and (min-width: 768px) {
    .section5 .disap {
        display: none;
    }
    .padding-right-0 {
        padding-right: 0;
    }
    .padding-left-0 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section5 .disap {
        display: block;
    }
    .d-sm-none {
        display: none;
    }
}

.section5 div.col-md-6 {
    margin-top: 0em;
}

.section5 .title {
    text-align: center;
    text-transform: uppercase;
    color: #17499a;
    font-weight: bold;
    font-size: 180%;
    margin-bottom: 1em;
    margin-top: 2em;
}

.section5 .w30 {
    width: 30%;
    float: left;
    margin-bottom: 2em;
    line-height: 2em;
}

.section5 .w30 span {
    color: red;
}

.section5 .w70 {
    width: 70%;
    float: left;
    margin-bottom: 2em;
}

.section5 .w70 input[type=text] {
    width: 100%;
    height: 2em;
    border-radius: 5px;
    border: 0;
    text-indent: 1em;
}

.section5 .w50 {
    width: 50%;
    float: left;
    padding-bottom: 2em;
    font-weight: bold;
    color: black;
    font-size: 110%;
}

.section5 .w50 .btn {
    float: right;
    padding: 0.5em 2em;
    font-weight: bold;
    background-color: #17499a;
}

.section5 .w50 .btn:hover {
    color: #17499a;
    background-color: white;
}

.section5 .col-md-6 img {
    width: 100%;
    margin: 0 auto;
}

.re-sec5 {
    text-align: center;
}

.re-sec5 .btn {
    padding: 1em 2em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    background-color: #17499a;
}

@media only screen and (min-width: 767px) {
    .re-sec5 {
        display: none;
    }
}

/*--section6--*/
.section6 {
    margin-top: 5em;
}

.section6 img.img {
    width: 80%;
    margin-left: 7%;
}

.section6 p {
    text-align: center;
    font-size: 120%;
}

.section6 p.title {
    text-align: center;
    text-transform: uppercase;
    color: #17499a;
    font-weight: bold;
    font-size: 180%;
    margin-bottom: 1em;
    margin-top: 2em;
}

.section6 p.bold-text {
    font-weight: bold;
    font-size: 180%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.section6 .sec6-img {
    width: 50%;
    margin: 0 auto;
}

.section6 .sec6-img img {
    width: 30%;
    margin-left: 10%;
}

@media only screen and (max-width: 767px) {
    .section6 .sec6-img img {
        display: none;
    }
}

.section6 .sec6-img .ml-12 {
    margin-left: 12%;
}

/*--section7--*/
.section_partner {
    margin-top: 4em;
    padding: 0em 2em;
    padding-bottom: 2em;
    background-color: #f7f7f7;
}

.section_partner p.title {
    text-align: center;
    text-transform: uppercase;
    color: #17499a;
    font-weight: bold;
    font-size: 180%;
    margin-bottom: 1em;
    margin-top: 2em;
}

.section_partner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}

.section_partner div.item:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

/*--footer--*/
footer {
    margin-top: 61px;
    background-color: #323644;
    min-height: 252px;
    padding-top: 23px;
    color: white;
}

footer .border_top {
    border: 2px solid #f65959;
    margin-bottom: 48px;
}

footer .col_footer1 {
    border-left: 4px solid #f65959;
    padding-left: 15px;
    min-height: 188px;
}

footer .col_footer1 h3 {
    margin: 0 0 20px;
}

footer .col_footer1 p {
    font-size: 17px;
}

footer .col_footer2 p.text-title {
    color: #f65959;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: bold;
}

footer .icon-container {
    margin-top: 10px;
}

footer .icon-container .icon-facebook, footer .icon-container .icon-global {
    width: 27px;
    height: 27px;
}

footer .icon-container .icon {
    margin-right: 26px;
    text-indent: -9999px;
    display: inline-block;
    font-size: 0;
    background-image: url("../img/icon.png");
}

footer .icon-container .icon-facebook {
    background-position: 0 0;
}

footer .icon-container .icon-global {
    background-position: -27px 0;
}

footer .icon-container .icon-m {
    width: 37px;
    height: 37px;
    background-position: 0 -34px;
    margin-top: -6px;
}
/*
new code
 */
#section21{
    background: url(../../images/bg1.jpg) no-repeat;
    padding:20px 0;
    background-size: 100% 100%;
}
.title-style1 {
    text-align: center;
    /*padding: 0 0 30px 0;*/
    padding-bottom:30px;
}
.title-style1 h3 {
    text-transform: uppercase;
    color: #fff;
    font-family: sans-serif;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.title-style1 span.line {
    color: #fff;
    height: 2px;
    background: #fff;
    width: 200px;
    display: block;
    margin: 0 auto;
}
#section21 .content p{
    color: #dfe7f2;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}
#section21 .content img{
    width: 90%;
}
/*#section21 .content{*/
    /*background: url(../../images/cup.png) no-repeat right center;*/
    /*background-size: 23%;*/
/*}*/
#section22,#section24,#section25,#section6,#section26,#section27,#section28,#section29,#section31,#section32,#section33{
    padding:30px 0;
}

#section22 .title-style1,#section24 .title-style1,#section25 .title-style1,#section26 .title-style1,#section27 .title-style1,#section28 .title-style1,#section29 .title-style1,#section31 .title-style1,#section32 .title-style1,#section33 .title-style1{
    padding-bottom: 20px;
}
#section22 .title-style1 h3,#section24 .title-style1 h3,#section25 .title-style1 h3,#section6 .title-style1 h3,#section26 .title-style1 h3,#section27 .title-style1 h3,#section28 .title-style1 h3,#section29 .title-style1 h3,#section31 .title-style1 h3,#section32 .title-style1 h3,#section33 .title-style1 h3{
    color: #214080;
    font-weight: bold;
    line-height: 30px;
}
.title-style1 h2 {
    color: #214080;
    font-weight: bold;
    line-height: 30px;
}
.title-style2 {
    display: block;
    margin: 30px 0;
}
.btnDangKy{
    background: #ff9700;
    border-radius: 3px;
    padding:7px 30px;
    color: #fff;
    font-weight: bold;
    border:0;
    text-transform: uppercase;
    font-size: 20px;
}
.title-style2 h4:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 56px solid #214080;
    top: 0px;
    right: -56px;
}
.title-style2 h4 {
    display: inline;
    position: relative;
    background: #214080;
    color: #fff;
    padding: 10px;
}
#section27 .title-style1 .line,#section32 .title-style1 .line{
    background: #214080;
}
#section22 .content .item-content{
    margin-bottom: 30px;
}
#section22 .content .item-content h4{
    text-align: justify;
}
#section22 .content .item-content img{
    width: 100%;
}
#section22 .content .item-content h4 a{
    text-decoration: none;
    text-transform: inherit;
    padding:10px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
}
#section22 .content .row .col-xs-12 .item-content h4{
    text-align: center;
}
#section22 .content .row .col-xs-12 .item-content h4 a{
    text-transform: uppercase;
    font-size: medium;
}
#section23{
    background: url(../../images/bg2.jpg) no-repeat center;
    padding:30px 0;
    background-size: 100% 100%;
}
#section6 .baonoi{
    margin-bottom: 50px;
}
#section6 .baonoi p{
    text-align: justify;
    font-size: 13px;
}
.text-bold{
    font-weight: bold;
}
#section6 .baonoi img{
    width: 100%;
}
#section26 .owl-carousel .item{
    background-color: #003466;
}
#section26 .owl-carousel .item img{
    max-height: 245px;
}
#section26 .owl-carousel .item h5{
    margin: 0;
    color: #fff;
    padding:5px;
    text-align: center;
    height: 65px;
    font-size: 14px;
    line-height: 20px;

}
/*#section27 .carousel2{*/
    /*margin-top:30px;*/
/*}*/
#section27 .item .wrap-item p {
    font-size: 13px;
    color: #444;
    text-align: justify;
}
#section27 .dobong{
    height: 270px;
}
#section27 .item .wrap-item img.test-float{
     max-width: 180px;
     /*width: 33%; height: auto;*/
     /*min-width: 150px;*/
     float: left;
     margin-right:2rem;
     border-radius: 50%;
     -webkit-shape-outside:circle();
     shape-outside:circle();
 }
#section30{
    background-color: #d8ebf5;
    padding:20px 0;
}
.wrap-countdown .border-reg h4 {
    text-transform: uppercase;
    font-weight: bold;
}
.wrap-countdown .border-reg {
    border: 1px solid #333;
    padding: 10px 0;
    background-color: #ffc107;
    margin-bottom: 20px;
}
.wrap-countdown {
    text-align: center;
    background-color: #fcfcfc;
    padding: 10px 10px 20px 10px;
}
.wrap-countdown .countdown ul,.info-xt ul {
    list-style: none;
}
.wrap-countdown .countdown ul li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin:0 5px;
    font-weight: bold;
}
.wrap-countdown .countdown ul li span{
    min-width: 50px;
    background: #333;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px;
    display: block;
}
.info-xt h4{
    font-weight: bold;
    margin-bottom: 20px;
}
.info-xt ul li{
    padding:5px 0;
}
.wrap-ql .bg-maume {
    background: #c9c9c9;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.wrap-ql .bg-maume img {
    padding-bottom: 30px;
}
.maume ul {
    list-style: none;
}
.row-flex{
    display:flex;
    /*align-items: center;*/
}
.col-flex-3{
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-flex-9{
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.maume ul li {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
    background-color: #679733;
    color: #fff;
}
.maume ul li span.number-maume {
    font-weight: 900;
    font-size: 40px;
    padding: 20px 40px;
    height: 100%;
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 0px 20px 2px;
}
.maume ul li:first-child{
    border-top-right-radius: 50px;
    box-shadow: none;
}
.maume ul li:last-child{
    border-bottom-right-radius: 50px;
    box-shadow: none;
}
.maume ul li p{
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 10px;
    margin: 0;
    text-align: justify;
}
.title-style1 h3 a:hover {
    color: #FFC107;
    text-decoration: none;
    transition: color 0.1s;
}
/*
slide custom
 */
input#carousel-3d-controller-1, input#carousel-3d-controller-2, input#carousel-3d-controller-3, input#carousel-3d-controller-4 {
    opacity: .0;
}
.slider-container {
    position: relative;
    perspective: 350px;
    transform-style: preserve-3d;
}

.carousel-3d-item {
    position: absolute;
    top: 50%;
    left: 38%;
    outline: 1px solid transparent;
}

#carousel-3d-controller-2 ~ .carousel-3d-item:nth-of-type(1),
#carousel-3d-controller-1 ~ .carousel-3d-item:nth-of-type(1),
#carousel-3d-controller-2 ~ .carousel-3d-item:nth-of-type(2),
#carousel-3d-controller-1 ~ .carousel-3d-item:nth-of-type(2),
#carousel-3d-controller-2 ~ .carousel-3d-item:nth-of-type(3),
#carousel-3d-controller-1 ~ .carousel-3d-item:nth-of-type(3),
#carousel-3d-controller-2 ~ .carousel-3d-item:nth-of-type(4),
#carousel-3d-controller-1 ~ .carousel-3d-item:nth-of-type(4)
{
    transition: all 1s cubic-bezier(.48, .16, .15, .98);
}

.carousel-3d-item:nth-of-type(2),
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(2),
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(3),
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(4),
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(1) {
    transform: translateX(-280px) translateZ(-130px);
    opacity: .5;
    transition: all 1s cubic-bezier(.48, .16, .15, .98);
}
/*custom*/
.carousel-3d-item:nth-of-type(2) .slide-img img,
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(2) .slide-img img,
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(3) .slide-img img,
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(4) .slide-img img,
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(1)  .slide-img img{
    width:60%;
    /*   opacity:0.7; */
}
/*custom*/
.carousel-3d-item:nth-of-type(2) .slide-content,
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(2) .slide-content,
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(3) .slide-content,
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(4) .slide-content,
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(1)  .slide-content{
    display:none;
}



.carousel-3d-item:nth-of-type(1),
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(1),
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(2),
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(3),
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(4){
    transform: translateX(0) translateY(-50px) translateZ(0);
    opacity: 1;
    transition: all 1s cubic-bezier(.48, .16, .15, .98);
}
/*custom*/
.carousel-3d-item:nth-of-type(1) .slide-img img,
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(1) .slide-img img,
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(2) .slide-img img,
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(3) .slide-img img,
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(4) .slide-img img {
    width:80%;
}
.carousel-3d-item:nth-of-type(1) .slide-content,
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(1) .slide-content,
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(2) .slide-content,
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(3) .slide-content,
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(4) .slide-content {
    display:block;
    position: absolute;
    left: -200px;
    width: 660px;
    /*background-color: #333;*/
}

.carousel-3d-item:nth-of-type(3),
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(3),
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(4),
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(1),
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(2) {
    transform: translateX(340px) translateZ(-130px);
    opacity: .5;
    transition: all 1s cubic-bezier(.48, .16, .15, .98);
}
/*custom*/
.carousel-3d-item:nth-of-type(3) .slide-img img,
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(3) .slide-img img,
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(4) .slide-img img,
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(1) .slide-img img,
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(2) .slide-img img {
    width:60%;
}
.carousel-3d-item:nth-of-type(3) .slide-content,
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(3) .slide-content,
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(4) .slide-content,
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(1) .slide-content,
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(2) .slide-content {
    display:none;
}

/*custom new*/
.carousel-3d-item:nth-of-type(4),
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(4),
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(1),
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(2),
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(3) {
    /*   display:none; */
    transform: translateX(340px) translateZ(-130px);
    opacity: .0;
    transition: all 1s cubic-bezier(.48, .16, .15, .98);
}
/*custom*/
.carousel-3d-item:nth-of-type(4) .slide-img img,
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(4) .slide-img img,
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(1) .slide-img img,
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(2) .slide-img img,
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(3) .slide-img img {
    width:60%;
}
.carousel-3d-item:nth-of-type(4) .slide-content,
#carousel-3d-controller-1:checked ~ .carousel-3d-item:nth-of-type(4) .slide-content,
#carousel-3d-controller-2:checked ~ .carousel-3d-item:nth-of-type(1) .slide-content,
#carousel-3d-controller-3:checked ~ .carousel-3d-item:nth-of-type(2) .slide-content,
#carousel-3d-controller-4:checked ~ .carousel-3d-item:nth-of-type(3) .slide-content {
    display:none;
}
.slide-content p {
    font-weight: 500;
    margin-top: 20px;
    text-align: justify;
}


/*
end
 */
#scrolltop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 40px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3c8dbc;
    color: white;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 32px;
    border-radius: 4px;
}
#scrolltop:hover{
    background-color: #3c8dbca1;
}
#scrolltop svg{
    height: 100%;
}
/*
new slide
 */
.card-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 90px;
}

.card-carousel .my-card {
    height: 20rem;
    width: 20rem;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.6) translateY(-2rem);
    transform: scale(0.6) translateY(-2rem);
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    background: #2e5266;
    background: linear-gradient(to top, #2e5266, #6e8898);
    transition: 1s;
}

.card-carousel .my-card:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.3);
    bottom: -5rem;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.card-carousel .my-card:before {
    /* content: '0'; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}
.card-carousel .my-card.active {
    z-index: 3;
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1;
    pointer-events: auto;
    transition: 1s;
}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
    z-index: 2;
    -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
    transform: scale(0.8) translateY(-1rem) translateX(0);
    opacity: 0.6;
    pointer-events: auto;
    transition: 1s;
}
.display-none{
    display: none;
}
.display-block{
    display: block;
}
#mycardcarousel{
    margin-top: 60px;
    width: 100%;
    /* background-color: #333; */
}

.btnDangKy{
    margin-top:20px;
}
.row-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.img-banner-register-absolute-custom {
    position: absolute;
    left: 0;
    bottom: 0;
}
@media screen and (max-width: 1260px) {
    /*.img-banner-register-absolute {*/
    /*    position: relative;*/
    /*    bottom: -50px;*/
    /*}*/
}
@media screen and (max-width: 1200px) {
    .img-banner-register {
        width: 100% !important;
    }
    .img-banner-register-absolute {
        width: auto !important;
        /*position: relative;*/
        /*bottom: -20px;*/
    }
    .img-banner-register__text {
        width: 80% !important;
    }
    .col-custom {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .custom-col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 15px;
    }
}
/*end
 */
@media only screen and (max-width: 991px) {
    footer {
        text-align: center;
    }

    footer .icon-container {
        text-align: center;
    }
    #section21 .content img{
        width: 100%;
    }
    .mb-hide{
        display: none;
    }
    .mb-full{
        width: 100%;
    }
    .carousel-3d-item {
        left: 32%;
    }
}



@media screen and (max-width: 768px) {
    /*.section1 {*/
    /*display: none;*/
    /*}*/
    .section1 .container {
        width: 100%;
        /*margin: 0 auto;*/
    }
    .section1 .container .row span {
        font-size: 4rem;
    }
    .section1 .container .row p {
        font-size: 1.5rem;
    }
    #section21 .content img{
        display: none;
    }
    .baonoi .item{
        clear: both;
    }
    /*#section32{*/
        /*display: none;*/
    /*}*/
    .card-carousel{
        left:70px;
    }
    .card-carousel .my-card:after{
        bottom:-2rem;
    }
    .card-carousel .my-card {
        height: 15rem;
        width: 15rem;
    }
    .img-banner-register {
        width: 80% !important;
        margin: 0 auto;
    }

    .banner-full {
        background: none;
    }
    .img-banner-register__small-text {
         margin-top: 20px;
     }

    .show-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }

    .img-banner-register__text {
        display: none;
    }
    .img-banner-register__mobile {
        display: block;
    }

    .img-banner-register__mobile-width {
        width: 90%!important;
    }

    .text-md-left {
        text-align: left;
    }
}
@media screen and (max-width: 520px) {
    .card-carousel {
        left: 50px;
    }
    .card-carousel .my-card {
        height: 10rem;
    }
    .img-banner-register__score {
        width: 100% !important;
    }
}
@media screen and (max-width: 320px) {
    .card-carousel {
        left: 30px;
    }
}