/***********************
*Create by Pham Phuong *
************************/
:root{
    --color-orange: #FCBD56;
    --color-orange-two: #f7ab01;
    --color-shadow: hsla(0, 0%, 0%, 0.2);
}

@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 400;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueRoman.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 400;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 100;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueUltraLight.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 100;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueUltraLightItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 200;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueThin.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 200;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueThinItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 300;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueLight.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 300;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueLightItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 500;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueMedium.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 500;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueMediumItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 700;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueBold.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 700;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueBoldItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 800;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueHeavy.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 800;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueHeavyItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 900;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueBlack.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 900;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueBlackItalic.woff) format("woff");
}


body{
    background-color: transparent!important;
    font-family: "Helvetica Neue", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", sans-serif !important;
}
.site-navbar{
    background: url(../images/bg-header.png) no-repeat;
}
.site-navbar .site-navigation .site-menu>li>a{
    font-weight: bold;
}
.site-navbar .site-navigation .site-menu .active{
    border-bottom: 2px solid;
}
.site-navbar .site-navigation .site-menu>li>a{
    color: #666;
}
.copyright{
    background-color: #151D28;
    font-size: 0.8rem;
}
#footer{
    background-color: #192433!important;
}
#more_1, #more_2 {
    display: none;
    transition: display 0.5s linear;
}
.top-0{
    top: 0;
}
.box-shadow{
    box-shadow: 0 4px 6px 0 var(--color-shadow);
}
#thongtinkhoahoc{
    background: url("../images/line.png") top 28% left no-repeat;
}
.bg-line{
    background: url("../images/line.png") top 55% right no-repeat;
}

.title--line_bottom {
    border-bottom: 4px solid var(--color-orange);
}
.title--orange {
    color: var(--color-orange)
}

.title-dashed {
    position: relative;
    border-bottom: 2px dashed var(--color-orange);
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-dashed__icon {
    position: absolute;
    border: 2px dashed var(--color-orange);
    border-radius: 50%;
    padding: 5px;
    width: 60px;
    height: 60px;
    background-color: #f3f4ff;
    background-image: url(../images/28.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
}

.mouse-icon::after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: -10px;
    background-image: url(../images/9.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.text-orange {
    color: var(--color-orange);
}
.bg-black-custom {
    background-color: #f3f6fe;
    color: #333
}
.column-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr)) ;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 5px;
}
.icon-animation {
    animation: elementMoveY 1s infinite;
    -moz-animation: elementMoveY 1s infinite;
    -webkit-animation: elementMoveY 1s infinite;
    -o-animation: elementMoveY 1s infinite;
    left: 50%;
    transition: all 100ms ease-in-out;
}
.icon-rotate {
    transform: rotateZ(180deg);
}
.card-orange {
    border: 1px solid var(--color-orange);
}
.card-orange .card-header {
    border-bottom: 1px solid var(--color-orange);
    padding: 0;
}
.card-orange .card-header a {
    padding: 0.75rem 1.25rem;
    display: block;
}
.social {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.social .social__custom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #15489d;
    color: #15489d;
    border-radius: 50%;
    margin: 5px;
    width: 50px;
    height: 50px;
    transition: background-color 0.1s;
    text-decoration: none;
}
.social .social__custom:hover {
    background-color: #102152;
}
.social .social__custom:hover i{
    color: white!important;
}
.social .social__custom i {
    font-size: 1.5rem;
}

.site-navbar .site-navigation .site-menu>li>a
{
    color: #08499e;
}
.site-navbar .site-navigation .site-menu .active {
    color: #f8b52c;
}

.title-flat {
    color: #08499e;
}

.title-bold {
    color: #08499e;
    font-weight: bold;
    text-transform: uppercase;
}
.title-slide-paragraph {
    font-style: italic;
}

.line-h {
    background-color: #08499e;
    width: 1.5px;
    height: 2rem;
    margin: 0 10px;
}

