@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
.clamp-1 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-2 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-4 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.scrollbar {
    overflow-y: overlay;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000;
}
.evo_sidebar_search,
#offcanvas-cart {
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    touch-action: manipulation;
}
.evo_sidebar_search.active,
#offcanvas-cart.active {
    visibility: visible;
    transform: translateX(0);
}
.evo_sidebar_search button {
    border-radius: 0.25em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.backdrop__body-backdrop___1rvky {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
}
.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

#slider-home .owl-prev {
    left: 5px;
}

#slider-home .owl-next {
    right: 5px;
}

.owl-nav > div {
    background-color: #ffffff80;
    width: 40px;
    height: 40px;
    font-size: 21px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.hover-zoom:hover img {
    transform: scale(1.05);
}
.hover-zoom {
    overflow: hidden;
}


#primary-nav.mobile li a {
    padding: 10px !important;
}

.header-pc {
    z-index: 11 !important;
}

.form-search-mobile input[type="text"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.form-search-mobile input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.form-search-mobile input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

/* Accordion
================================================== */

.main-menu-mobile ul li {
    width: 100%;
    border: none;
    position: relative;
}

.main-menu-mobile ul ul {
    width: 100%;
    position: relative;
    box-shadow: none;

    float: left;
    display: none;
}

.menu-toggle {
    display: block;
}

.menu-toggle {
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    font-size: 25px;
    line-height: 39px;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

.main-menu-mobile {
    position: fixed;
    left: -400px;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
    height: 100%;
    max-width: 300px;
    z-index: 999;
    bottom: 0;

    top: 0;
    background-color: #fff;
}

.main-menu-mobile.active {
    left: 0%;
}

.main-menu-mobile ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
}

.main-menu-mobile .sub-menu li a {
    font-size: 14px;
}

.overlay-main {
    background-color: #000000c2;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

.overlay-main.active {
    visibility: visible;
    opacity: 0.5;
    height: 100vh;
    position: fixed;
}

.top-close-menu {
    text-align: center;
    line-height: 30px;

    top: 0;
    z-index: 3;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #333;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    border-radius: 5px;
    float: right;
}
.main-menu-mobile.active {
    left: 0%;
}

.main-menu-mobile ul li {
    width: 100%;
    border: none;
    position: relative;
}
.main-menu-mobile ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
}

.main-menu-mobile .sub {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;

    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 27px;
}

.main-menu-mobile ul {
    padding: 0;
    margin: 0;
}

.overlay-main-1 {
    background-color: #000000c2;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    z-index: 99;
}

.overlay-main-1.active {
    visibility: visible;
    opacity: 0.5;
}

.header-mobile {
    background: #fff;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #ababab;
    border-radius: 50%;
    cursor: pointer;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.owl-dots .owl-dot.active {
    background: #ababab;
}

.course-intro .box_content h3{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.course-intro .box_content ul{
    list-style: disc;
    padding-left: 40px;
}

.course-intro .box_content ul li{
    margin-bottom: 10px;
}

iframe{
    width: 100%;
}

.benefits .video iframe{
    height: 100%;
}

.content-course .list-disc li::marker{
    color: #0088ce;
}

.slider-video-review .item iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#lich-hoc .box_content table th, #lich-hoc .box_content table td{
    border: 1px solid #ccc;
    padding: 5px;
}

#lich-hoc .box_content table thead tr{
    background: #0088ce;
    color: #fff;
}

#lich-hoc .box_content table thead tr th{
    font-weight: 400;
}

#lich-hoc .box_content table a{
    color: #0088ce;
}

#lich-hoc .box_content table p:last-child{
    margin-bottom: 0;
}

.pagination li a, .pagination li span{
    border: 1px solid #dedede;
    padding: 3px 10px;
}

.pagination a:hover:not(.active), .pagination li.active span{
    background: transparent;
    font-weight: 700;
    color: #0088ce;
}

.box_content.content-art{
    text-align: justify;
}

.box_content.content-art h2{
    font-size: 20px;
    font-weight: 700;
}

.box_content.content-art h3{
    font-size: 18px;
    font-weight: 700;
}

.box_content.content-art ul{
    list-style: disc;
    padding-left: 40px;
    margin: 10px 0;
}

.box_content.content-art ul li{
    margin: 10px 0;
}

.box_content.content-art blockquote{
    position: relative;
    background: #ededed;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    border-left: 5px solid #0088ce;
    font-style: italic;
    width: calc(100% - 40px);
}

.rating-color{
    color: #FFC107;
}

.box-business-consulting .item .box-info::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/layout_2.png);
    background-size: auto 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.box-business-consulting .item .box-info::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #026ca2 0%, #0088ce 100%);
}

.box-knowledge-library .item .box-img::after{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.box-knowledge-library .item .box-img:hover:after{
    animation: shine 0.75s;
}

.header-main-pc.scrollAction .top-header{
    background: #fff;
}

.header-main-pc.scrollAction, .header-main-mobile.scrollAction{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

@keyframes shine{
    100% {
        left: 125%;
    }
}

.box-contact-fixed-left{
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10;
}

.box-contact-fixed-left .btn{
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: inline-flex;
    min-height: 40px;
    justify-content: center;
    align-items: center;
}

.box-contact-fixed-left .btn-zalo{
    background: #f58620;
}

.box-contact-fixed-left .btn-facebook{
    background: #125c9e;
}

.box-contact-fixed-left .btn-hotline{
    background: #e82829;
}

@media(min-width:768px){
    .slider-about .active:nth-child(2n) .item{
        margin-top: 0;
    }
}

@media only screen and (max-width: 1366px) {
    #main {
        width: 100%;
        overflow: hidden;
    }
    .logo-box {
        width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {

    header {
        display: none !important;
    }
    header.header-mobile {
        display: block !important;
        padding: 5px 0;
        z-index: 222 !important;
    }

    .header-main-mobile {
        display: block;
    }
    .header-main-pc {
        display: none;
    }

}

@media(max-width:767px){
    .slider-about .active .item{
        margin-top: 0;
    }
}

@media only screen and (max-width: 736px) {
    .sitemap {
        margin-top: 0;
    }

    .owl-next {
        right: 0;
    }
    .owl-prev {
        left: 0;
    }
    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .owl-nav > div {
        width: 40px;
        height: 40px;

        line-height: 40px;
    }

    header .right-header ul li img {
        width: 30px;
        height: 20px;
    }
    header .right-header ul li:last-child img {
        width: auto;
        height: auto;
    }

    #lich-hoc .box_content table{
        min-width: 550px;
    }

}

@media(max-width: 550px){

    .box-contact-fixed-left .btn{
        padding: 0;
        width: 40px;
    }

    .box-contact-fixed-left .btn .text-pc{
        display: none;
    }

    .box-contact-fixed-left .btn .icon-mobile{
        display: block;
    }

    .box-contact-fixed-left .btn svg{
        width: 30px;
    }
}

