/*
 Theme Name:   Flatsome-child
 Description:  Flatsome Child Theme
 Author:       Nguyen Duy Khiem
 Template:     flatsome
 Version:      1.0.7
*/

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

@font-face {
  font-family: "BeVietnamPro";
  font-display: swap;
  font-weight: normal;
  src: url(./assets/fonts/BeVietnamPro-Regular.ttf)
    format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-display: swap;
  font-weight: bold;
  src: url(./assets/fonts/BeVietnamPro-Bold.ttf)
    format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-display: swap;
  font-weight: bold;
  font-style: italic;
  src: url(./assets/fonts/BeVietnamPro-BoldItalic.ttf)
    format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-display: swap;
  font-weight: normal;
  font-style: italic;
  src: url(./assets/fonts/BeVietnamPro-Italic.ttf)
    format("truetype");
}

@font-face {
  font-family: "BeVietnamPro";
  font-display: swap;
  font-weight: 900;
  src: url(./assets/fonts/BeVietnamPro-Bold.ttf)
    format("truetype");
}

@font-face {
  font-family: "BebasNeue";
  font-display: swap;
  font-weight: bold;
  src: url(./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: 0.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#masthead {
    background: linear-gradient(to right, #084C80 34%, #19315B);
}
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: bold;
    color: #CA1E4B;
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

li.html.header-button-1 a.button {
    background: #CA1E4B;
    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;
}
div#masthead .nav > li > a {
    font-size: 12px;
    color: #fff;
}
div#masthead .nav > li.menu-item {
    margin: 0 15px;
}
div#masthead .nav > li.menu-item:not(:nth-child(-n+2))> a:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 20px;
    left: -15px;
    opacity: 1;
}

div#masthead .nav > li.menu-item.active > a, div#masthead .nav > li.menu-item > a:hover {
    color: var(--fs-color-secondary);
}
div#masthead .nav > li.header-search i.icon-search {
    background: var(--fs-color-secondary);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99%;
}
div#masthead .nav >  li.cart-item {
    width: 30px;
    height: 30px;
    background: #71B2FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99%;
}
div#masthead .nav > li.menu-item-home a {
    font-size: 0;
}
div#masthead .nav > li.menu-item-home {
    margin: 0;
}
div#masthead .nav > li.menu-item-home img {
    filter: grayscale(1) brightness(10);
}
div#masthead .nav > li.menu-item-home.current-menu-item img, div#masthead .nav > li.menu-item-home:hover img {
    filter: none;
}

.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: bold;
    line-height: 1;
}

li.dot.is-selected {
    background-color: var(--fs-color-secondary) !IMPORTANT;
    border-color: var(--fs-color-secondary) !IMPORTANT;
}

/**/
.home_count {
    background: linear-gradient(to right, #19315B 34%, #084C80);
    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: normal;
    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: normal;
    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: var(--fs-color-secondary);
    font-size: 50px;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}
.home_count .count-content h2 {
    text-align: center;
    font-size: 25px;
    color: var(--fs-color-secondary);
}
.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: var(--fs-color-secondary);
    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: 0px 7px 10px #ccc;
}

.home_count .count-content .col:nth-child(3) .col-inner {
    padding: 20px;
    border-radius: 0 20px 20px 0;
    box-shadow: 0px 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: var(--fs-color-secondary);
    font-weight: normal;
    font-size: 26px;
    width: fit-content;
    margin: auto;
    position: relative;
}
.title_all h2:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: var(--fs-color-secondary);
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}
.title_all h2:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: var(--fs-color-secondary);
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.title_all h3 {
    text-align: center;
    color: var(--fs-color-primary);
    width: fit-content;
    margin: auto;
    position: relative;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.home_story .icon-box h3 {
    font-size: 18px;
    margin: 0;
    color: var(--fs-color-secondary);
}
.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, #084C80 34%, #19315B);
    border-radius: 15px;
    padding: 15px;
}
.home_story .stack .text h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    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: normal;
    font-size: 14px;
    border-radius: 35px;
    line-height: normal;
    min-height: auto;
    padding: 5px 5px 5px 15px;
/*     background: linear-gradient(to right, #084C80 34%, #19315B); */
	background: #ca1e4b;
}

.all-btn i {
        background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fs-color-secondary);
    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: #CA1E4B;
}
.brochure_button i {
    color: #CA1E4B;
}