#slider {
    /*background: url(../images/lap-trinh/bg-banner.png) no-repeat center center;*/
    background: url(../../Laptrinh/images/BANNER-PHP.jpg) no-repeat center center;
    background-size: cover;
}
.slider__img-absolute {
    bottom: 0;
    left: 0;
    max-width: 30%;
}

.form__register {
    /*background-color: #083988d9;*/
    background-color: #007bffe3;
    border-radius: 20px;
}
.form__register--title {
    font-weight: 600;
}

.form__register--wrap-form {
    border-radius: 10px;
}

.form__register .form-control {
    border-radius: 20px;
}

#thongke {
    /*background: url(../images/lap-trinh/1.jpg) no-repeat center center;*/
    background: url(../../../tuyen-sinh-dai-han/images/1234556.jpg) no-repeat center center;
    background-size: cover;
}

.thongke__item {
    /*background-color: #F78D27;*/
    /*background-color: #F6A110;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #fff;*/
    /*width: 150px;*/
    /*height: 150px;*/
    /*margin: 0 auto;*/
}

.thongke__item--number {
    color: #f6a112;
    font-weight: 600;
    font-size: 3rem;
}
.thongke__item--text {
    color: #364894;
    font-size: 1.3rem;
    font-weight: bold;
}

.doituong__item {
    border-radius: 15px;
    box-shadow: 0px 0px 16px 0px #00000040;
}

.doituong__item--img {
    width: 100%;
    object-fit: cover;
}

.loiich__item {
    /*box-shadow: -4px 2px 8px 1px hsl(0deg 0% 0% / 20%);*/
    border-radius: 15px;
    background: url("../images/2024/loi-ich/v3/1.png") no-repeat center center;
    background-size: cover;
    min-height: 230px;
    box-shadow: 0 0 16px 0 #00000040;
}
.loiich .row div:nth-child(2) .loiich__item {
    background: url("../images/2024/loi-ich/v3/2.png") no-repeat center center;
}
.loiich .row div:nth-child(3) .loiich__item {
    background: url("../images/2024/loi-ich/v3/3.png") no-repeat center center;
}
.loiich .row div:nth-child(4) .loiich__item {
    background: url("../images/2024/loi-ich/v3/4.png") no-repeat center center;
}
.loiich .row div:nth-child(5) .loiich__item {
    background: url("../images/2024/loi-ich/v3/5.png") no-repeat center center;
}
.loiich .row div:nth-child(6) .loiich__item {
    background: url("../images/2024/loi-ich/v3/6.png") no-repeat center center;
}
.loiich .row div:nth-child(7) .loiich__item {
    background: url("../images/2024/loi-ich/v3/7.png") no-repeat center center;
}

.loiich__item--icon {
    height: 100px;
    width: 88px;
    object-fit: contain;
}

.noidungchitiet {
    background: url(../images/lap-trinh/2.jpg) no-repeat center center;
    background-size: cover;
}

.noidungchitiet__bg {
    background-color: #333333c7;
}

.noidungchitiet__wrap--content {
    background-color: #FEAE2D;
    border-radius: 20px;
}

.noidungchitiet__wrap--result-title {
    border: 2px solid #FEAE2D;
}

