/*
Theme Name: Theme Edu 2
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: font_dam;
    src: url(font/SF-Pro-Display-Bold.otf);
}

h1, h1 strong, h2, h2 strong, h3, h3 strong, h4, h4 strong, h5, h5 strong, h6, h6 strong, strong {
    font-family: font_dam !important;
}
@font-face {
    font-family: font_nhat;
    src: url(font/SF-Pro-Display-Regular.otf);
}
body{
    color: rgba(30, 30, 30, 1);
	font-size: 16px;
}
body, div, ul, li, p, span, a {
    font-family: font_nhat !important;
}

body .btn_1.white.button.is-outline{
    padding: 5px 30px;
    border-radius: 50px;
    background-color: rgb(255 255 255 / 80%) !important;
    color: #6b0000 !important;
}
body .btn_1.white.button.is-outline:hover{
    background-color: #6b0000 !important;
    color: #fff !important;
    border-color: #6b0000 !important;
}
td, th, td span, th span {
    font-size: 16px !important;
    color: #000 !important;
}
.search-container {
    max-width: 100%;
    margin: 0;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: -80px;
}

.tab_custom_all {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab_custom_css {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    color: rgba(30, 30, 30, 1);
}

.tab_custom_css.active {
    font-weight: bold;
    color: #007bff;
    border-bottom-color: #007bff;
}

.tab_custom_css-content {
    padding: 20px 0;
}

.tab_custom_css-pane {
    display: none;
}

.tab_custom_css-pane.active {
    display: flex;
}
.header-main {
        background: #fff;
    }
.tab_timkiem_home_input, .tab_timkiem_home_select {
    padding: 7px 10px !important;
    margin-right: 10px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    width: 29.2% !important;
    height: 38px !important;
    margin-bottom: 0;
}
.tab_timkiem_home_select {
    padding: 15px 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-right: 30px; /* Add extra padding to the right for the arrow */
    appearance: none; /* Remove default arrow */
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,5" fill="%23555"/></svg>') no-repeat right 10px center;
    /* The URL above is an inline SVG for the arrow, customize it as needed */
    background-size: 10px;
    outline: none; /* Remove default outline */
    display: inline-block; /* Make it inline-block */
}
.tab_timkiem_home_btn {
    padding: 7px 16px;
    border: none;
    background-color: #6b0000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 100px;
    margin: 0 !important;
    text-transform: none;
    height: 38px;
    line-height: 22px;
}

