@font-face {
    font-family: Roboto;
    src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto_bold;
    src: url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto_medium;
    src: url('../font/Roboto-Medium.woff2') format('woff2'), url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: SVN-Avo;
    src: url('../font/SVN-Avobold.woff2') format('woff2'), url('../font/SVN-Avobold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: SanFranciscoDisplay;
    src: url('../font/SanFranciscoDisplay-Heavy.woff2') format('woff2'), url('../font/SanFranciscoDisplay-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: UTMHelvetIns;
    src: url('../font/UTMHelvetIns.woff2') format('woff2'), url('../font/UTMHelvetIns.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SanFranciscoDisplay_bold;
    src: url('../font/SanFranciscoDisplay-Bold.woff2') format('woff2'), url('../font/SanFranciscoDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto_black;
    src: url('../font/Roboto-Black.woff2') format('woff2'), url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: EncodeSans_bold;
    src: url('../font/EncodeSans-ExtraBold.woff2') format('woff2'), url('../font/EncodeSans-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: BarbershopinThailand;
    src: url('../font/BarbershopinThailand.woff2') format('woff2'), url('../font/BarbershopinThailand.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SanFranciscoDisplay_regular;
    src: url('../font/SanFranciscoDisplay-Regular.woff2') format('woff2'), url('../font/SanFranciscoDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: Roboto;
    font-size: 16px;
    color: #333;
    background: #fff
}

img {
    max-width: 100%
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-top {
    color: #353535;
    font-family: SanFranciscoDisplay_regular;
    background-color: #eee8db;
    justify-content: space-between;
}

.sologan {
    font-size: 14px;
    font-family: SanFranciscoDisplay;
    color: #ff4450;
}

.menu {
    position: sticky;
    top: 0;
    z-index: 3;
}

.menu1 ul:not(.dropdown-menu) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.menu1 ul:not(.dropdown-menu) li {
    list-style: none
}

.menu1 ul:not(.dropdown-menu) li a {
    font-size: 14px;
    font-family: Roboto;
    color: #fff;
    padding: 0 20px
}

.menu1 {
    height: 41px;
    position: relative;
    background: linear-gradient(rgb(244, 64, 37), rgb(244, 64, 37));
}

.menu1::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 41px;
    top: 0;
    right: 100%
}

.line1 {
    height: 13px;
    width: 1px;
    background: url(../image/line_menu.png) no-repeat
}

.header-bottom {
    background: url(../image/banner_header.png) no-repeat;
    background-position: right;
}

.logo-brand img {
    width: 100px;
}

.hotline h6 {
    font-size: 16px;
    color: #000;
    font-family: SanFranciscoDisplay_regular;
}

.hotline p {
    font-size: 25px;
    font-family: UTMHelvetIns;
    color: #f01;
}

.menu {
    background: linear-gradient(rgb(244, 64, 37), rgb(244, 64, 37));
}

.menu ul {
    width: 100%;
    padding: 0;
    margin: auto;
    list-style: none
}

.menu ul li {
    position: relative;
    z-index: 99
}

.menu ul li.line {
    width: 2px;
    height: 26px;
    background: url(../image/line1.png) no-repeat
}

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important
}

.menu ul li a h2 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 15px 24px;
    text-transform: uppercase
}

.menu ul li a.active,
.menu ul li:hover>a {
    background: #d32f2f;
}

.menu ul li a.active h2,
.menu ul li a:hover>h2 {
    color: #fff
}

.menu ul li ul {
    position: absolute;
    min-width: 220px;
    background: #d32f2f;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.menu ul li:hover>ul {
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.menu ul li ul li:last-child>a {
    border-bottom: 0
}

.menu ul li ul li a h2 {
    font-size: 14px;
    padding: 12px 15px
}

.menu ul li ul li ul {
    top: 0;
    left: 100%
}

#btnSearch {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    z-index: 3;
}

.transition {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.slideshow {
    position: relative
}

.slideshow a {
    display: block;
    cursor: pointer
}

.slideshow a img {
    width: 100%;
    max-height: 500px;
}

.slideshow:hover .control-slideshow {
    opacity: .3
}

.slideshow .control-slideshow:hover {
    opacity: .8
}

.control-slideshow {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: calc(50% - 50px/2);
    width: 35px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;
    margin: 0;
    background-color: #000;
    border-radius: 3px
}

.control-slideshow i {
    color: #fff
}

.prev-slideshow {
    left: 20px;
    padding-right: 3px
}

.next-slideshow {
    right: 20px;
    padding-left: 3px
}

.thongbao_box {
    position: relative;
    padding: 30px 0
}

.thongbao_mota {
    padding-bottom: 20px
}

.thongbao {
    background: url(../image/bck_banner.png) no-repeat;
    background-size: cover;
    padding: 42px 0
}

.thongbao_box {
    min-height: 345px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../image/line_top1.png) repeat-x left top, url(../image/line_top1.png) repeat-x left bottom, url(../image/line-bor-left.png) repeat-y left top, url(../image/line-bor-left.png) repeat-y right top
}

.left_thongbao {
    position: absolute;
    bottom: 0;
    left: 30px;
    transform: translateY(20%)
}

.right_thongbao {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(16%) translateY(30%)
}

.noidung_top {
    text-align: center;
    padding: 0 0 30px 0
}

.img_call4 {
    padding-right: 10px
}

.btn_dangky {
    padding: 16px 27px;
    background-color: red;
    border-radius: 40px;
    color: #fff;
    font-size: 22px;
    font-family: Roboto_black
}

.box_call1 {
    padding: 16px 38px;
    background-color: #efa701;
    border-radius: 40px;
    color: #fff;
    font-size: 22px;
    font-family: Roboto_black;
    margin: 0 15px
}

.box_call2 {
    padding: 16px 23px;
    background-color: #19a6d6;
    border-radius: 40px;
    color: #fff;
    font-size: 22px;
    font-family: Roboto_black
}

.thongbao_vi {
    font-size: 40px;
    font-family: SanFranciscoDisplay;
    color: #cf0000
}

.title_h2 {
    color: #001524;
    font-size: 28px;
    font-family: SanFranciscoDisplay;
    text-transform: uppercase;
}

.noidung_top h4 {
    font-size: 14px;
    margin: 10px;
    font-family: Roboto;
}

.daotao_vi {
    font-size: 18px;
    font-family: SanFranciscoDisplay;
    color: #001524;
    text-align: center;
    margin-top: 10px;
}

.dong1 {
    -webkit-line-clamp: 1;
}

.dong2 {
    -webkit-line-clamp: 2;
}

.dong3 {
    -webkit-line-clamp: 3;
}

.dong4 {
    -webkit-line-clamp: 4;
}

.text-split1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.daotao-item .img_daotao {
    overflow: hidden;
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: box-shadow 0.2s;
    margin-bottom: 16px;
}

.daotao-list {
    display: grid;
    gap: 16px;
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.box_taisaochon .box_dichvu img {
    width: 80px;
}

.text_banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 60%;
    padding-left: 10px;
    text-align: center;
}

.banner>div:first-child {
    font-size: 38px;
    font-family: UTMHelvetIns;
    color: #fff600;
    text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000
}

.banner>div:last-child,.banner>div:nth-child(2) {
    font-size: 38px;
    font-family: BarbershopinThailand;
    color: #fff
}

.btn_hotline_banner {
    padding: 8px 25px;
    background-color: #ea1111;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #000;
}

.btn_hotline_banner p {
    font-size: 23px;
    color: #fff;
    font-family: EncodeSans_bold
}

.dichvu_chungtoi {
    padding: 40px 0;
    background-color: #eee8db
}

.dichvu_vi {
    font-size: 20px;
    color: #333;
    font-family: SanFranciscoDisplay;
    margin-top: 15px;
    margin-bottom: 10px
}

.dichvu_mota {
    font-size: 14px;
    color: #333;
    font-family: Roboto;
    line-height: 1.8
}

.kinhnghiem_laixe {
    border-top: 5px solid #e5e5e5;
}

.kinhnghiem_left {
    width: 44%
}

.kinhnghiem_right {
    width: 56%;
    padding-left: 22px
}

.img_kinhnghiem {
    position: relative
}

.kinhnghiem_vi {
    font-size: 20px;
    color: #fff;
    font-family: SanFranciscoDisplay_bold
}

.img_kinhgnghiem_vi {
    position: absolute;
    bottom: 0;
    padding: 15px 30px;
    background: rgba(0, 0, 0, .6);
    left: 0;
    right: 0
}

.ngaythang {
    font-size: 18px;
    color: #fff;
    background-color: #d32f2f;
    display: inline-block;
    text-align: center;
    font-family: Roboto;
    padding: 2px 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative
}

.kinhnghiem {
    background-color: #f9fbfc;
    padding: 5px
}

.ngaythang::after {
    content: "";
    position: absolute;
    background: url(../image/arrow-right-red.png) no-repeat;
    left: 99%;
    width: 11px;
    height: 19px;
    top: 50%;
    transform: translateY(-50%)
}

.kinhnghiem_vi1 {
    font-size: 19px;
    font-family: Roboto;
    color: #333;
    padding-left: 20px
}

.dichvu_vi:hover,
.kinhnghiem_vi1:hover {
    color: #d32f2f;
    transition: all .3s
}

.newshome-scroll {
    width: calc(100% - 44.5%);
    height: 420px;
    overflow: hidden;
    width: 100%
}

.newshome-scroll ul li {
    margin-bottom: 15px !important
}

.taisaochon {
    background: url(../image/why_choose.png) no-repeat center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 145px
}

.box_taisaochon_bg {
    background-color: #d32f2f;
    border-radius: 20px;
    padding: 30px;
}

.taisao_vi {
    font-size: 18px;
    color: #fff;
    font-family: SanFranciscoDisplay;
    margin-top: 20px;
    margin-bottom: 10px
}

.taisao_mota {
    font-size: 16px;
    color: #fff;
    font-family: Roboto
}

.ykien_vi {
    font-size: 18px;
    color: #000;
    font-family: SanFranciscoDisplay_bold;
    margin-bottom: 0;
}

.ykien_mota {
    font-size: 15px;
    color: #666;
    font-family: Roboto
}

.ykien_gioithieu {
    font-size: 14px;
    color: #696e6e;
    margin-bottom: 10px;
}

.ykien_text {
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e76655;
    position: relative
}

.ykien_text::after {
    position: absolute;
    content: "";
    background: url(../image/ten2-red.png) no-repeat;
    width: 25px;
    height: 21px;
    top: 100%;
    right: 80px
}

.img_ykien {
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
    display: inline-block
}

.box_hinhanh_ykien {
    margin-left: 220px;
    margin-top: 10px
}

.ykien_khachhang {
    padding-top: 40px;
    padding-bottom: 60px;
    background: url(../image/bck_banner.png) no-repeat center;
    background-size: cover
}

.dangky_left {
    width: 50%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px
}

.dangky_right {
    width: 50%;
    padding-left: 50px;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 60px;
    padding-bottom: 60px
}

.box_left_khoahoc {
    padding: 30px;
    border: 3px solid #d9d9d9;
    max-width: 410px;
    margin: auto
}

.dangky_khoahoc {
    background: url(../image/bck_dangky.png) no-repeat;
    background-size: cover
}

.khoahoc_vi {
    font-size: 20px;
    color: #fff;
    font-family: SanFranciscoDisplay_regular;
    margin-top: 20px
}

.dangki_vi {
    font-size: 30px;
    font-family: SanFranciscoDisplay;
    color: #fff
}

.gio {
    font-size: 32px;
    font-family: SanFranciscoDisplay_bold;
    color: #fff;
}

.title-footer {
    font-size: 30px;
    font-family: UTMHelvetIns;
    color: #d32f2f
}

.footer_vi {
    font-size: 16px;
    font-family: Roboto;
    color: #fff
}

.chinh_sach {
    margin-bottom: 40px;
    font-family: Roboto_bold;
    font-size: 16px;
    color: #d32f2f;
    position: relative
}

.chinh_sach::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    bottom: -10px;
    left: 0;
    background-color: #d32f2f
}

.footer-ul li a {
    color: #fff;
    font-size: 15px;
    font-family: Roboto
}

.footer-ul li {
    color: #fff;
    font-size: 15px;
    font-family: Roboto
}

.footer-ul li a {
    padding: 10px 0;
    display: inline-block
}

.footer-ul li+li {
    border-top: 1px solid #d9d9d93b
}

.footer-article {
    background: url(../image/bck_footer.png);
    background-repeat: no-repeat;
    background-size: cover
}

.img_ykien img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.dichvu_chungtoi .img_daylai {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.grid-hinhanh {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px;
}

.footer-article {
    background-color: #2c3e50;
    color: #fff;
}

.title-footer,
.title-footer1 {
    color: #f39c12;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-info p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-ul li {
    margin-bottom: 8px;
}

.footer-ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-ul li a:hover {
    color: #f39c12;
}

.contact-form .form-control {
    background-color: #34495e;
    border: 1px solid #7f8c8d;
    color: #fff;
    padding: 10px;
}

.contact-form .form-control::placeholder {
    color: #bdc3c7;
}

.contact-form .btn {
    background-color: #e67e22;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #34495e;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.social-icon:hover {
    background-color: #f39c12;
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid #34495e !important;
}

.footer-bottom h3 {
    color: #f39c12;
    font-size: 18px;
    font-weight: bold;
}

.footer-bottom p {
    color: #bdc3c7;
    font-size: 14px;
    line-height: 1.6;
}

.copyright {
    color: #95a5a6;
    font-size: 13px;
}

.d-grid.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.mobile-menu {
    background-color: #d32f2f;
}

/* Mobile Menu Styles */
.mobile-slide-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    transition: left 0.3s ease-in-out;
}

.mobile-slide-menu.active {
    left: 0;
}

.mobile-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.mobile-menu-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.mobile-menu-header {
    background: #d32f2f;
    color: #333;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mobile-menu-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.mobile-menu-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover {
    background: #f8f9fa;
    color: #d32f2f;
    text-decoration: none;
}

.mobile-nav-link i {
    margin-right: 12px;
    width: 16px;
    text-align: center;
    color: #d32f2f;
}

.mobile-dropdown-toggle {
    justify-content: space-between;
}

.toggle-icon {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.mobile-dropdown-toggle.active .toggle-icon {
    transform: rotate(180deg);
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8f9fa;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-submenu.active {
    max-height: 300px;
}

.mobile-submenu .mobile-nav-link {
    padding: 12px 20px 12px 50px;
    font-size: 13px;
    color: #666;
    border-left: 3px solid transparent;
}

.mobile-submenu .mobile-nav-link:hover {
    border-left-color: #d32f2f;
    background: #fff;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    background: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    color: #333;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
    background: #e6a800;
    transform: scale(1.05);
}

.mobile-search-toggle {
    background: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    color: #333;
    transition: all 0.3s ease;
}

.mobile-search-toggle:hover {
    transform: scale(1.05);
}

.daotao-item .img_daotao {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.pagination {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 7px 12px;
    line-height: 1.5384616;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #926814;
    border-color: #926814;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #bbb;
    background-color: #fff0;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 1.4285715
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 6px 11px;
    font-size: 12px;
    line-height: 1.6666667
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #be8c28;
    border-color: #be8c28;
    cursor: default
}

.pagination>li>a,
.pagination>li>span {
    min-width: 36px;
    text-align: center
}

.breadcrumb {
    margin-top: .5rem;
    padding: .5rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-items {
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: .5rem
}

.breadcrumb-item a {
    color: #767676
}

.breadcrumb-item.active span {
    color: #2767a5
}

.social-share {
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.social-share h5 {
    margin-bottom: 15px;
    color: #333;
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.share-buttons a {
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    transition: opacity 0.3s;
}

.share-buttons a:hover {
    opacity: 0.8;
}

.share-buttons i {
    margin-right: 5px;
}

form div.required>label:after {
    content: " * ";
    color: red;
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d32f2f;
    position: relative;
    z-index: 1
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, .8);
    opacity: .1;
    border-color: #d32f2f;
    opacity: .5
}

.btn-frame .zoomIn {
    animation-name: zoomIn
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(7, 41, 103, .35);
    opacity: .4
}

.btn-frame .pulse {
    animation-name: pulse
}

.btn-zalo {
    bottom: 225px;
}

.btn-phone {
    bottom: 125px;
}

.btn-top {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    border-radius: 3px;
    float: left;
    z-index: 900
}

.desc-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #333;
    font-size: 15px;
    font-family: Roboto;
}

.desc-content table {
    width: 100%;
    border: 1px solid #212529;
    margin: 0 auto;
}

.desc-content ul {
    list-style: disc;
    padding-left: 20px;
}

.desc-content table td,
.desc-content table th {
    padding: 1px;
    border: 1px solid;
}

.desc-content ul,
.desc-content ol {
    margin-bottom: 1rem;
    color: #333;
    font-size: 15px;
    font-family: Roboto;
}

#related-item img {
    min-width: 100px;
    display: block;
    object-fit: contain;
}

.user-avatar {
    max-width: 30px;
    max-height: 30px;
}

ul.dropdown-menu li a.dropdown-item {
    font-size: 14px;
    color: #333;
    font-family: Roboto;
}

.header-top.overflow-hidden .menu1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 200px;
    background-color: #f44025;
}

.marquee {
    animation: moveText 10s linear infinite;
}

.icon-list-icon svg {
    fill: #61CE70;
    transition: fill 0.3s;
    height: 14px;
    width: 14px;
}

.list-features li {
    font-size: 13px;
}

.register-button-icon svg {
    height: 1em;
    width: 1em;
    fill: #fff;
}

.daotao-list .card {
    border-radius: 10px;
}

.daotao-list .card-img-top {
    height: 200px;
}

.daotao-list .card-img-top img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.fade-zoom-in {
    opacity: 0;
    transform: scale(0.3);
    /* bắt đầu nhỏ hơn bình thường */
    transition: all 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-zoom-in.show {
    opacity: 1;
    transform: scale(1);
    /* trở về kích thước thật */
}

.register-course {
    background-color: #fff;
    padding: 40px 0;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1rem;
    color: #333;
    margin-bottom: 30px;
}

.register-course form {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px dashed #ccc;
}

.register-course .form-control,
.register-course .form-select {
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.register-course .btn-register {
    background-color: #dc3545;
    border: none;
    color: white;
    padding: 12px;
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

.register-course .btn-register:hover {
    background-color: #c82333;
}

.features-box {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #eee;
}

.feature-item {
    display: flex;
    margin-bottom: 20px;
}

.feature-number {
    background-color: #dc3545;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-content h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.feature-content p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}

.discount-section {
    text-align: center;
    margin: 10px 0;
}

.discount-section h4 {
    font-weight: bold;
    margin-bottom: 15px;
}

.timer-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.timer-box {
    background-color: #dc3545;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
}

.discount-badge {
    background-color: #dc3545;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
}

.timer-container .timer-box::after {
    content: ":";
    position: absolute;
    right: -7px;
    color: #c82333;
}

.timer-container .timer-box:last-child::after {
    content: "";
    margin-left: 0;
}
.teachers-section {
    background-color: #f8f9fa;
}
.teacher-card {
    background-color: white;
    transition: transform 0.3s;
    border-radius: 8px;
    position: relative;
}
.teacher-card:hover {
    transform: translateY(-5px);
}
.teacher-details ul{
    padding-left: 20px;
    list-style: disc;
}
.teachers-section .section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.teacher-image-container {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.teacher-image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.teacher-name {
    font-weight: 600;
    color: #233B5E;
    margin-bottom: 15px;
    text-align: center;
}
.teacher-details li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}
.section-title {
    position: relative;
    padding-bottom: 15px;
}
.section-title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #3498db;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@keyframes moveText {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@media (max-width: 1200px) {
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .right_thongbao,
    .left_thongbao {
        display: none
    }

    .menu1 {
        display: none
    }
}

@media(max-width: 1100px) {
    .center-header-text {
        width: 40%;
    }

    .tablet-hidden {
        display: none !important;
    }

    .slideshow a img {
        max-height: 350px;
    }

    .w-tablet-100 {
        width: 100% !important;
    }
}

@media (max-width: 900px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .header-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 0
    }

    .menu1 ul:not(.dropdown-menu) {
        top: 0;
        transform: translateY(0);
        justify-content: center
    }

    .header-bottom .logo,
    .header-bottom .hotline_right,
    .menu {
        display: none !important;
    }

    .menu1::before {
        display: none
    }

    .header-bottom {
        flex-direction: column;
        text-align: center;
        padding: 20px 0
    }

    .logo-brand img {
        width: 80px
    }

    .hotline {
        margin-top: 10px
    }

    .kinhnghiem_laixe {
        flex-direction: column
    }

    .kinhnghiem_left,
    .kinhnghiem_right {
        width: 100%;
        padding: 0
    }

    .box_hinhanh_ykien {
        margin-left: 55px;
        margin-top: 25px;
        text-align: center;
    }

    .img_ykien img {
        width: 80px;
        height: 80px;
    }

    .dangky_left,
    .dangky_right {
        width: 100%;
        padding: 20px
    }

    .dangky_right {
        margin-top: 20px;
        padding-left: 20px
    }

    .banner>div:first-child,.banner>div:nth-child(2),
    .banner>div:last-child {
        font-size: 24px
    }

    .menu1 {
        display: none !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .thongbao {
        padding: 30px 0
    }

    .thongbao_vi {
        font-size: 25px;
        margin-bottom: 20px
    }

    .text_thongbao {
        padding: 10px 20px
    }

    .thongbao_mota {
        font-size: 15px
    }

    .thongbao-center {
        margin: 10px 0
    }

    .daotao_hangxe {
        padding: 30px 0
    }

    .text_banner {
        width: 100%;
        left: -60px;
    }

    .box_taisaochon_bg {
        background-color: transparent;
    }

    .banner>div:first-child,.banner>div:nth-child(2),.banner>div:last-child {
        font-size: 20px
    }

    .img_call8 {
        width: 17%;
        padding-right: 3px
    }

    .btn_hotline_banner {
        padding: 5px 10px
    }

    .dichvu_chungtoi,
    .hinhanh_hoso,
    .kinhnghiem_laixe {
        padding: 30px 0
    }

    .dichvu_vi {
        margin-top: 10px;
        margin-bottom: 5px
    }

    .box_kinhnghiem {
        padding-left: 0
    }

    .kinhnghiem_left {
        width: 100%
    }

    .kinhnghiem_right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .kinhnghiem_vi {
        font-size: 15px
    }

    .nen {
        background: unset;
        padding: 10px 0
    }

    .box_taisaochon1 {
        padding-right: 15px
    }

    .ykien_text {
        padding: 10px
    }

    .hinhanh_chungtoi,
    .ykien_khachhang {
        padding: 30px 0
    }

    .dangky_left {
        width: 100%;
        padding: 30px 0;
        padding-right: 15px
    }

    .dangky_right {
        width: 100%;
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .box_dangky {
        flex-wrap: wrap
    }

    .box_left_khoahoc {
        max-width: unset
    }

    .gio {
        font-size: 25px
    }

    .khoahoc_vi {
        font-size: 15px
    }

    .btn_dangky,
    .box_call1,
    .box_call2 {
        font-size: 15px;
        padding: 12px 20px;
    }

    .img_call4 {
        width: 30px;
    }

    .daotao_vi {
        font-size: 16px;
    }

    .title_h2 {
        font-size: 25px;
    }

    .grid-hinhanh {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px 10px;
    }

    .d-grid.grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .slideshow a img {
        max-height: 150px;
    }

    .taisaochon {
        padding-top: 30px;
        padding-bottom: 80px
    }

    .box_taisaochon .box_dichvu img {
        width: 60px
    }

    .taisao_vi {
        font-size: 16px
    }

    .taisao_mota {
        font-size: 14px
    }

    .btn_hotline_banner p {
        font-size: 18px
    }

    .banner>div:first-child,
    .banner>div:last-child {
        font-size: 20px
    }

    .btn_hotline_banner p {
        font-size: 15px;
    }

    .ykien_vi {
        font-size: 16px;
    }

    .ykien_gioithieu {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .ykien_mota {
        font-size: 14px;
    }

    .d-grid.grid-4 {
        grid-template-columns: 1fr;
    }

    .box_hinhanh_ykien {
        margin-left: -30px;
        margin-top: 25px;
        text-align: center;
    }

    .img_ykien img {
        width: 60px;
        height: 60px;
    }

    .social-icon {
        width: 50px;
        height: 50px;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
}