  /********** Template CSS **********/
:root {
    --primary: #C73538;
    --secondary: #1C4C8B;
    --light: #F1F3FA;
    --dark: #1C2035;
    --yellow: #CDAA4F;
}
.font-libreBodoni {
    font-family: 'Libre Bodoni', serif;
    font-style: italic;
}
.font-Fasthand {
    font-family: "Fasthand",sans-serif;
    font-weight: normal !important;
}

body {
    margin: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: #424242;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--secondary) !important;
}

a {
    color: #1c4c8b;
    text-decoration: none;
}
a:hover{
    color: var(--secondary);
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1170px !important;
    margin: 0 auto;
}
/*.container-fluid {
    max-width: 1440px !important;
    margin: 0 auto;
}*/
.text-primary {
    color: var(--secondary) !important;
}

.text-secondary {
    color: #c73535 !important;
}
.text-third {
	color: #FFFFFF !important;
}
.text-forth {
	font-size: 50px !important;
    color: #1c4c8b !important; 
}
.text-fifth {
    font-size: 30px !important;
}
.text-sixth {
    font-size: 15px !important;
}
.text-seventh {
    font-size: 30px !important;
    color: #c73535 !important;
}
.text-eight {
    color: #f5d142 !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fs-5 {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
}
.fs-6 {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 25px !important;
}
.rounded-pill {
    border-radius: 10px !important;
}
.btn-primary {
    color: #fff !important;
    background-color: var(--primary); !important;
    border-color: var(--primary); !important;
}
.btn-secondary {
    color: #fff !important;
    background-color: var(--secondary); !important;
    border-color: var(--secondary); !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: #1c4c8b;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    font-weight: 700;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(/graduate-admission/PhDinCS/img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}
#banner-header h2 {
    background: -webkit-linear-gradient(90deg, #E8BE8A 0%, #FFF2B9 28.91%, #FFE2B0 54.97%, #CCA16F 90.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 20%;
}
#banner-header ul li {
    font-size: 15px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
}
/**#banner-header {
    background: url(/graduate-admission/PhDinCS/img/banner-1.jpg) top center no-repeat;
    background-size: contain;
    min-height: 475px;
}
*/
/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-ul li {
    list-style: none;
}
.feature-icon {

}
.feature-icon img {
    /* background: #fff; */
    /* padding: 10px; */
    /* box-shadow: 0 0 15px rgba(0, 0, 0, .08); */
    /* border-radius: 5px; */
    /* margin-right: 10px; */
    float: left;
    width: 72px;
    height: 72px;
    margin-bottom: 70px;
    margin-right: 15px;
}

/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(/graduate-admission/PhDinCS/img/about.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

/*** Partner ***/
#why {
    background-color: var(--secondary);
    color: #fff;
    font-size: 13px;
}
.why-container {
    padding: 0 65px;
    text-align: justify;
}
#why h2 {
    color: #fff !important;
    font-size: 45px;
}
#why h3 {
    color: #fff !important;
    font-size: 18px;
    background: -webkit-linear-gradient(90deg, #E8BE8A 0%, #FFF2B9 28.91%, #FFE2B0 54.97%, #CCA16F 90.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*** Partner ***/
.partner-item .partner-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: justify;
    transition: .5s;
    z-index: 2;
    background: linear-gradient(90deg, #2E548B, #C73538), linear-gradient(90deg, rgba(199, 53, 56, 0) 0%, rgba(199, 53, 56, 0.7) 100%);
    box-shadow: 0px 0px 30px 0px #00000014;
}

.partner-item:hover .partner-text {
    top: -1.5rem;
}

.partner-item .partner-text h5 {
    transition: .5s;
}

.partner-item:hover .partner-text h5 {
    color: var(--primary);
}
.partner-text .btn-square {
    width: 380px;
    height: 110px;
    margin-top: -100px !important;
    background-color: #fff !important;
}
.partner-text .rounded-circle {
    border-radius: 10px !important;
}
.partner-text {
    color: #FFEEB7;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700 !important;
}
#partner h2 {
    font-size: 64px;
}
@media (max-width: 768px) {
.partner-text img {
    width: 100%;
}
.partner-text .btn-square {
    width: 100%;
    height: auto;
    margin-top: -100px !important;
    background-color: #fff !important;
}
}


