/* Global Style  */
@font-face {
    font-family: 'Moul Regular';
    src: url('../../data/assets/font/Moul-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Siemreap';
    src: url('../../data/assets/font/KhmerOS-Siemreap.ttf') format('truetype');
}

:root{
    --main-color: rgb(237 80 70);
    --main-color-h: rgb(173 40 31);
    --en-font: 'Noto Sans', sans-serif;
    --kh-moul-font: 'Moul Regular', 'Noto Sans', cursive, sans-serif;
    --kh-font: 'Siemreap','Noto Sans';
}

body:lang(kh){
    font-family: var(--kh-font);
}

body{
    margin: 0;
}
* {
    -webkit-locale: auto !important;
    white-space: normal !important;
}
.clearfix_15{
    clear:both;
    width: 100%;
    height:15px;
}
.clearfix_20{
    clear:both;
    width: 100%;
    height:20px;
}
.clearfix_30{
    clear:both;
    width: 100%;
    height:30px;
}
.clearfix_50{
    clear:both;
    width: 100%;
    height:50px;
}
.no_scroll{
    overflow: hidden;
}

/* End Global Style  */

/* Site Header  */
.site_header{
    width: 100%;
    height: 160px;
    background-color: #ffffff;
}
.site-logo-header{
    width: 250px;
    height: 150px;
    background-image: url('../../data/assets/daithomii.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block;
}
.header_info_wrap{
    width: 70%;
    height: auto;
    display: block;
    position: relative;
    float: right;
    margin-top: 60px;
}
.header_info_item{
    width: 33.33%;
    float: left;
    padding: 0px 30px;
}
.header_info_item dl dt{
    width: 45px;
    float: left;
}
.header_info_item dl dt i{
    font-size: 1.8rem;
    color: var(--main-color);
}
.header_info_item dl dd{
    overflow: hidden;
    font-size: .9rem;
}
.site_menu_wrap{
    width: 100%;
    background-color: rgb(0 0 1 / 65%)
}

@media(max-width:1400px){
    .site-logo-header{
        width: 200px;
    }
    .header_info_wrap{
        width: 80%;
    }
}
@media(max-width:1200px){
    .container{
        max-width: 100%;
        width: 100%;
    }
    .header_info_wrap {
        width: 70%;
        /* overflow: hidden; */
    }
    .header_info_item{
        width: 50%;
    }
    .header_info_item:last-child{
        display: none;
    }
}
@media(max-width:740px){
    .site_header{
        text-align: center;
        height: 80px;
    }
    .site-logo-header{
        width: 130px;
        height: 80px;
    }
    .header_info_wrap {
        display: none;
    }
}
/* End Site Header  */

/* Site Menu  */
.main_home_menu_slide{
    width: 100%;
    height: auto;
    position: relative;
}
.site_menu_wrap{
    width: 100%;
    height: 55px;
    position: relative;
    z-index: 9999;
}
.site_menu_wrap li{
    list-style: none;
}
.site_menu_wrap li a{
    text-decoration: none;
}
.menu_wrap{
    padding: 0;
    display: inline-block;
    margin: 0;
}
.main_menu_item{
    position: relative;
    display: inline-block;
}
.main_menu_item a{
    display: inline-block;
    padding: 15px 20px;
    color: #ffffff;
    transition: .5s;
}
.main_menu_item a:hover{
    color: #ffffff;
    transition: .5s;
    color: #ff0d0d;
}

.main_menu_item::after{
    content: '';
    display: none;
    width: 70%;
    height: 4px;
    background-color: #ff0d0d;
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
}
.main_menu_item.active::after{
    display: block;
}
.sub_menu_wrap{
    position: absolute;
    width: auto;
    height: auto;
    min-width: 200px;
    background-color: rgb(0 0 1 / 60%);
    padding: 0px;
    display: none;
    transition: .5s;
}
.main_menu_item:hover .sub_menu_wrap{
    display: block;
    transition: .5s;
}

.sub_menu_wrap li a{
    display: block;
    transition: .5s;
}
.sub_menu_wrap li a:hover{
    background-color: rgb(0 0 1 / 90%);
    transition: .5s;
}

.language_wrap{
    width: 200px;
    height: 100%;
    float: right;
}
.language_wrap .language_item{
    display: block;
    float: left;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 0px;
    font-size: 1rem;
    position: relative;
    margin: 0px 10px;
    margin-left: 35px;
    font-size: .8rem;
}
.language_item.active{
    color: var(--main-color);
}
.language_wrap .language_item:hover{
    text-decoration: underline;
}
.language_wrap .language_item::after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('../../data/assets/index.png');
    background-size: 410px;
    position: absolute;
    left: -35px;
    top: 2px;
}
.language_item.kh::before{
    content: '|';
    display: block;
    position: absolute;
    right: -10px;
    font-size: 1.1rem;
    top: 13px;
    color: #ffffff;
}
.language_item.kh::after{
    background-position: -10px 2px;
}
.language_item.en::after{
    background-position: -45px 3px;
    background-size: 390px;
}
.language_item.kh:lang(en):after{
    background-position: -10px 4px;
}
.language_item.en:lang(en):after{
    background-position: -45px 5px;
}


/* menu icon */
  
.site_menu_wrap .menu-icon {
    cursor: pointer;
    display: block;
    float: left;
    padding: 25px 20px;
    position: relative;
    user-select: none;
  }
  
  .site_menu_wrap .menu-icon .navicon {
    background: #ffffff;
    display: block;
    height: 4px;
    position: relative;
    transition: background .2s ease-out;
    width: 23px;
  }
  
  .site_menu_wrap .menu-icon .navicon:before,
  .site_menu_wrap .menu-icon .navicon:after {
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 120%;
  }
  
  .site_menu_wrap .menu-icon .navicon:before {
    top: 8px;
  }
  
  .site_menu_wrap .menu-icon .navicon:after {
    top: -8px;
  }
  
  /* menu btn */
  
  .site_menu_wrap .menu-btn {
    display: none;
  }
  
  .site_menu_wrap .menu-btn:checked ~ .menu_wrap {
    max-height: 350px;
    width: 100%;
    transition: .3s;
    transition: max-height .3s ease-out;
  }

  .site_menu_wrap .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .site_menu_wrap .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .site_menu_wrap .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .site_menu_wrap .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .site_menu_wrap .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  


@media (min-width:1100px){
    .site_menu_wrap .menu-icon{
        display: none;
    }
}
@media (max-width:1100px){
    .site_menu_wrap{
        background-color: transparent;
    }
    .site_menu_wrap .container{
        padding: 0px;
        background: rgb(0 0 1 / 90%);
    }
    .site_menu_wrap .menu_wrap{
        width: 0%;
        margin-top: 0px;
        padding: 0px 15px;
        max-height: 50px;
        overflow: hidden;
        /* background-color: rgb(0 0 1 / 60%); */
        text-align: center;
        z-index: 9;
    }
    .site_menu_wrap .menu_wrap .menu_item{
        width: 100%;
        margin: 5px 0px;
    }
    .site_menu_wrap .menu_wrap .menu_item a{
        display: block;
    }
    .site_menu_wrap .menu_wrap .menu_item:first-child{
        margin-top: 15px;
    }
    .site_menu_wrap .menu_wrap .menu_item:last-child{
        margin-bottom: 15px;
    }
    
}

/* End Site Menu  */

/* Banner Slide  */
.slider_wrap{
    position: relative;
    top: -55px;
    z-index: 1;
}
.owl-carousel .owl-nav{
    width: 100%;
    /* position: absolute;
    top: 50%;
    font-size: 20px; */
}
.owl-carousel .owl-stage-outer{
    width: 100%;
}
.owl-carousel .owl-nav span{
    font-size: 50px;
    color: #ffffff;
    background: rgb(255 255 255 / 42%);
    height: 45px;
    width: 45px;
    overflow: hidden;
    display: block;
    border-radius: 50px;
    line-height: 35px;
    transition: .3s;
    font-family: var(--en-font) !important;
}
.owl-carousel .owl-nav span:hover{
    background-color: rgb(255 255 255 / 70%);
    transition: .3s;
}
.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 10%;
    top: 50%;
}
.owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: 10%;
    top: 50%;
}
.owl-carousel .owl-dots{
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot{
    width: 20px;
    height: 4px;
    background-color: #ffffff;
    margin: 5px;
    border-radius: 50px;
    transition: .4s;
}
.owl-carousel .owl-dots .owl-dot.active{
    background-color: var(--main-color);
    width: 30px;
    transition: .4s;
}
.slide_detail{
    position: absolute;
    z-index: 5;
    top: 30%;
    color: #ffffff;
    padding: 0px 30px;
}
.slide_detail::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.slide_detail_title{
    font-size: 1.7rem;
    font-weight: 200;
    text-shadow: 0px 2px rgb(0 0 0 / 52%);
}
.slide_detail_title:lang(kh){
    font-family: var(--kh-moul-font);
}
.slide_detail_title:lang(en){
    font-family: var(--en-font);
    font-weight: bold;
}
.slide_detail_content{
    font-size: 1.3rem;
    line-height: 40px;
    text-shadow: 0px 2px rgb(0 0 0 / 52%);
}
.slide_button{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 30px;
    background-color: var(--main-color);
    border-radius: 50px;
    z-index: 5;
    transition: .3s;
    font-size: 1rem;
}
.slide_button:hover{
    cursor: pointer;
    background-color: var(--main-color-h);
    color:#ffffff;
    transition: .3s;
}
.owl-item.active .slide_detail_title{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.owl-item.active .slide_detail_content, .owl-item.active .slide_button{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0.3s;
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;} 
 } 
@keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }
 @media (max-width:1100px){
    .slider_wrap{
        top: 0px;
    }
 }
 @media (max-width:970px){
    .slide_detail{
        top: 80px;
    }
    .slide_detail_title{
        font-size: 1.2rem;
    }
    .slide_detail_content{
        font-size: 1rem;
    }
 }
 @media (max-width:840px){
    .slide_detail, .owl-nav, .owl-dots{
        display: none;
    }
 }