.noidungchitiet__wrap--result-title.noidungchitiet__wrap--result-title-left::before {
    content: url(../images/lap-trinh/arrow-left.png);
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.noidungchitiet__wrap--result-title.noidungchitiet__wrap--result-title-right::before {
    content: url(../images/lap-trinh/arrow.png);
    position: absolute;
    top: 50%;
    right: -49px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.text-black {
    color: #000000;
}

.bangcap {
    background: url(../images/lap-trinh/TOT-NGHIEP.jpg) no-repeat left center;
    background-size: 70% auto;
    background-color: #D4D2DF;
    overflow: hidden;
}

.bangcap__item {
    background-color: #D4D2DF;
}

.bangcap__item:after {
    border-right: 190px solid #D4D2DF;
    content: "";
    position: absolute;
    border-top: 265px solid transparent;
    border-bottom: 0 solid transparent;
    top: 0;
    left: -175px;
}

.congviec__item {
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 8px 1px hsl(0deg 0% 0% / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgb(14,2,78);*/
    /*background: linear-gradient(180deg, rgba(14,2,78,1) 0%, rgba(48,71,136,1) 100%);*/
    background: rgb(42,123,233);
    background: linear-gradient(180deg, rgba(42,123,233,1) 0%, rgba(36,151,243,1) 50%, rgba(31,166,245,1) 100%);
}

.congviec__item--bg-top {
    /*background: rgb(14,2,78);*/
    /*background: linear-gradient(0deg, rgba(14,2,78,1) 0%, rgba(48,71,136,1) 100%);*/
    background: rgb(42,123,233);
    background: linear-gradient(180deg, rgba(42,123,233,1) 0%, rgba(36,151,243,1) 50%, rgba(31,166,245,1) 100%);
}
.congviec__item--top-right {
    border-top-right-radius: 0;
}

.congviec__item--top-left {
    border-top-left-radius: 0;
}

.congviec__item--bottom-left {
    border-bottom-left-radius: 0;
}

.congviec__item--bottom-right {
    border-bottom-right-radius: 0;
}

.giangvien__item {
    box-shadow: 0px 5px 8px 1px hsl(0deg 0% 0% / 20%);
    border-radius: 10px;
}

.giangvien__item--img {
    border-radius: 50%;
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
}

/*.swiper-grid {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*.swiper-slide-grid {*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    background: #fff;*/
/*    height: calc((100% - 30px) / 2) !important;*/
/*    margin-top: 20px !important;*/
/*    !* Center slide text vertically *!*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
/*}*/

/*.mySwiperGrid .swiper-slide-grid {*/
/*    margin-top: 0 !important;*/
/*}*/

/*.swiper-wrapper-grid {*/
/*    flex-direction: row !important;*/
/*}*/

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrolltop {
    position: fixed;
    right: 2.5rem;
    bottom: 14rem;
    border-radius: 50%;
    border: 1px solid #333;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: #fff;
    transition: all linear 200ms;
    z-index: 999;
}

#scrolltop:hover {
    background-color: #eee;
}

.btn-register {
    border: none;
    font-size: 1em;
    background: rgb(14,2,78) !important;
    background: linear-gradient(180deg, rgba(14,2,78,1) 0%, rgba(48,71,136,1) 100%) !important;
}

.pp-noi-dung__wrap{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#phpJava .pp-noi-dung__wrap{
    background-image: url(../../Laptrinh/img/banner-php.java.png);
}
#phpNet .pp-noi-dung__wrap{
    background-image: url(../../Laptrinh/img/banner-php.net.png);
}
.pp-noi-dung__item{
    background-color: #ffffffe0;
    padding: 20px;
}
.pp-noi-dung__item::before{
    content: "";
    position: absolute;
    border-top: 600px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 100px solid #ffffffe0;
    top: 0;
    left: -85px;
}
.pp-noi-dung__item h3{
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.box-title {
    /*background: rgba(73,155,234,1);*/
    /*background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(0,34,62,1) 100%);*/
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(0,34,62,1)));*/
    /*background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(0,34,62,1) 100%);*/
    /*background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(0,34,62,1) 100%);*/
    /*background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(0,34,62,1) 100%);*/
    /*background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(0,34,62,1) 100%);*/
    background: rgb(42,123,233);
    background: linear-gradient(90deg, rgba(42,123,233,1) 0%, rgba(36,151,243,1) 50%, rgba(31,166,245,1) 100%);
    /*background: -moz-linear-gradient(90deg, rgba(17,45,184,1) 35%, rgba(33,157,245,1) 100%);*/
    /*background: -webkit-linear-gradient(90deg, rgba(17,45,184,1) 35%, rgba(33,157,245,1) 100%);*/
    /*background: -o-linear-gradient(90deg, rgba(17,45,184,1) 35%, rgba(33,157,245,1) 100%);*/
    /*background: -ms-linear-gradient(90deg, rgba(17,45,184,1) 35%, rgba(33,157,245,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#00223e', GradientType=1 );
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.box-title a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#phpJava .modal-content, #phpNet .modal-content {
    background-color: #2c5d93;
    border-radius: 0;
    border: none;
    color: white;
}
#phpJava .img, #phpNet .img{
    width: 100%;
}
#phpJava .modal-content .modal-header .modal-title, #phpNet .modal-content .modal-header .modal-title{
    text-align: center;
    font-weight: bold;
}
#phpJava .modal-body a, #phpNet .modal-body a {
    position: absolute;
    right: 0;
    bottom: -43px;
    font-weight: bold;
    color: white;
    background-color: #3d6ea4;
    border: 0;
    padding: 5px;
    font-size: 20px;
}
#phpJava .modal-body ul, #phpNet .modal-body ul{
    margin-left: 20px;
    margin-top: 20px;
}
#phpJava .modal-body img, #phpNet .modal-body img{
    margin: 0 auto;
}

.bg_parallax {
    position: fixed;
    height: 100%;
    background: url("../../Laptrinh/img/part_background.png") top left repeat;
    width: 100%;
    top: 0;
    z-index: 0;
}
.banner_v2 {
    background: url("../images/bg_pc.jpg") left center no-repeat;
    background-size: cover;
}

.noidungchitiet {
    background: url("../images/2024/noi-dung/banner/bg_nd_2.png") center center no-repeat;
    background-size: cover;
}
.noidungchitiet__item {
    box-shadow: 0 0 32px 0 #00000040 inset;
    /*border-bottom-left-radius: 15px;*/
    /*border-bottom-right-radius: 15px;*/
    background: white;
}
.noidungchitiet__item:nth-child(even) {
    background: transparent;
}