/*** Admissions ***/
#admissions {
    background-color: #fff;
    font-size: 25px;
}
#admissions h2 {
    font-size: 38px;
}
.admissions-item {
    padding: 0 0px;
}
.admissions-item .admissions-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    font-size: 15px;
    min-height: 120px;
}

/**.admissions-item:hover .admissions-text {
    top: -1.5rem;
}

.admissions-item .admissions-text h5 {
    transition: .5s;
}
**/
.admissions-item:hover .admissions-text h5 {
    color: var(--primary);
}
.admissions-item img {
    width: 100%;
    margin: 0 auto;
}
.admissions-row1 {
    font-size: 15px;
    margin: 0 115px;
    z-index: 9999;
    position: relative;
}
.admissions-row2 {
    background-color: var(--secondary);
    padding: 30px;
    color: #fff;
    font-size: 15px;
    margin: 0 125px;
    border-radius: 30px;
    margin-bottom: 2rem; /* Adjust spacing as needed */
    text-align: justify; 
}
.admissions-row3 {
    font-size: 15px;
    margin: 30px 115px;
    font-style: italic;
    font-weight: 700;
}
.admissions-row3 a {
    color: var(--primary);
}
.admissions-row4 {
    font-size: 15px;
    margin: 20px 120px;
    border: 1px solid #1A4079;
    padding: 20px 0px;
    font-style: italic;
    line-height: 25px;
}
.admissions-btn a {
    font-size: 22px;
    font-style: italic;
}
.admissions-btn {
    margin: 0px auto;
    padding: 45px 10px 45px 30px;
    min-width: 198px;
}
.admissions-btn a {
    font-size: 22px;
    font-style: italic;
    padding: 10px 30px;
    text-align: center;
}
.admissions-line1 {
    position: absolute;
    margin-left: 155px;
    margin-top: -25px;
}
.admissions-line2 {
    position: absolute;
    margin-left: 190px;
    margin-top: -45px;
}
.admissions-line {
    max-width: 570px !important;
    margin-top: 90px;
    position: absolute;
    z-index: 0;
    margin-left: 280px;
}
.admissions-row1 i {
    font-size: 25px;
    top: 6px;
    position: relative;
}

/*** Register ***/
.about-register {
    padding: 0 130px;
}
.about-title {
    font-size: 38px;
    font-weight: 700;
}
.about-text {
    text-align: justify;
}
.about-text h2 {
    font-size: 60px;
    text-align: right;
}
.frm-register h2 {
    background: -webkit-linear-gradient(90deg, #E8BE8A 0%, #FFF2B9 28.91%, #FFE2B0 54.97%, #CCA16F 90.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
}
button#btn-submit {
    max-width: 245px;
    text-transform: uppercase;
}
.frm-register a {
    color: #fff;
    font-weight: 700;
}
.frm-register {
    background-color: var(--secondary);
    font-size: 13px;
    border-radius: 20px;
    padding: 30px 20px;
}
#frmVinregister label {
    display: block !important;
}
.form-check-input {
    float: left;
}
.form-check-label {
    padding-left: 20px;
}

/*** Finance ***/
#finance {
    background: url(/graduate-admission/PhDinCS/img/bg-finance.jpg) bottom center no-repeat; 
    background-size: cover;
    color: #fff;
    padding: 50px 0;
    font-size: 15px;
}
#finance h2 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 33px;
}
#finance h2 span{
    font-size: 48px;
}
.finance-text ul li {
    padding-bottom: 5px;
}
.finance-text {
    padding-left: 30px;
    padding-right: 30px;
}
#finance a {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}
#finance a:hover {
    color: var(--primary);
}

/*** QS Stars ***/
#qs-stars {
    background-color: #F5F7F9;
}
.qsstars-item .qsstars-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: justify;
    transition: .5s;
    z-index: 2;
    background: linear-gradient(90deg, #2E548B, #C73538), linear-gradient(90deg, rgba(199, 53, 56, 0) 0%, rgba(199, 53, 56, 0.7) 100%);
    box-shadow: 0px 0px 30px 0px #00000014;
}

.qsstars-item:hover .qsstars-text {
    top: -1.5rem;
}

.qsstars-item .qsstars-text h5 {
    transition: .5s;
}

