/***********************
*Create by Pham Phuong *
************************/
@font-face{
    font-family:"utm-alter-gothic";
    src:url("../fonts/utm-alter-gothic/UTM Alter Gothic.ttf") format("woff"),
    url("../fonts/utm-alter-gothic/UTM Alter Gothic.ttf") format("opentype"),
    url("../fonts/utm-alter-gothic/UTM Alter Gothic.ttf") format("truetype");
}
:root{
    --color-orange: #f7aa0c;
    --color-orange-two: #f7ab01;
    --color-shadow: hsla(0, 0%, 0%, 0.2);
}
body{
    font-family: 'utm-alter-gothic', serif;
    font-size: 1.2rem;
    color: #0f579b;
}
table tr th, table tr td{
    color: #0f579b;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5{
    font-family: 'utm-alter-gothic', serif;
}
.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;
}
.top-0{
    top: 0;
}
.box-shadow{
    box-shadow: 0 4px 6px 0 var(--color-shadow);
}
.tag-url-custom{
    padding: 5px 20px;
    background-color: #F9B62D;
    color: white;
    text-transform: uppercase;
}
.big-title{
    background-color: #0f579b;
}
.thongtinkhoahoc__noidung{
    border: 2px solid #0f579b;
    border-radius: 50px;
    position: relative;
}
.red-title{
    color: #ea2728;
}
.thongtinkhoahoc__noidung::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #0f579b;
}
.pp-wrap-tailieu{
    border-left: 5px solid #35D184;
}
.chinhsachhocphi__hocphi {
    height: 100%;
    border: 2px solid #0f579b;
    border-radius: 10px;
}
.chinhsachhocphi__hocphi-title{
    background-color: #0f579b;
}
#noidungchitiet{
    background: url("../images/4v2.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}
#khungdaotaochitiet{
    background: url("../images/5.png") no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.display-5{
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.bubble{
    font-family: sans-serif;
    font-size: 14px;
}
.chinhsachhocphi__img img {
    border-radius: 10px;
    border: 2px solid #0f579b;
}
.noidungchitiet{
    background-color: #ffffffc7;
    position: relative;
}
.noidungchitiet::before {
    content: "";
    border-left: 0 solid transparent;
    border-right: 200px solid #ffffffc7;
    border-top: 1000px solid transparent;
    position: absolute;
    top: 0;
    left: -200px;
}
@media (min-width: 992px){
    .btn-tel{
        background-color: #5cb85c;
        border-radius: 5px;
        color: white !important;
        padding: 3px 20px !important;
    }
}
@media (max-width: 992px){
    .site-logo img {
        width: 100px;
    }
    .site-mobile-menu .site-nav-wrap>li>a{
        font-size: 16px;
    }

}
@media (max-width: 768px){
    .py-xs-0 ul{
        padding-left: 15px;
    }
    .py-xs-0{
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}