.noidungchitiet__item:nth-child(odd) {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.noidungchitiet__group {
    background: linear-gradient(180deg, #3A6EC6 0%, #000467 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.text-gradient {
    background: -webkit-linear-gradient(270deg, #3A6EC6 0%, #000467 100%)!important;
    /*background: linear-gradient(180deg, #3A6EC6 0%, #000467 100%) !important;*/
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    padding: 3px 0;
}

@keyframes elementMoveY {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -5px;
    }
    100% {
        bottom: 0;
    }
}

@media (min-width: 1200px){
    .slider__title {
        font-size: 2.5rem;
    }
}


@media (min-width: 992px){
    .congviec__item {
        min-width: 198px;
    }
}

@media (max-width: 1200px){
    .congviec__item--top-right {
        border-top-right-radius: 15px;
    }

    .congviec__item--top-left {
        border-top-left-radius: 15px;
    }

    .congviec__item--bottom-left {
        border-bottom-left-radius: 15px;
    }

    .congviec__item--bottom-right {
        border-bottom-right-radius: 15px;
    }
    .bangcap {
        background-size: contain;
    }

    .loiich__item {
        min-height: 210px;
    }
}
@media (max-width: 992px){
    .site-logo img {
        width: 100px;
    }
    .site-mobile-menu .site-nav-wrap>li>a{
        font-size: 16px;
    }
    .wrap-item-slide__content {
        background-color: #ffffffc9;
    }
    .bangcap__item:after {
        display: none;
    }
    .bangcap {
        background-size: cover;
    }
    .thongke__item--number {
        font-size: 2.5rem;
    }
    .thongke__item--text {
        font-size: 1.1rem;
    }

    .loiich__item {
        min-height: 200px;
    }
}
@media screen and (max-width: 800px) {
    .column-grid {
        flex: 50%;
        max-width: 50%;
    }
}
@media (max-width: 768px){
    .title--line_bottom {
        border: none;
    }
    .mouse-icon::after {
        right: 0;
        bottom: 0;
    }
    .mouse-icon {
        text-align: center;
    }
    .noidungchitiet__wrap--result-title.noidungchitiet__wrap--result-title-left::before {
        display: none;
    }

    .noidungchitiet__wrap--result-title.noidungchitiet__wrap--result-title-right::before {
        display: none;
    }
    .thongke__item--number {
        font-size: 2rem;
    }
    .thongke__item--text {
        font-size: 1rem;
    }

    .loiich__item {
        min-height: 180px;
    }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column-grid {
        flex: 100%;
        max-width: 100%;
    }
}