.video-content .box-text {
    position: absolute;
    top: 0;
    height: 100%;
}
.video-content .box-image {
    padding: 57px;
}
.video-text {
    background: linear-gradient(to right, #084C80 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;
    font-size: 25px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}
.video-text h4 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.video-button-wrapper a {
    background: var(--fs-color-secondary) !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: var(--fs-color-secondary);
    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%;
}

/*.video-content .image-cover:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    transform: rotate(45deg);
    transform-origin: right;
    background: linear-gradient(to right, #084C80 34%, #19315B);
}
.video-content .image-cover:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 50%;
    height: 100%;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    transform: rotate(225deg) scale(0.88);
    transform-origin: right;
    background: #a34040;
    border: 15px solid #fff;
    box-shadow: 0 0 20px #ccc;
}*/
.video-content .box-image:before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/flatsome-child/assets/icons/shape_video.svg);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 7px;
}
/**/
.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;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px var(--fs-color-primary);
    text-stroke: 1px var(--fs-color-primary);
    margin: 0;
    line-height: 1;
    text-align: center;
}
.home_about .about_year p {
    font-weight: bold;
    color: var(--fs-color-primary);
    font-size: 16px;
}
.home_about .about_year.active h4 {
    color: transparent;
    -webkit-text-stroke: 2px var(--fs-color-secondary);
    text-stroke: 1px var(--fs-color-primary);
}
.home_about .about_year.active p {
    color: var(--fs-color-secondary);
}
.home_about .home_about-slider img {
    border-radius: 15px;
}
.home_about-image .box-text {
    position: absolute;
    background: var(--fs-color-secondary);
    bottom: 30px;
    border-radius: 10px;
    left: -20px;
    box-shadow: 0px 5px 10px rgb(51 51 51 / 36%);
    padding: 10px;
}
.home_about-image .box-text h4 {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
.home_about .home_about-slider .box-text {
/*    display: none;*/
}
.home_about .home_about-slider ol.flickity-page-dots {
    bottom: -20px;
}
.home_about .home_about-slider .box {
    max-width: 33.33%;
    padding: 0 10px;
}
.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 5 pro";
    position: absolute;
    left: 0;
    color: var(--fs-color-secondary);
}
.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: 150px;
    color: var(--fs-color-secondary);
    line-height: 1;
    margin-bottom: 15px;
}
.home_why-title h2 {
    background: var(--fs-color-secondary);
    color: #fff;
    font-size: 36px;
    line-height: 1.6;
    padding: 5px;
    margin: 0;
}
.home_why-title h3 {
    color: var(--fs-color-primary);
    font-size: 150px;
    line-height: 1;
    margin: 0;
    font-family: BebasNeue;
}
.home_why-title h4 {
    color:var(--fs-color-primary);
    font-size: 30px;
    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 solidvar(--fs-color-primary);
    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: 22px;
    color:var(--fs-color-primary);
}
.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: #CA1E4B;
    border-radius: 20px;
    box-shadow: 7px 7px 0 #FFCFDE;
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
}
.home_contact .stack h3 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
}
.home_contact .stack h4 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    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;
}
.home_contact .home_contact-hotline h4 {
    font-size: 40px;
}
.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: transparent;
    border: 0;
/*    border-bottom: 1px solid #A6C7ED;*/
    font-weight: bold;
    color:var(--fs-color-primary);
        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(/wp-content/themes/flatsome-child/assets/icons/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: #FFFFFF;
}
.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 var(--fs-color-primary);
}
.home_register a.button {
    margin: 0;
    margin-left: auto;
    display: block;
    width: fit-content;
    background: transparent;
    box-shadow: none;
    font-size: 18px;
    font-weight: normal;
    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: var(--fs-color-secondary);
}
.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: var(--fs-color-secondary);
    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: var(--fs-color-primary);
    font-style: normal;
    font-size: 30px;
    margin: 0;
    line-height: 1.2;
}
.home_feedback .testimonial-text h4 {
    color: var(--fs-color-secondary);
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
}
.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 var(--fs-color-secondary);
    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: var(--fs-color-primary) !important;
}
.home_news .box.box-vertical .post-title {
    color: #fff;
}
.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, #084C80 34%, #19315B);
    color: #fff !important;
    font-size: 16px;
    padding: 10px;
}
.all_footer h2 {
    font-size: 18px;
    color: var(--fs-color-primary);
    margin-bottom: 5px;
}
.all_footer p {
    font-size: 14px;
    margin-bottom: 5px;
}
.all_footer p strong, .all_footer p i {
    color: var(--fs-color-secondary);
}
    .all_footer .social-icons.follow-icons span {
    color: var(--fs-color-secondary);
    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: var(--fs-color-primary);
    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: var(--fs-color-secondary);
}
.all_footer .menu li a {
    padding: 0;
}