.qsstars-item:hover .qsstars-text h5 {
    color: var(--primary);
}
.qsstars7-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.qsstars7-item:hover {
    background: var(--secondary);
}
.qsstars7-item:hover *{
    color: #fff !important;
}
.qsstars4-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    background: linear-gradient(90deg, #E8BE8A 0%, #FFF2B9 28.91%, #FFE2B0 54.97%, #CCA16F 90.98%), linear-gradient(90deg, rgba(232, 190, 138, 0.6) 0%, rgba(255, 242, 185, 0.6) 28.91%, rgba(255, 226, 176, 0.6) 54.97%, rgba(204, 161, 111, 0.6) 90.98%);
    border: 2px solid;
    border-image-source: linear-gradient(90deg, #E8BE8A 0%, #FFF2B9 28.91%, #FFE2B0 54.97%, #CCA16F 90.98%);
    padding: 20px;
}
.text-qsstars {
    font-size: 20px;
    line-height: 30px;
    color: var(--secondary);
}
.qsstars-text .rounded-circle {
    border-radius: 10px !important;
}
.qsstars-text .btn-square {
    width: 380px;
    height: 110px;
    margin-top: -100px !important;
    background-color: #fff !important;
}
.qsstars-text h3 {
    color: #FFEEB7 !important;
    font-size: 25px;
    line-height: 37px;
}
.qsstars-text ul li {
    font-size: 17px;
}


/*** Program ***/
#program {
    background-color: #fff;
}
#program h2 {
    font-size: 45px;
}
.program-col {
    padding: 0 125px;

}
.program-item {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    min-height: 335px;
}
.program-item button#btn-submit {
    text-transform: none;
    max-width: 245px;
}
.program-item .program-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.program-item:hover .program-overlay {
    opacity: 1;
    padding-top: 0;
}

.program-carousel .owl-nav {
    position: absolute;
    bottom: 20px;
    display: flex;
    right: 20px;
}
.program-carousel .owl-nav .owl-prev,
.program-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.program-carousel .owl-nav .owl-prev:hover,
.program-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}
.program-check {
    padding-left: 0px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 13px;
}
.program-check a {
    color: #191919;
}
.program-check a:hover {
    color: var(--primary);
}
.btn-program {
    font-size: 13px;
    padding: 10px 20px !important;
}
.btn-program {
    position: absolute;
    bottom: 10px;
    margin-left: 100px;
}

@media (max-width: 768px) {
    .program-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .program-carousel .owl-nav .owl-prev,
    .program-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** But Uni ***/
#butuni {
    background-color: #F5F7F9;
    font-size: 16px;
}
#butuni h2{
    font-size: 45px;
}
.butuni-col {
    padding: 0 125px;
}
.butuni-item {
    padding: 0px 0px;
    text-align: justify;
    line-height: 25px;
}
/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
#testimonial {
    background-color: #fff;
    font-size: 13px !important;
}
#testimonial h2 {
    font-size: 45px;
}
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    min-height: 270px;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}
.author {
    position: relative;
    width: 100%;
    display: inline-block;
}
.author img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px;
    float: left;
    margin: 0 10px 0 0;
}
.author h5 {
    font-size: 13px;
    line-height: 15px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}
.testimonial-carousel .owl-next {
    right: -80px;
}
.testimonial-carousel .owl-prev {
    left: -80px;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

/*** Property ***/
#property {
    background-color: #fff;
}
#property h2 {
    font-size: 32px;
}