/* End Banner Slide  */

/* Home Why Aticle */
.home_why_article{
    width: 100%;
    min-height: 400px;
    height: auto;
    position: relative;
    background-image: url('../../data/assets/bg_01.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 1.1rem;
    line-height: 40px;
}
.article_title:lang(kh){
    font-family: var(--kh-moul-font);
    /* font-size: 2rem; */
}
.why_article li{
    list-style: none;
    background-image: url('../../data/assets/check-mark.png');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding: 0px 0px 15px 40px;
}
.under_line{
    display: inline-block;
    position: relative;
}
.under_line::before{
    content: '';
    display: block;
    width: 25%;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    bottom: -10px;
}
.under_line::after{
    content: '';
    display: block;
    width: 45%;
    height: 3px;
    background-color: #ccc;
    position: absolute;
    bottom: -10px;
    left: 25%;
}
@media (max-width:970px){
    .article_title{
        font-size: 1.1rem;
        line-height: 35px;
    }
    .home_why_article{
        font-size: 1rem;
    }
    .why_article li{
        padding: 0px 0px 5px 40px;
        background-position: 0px 9px;
    }
 }
 @media (max-width:840px){
    .article_title{
        font-size: 1rem;
        line-height: 35px;
    }
    .home_why_article{
        font-size: .9rem;
    }
 }
 
/* End Home Why Aticle */

/* Home brief info */
.home_brief_info{
    width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
}
.brief_content.left,
.brief_content.right{
    width: 35%;
    height: 550px;
    float: left;
    background-color: aquamarine;
    position: relative;
}
.brief_content.left{
    background-image: url('../../data/assets/register_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.brief_content.left::before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0px;
    right: 0px;
}
.brief_content.left::after{
    /* content: "\f044"; */
    content: "";
    width: 140px;
    height: 140px;
    /* text-align: center; */
    /* font-family: "Font Awesome 5 Free"; */
    display: block;
    position: absolute;
    color: #ffffff;
    font-size: 6rem;
    z-index: 99;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 200;
    background-image: url('../../data/assets/index.png');
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: -15px -200px;
}
.brief_content.center{
    width: 30%;
    height: 550px;
    background-color: #292929;
    float: left;
    padding: 50px 0px;
    padding-top: 0px;
}

.brief_content .traffic, 
.brief_content .drive, 
.brief_content .certificate {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../../data/assets/index.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: 0px -43px;
}
.brief_content .drive{
    background-position: -50px -43px;
}
.brief_content .certificate{
    background-position: -105px -43px;
}
.brief_content dl{
    width: 100%;
    height: 33.33%;
    /* background-color: #ff0d0d; */
    padding: 30px 30px;
    color: #ffffff;
}
.brief_content dl dt{
    width: 70px;
    float: left;
}
.brief_content dl dd{
    overflow: hidden;
}
.brief_content_title{
    display: inline-block;
    font-weight: bold;
    position: relative;
}
.brief_content_title:lang(kh){
    font-family: var(--kh-moul-font);
    font-size: 1rem;
    line-height: 30px;
    font-weight: 200;
}

.brief_content_title.under_line::before{
    content: '';
    display: block;
    width: 25%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -7px;
}
.brief_content_title.under_line::after{
    content: '';
    display: block;
    width: 45%;
    height: 2px;
    background-color: rgb(177, 177, 177);
    position: absolute;
    bottom: -7px;
    left: 25%;
}
.brief_content_detail{
    margin-top: 15px;
    font-size: .9rem;
}
.brief_content li{
    list-style: none;
    width: 50%;
    height: 50%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.brief_content li div{
    position: relative;
    width: 100%;
    transition: .4s;
}
.brief_content li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    overflow: hidden;
}
/* .brief_content li:hover::after{
    content: '';
    display: block;
    position: absolute;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
} */
.brief_content li:hover > a{
    transform: scale(1.07,1.07);
    transition: .4s;
    z-index: 99;
}
.brief_content li:nth-child(1){
    background-color: rgb(226, 142, 73);
}
.brief_content li:nth-child(1):hover{
    background-color: rgb(201, 116, 47);
}
.brief_content li:nth-child(2){
    background-color: rgb(137, 92, 173);
}
.brief_content li:nth-child(2):hover{
    background-color: rgb(114, 73, 148);
}
.brief_content li:nth-child(3){
    background-color: rgb(47, 180, 113);
}
.brief_content li:nth-child(3):hover{
    background-color: rgb(34, 156, 95);
}
.brief_content li:nth-child(4){
    background-color: rgb(243, 205, 78);
}
.brief_content li:nth-child(4):hover{
    background-color: rgb(218, 179, 53);
}
.brief_content .teacher,
.brief_content .marketing,
.brief_content .branch,
.brief_content .staff{
    width: 80px;
    height: 80px;
    display: inline-block;
    background-image: url(../../data/assets/index.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: 13px -100px;
}
.brief_content .teacher{
    background-position: 13px -100px;
}
.brief_content .marketing{
    background-position: -131px -100px;
}
.brief_content .branch{
    background-position: -54px -100px;
}
.brief_content .staff{
    background-position: -205px -100px;
}
@media (max-width:1200px){
    .brief_content.left{
        width: 30%;
    }
    .brief_content.center{
        width: 35%;
    }
}
@media (max-width:1040px){
    .brief_content.left{
        width: 100%;
    }
    .brief_content.center, 
    .brief_content.right{
        width: 50%;
    }
}

@media (max-width:740px){
    .brief_content.left{
        width: 100%;
    }
    .brief_content.center, 
    .brief_content.right{
        width: 100%;
    }
    .brief_content.right{
        height: 380px !important;
    }
}

/* End Home brief info */

/* Home service  */
.home_service_wrap{
    width: 100%;
    height: auto;
    min-height: 500px;
    position: relative;
    background-image: url(../../data/assets/bg_02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.content_title_center{
    font-weight: bold;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
}
.content_title_center:lang(kh){
    text-align: center;
    font-weight: 200;
    font-family: var(--kh-moul-font);
}
.service_item_wrap{
    width: 33.33%;
    height: auto;
    float: left;
    position: relative;
    padding: 50px;
    margin-bottom: 30px;
}
.service_container{
    height: 420px;
    background-color: #ffffff;
    box-shadow: 0px 15px 20px 3px rgb(0 0 0 / 7%);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #eee;
    transition: cubic-bezier(1, 0, 0, 1) .5s;
    position: relative;
}
.service_container:hover{
    transform: scale(1.05);
    transition: cubic-bezier(1, 0, 0, 1) .5s;
    box-shadow: 0px 15px 20px 3px rgb(0 0 0 / 13%);
    cursor: default;
}
.btn_service{
    position: absolute;
    bottom: 30px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 5px 30px;
    width: 180px;
    border-radius: 50px;
    color: var(--main-color);
    text-decoration: none;
    background-color: #ffffff;
    border: 3px solid var(--main-color);
    border-radius: 50px;
    transition: cubic-bezier(1, 0, 0, 1) .3s;
    font-style: italic;
    overflow: hidden;
}
.btn_service:hover{
    color: #ffffff;
    background-color: var(--main-color);
    transition: cubic-bezier(1, 0, 0, 1) .3s;
}
.promo_label{
    display: block;
    float: left;
    font-style: italic;
    font-size: .9rem;;
}
.promo_value{
    font-size: 5rem;
    background: -webkit-linear-gradient(45deg, #f73b1a, #d303e6 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: 'Miriam Libre', sans-serif;
    margin-bottom: 30px;
}
.service_item .service_title{
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--main-color);
    text-shadow: 1px 2px 2px rgb(0 0 0 / 30%);
    user-select: none;
}
.service_item .service_title:lang(kh){
    font-family: var(--kh-moul-font);
    font-weight: 200;
    margin: 30px 0px;
}
.promo_detail{
    font-size: 1rem;
    font-family: var(--en-font);
    line-height: 30px;
}
.promo_detail:lang(kh){
    font-family: var(--kh-font);
}
.btn_action{
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--main-color);
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}
.btn_action:hover{
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 30%);
    color: #ffffff;
    transition: .3s;
}
@media(max-width:1384px){
    .service_item_wrap{
        padding: 30px;
    }
}
@media(max-width:984px){
    .service_item_wrap{
        padding: 15px;
    }
}
@media(max-width:812px){
    .service_item_wrap{
        width: 50%;
    }
}
@media(max-width:570px){
    .service_item_wrap{
        width: 100%;
    }
}
/* End Home service  */

/* Gallery  */
.gallery_container{
    width: 100%;
    height: auto;
    position: relative;
}
.gallery_items{
    width: 25%;
    height: auto;
    max-height: 220px;
    height: 220px;
    float: left;
    position: relative;
    padding: 30px;
}
.album_thumb{
    width: 100%;
    height: 100%;
    background-color: #5f4a4a;
    border-radius: 15px;
    overflow: hidden;
    border: 3px solid #ccc;
    position: relative;
    transition: .3s;
}
.album_thumb:hover{
    border-color: var(--main-color);
    transition: .3s;
}
.album_thumb img{
    width: 100%;
}
.album_thumb .video::after{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../../data/assets/index.png);
    background-repeat: no-repeat;
    background-size: 260px;
    background-position: -121px -144px;
    position: absolute;
    z-index: 99;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media (max-width: 1384px){
    .gallery_items{
        width: 33.33%;
        max-height: 250px;
        height: auto;
    }
}
@media (max-width:1024px){
    .gallery_items{
        width: 50%;
        max-height: 270px;
        height: auto;
    }
}
@media (max-width:640px){
    .gallery_items{
        width: 50%;
        max-height: 270px;
        height: auto;
        padding: 15px;
    }
}
@media (max-width:440px){
    .gallery_items{
        width: 100%;
        height: auto;
    }
}
/* End Gallery  */

/* Footer  */
.footer_wraper{
    width: 100%;
    height: auto;
    min-height: 350px;
    background-color: rgb(39, 39, 39);
    position: relative;
    padding-top: 50px;
}
.nav_footer{
    width: 100%;
    min-height: 60px;
    height: auto;
    position: relative;
    background-color: rgb(24, 24, 24);
}
.site_logo_footer{
    width: 120px;
    height: 80px;
    display: block;
    background-image: url(../../data/assets/index.png);
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: -220px -10px;
}
.footer_content_brief{
    width: 85%;
    font-size: .8rem;
    line-height: 25px;
    color: #ffffff !important;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.footer_title{
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
}
.footer_title i{
    color: var(--main-color);
    font-size: 1.8rem;
}
.footer_text_info{
    font-size: .9rem;
    color: #ffffff;
}
.footer_text_info span{
    display: block;
    min-height: 30px;
    height: auto;
}
.nav_footer{
    color: #ffffff;   
}
.nav_footer span{
    display: inline-block;
    line-height: 60px;
    font-size: .8rem;;
}
.read_more_footer{
    font-size: .7rem;
    color: var(--main-color);
    font-style: italic;
    text-decoration: none;
}
.read_more_footer:hover{
    color: #ffffff;
}
.social_container{
    width: auto;
    position: relative;
    float: right;
}
.social_container a{
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
}
.social_container a::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../../data/assets/index.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: -388px -298px;
    z-index: 1;
    top: 0px;
    left: 0px;
}
.social_container a img{
    width: 27px;
    display: block;
    z-index: 99;
    margin: auto;
    top: 0;
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
}
@media (max-width:978px){
    .nav_footer{
        height: auto;
    }
    .nav_footer span{
        display: block;
        text-align: center;
    }
    .social_container{
        width: 100%;
        clear: both;
        text-align: center;
        padding: 30px 0px;
    }
    .social_container a{
        display: inline-block;
        float: none;
    }
 }
 
/* End Footer  */

/* Lesson Page  */
.widget_content_wrap{
    border: 1px solid #eee;
    border-radius: 5px;
    min-height: 300px;
    padding: 15px 15px;
    background-color: #fbfbfb;
    font-size: .9rem;
    user-select: none;
}
.widget_content_wrap .tree-child{
    padding: 0px;
}
.widget_content_wrap .tree-child li{
    list-style: none;
}
.widget_content_wrap .tree-child li span{
    display: block;
    margin-bottom: 10px;
}
.widget_content_wrap .tree-child li span i{
    cursor: pointer;
    padding: 7px;
    text-align: center;
    font-size: 1.2rem;
}
.widget_content_wrap .tree-child li a{
    text-decoration: none;
    color: rgb(78, 78, 78);
}
.widget_content_wrap .tree-child li a.root{
    font-weight: bold;
}
.widget_content_wrap .tree-child li a.active{
    color: var(--main-color);
    font-weight: bold;
}

.widget_content_wrap .tree-child li a:hover{
    text-decoration: underline;
}
.content_detail_wrap{
    padding: 30px;
    padding-top: 15px;
}
.content_detail_wrap .content_title_center{
    font-size: 1.2rem;
}

.content_detail *{
    font-size: 1rem;
    font-family: var(--kh-font) !important;
    line-height: 30px;
}
.text_zoom *{
    font-size: 1rem !important;
}
.zoom_text_option{
    width: 120px;
    float: right;
}
.zoom_text_option button{
    border: 1px solid rgb(255, 90, 90);
    background-color: rgb(253, 235, 235);
    color: rgb(255, 90, 90);
}
.zoom_text_option span{
    display: inline-block;
    width: 30px;
    text-align: center;
}
.sticky-top{
    top: 30px;
}
/* End Lesson Page  */

/* Gallery Home  */

/* End Gallery Home  */

/* Photos & Videos  */
.tab_container{
    width: 100%;
    height: auto;
    position: relative;
}
.tab_header{
    width: 100%;
    height: 50px;
    position: relative;
}
.tab_header .tab_button{
    display: block;
    padding: 5px 30px;
    float: left;
    background-color: rgb(212, 234, 252);
    border-radius: 50px;
    margin: 5px;
    text-decoration: none;
    color: #0066c5;
}
.tab_header .tab_button.active{
    background-color: #0066c5;
    color: #ffffff;
}
.tab_header .tab_button:not(.active):hover{
    background-color: rgb(180 218 249);
}
.tab_content{
    display: none;
}
.tab_content.active{
    display: block;
}
/* End Photos & Videos  */

/* Contact Us  */
.captcha_wrap .captcha_img, .captcha_wrap .captcha_input{
    display: block;
    width: 30%;
    float: left;
}
.captcha_wrap .captcha_img img{
    width: auto;
    max-height: 40px;
    margin-top: 25px;
}
.captcha_wrap .captcha_input{
    width: 70%;
    margin-top: 25px;
}
.contact-address-detail img{
    max-width: 100%;
}
.form-group .invalid{
    border-color: var(--main-color);
}
.form-group .form_message{
    color: var(--main-color);
    font-size: .8rem;
}
.form-group .captcha_wrap .form_message{
    margin-left: 20%;
}

/* End Contact Us  */

/* Page Services  */
.user_account_container{
    float: right;
    background-color: #eee;
    position: relative;
    width: 400px;
    height: auto;
    padding: 15px;
    border-radius: 15px;
    text-align: left;
}
.service_detail img{
    max-width: 100%;
}
.service_info{
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #ffffff;
    position: relative;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 3px 5px 23px 0px rgb(0 0 0 / 13%);
}
.service_info dl{
    width: 100%;
}
.service_info dl dt{

    width: 100px;
    float: left;
    color: #656565;
}
.service_info dl dd{
    font-weight: 400;
    text-align: right;
}
.btn_subscribe_service{
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.total_service dd{
    font-size: 1.5rem;
    font-weight: bold;
    color: #0066c5;
}
/* End Page Services  */

/* Page Practice Test  */
.padding_container{
    padding: 30px;
}
.vehicle_type_item{
    display: block;
    height: 260px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 3px 5px 23px 0px rgb(0 0 0 / 7%);
    text-decoration: none;
    padding: 30px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) .3s;
    margin-bottom: 30px;

}
.vehicle_type_item .vihecle_icon{
    width: 150px;
    height: 150px;
    display: block;
    background-image: url(../../data/assets/car.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    
}
.vehicle_type_item .title{
    margin-top: 10px;
    color: #000;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

.vehicle_type_item:hover{
    box-shadow: 3px 5px 23px 0px rgb(0 0 0 / 13%);
    transform: scale(1.1);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) .3s;
}
.practice_container{
    min-height: 500px;
}
.no_document_found{
    text-align: center;
}
.question_wrap{
    background-color: #ffffff;
    width: 100%;
    height: auto;
    min-height: 300px;
    border-radius: 15px;
    box-shadow: 3px 5px 23px 0px rgb(0 0 0 / 7%);
    padding: 30px;
}
.question_wrap img{
    max-width: 100%;
}
.question_phrase{
    font-weight: bold;
    font-size: 1.5rem !important;
}
.question_phrase:lang(kh){
    font-weight: 200;
    font-size: 1.5rem !important;
}
.practice_options{
    width: 100%;
    height: auto;
    min-height: 300px;
    background-color: #ffffff;
    box-shadow: 3px 5px 23px 0px rgb(0 0 0 / 7%);
    padding: 15px;
    border-radius: 15px;
}

.practice_options h5{
    font-weight: bold;
}
.progress{
    width: 100%;
    height: 10px;
    position: relative;
    background-color: #d8d8d8;
    border-radius: 50px;
}
.progress span{
    width: 100%;
    height: 10px;
    display: block;
    background: rgb(251,62,190);
background: -moz-linear-gradient(60deg, rgba(251,62,190,1) 0%, rgba(255,0,1,0.9976365546218487) 100%);
background: -webkit-linear-gradient(60deg, rgba(251,62,190,1) 0%, rgba(255,0,1,0.9976365546218487) 100%);
background: linear-gradient(60deg, rgba(251,62,190,1) 0%, rgba(255,0,1,0.9976365546218487) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fb3ebe",endColorstr="#ff0001",GradientType=1);
}
.question_progress_info{
    float: left;
    font-size: .8rem;
    color: #2c2c2c;
}
.question_percentage{
    float: right;
    font-size: .8rem;
    color: #2c2c2c;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 12px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #19d294;
    position: absolute;
    top: 15px;
    left: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.practice_status_wrap{
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
}
.practice_status_wrap .correct_ans,
.practice_status_wrap .incorrect_ans{
    padding: 10px 15px;
    background-color: #ccc;
    margin-top: 15px;
    border-radius: 50px;
}
.practice_status_wrap .correct_ans span,
.practice_status_wrap .incorrect_ans span{
    font-weight: bold;
}
.practice_status_wrap .correct_ans{
    background-color: rgb(206, 248, 239);
    color: #029452;
}
.practice_status_wrap .incorrect_ans{
    background-color: rgb(255 224 224);
    color: #ca0415;
}
.btn_reatart_practice{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #399efc;
    border-radius: 50px;
    margin-top: 30px;
    transition: .3s;
}
.btn_reatart_practice:hover{
    color: #ffffff;
    background-color:  #399efc;
    transition: .3s;

}
.answer_row{
    display: block;
}
.answer_row:hover{
    background-color: #eee;
}
.answer_row label{
    display: block;
    width: 100%;
    padding: 10px 15px;
}
.answer_row.incorrect > label{
    text-decoration: line-through;
    font-weight: 400;
    color: var(--main-color);
}
.answer_row.correct > label{
    color: #19d294;
}
.answer_row input[disabled] ~ label{
    opacity: .5;
}
.btn_next_question, .btn_view_result, .btn_prev_question{
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid var(--main-color);
    color:  var(--main-color);
    float: right;
    transition: .3s;
}
.btn_prev_question{
    float: left;
}
.btn_next_question:hover, .btn_view_result:hover, .btn_prev_question:hover{
    background-color:  var(--main-color);
    color: #ffffff;
    transition: .3s;
}
.question_wrap .btn_next_question{
    display: none;
}
.question_wrap.answered .btn_next_question{
    display: block;
}
.btn_hint{
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid rgb(210, 225, 253);
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
    font-size: .9rem;
}
.btn_hint:hover{
    background-color: rgb(210, 225, 253);
    transition: .3s;
}
.your_score_label{
    display: block;
    text-align: center;
    color: #7e7e7e;
    font-size: .8rem;
}
.answered_percent{
    font-family: var(--en-font);
    font-size: 5rem;
    font-weight: bold;
    padding: 30px;
}
.answered_percent.very_poor{
    color: #ce2608;
}
.answered_percent.poor{
    color: #f7583c;
}
.answered_percent.good{
    color: #ff9260;
}
.answered_percent.very_good{
    color: #7dca5f;
}
.answered_percent.excellent{
    color: #10d68e;
}
.btn_review_answer,.btn_restart_practice{
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-right: 15px;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--main-color);
}
.btn_review_answer:hover,.btn_restart_practice:hover{
    color: #ffffff;
    background-color: var(--main-color-h);
}
.result_title{
    font-weight: bold;
}
.hint_text{
    display: none;
}
.hint_text.show{
    display: block;
}
@media (max-width:1387px){
    .padding_container{
        padding: 0px;
    }
}
@media (max-width:1130px){
    .practice_container .col-sm-3,
    .practice_container .col-sm-9{
        width: 100%;
    }
}
/* End Page Practice Test  */