.tab_timkiem_home_btn:hover {
    background-color: #0056b3;
}
.row2_block_home2{
    margin-top: 0 !important;
}
.link_post_custom1{
	padding: 0 15px;
    margin-top: -15px;
    margin-bottom: 20px;
}
.accordion.accordion_product ul{
	padding-left: 15px;
}
.nav>li {
    margin: 0 15px;
}
.nav>li>a {
    font-size: 16px;
    color: #000;
}
.row_home3_block .home_block3_col1 .col-inner{
    background: #6b0000;
    padding: 15px 40px;
    padding-bottom: 60px;
    min-height: 402px;
}
.row_home3_block h3{
    font-size: 32px;
    color: #fff;
}
.row_home3_block p{
    font-size: 16px;
    color: #fff;
}
.row_home3_block .icon-box-img{
    margin-bottom: 0;
}
.row_home3_block .home_block3_col2 .col-inner{
    background: rgba(1, 134, 191, 1);
}
.row_home3_block .home_block3_col3 .col-inner{
    background: rgba(52, 185, 204, 1);
}
#content .row_home3_block .btn_1_block2{
    padding: 5px 30px 5px 30px;
    margin: 0 auto;
    display: table;
    margin-bottom: -85px;
    margin-top: 60px;
    background-color: #fff !important;
    color: #6b0000 !important;
}
#content .row_home3_block .btn_1_block2:hover{
    background-color: #6b0000 !important;
    color: #fff !important;
    border-color: #6b0000 !important;
}
.tieude_h2 h2{
    font-size: 32px;
    color: rgba(30, 30, 30, 1);
	text-transform: uppercase;
}
.home_chuyengia_edu{
    margin-top: 30px;
}
.home_chuyengia_edu h2{
    font-size: 16px;
    font-weight: bold;
    color: rgba(30, 30, 30, 1);
}
.home_chuyengia_edu h2 a{
    font-family: font_dam !important;
}
.home_chuyengia_edu p{
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
}
.chuc-vu:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url("./images/Mask_group.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -2px;
}
.nam-kinh-nghiem:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url("./images/Mask_group2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -2px;
}
.box-text{
    padding-bottom: 0 !important;
}
.remove_padingbt .col{
    padding-bottom: 0;
}
.icon_top_text h3{
    font-size: 22px;
}
.icon_top_text{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
}
.banner_danhmuc_img{
    border-radius: 20px;
}
.home_block4{
    padding-bottom: 0 !important;
}
.home_block5{
    padding-top: 0 !important;
}
.blog_duhoc_he .is-divider{
    display: none;
}
.home_block6{
    padding-bottom: 0 !important;
}
.home_block6 .btn_1.white.button.is-outline{
    margin: 0 auto;
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home_block7{
    padding-bottom: 0 !important;
}
.slider_home_8 {
    margin-top: 30px;
}
.slider_col_text1 h3{
    color: rgba(30, 30, 30, 1);
    font-size: 22px;
}
.slider_col_text2 p{
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    margin-bottom: 10px;
}
.slider_col_text3 p{
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    margin-bottom: 10px;
}
.slider_col_text3 p:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url("./images/icon31.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
}
.slider_col_text4 p{
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    margin-bottom: 10px;
}
.slider_col_text4 p:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url("./images/icon32.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
}
.slider_col_text5 p{
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    margin-bottom: 10px;
}
.slider_col_text5 p:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url("./images/icon33.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
}
.slider_col_text6 p{
    color: rgb(0 74 173);
    font-size: 16px;
    margin-bottom: 10px;
}
.slider_home_8 .col-inner{
    border: 2px solid var(--Blue-2, rgba(1, 134, 191, 1));
    border-radius: 24px;
    padding: 20px 40px;
}
.slider_col_text5{
    display: inline-block;
    float: left;
}
.slider_col_text6{
    text-align: right;
}
.slider_col_text1 h3:after{
    content: "";
    width: 110px;
    height: 3px;
    background: #6b0000;
    display: block;
    margin-top: 5px;
}
.slider_home_8 .slider-nav-reveal {
    overflow: inherit;
    padding-top: 0;
}
.slider_home_8 .flickity-page-dots{
    bottom: -15px;
}
.flickity-page-dots .dot.is-selected,
.flickity-page-dots .dot:hover{
    background-color: #004aad !important;
    opacity: 1 !important;
    border-color: #004aad !important;
}
.slider_home_9 {
    margin-top: 30px;
}
.slider_home_9 .col-inner{
    border: rgba(210, 236, 240, 1);
    border-radius: 24px;
    padding: 20px 40px;
    background: rgba(210, 236, 240, 1);
    box-shadow: 0px 2px 6.8px 0px rgba(0, 0, 0, 0.25);
}
.slider_home_9 .slider_col_text1 h3
 {
    color: rgba(30, 30, 30, 1);
    font-size: 20px;
    height: 72px;
    overflow: hidden;
}
.slider_home_9 .slider_col_text2 p{
    font-size: 16px;
    margin-bottom: 10px;
    background: #6b0000;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 40px;
    color: #fff;
}
.slider_home_9 .slider_col_text2:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #6b0000;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.slider_home_9 .slider_col_text3 p{
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    margin-bottom: 10px;
}
.slider_home_9 .slider_col_text4 p{
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    margin-bottom: 10px;
}
.slider_home_9 .slider_col_text5 p{
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    margin-bottom: 10px;
}
.slider_home_9 .slider-nav-reveal {
    overflow: inherit;
    padding-top: 0;
}
.slider_home_9 .flickity-page-dots{
    bottom: -15px;
}
.home_block10 .form-group{
    width: 50%;
    display: inline-block;
    float: left;
}
.home_block10 .form-group-full{
    width: 100%;
    float: none;
}
.home_block10 .form-group-fullbtn{
    width: 100%;
    float: none;
}
.form-group input, .form-group select {
    border: 55px;
    padding: 10px 20px;
    height: 50px;
    box-shadow: none;
    border-radius: 50px;
    border: 1px solid rgba(144, 144, 144, 1);
}
.form-group-full input{
    height: auto;
    padding: inherit;
}
.form-group-left{
    padding-right: 7.5px;
}
.form-group-right{
    padding-left: 7.5px;
}
.form-group-full label{
    width: auto;
    float: left;
    margin-right: 18%;
}
.form-group-full span label{
    width: auto;
    float: none;
    margin-right: 0;
}
.form-group-fullbtn input {
    padding: 5px 70px;
    border-radius: 50px;
    background-color: rgb(255 255 255 / 80%) !important;
    color: #6b0000 !important;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
.form-group-fullbtn input:hover{
    background-color: #6b0000 !important;
    color: #fff !important;
    border-color: #6b0000 !important;
}
.home_block10_col1{
    flex-basis: 65%;
    max-width: 65%;
}
.home_block10_col2{
    flex-basis: 35%;
    max-width: 35%;
}
.home_block10 , .home_block10 .col{
    padding-bottom: 0 !important;
}
.chiase_duhs_home11 h3{
    font-size: 18px !important;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 0;
}
.chiase_duhs_home11 p{
    margin-bottom: 0;
    color: rgba(1, 134, 191, 1);
    line-height: 22px;
}
.chiase_duhs_home11_text2 p{
    margin-bottom: 0;
    margin-top: 15px;
}
.chiase_duhs_home11_text2{
	min-height: 256px;
}
.slider_home_11 .col-inner{
    padding: 30px;
    border-radius: 25px;
}
.slider_home_11{
    margin-top: 30px;
}
.slider_home_11 .slider-nav-reveal {
    overflow: inherit;
    padding-top: 0;
}
.slider_home_11 .flickity-page-dots{
    bottom: -15px;
}
.btn_dichvuvisa{
    width: 50%;
    margin: 5px;
}
.btn_dichvuvisa {
    width: 49%;
    margin: 0.5%;
    float: left;
    display: inline-block;
    padding: 5px;
}
.video_full {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video_full iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body .accordion-title {
    border-top: none;
    display: block;
    font-size: 110%;
    padding: .6em 2.3em;
    position: relative;
    transition: border .2s ease-out, background-color .3s;
    background: rgba(244, 244, 244, 1);
    margin-bottom: 10px;
    padding-left: 15px;
}
body .accordion .toggle {
    left: initial !important;
    right: 0 !important;
}
body .accordion span{
    font-weight: bold;
    font-family: font_dam !important;
    font-size: 18px;
    color: rgba(30, 30, 30, 1);
}
body .accordion .accordion-inner {
    padding: 15px;
}
.tab_cauhoithuonggap{
    margin-top: 30px;
}
.btn_center {
    margin: 0 auto;
    display: table;
    border-radius: 50px !important;
    padding: 5px 30px;
}
.home_camnangduhoc{
    margin-top: 30px;
}
.home_camnangduhoc .is-divider{
    display: none;
}
.home_camnangduhoc .box-text.text-left{
    padding: 10px 15px !important;
    background: rgba(244, 244, 244, 1);
}
.footer_full p, .footer_full a{
    color: #fff;
}
.footer_full a:hover{
    color: #34b9cc;
}
.footer_full .ux-menu-link--active .ux-menu-link__link, .footer_full  .ux-menu-link:hover .ux-menu-link__link {
    color: #34b9cc;
}
.title_footer p{
    margin-bottom: 15px;
    font-size: 18px;
}
.absolute-footer.dark {
    color: hsla(0, 0%, 100%, .5);
    display: none !important;
}
.footer_full {
    padding-bottom: 0 !important;
}
.gioithieu_block1_text1{
    box-shadow: 0px 2px 8.5px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
    border-radius: 25px;
    margin-top: -10%;
    background: #fff;
}
.gioithieu_row2{
    margin-top: 30px;
}
.gioithieu_row2 .col-inner{
    background: rgba(244, 244, 244, 1);
    border-radius: 40px;
    padding: 30px 15px;
    padding-bottom: 5px;
}
.xoa_the_p p{
    margin-bottom: 0;
}
.home_block13_faq{
    padding: 0 !important;
}
.home_block13_faq .tab_cauhoithuonggap {
    margin-top: 0;
}
.h2_sidebar{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
	height: auto !important;
}
.widget.widget_block .form-group{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.widget-area{
    background: rgba(244, 244, 244, 1);
    padding: 30px;
}
.widget-area .wpcf7 span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0px;
    margin: 0 !important;
}
body .page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
.widget-area .form-group-full input{
    margin-bottom: 0;
}
.large-12-blog{
    margin-bottom: 20px !important;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border: 2px solid;
    border-radius: 10px;
    border-color: #004aad;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
    background-color: #004aad;
    border-color: #004aad;
    color: #fff;
}
.link_post_custom {
    padding: 0 15px;
}
.link_post_custom:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #6b0000;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
}
.link_post_custom p{
    margin-bottom: 0;
}
.post-item .is-divider, .entry-divider.is-divider.small{
    display: none;
}
.entry-content.single-page{
    padding-top: 0 !important;
}
.entry-header-text {
    padding: 0.5em 0;
}
.image_custom1 img{
    width: auto;
    max-width: none;
    height: auto;
    text-align: left;
    margin: 0;
    position: relative;
}
.row-truonghoc1 .image-cover{
    padding-top: 0 !important;
}
.text_noidung1 span{
    font-size: 16px;
    margin-bottom: 10px;
    background: rgba(244, 244, 244, 1);
    display: inline-block;
    padding: 6px 30px;
    border-radius: 25px;
    color: rgba(1, 134, 191, 1);
    margin-top: 10px;
    opacity: 1;
}
.text_noidung1:after{
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(244, 244, 244, 1);
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.row-truonghoc1 .col-inner{
    box-shadow: 0px 2px 6.8px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 40px;
    border-radius: 25px;
    overflow: hidden;
}
.row-truonghoc1 .col-inner a.button{
    width: 100%;
}
form{
    margin-bottom: 0;
}
.comments-area{
    margin-bottom: 20px;
}
.post {
    margin: 0;
}
.blog-wrapper .home_block12{
    background-color: rgba(244, 244, 244, 1);
    margin-top: 10px;
}
#post-list .post-item .box-image .image-cover{
    padding-top: 0 !important;
}
#post-list .post-item .box-image .image-cover img{
    position: relative;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: #254085;
}
.text_footer3 p{
    margin-bottom: 5px;
    margin-top: 50px;
}
.footer_full .ux-menu-link__link {
    min-height: auto;
    padding-bottom: 0;
}
.icon_footer3 .button.icon{
    margin-right: 15px;
}
.visa_row2 .img.has-hover{
    margin-bottom: 0;
}
.visa_row2 p{
    margin-bottom: 0;
    color: #1E1E1E;
    font-size: 22px;
    padding: 10px;
    background: #F4F4F4;
}
.visa_row2 .col-inner{
    box-shadow: 0px 2px 7px 0px #00000040;
    border-radius: 36px;
    overflow: hidden;
}
.row_top_30{
    margin-top: 30px;
}
.visa_row3{
    padding-bottom: 30px !important;
}
.bv_lienquan{
    text-align: center;
    margin-bottom: 20px;
    color: #004aad;
}
.author-header_dm {
    display: inline-flex;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
}
.author-header_dm:after {
    width: calc(100% - 220px);
    content: "";
    height: 2px;
    background-color: #D2ECF0;
    display: block;
    margin-top: 20px;
}
.author-header_dm span{
    background: #D2ECF0;
    padding: 5px 30px;
    font-size: 18px;
    border-radius: 50px;
    font-family: font_dam !important;
}
.author-title_dm{
    font-size: 18px;
    font-family: font_dam !important;
    color: #004AAD;
}
.author-bio_dm{
    margin-bottom: 5px;
    font-size: 16px;
    color: #004AAD;
}
.author-details_dm{
    padding-left: 30px;
}
.author-field_dm{
    margin-bottom: 0;
    font-size: 16px;
}
.home_block3_col1 p{
    margin-bottom: 0;
}
.timkiem_truonghoc{
    display: block;
    width: 100%;
}
.timkiem_khoahoc{
    display: block;
    width: 100%;
}
.timkiem_hocbong{
    display: block;
    width: 100%;
}
.timkiem_truonghoc .tab_timkiem_home_input, .timkiem_truonghoc .tab_timkiem_home_select {
    width: 44.4% !important;
}
.timkiem_hocbong .tab_timkiem_home_input, .timkiem_hocbong .tab_timkiem_home_select {
    width: 44.4% !important;
}
.timkiem_hocbong_bl .tab_timkiem_home_input, .timkiem_hocbong_bl .tab_timkiem_home_select {
    width: 42.4% !important;
}
.author_single{
    margin-bottom: 20px;
}
.author-details_img{
    width: 150px;
    float: left;
    margin-right: 15px;
    border-radius: 100%;
}
.icon_tacgia_share a{
    margin-bottom: 0;
    font-size: 10px;
    margin-bottom: 5px;
}
.author-info_dm{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.icon-zalo{
    width: 25px;
    height: 25px;
    background: url("images/zalo_icon2.png");
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 100%;
}
.timkiem_truonghoc_dm .tab_timkiem_home_input, .timkiem_truonghoc_dm .tab_timkiem_home_select {
    width: 41.4% !important;
}
.timkiem_khoahoc_bl .tab_timkiem_home_input, .timkiem_khoahoc_bl .tab_timkiem_home_select {
    width: 28% !important;
}
.accordion_ctdm {
    background-color: rgba(244, 244, 244, 1);
    color: #444;
    cursor: pointer;
    padding: 5px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion_ctdm h2 {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    width: calc(100% - 25px);
    height: auto !important;
}
.active_ctdm, .accordion_ctdm:hover {
    background-color: #0149ac;
    color: #fff;
}
.active_ctdm h2, .accordion_ctdm:hover h2{
    color: #fff;
}
.accordion_ctdm:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active_ctdm:after {
    content: "\2212";
    color: #fff;
}

.panel_ctdm {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
}
.flickity-page-dots{
    margin-bottom: 0 !important;
}
.sk_icon1{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("images/zalo_icon2.png");
    background-repeat: no-repeat;
    background-size: 25px;
    margin-right: 7px;
}
.sk_icon2{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("images/zoom.png");
    background-repeat: no-repeat;
    background-size: 25px;
}
.home_sukien_edu .col-inner {
    border: 2px solid var(--Blue-2, rgba(1, 134, 191, 1));
    border-radius: 24px;
    padding: 20px 40px;
}
.is-divider.divider.clearfix{
    display: none;
}
.slider_home_9 .slider_col_text5 {
    display: inline-block;
    float: none;
}
.home_sukien_edu .slider_col_text5 {
    display: inline-block;
    float: none;
    width: 100%;
    height: 28px;
    overflow: hidden;
}
.home_sukien_edu .slider_col_text1 h3:after {
    content: "";
    width: 110px;
    height: 3px;
    background: #6b0000;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.home_sukien_edu .slider_col_text1 h3 a{
    height: 57.19px;
    overflow: hidden;
}
.box-image .image-cover img {
    position: relative;
    max-width: 100%;
    height: auto;
    aspect-ratio: 800 / 449;
    object-fit: cover;
    object-position: center;
}
.blog-archive h2{
    height: 44px;
    overflow: hidden;
}
.home_story .image-cover{
    padding-top: 0 !important;
}
.home_block4 .box-image .image-cover img {
    position: relative;
    max-width: none;
    height: auto;
    aspect-ratio: revert-layer;
    object-fit: cover;
    object-position: center;
	    contain-intrinsic-size: revert-layer !important;
}
.thamgia{
    font-size: 18px;
    display: inline-block;
    top: -8px;
    position: relative;
    right: 20px;
}
.home_block14 .button.is-outline{
	margin-top: 20px;
}
.ux_chuyengia .large-columns-4 .flickity-slider>.col{
	        flex-basis: 50% !important;
        max-width: 50% !important;
}
.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6
 {
    line-height: 1.3;
    margin-bottom: .1em;
    margin-top: .1em;
    font-size: 17px;
    overflow: hidden;
    height: auto;
	 font-size: 18px !important;
}
.home_about-image .box-text h4{
	padding-bottom: 10px;
}
.portfolio-box .box-text-inner{
	    padding-top: 5px;
    padding-bottom: 20px;
}
.content_service .title_service {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
	    margin-bottom: 5px;
    margin-top: 5px;
}
.content_service .des_service {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #fff;
}
.home_cc1{
	    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.home_cc2{
	padding-top: 60px !important;
    padding-bottom: 13px !important;
}
.text1_home_cc2{
	
}
.bg_home_block1 .col-inner{
	background-color: #7a9c59c7 !important;
    border-radius: 15px !important;
}
/* Thiết lập màu chung cho tất cả các thẻ Heading */
h1, h2, h3, h4, h5, h6 {
    color: rgb(37 64 133);
}

/* Thiết lập kích thước cụ thể cho từng thẻ */
h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 23px;
}

h6 {
    font-size: 22px;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 10px !important;
}
#wp-admin-bar-root-default{
	margin-bottom: 0 !important;
}
 .ccoach-intro {
            margin-bottom: 25px;
            font-size: 16px;
            line-height: 1.6;
            color: #444;
        }

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

        .ccoach-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .ccoach-text {
            font-weight: bold;
            font-size: 15px;
            color: #333;
            line-height: 1.5;
            margin-top: 2px;
        }

        /* Icon Styles */
        .icon-check {
            min-width: 24px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: white;
            flex-shrink: 0;
        }

        .icon-check svg {
            width: 14px;
            height: 14px;
            fill: currentColor;
        }

        .bg-red { background-color: #eb5757; }
        .bg-purple { background-color: #bb6bd9; }
        .bg-yellow { background-color: #f2c94c; }
.home_cc3, .pd_top_all{
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}
.content-featured-2 h3{
	font-size: 20px !important;
	margin-bottom: 5px;
}
.img_gv .img-inner.dark{
	overflow: inherit;
}
.img_gv img{
	margin-bottom: -60px;
}
/* Khung Sidebar và Nội dung chính */
.course-sidebar-box, .course-content-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08); /* Đổ bóng nhẹ */
    border: 1px solid #eee;
    margin-bottom: 30px;
}

/* Chỉnh nút Mua hàng thành màu xanh và to */
.course-sidebar-box button.single_add_to_cart_button {
    width: 100% !important;
    background-color: #1b2dc0 !important; /* Màu xanh lá */
    color: white !important;
    border: none !important;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    height: 45px;
}
.ux_chitiet{
	    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-top: 15px;
}
.course-sidebar-box ins .woocommerce-Price-amount.amount{
	    color: red;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    display: block;
	    margin-top: 5px;
    font-size: 30px;
}
.ux_chitiet .col{
	    padding-left: 0px !important;
    padding-right: 0px !important;
}
.course-sidebar-box button.single_add_to_cart_button:hover {
    background-color: #00a569 !important;
    opacity: 0.9;
}

/* Ẩn giá gốc mặc định để tránh bị lệch (vì ta đã custom hiển thị) */
.course-sidebar-box .price del {
    color: #bbb;
    font-size: 0.8em;
}
.product-title-container .is-divider{
	display: none;
}
.button.success.is-outline.is-xsmall {
    padding: 9px 23px;
    background: rgb(255 255 255);
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #2e41c7;
    margin: 0;
    display: inline-block;
    border-radius: 10px !important;
}
.row-dashed .col:before, .row-solid .col:before, .row-dashed .col:after, .row-solid .col:after{
	display: none;
}
.lecturer-img-box{
	    width: 90px;
    border-radius: 100%;
    height: 90px;
    overflow: hidden;
    border: 1px solid #dddddd4a;
    padding: 5px;
}
/* List tính năng khóa học */
ul.course-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.course-features li {
    padding: 8px 0;
    border-bottom: 1px dashed #f1f1f1;
    color: #555;
}

/* ============================================================================================ */
.video-content .box-text {
  position:absolute;
  top:0;
  height:100%
}
.video-content .box-image {
  padding:57px
}
.video-text {
  background:linear-gradient(to right,#254085 34%,#19315B);
  width:150px;
  height:150px;
  border-radius:99%;
  display:flex;
  align-items:center;
  border:5px solid #fff;
  padding:15px;
  position:absolute;
  top:0;
  flex-flow:column;
  justify-content:center
}
.video-text:before {
  content:"";
  position:absolute;
  width:90%;
  height:90%;
  border:2px dashed #fff;
  border-radius:99%
}
.video-text h3 {
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 900;
    margin: 0;
    line-height: 35px;
    margin-top: 0;
}
.video-text h4 {
  color:#fff !important;
  font-size:15px !important;
  font-weight:400
}
.video-button-wrapper a {
  background:#254085!important;
  border:6px solid #fff!important;
  box-shadow:none!important;
  color:#fff;
  width:80px;
  height:80px;
  font-size:30px;
  margin:0;
  -webkit-animation:pulsate-bck 0.5s ease-in-out infinite both;
  animation:pulsate-bck 0.5s ease-in-out infinite both
}
.video-content .box-text .video-button-wrapper {
  position:absolute;
  bottom:50px;
  right:50px
}
body.ux-builder-iframe .video-content .box-text .video-button-wrapper {
  position:relative;
  bottom:0;
  right:0
}
.video-content .box-text .video-button-wrapper a {
  background:#254085;
  border:6px solid #fff;
  box-shadow:none!important;
  color:#fff;
  width:80px;
  height:80px;
  font-size:30px;
  margin:0
}
.video-content .box-image img {
  border-radius:99%;
	height: 100%;
	position:absolute;
}
.home_story .image-cover{
	padding-bottom: 100% !important;
}
.slider_portfolio .image-cover{
	padding-top: 0% !important;
}
.video-content .box-image:before {
  content:"";
  position:absolute;
  background:url(https://ccoach.vn/wp-content/uploads/2025/12/shape_video.svg);
  width:100%;
  height:100%;
  left:0;
  top:0;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:0 7px
}


@font-face {
  font-family:"BeVietnamPro";
  font-display:swap;
  font-weight:400;
  src:url(/wp-content/themes/flatsome-child/assets/fonts/BeVietnamPro-Regular.ttf) format("truetype")
}
@font-face {
  font-family:"BeVietnamPro";
  font-display:swap;
  font-weight:700;
  src:url(/wp-content/themes/flatsome-child/assets/fonts/BeVietnamPro-Bold.ttf) format("truetype")
}
@font-face {
  font-family:"BeVietnamPro";
  font-display:swap;
  font-weight:700;
  font-style:italic;
  src:url(/wp-content/themes/flatsome-child/assets/fonts/BeVietnamPro-BoldItalic.ttf) format("truetype")
}
@font-face {
  font-family:"BeVietnamPro";
  font-display:swap;
  font-weight:400;
  font-style:italic;
  src:url(/wp-content/themes/flatsome-child/assets/fonts/BeVietnamPro-Italic.ttf) format("truetype")
}
@font-face {
  font-family:"BeVietnamPro";
  font-display:swap;
  font-weight:900;
  src:url(/wp-content/themes/flatsome-child/assets/fonts/BeVietnamPro-Bold.ttf) format("truetype")
}
@font-face {
  font-family:"BebasNeue";
  font-display:swap;
  font-weight:700;
  src:url(/wp-content/themes/flatsome-child/assets/fonts/BebasNeue-Bold.otf) format("opentype")
}
body:not(.ux-builder-iframe) .wp-video {
  position:absolute;
  top:0;
  left:0
}
span.wpcf7-spinner {
  position:absolute
}
html.js.with-fancybox {
  overflow:hidden
}
.mfp-bg.mfp-ready {
  opacity:.9
}
::selection {
  background:#004579
}
body {
  font-family:"BeVietnamPro";
  overflow:hidden
}
.nav>li>a {
  font-family:"BeVietnamPro"
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  font-family:"BeVietnamPro"
}
.alt-font {
  font-family:"BeVietnamPro"
}
.wpcf7 .wpcf7-not-valid-tip {
  position:absolute;
  font-size:12px;
  pointer-events:none;
  z-index:1
}
.wpcf7-response-output {
  font-size:12px;
  margin:0!important;
  color:var(--fs-color-alert)
}
div#top-bar {
  background:linear-gradient(to right,#D2D2D2 0%,#fff 50%,#C6C6C6 0%,#fff 50%,#fff,#fff)
}
.social-icons a.icon {
  background:#0A4D82;
  color:#fff;
  font-size:14px!important;
  padding:3px;
  border-radius:99%;
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center
}
.text-uudai {
  font-size:20px;
  font-weight:700;
  color:#254085
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1)
  }
  50% {
    -webkit-transform:scale(.9);
    transform:scale(.9)
  }
  100% {
    -webkit-transform:scale(1);
    transform:scale(1)
  }
}
li.html.header-button-1 a.button {
  background:#254085;
  font-size:20px;
  min-height:auto;
  line-height:normal;
  padding:0 20px;
  -webkit-animation:pulsate-bck 0.5s ease-in-out infinite both;
  animation:pulsate-bck 0.5s ease-in-out infinite both
}

.nav-column>li>a,
.nav-dropdown>li>a {
  font-size:14px;
  color:#000
}
li.html.custom.html_topbar_right {
  width:100%
}
.menu-cta {
  display:flex;
  align-items:center;
  border-left:1px solid #fff;
  padding-left:15px
}
.menu-cta img {
  max-width:40px;
  max-height:50px;
  margin-right:5px
}
.group-cta div {
  font-size:14px;
  line-height:1.4
}
.group-cta a {
  font-size:18px;
  color:#fff;
  font-weight:700;
  line-height:1
}
li.dot.is-selected {
  background-color:#254085 !IMPORTANT;
  border-color:#254085 !IMPORTANT
}
.home_count {
  background:linear-gradient(to right,#19315B 34%,#254085);
  margin-bottom:170px
}
.home_count .stack {
  justify-content:flex-start;
  align-items:end;
  gap:40px
}
.home_count .stack img {
  object-fit:scale-down
}
.home_count .count-about h2 {
  font-weight:400;
  font-size:26px;
  text-align:center;
  margin:0
}
.home_count .count-about h4 {
  font-size:65px;
  margin:0;
  line-height:1;
  text-align:center
}
.home_count .count-about h5 {
  text-align:center;
  font-size:26px;
  font-weight:400;
  margin:0
}
.home_count .count-content {
  margin-bottom:-150px;
  margin-top:-20px
}
.home_count .count-content .col-inner {
  background:#fff
}
.home_count .count-content * {
  color:#232323
}
.home_count .count-content h4,
.home_count .count-content h4 span {
  color:#254085;
  font-size:50px;
  text-align:center;
  margin:0;
  line-height:1.2
}
.home_count .count-content h2 {
  text-align:center;
  font-size:25px;
  color:#254085
}
.home_count .count-content p {
  color:#232323;
  font-size:14px;
  line-height:1.4;
  margin:0;
  text-align:justify;
  text-align-last:center
}
.home_count .count-content .col:nth-child(2) .col-inner * {
  color:#fff
}
.home_count .count-content .col:nth-child(2) .col-inner {
  background:#254085;
  color:#fff;
  padding:40px;
  border-radius:20px
}
.home_count .count-content .col:nth-child(1) .col-inner {
  padding:20px;
  border-radius:20px 0 0 20px;
  box-shadow:0 7px 10px #ccc
}
.home_count .count-content .col:nth-child(3) .col-inner {
  padding:20px;
  border-radius:0 20px 20px 0;
  box-shadow:0 7px 10px #ccc
}
.slider_logo .gallery-col img {
  height:50px;
  object-fit:contain;
  filter:invert(1) grayscale(1) brightness(10)
}
.slider_logo .gallery-col {
  padding-bottom:0
}
.title_all h2 {
  text-align:center;
  color:#254085;
  font-weight:400;
  font-size:26px;
  width:fit-content;
  margin:auto;
  position:relative;
	font-family: font_nhat !important;
}
.title_all h2:before {
  content:"";
  position:absolute;
  width:1px;
  height:20px;
  background:#254085;
  top:50%;
  transform:translateY(-50%);
  left:-10px
}
.title_all h2:after {
  content:"";
  position:absolute;
  width:1px;
  height:20px;
  background:#254085;
  top:50%;
  transform:translateY(-50%);
  right:-10px
}
.title_all h3 {
  text-align:center;
  color:#254085;
  width:fit-content;
  margin:auto;
  position:relative;
  font-weight:700;
  font-size:35px;
  line-height:1.4;
  margin-bottom:20px
}
.home_story .icon-box h3 {
  font-size:18px !important;
  margin:0;
  color:#254085
}
.home_story .icon-box p {
  font-size:15px;
  text-align:justify
}
.home_story .stack .text {
  display:flex;
  align-items:center;
  color:#fff;
  background:linear-gradient(to right,#254085 34%,#19315B);
  border-radius:15px;
  padding:15px
}
.home_story .stack .text h3 {
  font-size:20px !important;
  text-align:center;
  line-height:1.4;
  color:#fff !important;
  margin-bottom:0
}
.home_story .stack .text p {
  font-size:15px;
  text-align:justify;
  border-left:1px solid;
  padding-left:15px
}
.home_story .stack {
  margin-bottom:40px
}
.all-btn {
  margin:auto;
  margin-bottom:15px;
  display:block;
  width:fit-content;
  font-weight:400;
  font-size:14px;
  border-radius:35px;
  line-height:normal;
  min-height:auto;
  padding:5px 5px 5px 15px;
  background:#254085
}
.all-btn i {
  background:#fff;
  width:20px;
  height:20px;
  border-radius:25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#254085;
  font-weight:bold!important;
  margin:0!important;
  margin-left:5px!important
}
p .all-btn {
  margin-bottom:0
}
.portfolio-single-page .all-btn {
  display:inline-block
}
.brochure_button {
  background:#254085
}
.brochure_button i {
  color:#254085
}
.video-content .box-text {
  position:absolute;
  top:0;
  height:100%
}
.video-content .box-image {
  padding:57px
}
.video-text {
  background:linear-gradient(to right,#254085 34%,#19315B);
  width:150px;
  height:150px;
  border-radius:99%;
  display:flex;
  align-items:center;
  border:5px solid #fff;
  padding:15px;
  position:absolute;
  top:0;
  flex-flow:column;
  justify-content:center
}
.video-text:before {
  content:"";
  position:absolute;
  width:90%;
  height:90%;
  border:2px dashed #fff;
  border-radius:99%
}

.video-button-wrapper a {
  background:#254085!important;
  border:6px solid #fff!important;
  box-shadow:none!important;
  color:#fff;
  width:80px;
  height:80px;
  font-size:30px;
  margin:0;
  -webkit-animation:pulsate-bck 0.5s ease-in-out infinite both;
  animation:pulsate-bck 0.5s ease-in-out infinite both
}
.video-content .box-text .video-button-wrapper {
  position:absolute;
  bottom:50px;
  right:50px
}
body.ux-builder-iframe .video-content .box-text .video-button-wrapper {
  position:relative;
  bottom:0;
  right:0
}

.home_about p {
  font-size:14px;
  text-align:justify;
  text-align-last:center;
  margin-bottom:5px
}
.home_about-image .box-image {
  margin-bottom:35px
}
.about_year {
  margin-bottom:30px
}
.home_about .about_year h4 {
    font-size: 60px ! IMPORTANT;
    font-weight: 900;
    color: #fff0 !important;
    -webkit-text-stroke: 2px #254085;
    text-stroke: 1px #254085 !important;
    margin: 0;
    line-height: 1;
    text-align: center;
}
.home_about .about_year p {
  font-weight:700;
  color:#254085;
  font-size:16px
}
.home_about .about_year.active h4 {
  color:#fff0;
  -webkit-text-stroke:2px #254085;
  text-stroke:1px #254085
}
.home_about .about_year.active p {
  color:#254085
}
.home_about .home_about-slider img {
  border-radius:15px
}
.home_about-image .box-text {
  position:absolute;
  background:#254085;
  bottom:30px;
  border-radius:10px;
  left:-20px;
  box-shadow:0 5px 10px rgb(51 51 51 / 36%);
  padding:10px
}
.home_about-image .box-text h4 {
  color:#fff;
  font-weight:400;
  font-size:16px
}
.home_about .home_about-slider ol.flickity-page-dots {
  bottom:-20px
}
.home_about .home_about-slider button.flickity-button {
  display:none
}
.home_about .home_about-slider {
  flex-wrap:wrap
}
.home_about-list li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Solid */
    position: absolute;
    left: 0;
    color: #254085;
}
.col.post-item .post-meta {
  order: -1;
  font-size: 12px;
  color: #F05A2F;
  opacity: 1;
  padding-left: 10px;
}
.col.post-item .post-meta p{
	margin-bottom: 0 !important;
	display: inline;
}
.col.post-item .post-meta::before {
  content: "\f133";
  position: relative;
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Bắt buộc đối với icon solid */
  margin-right: 5px;
}

.home_about-list li {
  list-style:none;
  font-size:14px;
  margin:0
}
.home_why-title {
  width:35%;
  text-align:center;
  margin-bottom:50px
}
.home_why-title h5 {
      font-size: 70px !important;
    color: #254085;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}
.home_why-title h2 {
  background:#254085;
  color:#fff !important;
  font-size:36px !important;
  line-height:1.6;
  padding:5px;
  margin:0
}
.home_why-title h3 {
  color:#254085;
  font-size:100px !important;
  line-height:1;
  margin:0;
  font-family:BebasNeue
}
.home_why-title h4 {
  color:#254085;
  font-size:30px !important;
  line-height:1;
  margin-bottom:15px
}
.home_why .box .box-image {
  flex:0 0 200px;
  padding:15px;
  margin-right:30px
}
.home_why .box .box-image img {
  border-radius:99%;
  border:5px solid#254085;
  box-shadow:0 0 10px #ddd
}
.home_why .box .box-image:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  border-radius:99%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border:2px solid #fff
}
.home_why .box {
  display:flex;
  align-items:center;
  max-width:45%;
  margin:0
}
.home_why .box:nth-child(2) .box-image {
  order:1;
  margin:0;
  margin-left:30px
}
.home_why .box h3 {
  font-size:16px !important;
  color:#254085
}
.home_why .box p {
  font-size:14px;
  line-height:1.4;
  text-align:justify
}
.home_why .box .icon-box-img {
  width:auto!important;
  max-width:80px
}
.home_why .box:nth-child(3) {
  float:right;
  margin-top:-450px;
  right:0;
  max-width:50%
}
.home_why .box:nth-child(3) .box-image {
  flex:0 0 240px
}
.home_why .box:nth-child(4) {
  float:right;
  margin-top:-160px;
  max-width:calc(40% + 180px)
}
.home_why .box:nth-child(4) .box-image {
  flex:0 0 340px
}
.home_why {
  padding-bottom:100px!important
}
.home_contact {
  margin-top:-100px;
  padding:0!important
}
.home_contact .stack {
  background:#254085;
  border-radius:20px;
  box-shadow:7px 7px 0 #FFCFDE;
  padding:40px 20px;
  justify-content:center;
  align-items:center
}
.home_contact .stack h3 {
  color:#fff !important;
  font-size:30px !important;
  font-weight:400;
  margin:0;
  line-height:1.2
}
.home_contact .stack h4 {
  color:#fff  !important;
  font-size:50px  !important;
  font-weight:700;
  margin:0;
  line-height:1.4
}
.home_contact .stack .icon-box {
  align-items:center;
  width:auto;
  padding:0 40px
}
.home_contact .stack .icon-box.home_contact-free .icon-box-text {
  padding:0;
  padding-right:10px;
  order:-1
}
.home_contact .stack .icon-box-img {
  width:auto!important;
  max-width:100px
}
.home_contact .stack .icon-box-text {
  padding-left:5px
}
.home_contact .home_contact-hotline h3 {
  font-size:25px !important;
	color: #fff !important;
}
.home_contact .home_contact-hotline h4 {
  font-size:40px !important;
	color: #fff !important;
}
.home_contact .home_contact-hotline {
  border-right:1px solid #fff
}
.home_qa .icon-box-img {
  width:auto !IMPORTANT;
  max-width:200px
}
.home_qa .icon-box {
  align-items:center;
  width:fit-content;
  margin:auto;
  margin-bottom:30px
}
.home_qa .accordion {
  display:grid;
  grid-template-columns:2fr 2fr;
  gap:20px 70px
}
.home_qa .accordion-item {
  border:1px solid #A6C7ED;
  border-radius:15px;
  height:fit-content
}
.home_qa .accordion-item .accordion-title {
  background:#fff0;
  border:0;
  font-weight:700;
  color:#254085;
  padding-left:60px
}
.home_qa .accordion-item .accordion-title.active {
  border-bottom:1px solid #A6C7ED
}
.home_qa .accordion-inner {
  padding:10px 20px
}
.home_qa .accordion-item .accordion-title button.toggle {
  right:0;
  left:auto
}
.home_qa .accordion-item .accordion-title:before {
  content:"";
  position:absolute;
  background:url(https://ccoach.vn/wp-content/uploads/2025/12/i_qa.png);
  width:30px;
  height:30px;
  background-size:contain;
  background-repeat:no-repeat;
  left:20px
}
.home_register {
  padding:50px 80px 20px!important;
  border-radius:25px;
  overflow:hidden
}
.text-vertical h3 {
  text-align:center;
  writing-mode:vertical-lr;
  position:absolute;
  left:-75px;
  height:100%;
  font-size:25px;
  color:#FFF
}
.ux-builder-iframe .text-vertical h3 {
  position:relative;
  writing-mode:unset;
  left:0
}
.home_register form.wpcf7-form {
  margin:0
}
.home_register .banner-grid-wrapper img {
  border-radius:20px;
  border:1px solid #254085
}
.home_register a.button {
  margin:0;
  margin-left:auto;
  display:block;
  width:fit-content;
  background:#fff0;
  box-shadow:none;
  font-size:18px;
  font-weight:400;
  padding:0;
  min-height:auto;
  line-height:normal;
  margin-top:10px;
  border:none
}
.home_register .title_all h2 {
  color:#fff
}
.home_register .title_all h2:before,
.home_register .title_all h2:after {
  background:#fff
}
.home_register .title_all h3 {
  color:#254085
}
.home_register input.wpcf7-form-control.wpcf7-text {
  border-radius:10px;
  min-height:50px
}
.home_register textarea {
  border-radius:10px;
  resize:none
}
.home_register .wpcf7-submit {
  background:#254085;
  border-radius:25px;
  font-size:18px;
  margin:auto
}
.home_feedback {
  background:linear-gradient(to bottom,#fff,#E9F4FC);
  padding-top:100px!important;
  padding-bottom:150px!important
}
.featured_item-template-default .home_feedback {
  display:none
}
.featured_item-template-default .feedback_khoadaotao {
  display:block
}
.home_feedback .icon-box-img.testimonial-image {
  width:35%!important;
  max-width:35%;
  margin-right:25px
}
.home_feedback .testimonial-text p {
  font-style:normal;
  font-size:16px
}
.home_feedback .testimonial-text h3 {
  color:#254085;
  font-style:normal;
  font-size:30px;
  margin:0;
  line-height:1.2
}
.home_feedback .testimonial-text h4 {
  color:#254085;
  font-style:normal;
  font-size:16px;
  font-weight:400
}
.home_feedback .testimonial-box .icon-box-text {
  display:flex;
  flex-flow:column
}
.home_feedback .star-rating {
  order:1
}
body:not(.ux-builder-iframe) .home_feedback .testimonial-box .icon-box-text .video-button-wrapper {
  position:absolute;
  left:20px;
  bottom:50px
}
.home_feedback .testimonial-box {
  align-items:center
}
.testimonial-meta {
  display:none
}
.home_feedback button.flickity-button.flickity-prev-next-button,
.home_product button.flickity-button.flickity-prev-next-button,
.stack button.flickity-button.flickity-prev-next-button {
  opacity:1!important
}
.home_feedback .flickity-prev-next-button svg,
.home_product .flickity-prev-next-button svg,
.stack .flickity-prev-next-button svg {
  opacity:0
}
.home_feedback .flickity-prev-next-button.previous,
.home_product .flickity-prev-next-button.previous,
.stack .flickity-prev-next-button.previous {
  left:-50px;
  transform:unset;
  margin:0
}
.home_feedback .flickity-prev-next-button.next,
.home_product .flickity-prev-next-button.next,
.stack .flickity-prev-next-button.next {
  right:-50px;
  transform:unset;
  margin:0
}
.home_feedback .flickity-prev-next-button.next:after,
.home_product .flickity-prev-next-button.next:after,
.stack .flickity-prev-next-button.next:after {
  content:"";
  position:absolute;
  background:url(/wp-content/themes/flatsome-child/assets/icons/arrow-right.svg) no-repeat;
  width:50px;
  height:50px;
  top:50%;
  transform:translateY(-50%);
  left:0
}
.home_feedback .flickity-prev-next-button.previous:after,
.home_product .flickity-prev-next-button.previous:after,
.stack .flickity-prev-next-button.previous:after {
  content:"";
  position:absolute;
  background:url(/wp-content/themes/flatsome-child/assets/icons/arrow-right.svg) no-repeat;
  width:50px;
  height:50px;
  top:50%;
  transform:translateY(-50%) scaleX(-1);
  right:0
}
.home_feedback .flickity-prev-next-button:disabled,
.home_feedback button.flickity-prev-next-button[disabled],
.home_product .flickity-prev-next-button:disabled,
.home_product button.flickity-prev-next-button[disabled],
.stack .flickity-prev-next-button:disabled,
.stack button.flickity-prev-next-button[disabled] {
  opacity:0.8!important
}
.home_feedback .icon-box-img.testimonial-image img {
  border:1px solid #254085;
  padding:10px
}
.home_news {
  padding-bottom:100px!important
}
.home_news .box.box-vertical .box-image {
  border-radius:25px
}
.home_news .box.box-vertical .box-text {
  padding:15px 0 15px 100px
}
.home_news .box.box-vertical {
  border-radius:25px;
  background:#254085!important
}
.home_news .box.box-vertical .post-title {
  color:#fff !important;
}
.home_news .box.box-vertical .cat-label {
  position:relative;
  top:0;
  order:-2
}
.col.post-item .box-vertical .box-text .box-text-inner.blog-post-inner {
  flex-flow:wrap
}
.home_news .box.box-vertical .post-meta {
  padding-left:20px;
  display:flex;
  align-items:center
}
.absolute-footer {
  background:linear-gradient(to right,#254085 34%,#19315B);
  color:#fff!important;
  font-size:16px;
  padding:10px
}
.all_footer h2 {
  font-size:18px;
  color:#254085;
  margin-bottom:5px
}
.all_footer p {
  font-size:14px;
  margin-bottom:5px
}
.all_footer p strong,
.all_footer p i {
  color:#254085
}
.all_footer .social-icons.follow-icons span {
  color:#254085;
  font-size:20px
}
.all_footer .social-icons.follow-icons a {
  margin-bottom:0
}
.all_footer .social-icons.follow-icons {
  align-items:center;
  display:flex;
  justify-content:center;
  margin-top:10px;
  margin-bottom:10px;
  flex-flow:wrap
}
.all_footer .widget {
  padding:0
}
.all_footer span.widget-title {
  display:block;
  font-size:18px;
  color:#254085;
  margin-bottom:5px
}
.is-divider.small {
  display:none
}
.all_footer .menu li {
  border:none;
  font-size:15px
}
.all_footer .menu li a:before {
  content:"\e605";
  position:relative;
  font-family:'fl-icons';
  left:-3px;
  color:#254085
}
.all_footer .menu li a {
  padding:0
}
header.archive-page-header {
  display:none
}
.col.post-item .col-inner {
  box-shadow:0 0 11px rgb(60 116 198 / 20%);
  border-radius:25px;
  height:100%;
  overflow:hidden
}
.col.post-item .box-text {
  padding:30px
}
.post-item_blog1.col.post-item .box-text {
  padding:30px !important;
}
.row_bg1269{
	background: url('https://ccoach.vn/wp-content/uploads/2025/12/Asset-15-80.jpg');
}
.col.post-item .cat-label {
  display:none;
  background:#254085!important;
  width:fit-content;
  opacity:1;
  color:#fff;
  font-size:18px;
  text-transform:none;
  padding:5px 15px;
  border-radius:25px;
  position:absolute;
  top:-20px
}
.col.post-item .box-text .box-text-inner.blog-post-inner {
  display:flex;
  flex-flow:column
}
.col.post-item .post-meta {
  order:-1;
  font-size:14px;
  color:#F05A2F;
  opacity:1;
  padding-left:10px
}

.box-blog-post .is-divider {
  display:none
}
.col.post-item .post-title {
  font-size:16px;
  color:#254085
}
.col.post-item .from_the_blog_excerpt {
  font-size:13px
}
.about_member .col.post-item .from_the_blog_excerpt {
  font-size:13px
}
.col.post-item a.button {
  border:none;
  text-align:left;
  padding:0;
  margin:0;
  min-height:auto;
  line-height:normal;
  font-size:14px;
  text-transform:none;
  color:#254085;
  background:#fff0;
  margin-top:5px
}
.product-small.col .col-inner img {
  max-width:50%;
  margin:auto!important;
  display:block
}
.product-small.col .product-title a {
  font-size:16px;
  color:#254085;
  font-weight:700;
  text-transform:uppercase
}
.product-small.col span.woocommerce-Price-amount.amount {
  color:#254085;
  font-size:22px
}
span.pre-price {
  color:#254085;
  font-size:18px
}
.add-to-cart-button a {
  font-weight:400;
  font-size:16px!important;
  border-radius:35px;
  line-height:normal!important;
  min-height:auto;
  padding:5px 15px 5px 15px;
  background:linear-gradient(to right,#254085 34%,#19315B);
  color:#fff!important;
  text-transform:none;
  border:none!important;
  margin-top:15px!important
}
.product-small.col .box-text.box-text-products {
  padding:15px
}
.home_product .product-small.col .col-inner {
  border:2px solid #254085;
  border-radius:25px;
  padding:30px
}
.home_product .product-small.col .col-inner img {
  max-width:50%;
  margin:auto;
  display:block
}
nav.rank-math-breadcrumb * {
  color:#254085
}
nav.rank-math-breadcrumb span.last {
  font-weight:700
}
.custom_breadcrumb p {
  margin:0
}
.single-product .custom_breadcrumb {
  margin-top:30px
}
.single-product .custom_breadcrumb .large-12.col {
  padding-bottom:0
}
.about_story .img {
  border-radius:25px;
  overflow:hidden
}
.about_story .row {
  border:2px solid #254085;
  border-radius:50px;
  padding:0 50px 50px
}
.about_story .title_all {
  background:#fff;
  width:fit-content;
  margin:auto;
  margin-top:-50px;
  padding:0 100px
}
.about_story {
  padding-top:150px!important;
  padding-bottom:50px!important
}
.about_story .row .icon-box .icon-box-img {
  width:auto!important;
  max-width:100px
}
.about_story .row .icon-box {
  align-items:center;
  margin-bottom:30px
}
.about_story .row .icon-box .icon-box-text h3 {
  color:#254085;
  font-size:26px;
  margin:0;
  line-height:1.4
}
.about_story .row .icon-box .icon-box-text p {
  font-size:14px;
  text-align:justify
}
blockquote {
  font-family:BeVietnamPro;
  font-size:14px;
  text-align:justify;
  text-align-last:center;
  font-style:normal;
  margin-bottom:30px;
  border:1px solid #c91c4d ! IMPORTANT;
  border-radius:10px;
  padding:15px 50px!important
}
blockquote strong {
  color:#c91c4d
}
blockquote p {
  margin:0
}
.about-quote blockquote {
  font-family:BeVietnamPro;
  font-size:14px;
  text-align:justify;
  text-align-last:center;
  font-style:normal;
  border:none;
  margin-bottom:30px;
  padding:0
}
blockquote:after {
  content:"";
  position:absolute;
  background:url(/wp-content/themes/flatsome-child/assets/icons/i_quote.png) no-repeat;
  width:30px;
  height:25px;
  background-size:contain;
  bottom:20px;
  right:10px
}
blockquote:before {
  content:"";
  position:absolute;
  background:url(/wp-content/themes/flatsome-child/assets/icons/i_quote.png) no-repeat;
  width:30px;
  height:25px;
  background-size:contain;
  top:20px;
  left:10px;
  transform:rotate(180deg)
}
.about_years-content h2 {
  color:#254085;
  font-weight:400;
  font-size:26px
}
.about_years-content h3 {
  color:#254085;
  font-size:40px;
  line-height:1.4
}
.about_years-content p {
  font-size:16px;
  text-align:justify
}
.group_hotline {
  background:#254085;
  align-items:center;
  border-radius:65px;
  padding:5px 30px 5px 5px;
  width:fit-content
}
.group_hotline h3 {
  font-size:22px;
  font-weight:400;
  color:#fff;
  margin:0;
  line-height:1.2
}
.group_hotline h4 {
  font-size:30px;
  line-height:1;
  color:#fff
}
.group_hotline .icon-box-img {
  width:auto!important;
  max-width:80px
}
.group_hotline .icon-box-text {
  padding-left:0!important
}
.about_years-list h3 {
  color:#254085;
  font-size:30px;
  margin:0
}
.about_years-list p {
  font-size:16px;
  text-align:justify
}
.about_years .img img {
  border-radius:35px
}
.about_years {
  background:linear-gradient(to right,#fff,#E9F4FC);
  padding-top:100px!important
}
.about_member .stack .box {
  max-width:33.33%;
  padding:0 15px 30px
}
.about_member {
  padding-top:100px!important
}
.about_member .stack .box .box-image {
  padding:50px
}
.about_member .stack .box .box-image img {
  border-radius:30px
}
.about_member .stack .box .box-text h4 {
  color:#254085;
  font-size:22px;
  font-weight:900;
  margin-bottom:10px
}
.about_member .stack .box .box-text h5 {
  color:#254085;
  font-size:20px;
  font-weight:700;
  margin-bottom:10px
}
.home_bndg{
	margin-top: -230px !important;
}
.about_member .stack .box .box-text p {
  font-size:16px
}
.about_member .stack .box .box-text .social-icons.follow-icons a {
  background:#254085
}
.about_member .stack .box .box-image:before {
  content:"\f007";
  position:absolute;
  font-family:"font awesome 5 pro";
  font-size:30px;
  color:#fff;
  z-index:9;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  width:60px;
  height:60px;
  background:#254085;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:100;
  box-shadow:5px 5px 10px #ccc
}
.table-reponsive-kk th {
  background:#254085;
  border-radius:5px;
  color:#fff;
  text-transform:none;
  text-align:center;
  font-size:18px;
  padding:10px
}
.table-reponsive-kk table {
  border-collapse:separate;
  border-spacing:10px
}
.table-reponsive-kk tbody tr td {
  padding:10px;
  border:none;
  text-align:center;
  border-radius:5px
}
.table-reponsive-kk tbody tr:nth-child(2n) {
  background:rgb(170 170 170 / 10%)
}
.table-reponsive-kk tbody tr:nth-child(2n-1) {
  background:rgb(202 30 75 / 10%)
}
.table-reponsive-kk thead tr th:nth-child(2),
.table-reponsive-kk thead tr th:nth-child(3),
.table-reponsive-kk thead tr th:nth-child(4) {
  background:#254085;
  min-width:130px
}
.table-reponsive-kk thead tr th:nth-child(4) {
  min-width:330px
}
.table-reponsive-kk tbody tr td:nth-child(1) {
  color:#254085;
  font-weight:700;
  font-size:18px
}
@media screen and (max-width:600px) {
  .table-reponsive-kk table,
  .table-reponsive-kk thead,
  .table-reponsive-kk tbody,
  .table-reponsive-kk th,
  .table-reponsive-kk td,
  .table-reponsive-kk tr {
    display:block
  }
  .table-reponsive-kk thead tr {
    position:absolute;
    top:-9999px;
    left:-9999px
  }
  .table-reponsive-kk tbody tr {
    border-radius:10px;
    margin-bottom:10px
  }
  .table-reponsive-kk td {
    border:none;
    border-bottom:1px solid #eee;
    position:relative;
    padding-left:50%
  }
  .table-reponsive-kk td:before {
    padding-right:10px;
    white-space:nowrap;
    text-align:left;
    font-weight:700;
    content:attr(data-label) ':';
    font-size:18px;
    color:#254085
  }
  .table-reponsive-kk tbody tr td {
    font-size:18px;
    color:#000
  }
}
div#shop-sidebar span.widget-title {
  color:#fff;
  display:block;
  padding:15px;
  border-radius:10px;
  font-size:16px;
  background:linear-gradient(to right,#254085 34%,#19315B);
  margin-bottom:5px
}
div#shop-sidebar ul.product-categories li a {
  font-size:18px;
  padding:0
}
div#shop-sidebar ul.product-categories li {
  border:none;
  padding:0 15px
}
div#shop-sidebar ul.product-categories li.active a {
  color:#254085
}
div#shop-sidebar span.product-title {
  color:#254085;
  font-size:16px;
  font-weight:700
}
div#shop-sidebar span.woocommerce-Price-amount.amount {
  color:#254085;
  font-size:18px
}
ul.product_list_widget li {
  border:none!important;
  margin-bottom:15px
}
ul.product_list_widget li img {
  height:100%;
  margin:0;
  top:0;
  object-fit:contain;
  object-position:center;
  border:1px solid #254085;
  padding:3px
}
ul.product_list_widget {
  margin-top:15px
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
  display:none
}
.breadcrumbs a br {
  display:none
}
.widget ul#menu-danh-muc {
  padding:0 10px
}
.widget ul#menu-danh-muc>li>a {
  font-weight:700;
  color:#254085
}
.widget ul#menu-danh-muc>li ul,
.widget ul#menu-danh-muc>li ul {
  display:block
}
.widget ul#menu-danh-muc button.toggle {
  display:none
}
.post-sidebar .widget_categories span.widget-title {
  color:#fff;
  display:block;
  padding:15px;
  border-radius:15px 15px 0 0;
  background:linear-gradient(to right,#254085 34%,#19315B);
  font-size:18px
}
.post-sidebar .widget_categories ul {
  background:#E7F3FC;
  padding:15px;
  border-radius:0 0 15px 15px
}
.post-sidebar .widget_categories ul li {
  border:none;
  list-style:none;
  list-style-position:inside
}
.post-sidebar .widget_categories ul li a {
  padding:0;
  font-size:14px
}
.post-sidebar .widget_categories ul li::marker {
  color:#254085
}
.portfolio-box img {
  height:100%;
  width:100%;
  object-fit:contain
}
.portfolio-element-wrapper .col {
  min-height:100%;
  display:flex;
  align-items:stretch;
  padding:15px
}
.portfolio-box {
  box-shadow:0 0 11px rgb(60 116 198 / 20%);
  border-radius:20px;
  height:100%;
  overflow:hidden
}
.portfolio-box .portfolio-box-title {
  font-size:18px;
  text-transform:none;
  color:#254085;
  opacity:1;
  margin-bottom:10px
}
.portfolio-box .excerpt_course {
  font-size:16px
}
.course_list .nav li {
  margin:0 15px;
  margin-bottom:10px
}
.portfolio-element-wrapper li a, .course_list .nav li a
 {
    border: 1px solid;
    padding: 0px 20px;
    border-radius: 25px;
    background: #fff;
    color: #254085;
    font-size: 14px;
}
.portfolio-element-wrapper li a:before,
.course_list .nav li a:before {
  opacity:0!important
}
.portfolio-element-wrapper li {
  margin:0
}
.portfolio-element-wrapper li.active a,
.portfolio-element-wrapper li:hover a,
.course_list .nav li:hover a,
.course_list .nav li.active a {
  background:#254085;
  color:#fff
}
.portfolio-element-wrapper ul.nav {
  margin-bottom:20px
}
.product-info h1.product-title {
  font-size:30px;
  color:#254085
}
.product-info span.woocommerce-Price-amount.amount,
.product-info span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
  color:#254085;
  font-size:30px
}
.product-info span.pre-price {
  font-size:26px
}
button.single_add_to_cart_button {
  border-radius:35px;
  line-height:normal;
  padding:5px 15px;
  background:linear-gradient(to right,#254085 34%,#19315B);
  text-transform:none;
  font-size:22px!important;
  margin:0;
  display:block;
  text-transform:uppercase
}
input.ux-quantity__button.button.is-form {
  background:#254085!important;
  border-radius:99%!important;
  width:35px;
  height:35px;
  color:#fff!important;
  min-height:auto;
  line-height:1;
  font-size:20px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-shadow:none;
  font-weight:700
}
.quantity input[type=number] {
  font-weight:700;
  color:#254085;
  border:none;
  box-shadow:none
}
ul.tabs.wc-tabs.product-tabs {
  border-top:2px solid #254085;
  border-bottom:2px solid #254085;
  padding:15px 0
}
ul.tabs.wc-tabs.product-tabs a {
  font-size:20px;
  font-weight:400;
  color:#254085;
  text-transform:none
}
ul.tabs.wc-tabs.product-tabs a:before {
  opacity:0!important
}
ul.tabs.wc-tabs.product-tabs .active a {
  color:#254085;
  font-weight:700
}
ul.tabs.wc-tabs.product-tabs li {
  margin:0 30px
}
.widget form.searchform input {
  border:1px solid #254085;
  border-radius:25px;
  min-height:50px;
  padding-right:50px
}
.widget form.searchform .submit-button {
  position:absolute;
  right:5px;
  top:50%;
  border-radius:99%!important;
  transform:translateY(-50%);
  width:40px;
  height:40px
}
.post-sidebar .flatsome_recent_posts span.widget-title {
  display:block;
  text-transform:none;
  font-size:22px;
  color:#254085;
  margin-bottom:15px;
  position:relative
}
.post-sidebar .flatsome_recent_posts span.widget-title:after {
  content:"";
  position:absolute;
  background:#c91c4d;
  width:50%;
  height:1px;
  bottom:-10px;
  left:0
}
.post-sidebar .flatsome_recent_posts .badge.post-date {
  width:70px;
  height:70px;
  border-radius:10px;
  overflow:hidden
}
.post-sidebar .flatsome_recent_posts .recent-blog-posts {
  align-items:center!important
}
.post-sidebar .flatsome_recent_posts li {
  border:none
}
.post-sidebar .flatsome_recent_posts a {
  color:#254085;
  font-size:16px
}
.post-sidebar .flatsome_recent_posts span.post_comments {
  display:none
}
.cta_all {
  background:#254085;
  border-radius:20px;
  padding:20px;
  justify-content:center;
  align-items:center
}
.cta_all .icon-box {
  align-items:center
}
.cta_all .icon-box.cta_contact-hotline {
  background:#fff;
  border-radius:50px;
  padding:0 15px
}
.cta_all .icon-box.cta_contact-hotline .icon-box-img {
  max-width:50px
}
.cta_all .icon-box.cta_contact-hotline .icon-box-text {
  padding-left:5px
}
.cta_all .icon-box.cta_contact-hotline .icon-box-text h3 {
  font-size:14px;
  margin:0;
  font-weight:400;
  color:#254085
}
.cta_all .icon-box.cta_contact-hotline .icon-box-text h4 {
  color:#254085;
  line-height:1;
  font-size:20px
}
.cta_all .icon-box.cta_contact-free h3 {
  color:#fff;
  margin:0;
  font-weight:400;
  font-size:20px
}
.cta_all .icon-box.cta_contact-free h4 {
  color:#fff;
  font-size:30px;
  line-height:1.2
}
.cta_all .icon-box.cta_contact-free {
  margin-bottom:10px!important
}
.cta_all .icon-box.cta_contact-free .icon-box-text {
  padding:0;
  padding-right:5px;
  order:-1
}
.qty-text {
  display:inline-flex;
  height:40px;
  align-items:center;
  color:#254085;
  font-weight:700;
  font-size:16px;
  margin-right:10px;
  top:-3px;
  position:relative
}
.product-info span.pre-price {
  display:none
}
.portfolio-sidebar span.widget-title {
  color:#fff;
  display:block;
  padding:15px;
  border-radius:15px 15px 0 0;
  background:linear-gradient(to right,#254085 34%,#19315B);
  font-size:18px
}
.portfolio-sidebar ul {
  background:#E7F3FC;
  padding:15px;
  border-radius:0 0 15px 15px
}
.portfolio-sidebar ul li.menu-item {
  background:#fff;
  margin-bottom:10px;
  border:1px solid #ddd;
  border-radius:10px;
  padding:2px 30px;
  position:relative
}
.portfolio-sidebar ul li.menu-item:before {
  content:"\e605";
  position:absolute;
  font-family:'fl-icons';
  left:10px;
  color:#254085;
  opacity:1;
  margin:0;
  top:50%;
  transform:translateY(-50%)
}
.portfolio-sidebar ul li.menu-item:after {
  content:"\f0a9";
  position:absolute;
  font-family:"font awesome 5 pro";
  color:#254085;
  opacity:1;
  margin:0;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  font-weight:700;
  font-size:20px
}
.portfolio-breadcrumbs {
  margin-top:30px;
  padding-bottom:0
}
.portfolio-breadcrumbs .breadcrumbs *,
.portfolio-breadcrumbs .breadcrumbs {
  color:#254085!important
}
.portfolio-breadcrumbs .breadcrumbs span.divider {
  font-size:0;
  opacity:1
}
.portfolio-breadcrumbs .breadcrumbs span.divider:before {
  content:"\00A0 \00BB \00A0";
  font-size:16px;
  color:#254085
}
ul.list-category-portfolio li {
  border:none;
  list-style:disc;
  list-style-position:inside
}
ul.list-category-portfolio li::marker {
  color:#254085
}
.gallery-daotao h2 {
  font-weight:400;
  font-size:18px;
  color:#254085;
  margin-bottom:15px!important
}
.gallery-daotao h2 strong {
  font-weight:900;
  font-size:20px;
  color:#254085;
  margin-bottom:15px!important
}
.gallery-daotao .box-text {
  display:none
}
.gallery-daotao img {
  border-radius:5px
}
.gallery-daotao .gallery-col.col {
  padding:3px
}
.gallery-daotao .row.lightbox-multi-gallery {
  margin-left:-3px!important;
  margin-right:-3px!important
}
div#portfolio-content h3,
h1.entry-title,
.entry-content h3 {
  color:#254085
}
div#portfolio-content h4,
.entry-content h4 {
  color:#254085
}
.spu-box .home_register .title_all h2 {
  font-size:18px
}
.spu-box .home_register .title_all h3 {
  font-size:22px
}
.spu-box .home_register input.wpcf7-form-control.wpcf7-text {
  border-radius:10px;
  min-height:40px
}
.spu-box .home_register {
  padding:30px 30px 0 !IMPORTANT
}
.video_khoadaotao {
  position:relative
}
.video_khoadaotao .video-button-wrapper {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.resources_new-content .col {
  padding-bottom:0;
  margin-top:15px
}
.resources_new .container.section-title-container {
  margin:0
}
.resources_new .section-title {
  background:#254085;
  color:#fff;
  border-radius:15px 15px 0 0;
  padding:5px;
  justify-content:center;
  margin:0;
  font-size:20px;
  border:none
}
.resources_new-content .col:nth-child(2) .section-title {
  background:#254085
}
.resources_new-content .col:nth-child(3) .section-title {
  background:#353535
}
.resources_new .section-title span.section-title-main {
  margin:0;
  padding:0;
  border:none
}
.resources_new .box {
  background:#EDECED;
  padding-top:15px
}
.resources_new .box-text {
  padding:15px
}
.resources_new .box h4 {
  font-size:14px;
  color:#254085
}
.resources_new .box .all-btn {
  font-size:14px;
  padding:3px 3px 3px 10px;
  margin-bottom:0
}
.resources_new .box .all-btn i {
  width:20px;
  height:20px
}
.resources_new-content .col-inner {
  background:#EDECED;
  border-radius:15px;
  overflow:hidden
}
.submit-btn .wpcf7-submit {
  margin:auto;
  display:block;
  width:fit-content;
  font-weight:400;
  border-radius:35px;
  line-height:1.6;
  min-height:auto;
  background:#254085;
  font-size:14px;
  padding:3px 30px 3px 10px;
  margin-bottom:0;
  text-transform:none
}
.submit-btn i {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:4px;
  background:#fff;
  border-radius:25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#254085;
  font-weight:bold!important;
  margin:0!important;
  width:20px;
  height:20px;
  pointer-events:none
}
.submit-btn {
  position:relative;
  display:inline-block
}
.resources_new form input.wpcf7-text {
  border:1px solid #254085;
  border-radius:5px;
  font-size:12px
}
.resources_new form {
  margin:0
}
.resources_new form span.wpcf7-not-valid-tip {
  font-size:8px;
  background:#000;
  color:#fff;
  margin-top:-17px
}
.resources_new form .wpcf7-response-output {
  font-size:10px;
  margin-top:5px!important;
  border:1px dashed;
  line-height:1.2;
  padding:5px
}
.product_list_small .product-small.col .col-inner img {
  max-width:70%
}
.product_list_small .product-small.col .product-title a {
  font-size:12px
}
.product_list_small span.pre-price {
  font-size:14px
}
.product_list_small .product-small.col span.woocommerce-Price-amount.amount {
  font-size:16px
}
.product_list_small .add-to-cart-button a {
  font-size:12px!important
}
.product_list_small.trainer .product-small.col .col-inner {
  border:1px solid #ddd
}
.product_list_small.trainer .product-small.col .col-inner img {
  height:160px;
  width:auto
}
.product_list_small.trainer .add-to-cart-button a {
  width:100%;
  background:#254085;
  border-radius:3px;
  box-shadow:0 2px 5px 0 #9E9E9E
}
.card-header {
  border:0!important
}
button#gwt-debug-submit {
  color:#fff;
  background-color:#337ab7;
  border-color:#2e6da4
}
.form-group .row {
  margin:0!important;
  justify-content:space-between
}
.form-group .col-6 {
  width:50%
}
.form-group .col-1 {
  width:8.33333333%
}
.form-group .col-8 {
  width:66.66666667%
}
button.btn.btn-default {
  color:#333;
  background-color:#fff;
  border-color:#ccc
}
.border-radius img {
  border-radius:15px
}
.woocommerce-order img {
  max-height:400px;
  margin:auto;
  display:block
}
.qr-bank-order h3 {
  color:#173761
}
@media (max-width:1280px) {
  .home_feedback .flickity-prev-next-button.next,
  .home_product .flickity-prev-next-button.next,
  .stack .flickity-prev-next-button.next {
    right:0
  }
  .home_feedback .flickity-prev-next-button.previous,
  .home_product .flickity-prev-next-button.previous,
  .stack .flickity-prev-next-button.previous {
    left:0;
    transform:unset;
    margin:0
  }
}
@media (max-width:1024px) {
  .video-content .box-image {
    padding:50px
  }
  .menu-cta img {
    max-width:20px
  }
  .group-cta div {
    font-size:12px
  }
  .group-cta a {
    font-size:12px
  }
 
  #logo {
    margin-right:10px
  }
  .text-uudai {
    font-size:16px
  }
  li.html.header-button-1 a.button {
    font-size:16px
  }
  .home_count .count-about h2,
  .home_count .count-about h5 {
    font-size:20px
  }
  .home_count .count-content {
    padding:15px
  }
  .title_all h3 {
    font-size:30px
  }
  .home_story .icon-box h3 {
    font-size:16px
  }
  .home_feedback .flickity-prev-next-button.next:after,
  .home_product .flickity-prev-next-button.next:after,
  .stack .flickity-prev-next-button.next:after {
    width:30px;
    height:30px
  }
  .home_feedback .flickity-prev-next-button.previous:after,
  .home_product .flickity-prev-next-button.previous:after,
  .stack .flickity-prev-next-button.previous:after {
    width:30px;
    height:30px
  }
  .portfolio-box .portfolio-box-title {
    font-size:14px
  }
  .portfolio-box .excerpt_course {
    font-size:14px
  }
  .home_about .about_year h4 {
    font-size:50px
  }
  .home_about .about_year p {
    font-size:12px
  }
  .home_why-title h5 {
    font-size:100px
  }
  .home_why-title h2 {
    font-size:26px
  }
  .home_why-title h3 {
    font-size:120px
  }
  .home_why-title h4 {
    font-size:20px
  }
  .home_why .box h3 {
    font-size:16px
  }
  .home_why .box .box-image {
    flex:0 0 130px
  }
  .home_why .box:nth-child(3) .box-image {
    flex:0 0 180px
  }
  .home_why .box:nth-child(4) .box-image {
    flex:0 0 250px
  }
  .home_contact .stack h4 {
    font-size:30px !important;
	  color: #fff !important;
  }
  .home_contact .stack h3 {
    font-size:20px
  }
  .home_contact .home_contact-hotline h4 {
    font-size:25px
  }
  .home_contact .home_contact-hotline h3 {
    font-size:16px
  }
  .home_contact .stack .icon-box-img {
    width:auto!important;
    max-width:60px
  }
  .home_news .box.box-vertical .box-text {
    padding:15px 15px 15px 50px
  }
  .col.post-item .cat-label {
    font-size:14px
  }
  .col.post-item .post-title {
    font-size:16px
  }
  .col.post-item .from_the_blog_excerpt {
    font-size:14px
  }
  .col.post-item a.button {
    font-size:16px
  }
  .about_story {
    padding-top:150px!important;
    padding-bottom:50px!important;
    padding-left:15px;
    padding-right:15px
  }
  .about_story .row {
    padding:0 30px 30px
  }
}
@media (max-width:849px) {
  .video-content .box-image:before {
    background-position:0 4px
  }
  .video-content .box-image {
    padding:35px
  }
  .off-canvas.dark .mobile-sidebar-slide a {
    color:#fff!important
  }
  .home_count .count-content h2 {
    font-size:16px
  }
  .home_count .count-content h4,
  .home_count .count-content h4 span {
    font-size:40px
  }
  .title_all h3 {
    font-size:23px
  }
  .home_about .about_year h4 {
    font-size:40px
  }
  .home_about-image .box-text h4 {
    font-size:14px
  }
  .home_why {
    padding-bottom:100px!important;
    padding-top:70px!important
  }
  .home_why-title {
    width:100%
  }
  .home_why .box {
    max-width:100%;
    margin-bottom:15px
  }
  .home_why-title h2 {
    padding:5px 25px;
    font-size:24px;
    width:fit-content;
    margin:auto
  }
  .home_why-title h3 {
    font-size:100px
  }
  .home_why .box:nth-child(2) .box-image {
    order:0;
    margin:0;
    margin-right:30px
  }
  .home_why .box:nth-child(3) {
    float:left;
    margin:0;
    max-width:100%
  }
  .home_why .box:nth-child(4) {
    float:left;
    margin:0;
    max-width:100%
  }
  .home_why .box .box-image {
    flex:0 0 30%!important
  }
  .home_contact .stack .icon-box {
    padding:0 20px
  }
  .home_qa .icon-box-img {
    width:auto !IMPORTANT;
    max-width:100px
  }
  .home_qa .accordion-item .accordion-title {
    font-size:16px
  }
  .home_feedback .testimonial-text h3 {
    font-size:20px
  }
  .home_register .large-4 {
    max-width:33.33%
  }
  .home_register .grid-col-2-3 {
    max-width:33.33%
  }
  .home_register .large-8 {
    max-width:66.6666666667%
  }
  .about_story .row .icon-box .icon-box-img {
    width:auto!important;
    max-width:50px
  }
  .about_member .stack .box {
    max-width:50%;
    padding:0 15px 30px
  }
  .portfolio-page-wrapper.portfolio-single-page .portfolio-sidebar {
    order:1
  }
}
@media (max-width:549px) {
  .video-content .box-image {
    padding:45px
  }
  .video-content .box-image:before {
    background-position:0 6px
  }
  .text-uudai {
    font-size:12px
  }
  li.html.header-button-1 a.button {
    font-size:14px
  }
  .home_count .count-about h4 {
    font-size:55px
  }
  .home_count .count-content .col:nth-child(1) .col-inner,
  .home_count .count-content .col:nth-child(3) .col-inner {
    border-radius:20px;
    max-width:80%;
    padding:10px
  }
  .home_count .count-content h4,
  .home_count .count-content h4 span {
    font-size:30px
  }
  .home_count .count-content .col:nth-child(2) .col-inner {
    padding:20px
  }
  .title_all h2 {
    font-size:20px
  }
  .title_all h3 {
    font-size:20px
  }
  .home_story .stack .text h3 {
    font-size:14px
  }
  .home_story .stack .text p {
    font-size:12px
  }
  .portfolio-element-wrapper li a,
  .course_list .nav li a {
    font-size:14px
  }
  .course_list .nav li {
    width:48%;
    margin:5px 1%!important
  }
  .course_list .nav li a {
    width:100%;
    font-size:12px;
    display:flex;
    justify-content:center
  }
  .home_about .home_about-slider .box {
    max-width:100%;
    padding:0 10px
  }
  .home_contact .stack {
    flex-wrap:wrap;
    padding:20px
  }
  .home_contact .stack a {
    margin-bottom:15px!important
  }
  .home_contact .home_contact-hotline {
    border:none;
    border-bottom:1px solid #fff;
    padding-bottom:15px!important
  }
  .home_feedback .flickity-prev-next-button.next,
  .home_product .flickity-prev-next-button.next,
  .stack .flickity-prev-next-button.next {
    right:15px
  }
  .home_feedback .flickity-prev-next-button.previous,
  .home_product .flickity-prev-next-button.previous,
  .stack .flickity-prev-next-button.previous {
    left:15px
  }
  .home_qa .icon-box p {
    font-size:12px
  }
  .home_qa .accordion {
    display:block
  }
  .home_qa .accordion-item {
    margin-bottom:10px
  }
  .home_news .box.box-vertical .box-text {
    padding:15px
  }
  .col.post-item .box-text {
    padding:15px
  }
  .home_news {
    padding-bottom:30px!important
  }
  .home_feedback {
    padding-top:30px!important;
    padding-bottom:70px!important
  }
  .home_feedback .icon-box-img.testimonial-image {
    width:70%!important;
    max-width:100%;
    margin:auto;
    margin-bottom:15px
  }
  .home_feedback .testimonial-text p {
    font-style:normal;
    font-size:14px
  }
  .home_feedback .testimonial-box {
    display:block
  }
  body:not(.ux-builder-iframe) .home_feedback .testimonial-box .icon-box-text .video-button-wrapper {
    position:absolute;
    left:20px;
    top:0
  }
  .text-vertical h3 {
    left:-50px;
    font-size:16px
  }
  .home_register {
    padding:30px 40px 10px!important;
    border-radius:25px;
    overflow:hidden
  }
  td.infusion-field-input-container * {
    font-size:12px
  }
  table.infusion-field-container td.infusion-field-label-container {
    padding-right:0!important;
    max-width:100%!important
  }
  .all-btn {
    font-size:16px;
    display:flex
  }
  .portfolio-single-page .all-btn {
    display:inline-block;
    margin-bottom:10px
  }
  .home_news .box.box-vertical .cat-label {
    order:-2;
    background:#254085!important;
    width:fit-content;
    opacity:1;
    color:#fff;
    font-size:14px;
    text-transform:none;
    padding:5px 15px;
    border-radius:25px;
    position:absolute;
    top:-20px
  }
  .home_why .box .box-image {
    flex:0 0 25%!important;
    margin-right:10px
  }
  .about_story .title_all {
    padding:0
  }
  .about_story .row {
    padding:0 15px 15px
  }
  .about_story {
    padding-top:100px!important;
    padding-bottom:30px!important;
    padding-left:15px;
    padding-right:15px
  }
  .about_story p {
    font-size:14px
  }
  .about-quote blockquote:before {
    width:20px;
    left:-25px
  }
  .about-quote blockquote:after {
    width:20px;
    right:-25px
  }
  .about_member .stack .box {
    max-width:100%
  }
  .about_member {
    padding-top:30px!important
  }
  .product-small.col .product-title a {
    font-size:16px;
    color:#254085;
    font-weight:700;
    text-transform:uppercase
  }
	.home_bndg {
    margin-top: 0px !important;
}
}


/* ------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 850px) {
    .col-divided {
        border-right: 0 !important;
        padding-right: 30px;
    }
    .col-divided+.col {
        padding-left: 0 !important;
    }
    .row-large>.col, .row-large>.flickity-viewport>.flickity-slider>.col {
        margin-bottom: 0;
        padding: 0 15px 15px !important;
    }
    #content.blog-wrapper .large-9{
        flex-basis: 70%;
        max-width: 70%;
    }
    #content.blog-wrapper .large-3{
        flex-basis: 30%;
        max-width: 30%;
    }
}

@media only screen and (max-width: 1200px) {
    .nav>li {
        margin: 0 5px;
    }
    .nav>li>a {
        font-size: 15px !important;
    }
    #logo {
        width: 150px  !important;
        margin-right: 15px !important;
    }
    .home1_slider .large-6{
        flex-basis: 100%;
        max-width: 100%;
    }
    .home1_slider {
        min-height: 470px !important;
    }
    .row_home3_block .home_block3_col1 .col-inner {
        background: #6b0000;
        padding: 15px 15px;
        padding-bottom: 60px;
        min-height: 427px;
    }

}

@media only screen and (max-width: 849px) {
    .row_home3_block .home_block3_col1 .col-inner {
        background: #6b0000;
        padding: 15px 15px;
        padding-bottom: 15px;
        min-height: auto;
    }
    .tab_timkiem_home_btn {
        width: 150px;
        margin: 0 auto !important;
        display: block;
    }
    .home_block10_col1 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .home_block10_col2 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .timkiem_truonghoc .tab_timkiem_home_input, .timkiem_truonghoc .tab_timkiem_home_select {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .tab_timkiem_home_input, .tab_timkiem_home_select{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .timkiem_hocbong .tab_timkiem_home_input, .timkiem_hocbong .tab_timkiem_home_select {
        width: 100% !important;
    }
    .timkiem_khoahoc_bl .tab_timkiem_home_input, .timkiem_khoahoc_bl .tab_timkiem_home_select {
        width: 100% !important;
    }
	h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}
}

@media only screen and (max-width: 549px) {
    .tab_custom_css {
        padding: 0px 5px;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        color: rgba(30, 30, 30, 1);
    }
    .search-container {
        max-width: 100%;
        margin: 0;
        padding: 15px 10px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-top: -80px;
    }
    .tab_custom_css-pane.active {
        display: grid;
    }
    .tab_timkiem_home_input, .tab_timkiem_home_select {
        padding: 7px 10px !important;
        margin-right: 10px;
        border: 1px solid #ccc !important;
        border-radius: 5px !important;
        width: 100% !important;
        height: 38px !important;
        margin-bottom: 0;
        display: block;
    }
    .home_block7 .ux-logo.has-hover{
        max-width: 50% !important;
        width: 100% !important;
    }
    #col-1906994278 > .col-inner {
        padding: 0px 0px 0px 0px;
    }
    .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
        margin-bottom: 0;
        padding: 0 15px 19.6px;
    }
    .home_block10 .form-group {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .form-group-left {
        padding-right: 0;
    }
    .form-group-right {
        padding-left: 0;
    }
    .form-group-full label {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .wpcf7 span.wpcf7-list-item {
        margin-left: 0;
        margin-right: 10px;
    }
    .gioithieu_block1_text1 {
        box-shadow: 0px 2px 8.5px 0px rgba(0, 0, 0, 0.25);
        padding: 30px;
        border-radius: 25px;
        margin-top: -10%;
        background: #fff;
    }
    .row_cauhoi2 .tab_cauhoithuonggap {
        margin-top: 0;
    }
    .row_cauhoi1 {
        padding-bottom: 0 !important;
    }

}