@import url('https://fonts.googleapis.com/css2?family=Suwannaphum:wght@300&display=swap');
*{
    box-sizing: border-box;
}
html{
    scroll-behavior:smooth;
}
.swiper-custom {
    --swiper-theme-color: #fff !important;
  }
  :host {
    --swiper-theme-color: #007aff;
}
:host {
    --swiper-navigation-size: 44px;
}

:root{
    --primary2: #DAC800;
    --primary: #AEA000;
    --secondary: #8F8401;
    --blue: #10006D;
    --text_secondary: #333;
}
body{
}
*{
    font-family: 'poppins' sans-serif;
    font-family: 'khmer os battambang'sans-serif;
  
}
.text_p{
    color:#d3d3d3;
    font-family: 'khmer os battambang';

}
.text_primary{
    color:var(--primary);
}
.text_primary:hover , .text_primary:focus{
    color:#fff !important;
    background-color: var(--primary);
}
.text_primary:active{
    color:var(--primary);
    background-color: transparent;
}
.bg_primary{
    background-color:var(--primary);
}
.bg_primary2{
    background-color:var(--primary2);
}
.text_secondary{
    color:var(--secondary);
}
.bg_secondary{
    background-color:var(--secondary);
}
.border_bottom{
    border: 1px solid var(--secondary);
}
.title{
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--primary);
    font-size: 38px;
    font-weight:bold;
    text-align: center;
}
.desc{
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    margin: 0 50px;
    color: var(--blue);
}