/**/
/* category */
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;
}
.col.post-item .cat-label {
	display:none;
    background: var(--fs-color-secondary) !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: 12px;
    color: #F05A2F;
    opacity: 1;
    padding-left: 10px;
}
.col.post-item .post-meta:before {
    content: "\f133";
    position: relative;
    font-family: "font awesome 5 pro";
    margin-right: 5px;
}
.box-blog-post .is-divider {
    display: none;
}
.col.post-item .post-title {
    font-size: 16px;
    color: var(--fs-color-primary);
}
.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: var(--fs-color-secondary);
    background: transparent;
    margin-top: 5px;
}

/*product*/
.product-small.col .col-inner img {
    max-width: 50%;
    margin: auto !important;
    display: block;
}
.product-small.col .product-title a {
    font-size: 16px;
    color: var(--fs-color-primary);
    font-weight: bold;
    text-transform: uppercase;
}
.product-small.col span.woocommerce-Price-amount.amount {
    color: var(--fs-color-secondary);
    font-size: 22px;
}
span.pre-price {
    color: var(--fs-color-secondary);
    font-size: 18px;
}
.add-to-cart-button a {
    font-weight: normal;
    font-size: 16px !important;
    border-radius: 35px;
    line-height: normal !important;
    min-height: auto;
    padding: 5px 15px 5px 15px;
    background: linear-gradient(to right, #084C80 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 var(--fs-color-secondary);
    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: var(--fs-color-secondary);
}
nav.rank-math-breadcrumb span.last {
    font-weight: bold;
}
.custom_breadcrumb p {
    margin: 0;
}
.single-product .custom_breadcrumb {
    margin-top: 30px;
}
.single-product .custom_breadcrumb .large-12.col {
    padding-bottom: 0;
}

/*about*/
.about_story .img {
    border-radius: 25px;
    overflow: hidden;
}
.about_story .row {
    border: 2px solid var(--fs-color-primary);
    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: var(--fs-color-secondary);
    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: var(--fs-color-secondary);
    font-weight: normal;
    font-size: 26px;
}
.about_years-content h3 {
    color: var(--fs-color-primary);
    font-size: 40px;
    line-height: 1.4;
}
.about_years-content p {
    font-size: 16px;
    text-align: justify;
}
.group_hotline {
    background: var(--fs-color-secondary);
    align-items: center;
    border-radius: 65px;
    padding: 5px 30px 5px 5px;
    width: fit-content;
}
.group_hotline h3 {
    font-size: 22px;
    font-weight: normal;
    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: var(--fs-color-secondary);
    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: var(--fs-color-primary);
    font-size:  22px;
    font-weight: 900;
    margin-bottom: 10px;
}
.about_member .stack .box .box-text h5 {
    color: var(--fs-color-secondary);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about_member .stack .box .box-text p {
    font-size: 16px;
}
.about_member .stack .box .box-text .social-icons.follow-icons a {
    background: var(--fs-color-secondary);
}
.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: var(--fs-color-secondary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    box-shadow: 5px 5px 10px #ccc;
}

/*khoa hoc*/
.table-reponsive-kk th {
    background: var(--fs-color-primary);
    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: var(--fs-color-secondary);
    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: var(--fs-color-secondary);
    font-weight: bold;
    font-size: 18px;
}
/* CSS cho bảng trên thiết bị di động */
@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;
    }
    
    /* Ẩn tiêu đề của bảng */
    .table-reponsive-kk thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    /* Dòng trong tbody sẽ hiển thị như các ô */
   .table-reponsive-kk tbody tr {
    border-radius: 10px;
    margin-bottom: 10px;
}
    
    .table-reponsive-kk td {
        /* Đặt lại định dạng của ô */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    
    /* Thêm các dòng cho từng cột */
  .table-reponsive-kk td:before {
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-label) ':';
    font-size: 18px;
    color: var(--fs-color-primary);
}
.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, #084C80 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: var(--fs-color-secondary);
}
div#shop-sidebar span.product-title {
    color: var(--fs-color-primary);
    font-size: 16px;
    font-weight: bold;
}
div#shop-sidebar span.woocommerce-Price-amount.amount {
    color: var(--fs-color-secondary);
    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 var(--fs-color-secondary);
	    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: bold;
    color: var(--fs-color-primary);
}
.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, #084C80 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: var(--fs-color-primary);
}

/*khoa hoc*/
.portfolio-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
/*    padding: 25px;*/
}
.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: var(--fs-color-primary);
    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: 5px 10px;
    border-radius: 25px;
    background: #fff;
    color: var(--fs-color-secondary) ;
    font-size: 16px;
}
.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: var(--fs-color-secondary);
    color: #fff;
}
.portfolio-element-wrapper ul.nav {
    margin-bottom: 20px;
}

/**/