.property-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.property-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.property-carousel .owl-nav .owl-prev,
.property-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}
.property-carousel .owl-next {
    right: -80px;
}
.property-carousel .owl-prev {
    left: -80px;
}
.property-carousel .owl-nav .owl-prev:hover,
.property-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Footer ***/
.footer {
    background-color: #F5F7F9;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}
.p-footer i {
    width: 30px;
    height: 30px;
    background-color: var(--secondary);
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    border-radius: 5px;
}
.title-footer {
    font-size: 38px;
}

.copyright {
    color: #000000;
    background: #F5F7F9;
}
.copyright a {
    color: var(--secondary) !important;
}
.copyright a:hover {
    color: var(--primary) !important;
}


/*** Mobile ***/
@media (max-width: 768px) {
.about-register {
    padding: 0 0px;
}
.why-container {
    padding: 0 0px;
}
.butuni-col {
    padding: 0 0px;
}
.butuni-item {
    padding: 0px 0px;
    text-align: justify;
    line-height: 25px;
}
.finance-text {
    padding-left: 0px;
    padding-right: 0px;
}
#butuni h2 {
    font-size: 35px;
    line-height: 45px;
}
#program h2 {
    font-size: 30px;
    line-height: 45px;
}
.program-col {
    padding: 0 0px;
}
#why h2 {
    color: #fff !important;
    font-size: 40px;
}
#testimonial h2 {
    font-size: 35px;
}
.frm-register h2 {
    background: -webkit-linear-gradient(90deg, #E8BE8A 0%, #FFF2B9 28.91%, #FFE2B0 54.97%, #CCA16F 90.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
}

.testimonial-carousel .owl-next {
    right: -10px;
}
.testimonial-carousel .owl-prev {
    left: 10px;
}
.property-carousel .owl-next {
    right: -10px;
}
.property-carousel .owl-prev {
    left: 10px;
}
.icon-right {
    box-shadow: 0 0 25px rgba(0, 0, 0, .08);
    border-radius: 50%;
    float: right;
    background: #fff;
    margin-top: -597px;
    margin-right: 85px;
    padding: 20px;
}
.icon-left {
    box-shadow: 0 0 25px rgba(0, 0, 0, .08);
    border-radius: 50%;
    float: left;
    background: #fff;
    margin-top: -100px;
    margin-left: 85px;
    padding: 20px;
    margin-bottom: 30px;
}
.ps-5 {
    padding-left: 1rem !important;
}
.pe-5 {
    padding-right: 1rem !important;
}
.qsstars-text .btn-square {
    width: 100%;
    height: 110px;
    margin-top: -100px !important;
    background-color: #fff !important;
}
.admissions-row2 {
    background-color: var(--secondary);
    padding: 30px;
    color: #fff;
    font-size: 15px;
    margin: 0 0px;
    border-radius: 30px;
}
.admissions-line1 {
    display: none;
}
.admissions-line2 {
    display: none;
}
.admissions-btn {
    margin: 0px auto;
    padding: 5px 10px 5px 10px;
    min-width: 198px;
    text-align: center;
}
#finance {
    background: url(/graduate-admission/PhDinCS/img/bg-finance.jpg) bottom right no-repeat;
    background-size: auto;
    background-color: #16417a;
    padding-bottom: 320px;
}
#banner-header h2 {
    background: -webkit-linear-gradient(90deg, #E8BE8A 0%, #FFF2B9 28.91%, #FFE2B0 54.97%, #CCA16F 90.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase !important;
}
.admissions-line {
    max-width: 570px !important;
    margin-top: 90px;
    position: absolute;
    z-index: 0;
    margin-left: 280px;
    display: none;
}
.admissions-row1 {
    font-size: 15px;
    margin: 0 0px;
    z-index: 9999;
    position: relative;
}
.admissions-row3 {
    font-size: 15px;
    margin: 30px 0px;
    font-style: italic;
    font-weight: 700;
}
.admissions-row4 {
    font-size: 15px;
    margin: 20px 0px;
    border: 1px solid #1A4079;
    padding: 20px 0px;
    font-style: italic;
    line-height: 25px;
}
.btn-program {
    position: initial;
    bottom: 10px;
    margin-left: 40px;
}
.admissions-row2 ul li {
    margin-bottom: 1rem; /* Adjust the value as needed */
  }
}


/*-- Popup ---*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.popup {
  margin: 5% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 55%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popup img {
    width: 100%;
}
.pop-progarm {
    width: 30% !important;
}
.title-pop-progarm {
    display: flex;
}
.title-pop-progarm span {
    background-color: var(--secondary);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 20px;
    z-index: 9999999;
    position: relative;
    border-radius: 15px;
}
.title-pop-progarm i {
    font-size: 30px;
    margin-left: -10px;
    margin-top: 17px;
}
.content-pop-progarm {
    border: 1px solid #d3d3d3;
    margin-top: -30px;
    padding: 45px 20px 20px;
    text-align: justify;
    margin-left: 50px;
}
.popup-hoc-bong {
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 25%;
    position: relative;
    transition: all 5s ease-in-out;
}
.link-hoc-bong {
    bottom: 35px;
    position: absolute;
    left: 41%;
}
.title-pop-ky-thuat {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}
.content-pop-ky-thuat p {
    font-size: 20px;
}
.content-pop-ky-thuat ul li {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
}

@media screen and (max-width: 700px){
  .box{
    width: 95%;
  }
  .popup{
    width: 95%;
    padding: 0px;
  }
  .popup img {
    width: 100%;
}
.popup .close {
    position: absolute;
    top: 0px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.footer-color a {
    color: #1c4c8b; 
    }
}