.marks{
color: var(--blue);
font-weight: bold;
}
.button{
    background: linear-gradient(141deg, #AEA000 0%, #BFB10B 100%);
    color: white;
    transition: 1s linear;
}
.button:hover{
    background: linear-gradient(306deg, #AEA000 0%, #BFB10B 100%);
    color:white;
    transition: 1s linear;
}
/* .txt_nav{
    color: var(--primary);
}
.txt_nav:hover{
    color: #fff !important;
} */
.bg_nav{
   color: var(--primary);
}
.bg_nav:hover , .bg_nav:focus{
    color:#fff;
    background-color: var(--primary);
}

.mySwiper{

    width: 100%;
    height: 100%;  
}
.mySwipercard{
    width: 80%;
    height: 100%; 
    justify-content: center;
    display: flex; 
}
.student{
    width: 50%;
    height: 100%; 
    justify-content: center;
    display: flex; 
}
.swiper_card{
    justify-content: center;
    display: flex; 
    padding: 20px;
}
.swiper_cards{
    justify-content: center;
    display: flex; 
    padding: 20px;
}
.swiper-custom{
    position: relative;
}
.swiper-button-prev ,.swiper-button-next{
    top: 50%;

    z-index: 10;
}
.swiper-button-prev{
    position: absolute;
    transform: translate(-50%,-50%);

left: 45px;
}
.swiper-button-next {
    transform: translate(-50%,-50%);

position: absolute;
right: 0px;
}
.swiper-button-prev i ,.swiper-button-next i{
    font-size: 50px;
    opacity: .3;
} 
.swiper-button-prev i:hover ,.swiper-button-next i:hover{
    font-size: 50px;
    opacity: .8;
} 
.navigation{
    color: white !important;
}
.swiper-slide{
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper img{
object-fit: cover;
object-position: center;
/* display: block; */
height:100%;
/* height: 500px; */
width: 100%;
}
.banner img{
    object-position: 70% 30%;
}
.navbar_color{
    background: linear-gradient(180deg, #8A7F02 0%, #A19503 48.96%, #8D8202 100%);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.btn_search{
    border-radius: 0;
    margin: 0;
    
}
.btn_login{
    border-radius: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;

}
.nowrap{
    display: flex;
    
    flex-wrap: wrap;
}


/* about AI  */
.about_ai{
    
    z-index: 1;
    display: flex;
    width: 100%;
    /* background: linear-gradient(180deg, #ffffff 5%, rgba(255, 255, 255, 0.00) 100%), url('./images/about_ai.png'), lightgray 10% / cover no-repeat  ; */
    background-blend-mode: normal, darken;
    opacity: .8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; 

}
.icon_hover{
    /* width: 250px; */
    text-align: left;
    padding: 0 30px;
    transition: all .5s ease-in;

}
.icon_hover:hover i{
    margin-left: 10px;
    transition: all .5s ease-out;
}
/* about AI  */


/* announcement  */
            .partner{
                background-image: url('./images/attachment.jpg');
            }

            /* zoom  */
            .hover_zoom{

                height: 400px;
                position: relative;
                overflow: hidden;
            }
            .hover_zoom img{
                padding: 10px;
                position: absolute;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                transform: scale(var(--zoom, 1));
                transform-origin: var(--x) var(--y);
                transition:transform .5s ease;
            }
            .hover_zoom:hover{
            --zoom: 3;
            }
            /* zoom  */
            .read_more{
                color: #039BE5;
            }
            .read_more:hover{
            background-color: #039BE5;
            color: white;
            }
            .card-title{
                font-family:'khmer M1';
            }
                .card{
                    width: 18rem;
                    margin: 1rem 1rem;
                }
                .card-text{

                }
/* announcement  */


/* falculty  */
.tab-pane{
    overflow: hidden;
}
.background{
    background-image: url("./images/slides/student4.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-color:rgba(0,0,0,1); */

}
.background.program{
    background-image: url("./images/slides/studen1.jpg") !important;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-color:rgba(0,0,0,1); */

}
.fal_box{
    cursor:pointer;
    width: 270px;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    /* border-radius: 10px; */
    /* border-radius: 999px; */
    transition: .3s ease-in-out;

}
.fal_box:hover{
    border-radius: 8px;
transform: scale(1.1,1.1);
transition: .3s ease-in-out;
}
.fal_title{
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    color: var(--text_secondary);
    /* color: white; */
    /* text-shadow: #333 1px 1px 1px; */
}
.fal_box img{
    width: 156px;
}
.nav-pills{
    padding: 20px 30px !important;
    background-color: rgba(255, 255, 255, 0.7);
}
.nav-pills .active{
    border-radius: 88px !important;
    background-color: #039BE5 !important;

}
.nav-pills button{
    border:1px solid #039BE5 !important;
    color: #039BE5 ;
}
@media (max-width: 575.98px){
    .faculty-1>ul{
        background-color: orange;
    }
}

/* falculty  */


/* student service  */
.student_service{
overflow: hidden;
}
.stu_box{

    cursor:pointer;
    width: 270px;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    /* border-radius: 10px; */
    border-radius: 15px;
    transition: .3s ease-in-out;
z-index: 0;
}
.stu_box:hover{
    transition: .3s ease-in-out;
    z-index: 1;
}
.stu_box img{
    object-fit: cover;
    width: 250px;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;

}
.wrap_slide_up{
    position: relative;
}
.slide_up{
    border-radius:  0px  0px 15px 15px;
    bottom: 0;
    position: absolute;
    background-color: #00000030;
    z-index: 10;
    width: 100%;
    height:0px;
    transition: .2s ease-in;
    overflow: hidden;
}
.slide_up img{
    width: 32px;
    height: 32px;
}

.wrap_slide_up:hover .slide_up{
    height: 70px;
    transition: .2s ease-out;
}

/* student service  */


/* partnership  */
.slide_partner{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 200px;
    width: 75%;
}
.partnership{
    /* height: 200px; */
    text-align: center;
}
.partnership img{
    object-fit: cover;
    
width: 150px;
height: 150px;
}
/*end partnership  */
/* LOGOG PAGE */
.btn-download{
    background-color: var(--primary);
    font-weight: bold;
    color:white;
    cursor: pointer;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
    
}
.btn-download a{
    text-decoration: none;
    font-weight: bold;
    color:white;
    cursor: pointer;
    border-radius: 10px;
}
.btn-download:hover{
    background-color:#198754;
    font-weight: bold;
    color:white;
    cursor: pointer;
    border-radius: 10px;
}
/* EndLOGOG PAGE */
/* footer  */
.footer{
background-color: #1E365C;
overflow: hidden;
}

.copyright{
    background-color: #0b1e3c;
    /* width: 100%; */
    overflow: hidden;
}
/* .wrap{
    background: linear-gradient(90deg, #ac9d01 0%, #ac9d01 0%, #bfb006 50.11%, #ac9d01 100%);
    box-shadow: 0px -1px 12px 0px #DAC800;

} */


.map{
    
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 380px;
    height: auto;
    min-height: 300px;
}
.footer-section1{
    text-align: center;
}
.footer-section1>img{
    width: 100px;
    background-color: white;
}
/* footer  */


/* sm  */
@media (min-width: 576px) {
    .banner{
        height: 400px;
    }
    .desc{
        text-align: justify;
        font-size: 12px;
        margin: 0 100px;
    }
    

}
/* md  */
@media (min-width: 768px) {
    .desc{
        text-align: justify;
        font-size: 22px;
        margin: 0 100px;
    }
}

/* lg  */
@media (min-width: 992px) {
    .banner{
        height: 500px;
    }
    .desc{
        text-align: justify;
        font-size: 24px;
        margin: 0 100px;
    }

    .title{
        text-transform: uppercase;
        /* margin-bottom: 25px; */
        color: var(--primary);
        font-size: 48px;
        font-weight:bold;
        text-align: center;
    }
    .slide_partner{
        width: 75%;
        }
}

/* xl  */
@media (min-width: 1200px) {
    .banner{
        height: 700px;
    }
    .slide_partner{
        width: 60%;
        }
        .desc{
            text-align: justify;
            font-size: 26px;
            margin: 0 100px;
        }
}

/* xxl */
@media (min-width: 1400px) {
    .banner{
        height: 700px;
    }
}






/* max-width  */




@media (max-width: 640px){
    /* .student{
        width: 80%;
    } */
}
@media (max-width: 1024px){
    .student{
        width: 80%;
    }
}
@media (min-width: 1440px){
    /* .student{
        width: 50%;
    } */
}





@media (max-width: 575.98px) {  }

@media (max-width: 767.98px) {  }

@media (max-width: 991.98px) {  }

@media (max-width: 1199.98px) {  }

@media (max-width: 1399.98px) {  }