/***********************
*Create by Pham Phuong *
************************/
:root{
    --color-orange: #E67E22;
    --color-orange-two: #f7ab01;
    --color-shadow: hsla(0, 0%, 0%, 0.2);
}
body{
    background-color: #f3f4ff;
    font-family:'Roboto', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-family:'Roboto', sans-serif;
}
.site-navbar{
    background: url(../images/bg-header.png) no-repeat;
    padding: 16px 0 !important;
}
.site-navbar .site-navigation .site-menu>li>a{
    font-weight: 500;
}
.site-navbar .site-navigation .site-menu .active{
    border-bottom: 2px solid;
    padding: 10px 15px !important;
    text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu>li>a{
    color: #666;
    padding: 10px 15px !important;
    text-transform: uppercase;
}
.copyright{
    background-color: #151D28;
    font-size: 0.8rem;
}
.site-navbar .site-navigation .site-menu>li>a.nav-link.btn-tel {
    background: var(--color-orange);
    display: inline-block;
    padding: 5px 10px !important;
    border-radius: 10px;
    color: #ffffff !important;
}
#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);
}

.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;
}

.gioithieu--content p {
    background-color: #ffffff;
}
.gioithieu--content {
    border: 2px solid #487D85;
    margin: 5px 0 0 5px;
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    box-sizing: border-box;
}
.gioithieu--content::before {
    border: 2px solid #487D85;
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-sizing: border-box;
}
.noidung--wrap {
    border: 2px solid #487D85;
    border-bottom: 0;
}
.noidung--wrap__item p {
    border-right: 2px solid #487D85;
}
.muctieu--wrap {
    border: 2px solid #487D85;
    border-radius: 20px;
}
.noidung--wrap .noidung--wrap__col:last-child .noidung--wrap__item p{
    border-right: 0;
}

.noidungchitiet {
    background: url('../images/3.jpg') no-repeat center center;
    background-size: cover;
}

.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: #333;
}
.bg-oval {
    background-color: var(--color-orange);
    color: #ffffff;
}

.bg-oval-2 {
    background-color: #487D85;
}
.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 #cd670ca8;
    background-color: transparent;
    border-radius: 0;
}
.card-orange .card-header {
    border-bottom: 1px solid #cd670ca8;
    background-color: #cd670ca8;
    padding: 0;
    border-radius: 0;
}
.card-orange .card-header a {
    padding: 0.75rem 1.25rem;
    display: block;
    color: #ffffff !important;
}
.card-orange .card-body {
    background-color: #ffffffe8;
}
.card-link {
    position: relative;
}
.card-orange .card-link[aria-expanded=true]:after {
    content: "\f0d8";
}
.card-orange .card-link:after {
    content: "\f0d7";
    font-family: 'icomoon' !important;
    font-weight: 900;
    float: right;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.tag-url-custom {
    background-color: var(--color-orange);
    color: #ffffff;
    animation: elementPulse 1s infinite;
    -moz-animation: elementPulse 1s infinite;
    -webkit-animation: elementPulse 1s infinite;
    -o-animation: elementPulse 1s infinite;
    box-shadow: 0px 5px 7px 0px hsl(0deg 0% 0% / 85%);
    border: 2px solid #ffffff;
    font-size: 20px;
}
.tag-url-custom:hover {
    background-color: #e7a062;
    color: white;
}
.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;
}
#lienhe h3,
#lienhe h4,
#lienhe i,
#lienhe strong {
    color: #16479c;
}
.bold {
    font-weight: bold;
}
.site-navbar .site-navigation .site-menu .active, .site-navbar .site-navigation .site-menu>li>a:hover {
    color: var(--color-orange) !important;
}

.title-video-primary {
    background: #cd670ca8;
    padding: 5px 10px;
    color: white;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-video-primary h6 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.slick-prev {
    left: 15px;
    z-index: 1;
}
.slick-next {
    right: 15px;
    z-index: 1;
}

@keyframes elementMoveY {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -5px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes elementPulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes elementMoveY {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -5px;
    }
    100% {
        bottom: 0;
    }
}

#slider {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
}

.slider__title {
    color: #c77229;
    box-shadow: #000 1px 4px 20px 0px;
    background-color: white;
    font-weight: bold;
}

.slider__title-2 {
    color: #fff;
    font-weight: bold;
    text-shadow: #000 0px 3px 20px;
}

.slider__img--item {
    max-width: 80%;
}

.title--orange__radius {
    border-radius: 50px;
    color: white;
    background-color: var(--color-orange);
}

.chinhsachhocphi {
    background: url(../images/4.jpg) no-repeat;
    background-size: cover;
}

.chinhsachhocphi__title {
    background-color: #ffffffd1;
    border-radius: 30px;
    padding:15px 20px;
    box-shadow: 0px 5px 7px 0px hsl(0deg 0% 0% / 85%);
}

.chinhsachhocphi__content {
    background-color: #ffffffd1;
}
.lichhoc {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
}
.lichhoc__wrap {
    position: relative;
}
.lichhoc {
    background: url(../images/5.jpg) no-repeat;
    background-size: cover;
}

.lichhoc__title {
    background-color: #2F4A53;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding:15px 20px;
    color: white;
    position: absolute;
    top: -30px;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 5px 7px 0px hsl(0deg 0% 0% / 85%);
}

.lichhoc__content {
    background-color: #ffffffd1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media (min-width: 992px){
}
@media (max-width: 992px){
    .site-logo img {
        width: 100px;
    }
    .site-mobile-menu .site-nav-wrap>li>a{
        font-size: 16px;
    }
}
@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;
    }
    .noidung--wrap__item p {
        border-right: 0;
        border-bottom: 2px solid #487D85;;
    }
    .noidung--wrap .noidung--wrap__col:last-child .noidung--wrap__item p{
        border-bottom: 0;
    }
}
/* 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%;
    }
}