.product-info h1.product-title {
    font-size: 30px;
    color: var(--fs-color-primary);
}
.product-info span.woocommerce-Price-amount.amount ,.product-info span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
    color: var(--fs-color-secondary);
    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, #084C80 34%, #19315B);
    text-transform: none;
    font-size: 22px !important;
    margin: 0;
    display: block;
	text-transform: uppercase;
}
input.ux-quantity__button.button.is-form {
    background: var(--fs-color-primary) !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: bold;
}
.quantity input[type=number] {
    font-weight: bold;
    color: var(--fs-color-primary);
    border: none;
    box-shadow: none;
}

ul.tabs.wc-tabs.product-tabs {
    border-top: 2px solid var(--fs-color-primary);
    border-bottom: 2px solid var(--fs-color-primary);
    padding: 15px 0;
}
ul.tabs.wc-tabs.product-tabs a {
    font-size: 20px;
    font-weight: normal;
    color: var(--fs-color-primary);
    text-transform: none;
}
ul.tabs.wc-tabs.product-tabs a:before {
    opacity: 0 !important;
}
ul.tabs.wc-tabs.product-tabs .active a {
    color: var(--fs-color-secondary);
    font-weight: bold;
}
ul.tabs.wc-tabs.product-tabs li {
    margin: 0 30px;
}
/**/

.widget form.searchform input {
    border: 1px solid var(--fs-color-secondary);
    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: var(--fs-color-primary);
    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: var(--fs-color-primary);
    font-size: 16px;
}
.post-sidebar .flatsome_recent_posts span.post_comments {
    display: none;
}

/**/
.cta_all {
    background: #CA1E4B;
    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: normal;
    color: #CA1E4B;
}
.cta_all .icon-box.cta_contact-hotline .icon-box-text h4 {
    color: #CA1E4B;
    line-height: 1;
    font-size: 20px;
}
.cta_all .icon-box.cta_contact-free h3 {
    color: #fff;
    margin: 0;
    font-weight: normal;
    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: var(--fs-color-primary);
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
    top: -3px;
    position: relative;
}
.product-info span.pre-price {
    display: none;
}

/*portfolio-sidebar*/
.portfolio-sidebar span.widget-title {
    color: #fff;
    display: block;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(to right, #084C80 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: var(--fs-color-secondary);
    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: var(--fs-color-secondary);
    opacity: 1;
    margin: 0;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 20px;
}



.portfolio-breadcrumbs {
    margin-top: 30px;
	padding-bottom:0;
}
.portfolio-breadcrumbs .breadcrumbs *, .portfolio-breadcrumbs .breadcrumbs {
    color: var(--fs-color-secondary) !important;
}
.portfolio-breadcrumbs .breadcrumbs span.divider {
    font-size: 0;
    opacity: 1;
}
.portfolio-breadcrumbs .breadcrumbs span.divider:before {
/*     content: " » "; */
	content: "\00A0 \00BB \00A0";
    font-size: 16px;
    color: var(--fs-color-secondary);
}
ul.list-category-portfolio li {
    border: none;
    list-style: disc;
    list-style-position: inside;
}
ul.list-category-portfolio li::marker {
    color: var(--fs-color-primary);
}
/**/
.gallery-daotao h2 {
    font-weight: normal;
    font-size: 18px;
    color: var(--fs-color-primary);
    margin-bottom: 15px !important;
}
.gallery-daotao h2 strong {
    font-weight: 900;
    font-size: 20px;
    color: var(--fs-color-secondary);
    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: var(--fs-color-primary);
}

div#portfolio-content h4,.entry-content h4 {
    color: var(--fs-color-secondary);
}

/**/

.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;
}
/*form  */

/* end form */
.video_khoadaotao {
    position: relative;
}
.video_khoadaotao .video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*  PAGE TAI NGUYEN*/
.resources_new-content .col {
    padding-bottom: 0;
    margin-top: 15px;
}
.resources_new .container.section-title-container {
    margin: 0;
}
.resources_new .section-title {
    background: var(--fs-color-secondary);
    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: var(--fs-color-primary);
}
.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: var(--fs-color-secondary);
}
.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: normal;
    border-radius: 35px;
    line-height: 1.6;
    min-height: auto;
    background: #ca1e4b;
    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: var(
    --fs-color-secondary);
    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 var(--fs-color-secondary);
    border-radius: 5px;
    font-size: 12px;
}
.resources_new form {
    margin: 0;
}
.resources_new form span.wpcf7-not-valid-tip {
    font-size: 8px;
    background: black;
    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: var(--fs-color-secondary);
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px #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;
}

/*thankyou*/
.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;
    }
    div#masthead .nav > li > a {
        font-size: 10px;
    }
    #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;
}
.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: 0px 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: 0px 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: var(--fs-color-secondary) !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: var(--fs-color-primary);
    font-weight: bold;
    text-transform: uppercase;
}

}