@media (min-width: 991px) {
    body, html {
        font-size: 1.2vw;
    }
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1.1vw;
    }
}
@media (min-width: 1600px) {
    body, html {
        font-size: 1vw;
    }
}


input,
optgroup,
select,
textarea {
    -webkit-appearance: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 0.15625rem rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 0.15625rem rgba(0, 0, 0, 0);
    box-shadow: inset 1px 1px 0.15625rem rgba(0, 0, 0, .0);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 0.26rem;
    background-color: #C30508;
}

body::-webkit-scrollbar-thumb {
    background-color: #C30508;
}



body {
    font-family: 'Montserrat';
    color: #333333;
    overflow-x: hidden;
    background: white;
    font-size: 0.78125rem;
}

.content {
    font-size: 0.833rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: 'SVN-Gilroy';
}

.content>*:last-child {
    margin: 0;
}

b,
strong {
    font-family: 'SVN-GilroyBold' !important;
}



h1,
h2,
h3 {
    font-family: 'SVN-GilroyBold' !important;
    line-height: 1.5;
}


.sub_title {
    font-size: 0.833rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.78125rem;
}
.mobile_show{display: none}

.text_white,.text_white * {
    color: white;
}

.text_justify {
    text-align: justify;
}

.text_center {
    text-align: center;
}

.text_up {
    text-transform: uppercase;
}

.fs14 {
    font-size: 0.729rem;
}

.fs15 {
    font-size: 0.78125rem;
}

.fs18 {
    font-size: 0.9375rem;
}

.style_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.max {
    width: 100%;
    height: 100%;
    z-index: 9;
}

.display_flex {
    display: flex;
}

.display_flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.css_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
.page_news {
    padding: 3.729rem 0 4.167rem 0;
}

.page_news .nav_scroll {
    margin: 0.604rem 0 2.865rem !important;
}


.item_news a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    z-index: 3;
}

.item_news:hover .box_img img {
    transform: scale(1.2);
}

.item_news .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .3s all;
    position: absolute;
    top: 0;
    left: 0;
}

.item_news .box_img {
    width: 100%;
    padding-bottom: 60.25%;
    border-radius: 0.521rem;
    overflow: hidden;
    margin-bottom: 1.302rem;
    position: relative;
}

.list_news {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -0.521rem 1.5625rem -0.521rem;
    min-width: 100%;
}

.item_news {
    position: relative;
    width: calc(calc(100% / 3) - 1.042rem);
    box-shadow: 0 0 1.042rem rgb(0 41 74 / 10%);
    border-radius: 0.26rem;
    background-color: #ffffff;
    padding: 0.78125rem 0.78125rem 1.5625rem 0.78125rem;
    box-sizing: border-box;
    margin: 0 0.521rem 1.042rem 0.521rem;
    border-radius: 1.042rem;
}

.item_news .date_post * {
    color: #6f6f6f !important;
}

.item_news .box_content {
    display: flex;
    flex-wrap: wrap;
}

.item_news .box_content .date_post {
    position: relative;
    background: transparent;
    width: 3.125rem;
    padding: 0;
    /*border-right: 1px solid #e1e1e1;*/
    border-radius: unset;
    text-align: left;
    top: unset;
    left: unset;
}

.item_news .box_content .date_post:before {
    position: absolute;
    width: 0.104rem;
    height: 2.917rem;
    background: #e1e1e1;
    right: 0;
    top: 0;
    content: '';
}

.item_news .box_content .info {
    width: calc(100% - 3.177rem);
    box-sizing: border-box;
    padding-left: 0.9375rem;
}

.item_news .box_content .info h3 {
    font-size: 0.78125rem;
    margin: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_news.style_1 {
    width: calc(calc(calc(100% / 3) + calc(100% / 3)) - 1.042rem);
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
}

.item_news.style_1>* {
    width: 50%;
    margin: 0;
}

.item_news.style_1 .box_img {
    height: 100%;
    border-radius: 1.042rem 0 0 1.042rem;
    padding-bottom: 41.25%;
}

.item_news.style_1 .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_news.style_1>*.box_content {
    padding: 0 2.604rem 0 1.042rem;
    box-sizing: border-box;
}

.item_news.style_1>*.box_content h3 {
    margin-bottom: 2.604rem;
}

.item_news.style_1>*.box_content .content {
    font-size: 0.677rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.item_news.style_1>*.box_content .content a{
    display: none;
}

.item_news span img {
    filter: brightness(1) invert(1);
    margin-left: 0.26rem;
    opacity: .8;
}

.item_news span {
    font-size: 0.729rem;
    display: inline-flex;
    margin-top: 1.5625rem;
    align-items: center;
}
.page_news ul.list_tax a {
    margin: 0 1.5625rem 0 0;
}
.page_news ul.list_tax {
    justify-content: flex-start;
    margin: 0 0 2.083rem 0;
}
.item_news .box_content .month_year {
    font-size: 0.573rem;
}
.item_news .box_content .date_post .date {
    font-size: 1.667rem;
    line-height: 1;
    font-family: 'SVN-GilroyHeavy';
}
.item_news span svg {
    transform: scale(.5);
}
div#banner_gr {
    position: relative;
    padding-bottom: 30%;
}

div#banner_gr img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: top center;
}

.gr_head {
    position: absolute;
    bottom: 1.042rem;
    left: calc(calc(100vw - 71.875rem)/2);
    z-index: 9;
}

.grid-container {
    max-width: 73.958rem;
    position: relative;
}

.gr_head ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.gr_head ul * {
    color: white;
    font-style: unset !important;
    font-weight: normal !important;
}

div#banner_gr:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10.417rem;
    background: linear-gradient(0deg, black, transparent);
    content:
            '';
    z-index: 2;
    opacity: .9;
    pointer-events: none;
}

.gr_head ul span.divider {
    margin: 0 0.521rem;
}
.wrap_top {
}

select#filter_tap {
    border: none;
    padding: 0 1.042rem;
    background: transparent;
    color: white;
    font-size: 0.885rem;
    cursor: pointer;
}
.wrap_tap {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1.5625rem;
    padding: 0.885rem 1.042rem 0.885rem 1.5625rem;
    float: right;
    background: #c30508;
    color: white;
    font-size: 0.833rem;
}

.swiper-slide img {
    display: block;
}

.hero-slider {
    width: 100%;
    height: 36.458rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: calc(100vh - 4.583rem);
    transition: all .4s ease;
}
.hero-slider .box_content {
    position: absolute;
    top: 50%;
    left: calc(calc(100vw - 71.875rem)/2);
    transform: translateY(-50%);
    z-index: 3;
    max-width: 35.26rem;
    overflow: hidden;
}

.hero-slider .box_content a.link_video svg {
    width: 10.625rem;
    height: auto;
    transform: scale(0);
    transition: .5s all;
}

.hero-slider .box_content a.link_video {
    margin-bottom: 0.677rem;
}

body {
    overflow-x: hidden;
    font-size: 0.833rem;
    font-family: 'SVN-Gilroy';
    color: var(--3, #333);
    line-height: 1.4;
}

.font_sub {
    font-family: 'UVN Ben Xuan';
    display: block;
    font-size: 2.083rem;
}

.hero-slider .box_content span.font_sub {
    font-size: 2.083rem;
    display: block;
    transform: translateX(-100%);
    transition: .5s all;
}

.hero-slider .box_content h3 {
    font-size: 3.125rem;
    margin-bottom: 0.521rem;
    transform: translateX(-100%);
    transition: .5s all;
}

h1 {}

.hero-slider .box_content .content {
    color: white;
    font-size: 1.042rem;
    transform: translateX(-100%);
    transition: .5s all;
}

.hero-slider .swiper-pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3.125rem;
    z-index: 1;
}

.hero-slider .swiper-pagination span {
    display: flex;
    width: 0.677rem;
    height: 0.677rem;
    background: #fff0;
    opacity: 1;
    margin: 0.833rem 0;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .3s all;
}

.hero-slider .swiper-pagination span:before {
    width: calc(100% + 0.3125rem) !important;
    height: calc(100% + 0.3125rem) !important;
    position: absolute;
    content: '';
    border: 1px solid #fff;
    border-radius: 50%;
}

.hero-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

.hero-slider .swiper-pagination:before {
    width: 1px;
    height: 100%;
}

.hero-slider .swiper-pagination:before {
    width: 1px;
    height: 100vh;
    content: '';
    position: absolute;
    background: rgb(255 255 255 / 30%);
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.hero-slider .swiper-pagination:after {
    content: '';
    position: absolute;
    background: #a91d1e;
    width: 120%;
    height: 130%;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    border-radius: 50%;
    filter: blur(0.15625rem);
}
.home_sec_2 .grid-container {
    display: flex;
    align-items: center;
}
.home_sec_2:before,
.home_sec_3:before,
.home_sec_7:before{
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bf_home_sec_2.jpeg);
    width: 33.90625rem;
    height: 43.385rem;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    top: -18.59375rem;
    left: 0;
    pointer-events: none;
}
.home_sec_7:before{
    background-image: url(../images/bg_home_sec_7.png);
    width: 20.885rem;
    height: 20.885rem;
    top: -7.03125rem;
    left: 5.208rem;
}
.home_sec_3:before{
    background-image: url(../images/bg_home_sec_3.png);
    width: 98.958rem;
    height: 70.052rem;
    top: -11.40625rem;
}


.home_sec_2 .content {
    margin-bottom: 2.083rem;
}

.home_sec_2 {
    padding: 8.854rem 0;
}

.heading_h2 {
    color: var(--1, #C30508);
    font-size: 3.125rem;
    font-weight: 700;
    /* 115.833% */
    margin-bottom: 0.78125rem;
    line-height: 1.2;
}

blockquote {
    padding: 0 0 0 0.9375rem;
    border-left: 0.104rem solid #C30508;
    font-family: 'SVN-GilroyBold';
    font-style: unset;
    font-size: 0.833rem;
}

.view_more {
    display: inline-flex;
    color: var(--2, #FCEE23);
    font-family: SVN-Gilroy;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.042rem;
    padding: 0.15625rem 0.15625rem 0.15625rem 0.833rem;
    background: var(--1, #C30508);
    border-radius: 100px;
    transition: .5s all;
    overflow: hidden;
    position: relative;
    z-index: 0;
    line-height: 2.1875rem;
    /* align-items: center; */
    height: 2.34375rem;
}

.view_more span {
    width: 2.03125rem;
    height: 2.03125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FCEE23;
    border-radius: 50%;
    margin-left: 0.573rem;
    position: relative;
    z-index: 2;
}

.view_more span svg {
    max-width: 80%;
    height: auto;
}

.view_more:hover {
    color: var(--1, #C30508);
}
.view_more:before {
    width: 0;
    height: 100%;
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    background: var(--2, #FCEE23);
    transition: .5s all;
    z-index: -1;
}


.view_more:hover:before {
    width: 100%;
}

.tap_phat_song_section:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.27) 100%);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tap_phat_song_section {
    z-index: 0;
    background-attachment: fixed;
    padding: 9.375rem 0 2.083rem;
}

.tap_phat_song_section .box_content>h3 {
    font-size: 6.25rem;
    margin: 0 0 2.083rem;
    padding-bottom: 0.3125rem;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.tap_phat_song_section .box_content .inner_content h3 {
    font-size: 1.042rem;
    font-family: 'SVN-GilroySemiBold';
}

.view_more.white_button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-color: #fff !important;
}

.view_more.white_button span {
    background: #fff;
}

.view_more.white_button span path {
    stroke: #333;
}

.view_more.white_button:hover {
    color: #333;
}

.view_more.white_button:before {
    background: #fff;
}

.tap_phat_song_section .box_content {
    padding-right: 5.208rem;
}

.wrap_slider {
    position: relative;
}

.arrow_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
    width: 3.698rem;
    height: 3.698rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all;
    left: -5.208rem;
    cursor: pointer;
    z-index: 9;
}

.arrow_slider.next {
    left: unset;
    right: -5.208rem;
}

.arrow_slider svg {
    min-width: 50%;
    height: auto;
    max-width: 50%;
}

.tap_phat_song_section .arrow_slider {
    width: 2.292rem;
    height: 2.292rem;
}

.arrow_slider:hover {
    background: #C30508;
    border-color: #C30508;
}

.slider_tap {
    border-top: 1px solid rgb(255 255 255 / 50%);
    margin-top: 1.5625rem;
    padding-top: 2.604rem;
}

.item_tap {
    position: relative;
}

.item_tap .wrap_img {
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 0.521rem;
    overflow: hidden;
    margin-bottom: 0.521rem;
}

.item_tap .wrap_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_tap .wrap_content * {
    color: #fff;
}

.item_tap .wrap_content .date_post {
    font-size: 0.625rem;
}

.item_tap .wrap_content h3 {
    font-family: 'SVN-GilroySemiBold' !important;
    font-size: 0.833rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: .5s all;
}

.item_tap .wrap_img a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s all;
    background: rgb(0 0 0 / 70%);
}

.item_tap .wrap_img:hover a {
    opacity: 1;
}

.item_tap .wrap_img:hover a {
    opacity: 1;
}

.item_tap .wrap_content {
    position: relative;
}

.item_tap .wrap_content:hover h3 {
    color: #C30508 !important;
}
.tap_phat_song_section .box_content a.view_more.white_button {
    margin-bottom: 1.302rem;
}
.home_sec_3 {
    padding: 6.25rem 0;
}

.home_sec_3 .grid-50.box_content {
    padding-top: 5.208rem;
}

.home_sec_3 .wrap_info {
    justify-content: space-between;
    display: flex;
    margin-top: 4.167rem;
}

.home_sec_3 .wrap_info .item {
    display: flex;
}

.home_sec_3 .wrap_info .item .num {
    font-family: 'SVN-GilroyHeavy';
    color: var(--1, #C30508);
    font-size: 4.0625rem;
    /* 0% */
    line-height: .8;
}

.home_sec_3 .wrap_info .item .content {
    border-left: 2px solid #DEDEDE;
    padding-left: 0.833rem;
    margin-left: 0.833rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.slider_bao_chi .item .box_content {
    width: 45.3125rem;
    box-sizing: border-box;
    background: linear-gradient(252deg, rgba(28, 0, 0, 0.80) 9.71%, rgba(36, 0, 0, 0.80) 89.94%);
    backdrop-filter: blur(0.104rem);
    padding: 6.25rem 6.25rem 6.25rem calc(calc(100vw - 71.875rem)/2);
    transition: 1s all;
    transform: translateX(-100%);
}

.slider_bao_chi  h2.heading_h2 {
    color: white;
    margin-bottom: 2.083rem;
    padding-bottom: 2.083rem;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.slider_bao_chi h3 {
    font-size: 1.5625rem;
    text-transform: uppercase;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 1.5625rem;
}

.slider_bao_chi .content {
    color: white;
    margin-bottom: 1.302rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.slider_bao_chi .logo img {
    max-height: 4.167rem;
    width: auto;
}

.slider_bao_chi .swiper-slide-active .item .box_content {
    transform: translateX(0px);
}

.slider_bao_chi .item {
    overflow: hidden;
    background-size: cover;
}

section.section.home_sec_4 .arrow_slider {
    left: 5.208rem;
}

section.section.home_sec_4 .arrow_slider.next {
    left: unset;
    right: 5.208rem;
}

.home_sec_5 {
    padding: 7.292rem 0;
}

.home_sec_5 .wrap_slider {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 2.34375rem;
}

.home_sec_5 .wrap_slider>* {
    margin-left: 0.78125rem;
    position: unset;
    transform: unset;
}

.arrow_slider.red_button {
    border-color: #C30508;
}

.arrow_slider.red_button:hover path {
    stroke: #fff;
}

.arrow_slider.red_button path {
    transition: .5s all;
}

.slider_nghe_si {
    width: calc(calc(100% + calc(calc(100vw - 71.875rem)/2)));
    padding-right: calc(calc(100vw - 71.875rem)/2);
    margin-top: 1.042rem;
}

.slider_nghe_si .item {
    position: relative;
    padding-bottom: 132%;
    border-radius: 0.521rem;
    overflow: hidden;
}

.slider_nghe_si .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}

.slider_nghe_si .item .box_content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    padding: 1.5625rem;
}

.slider_nghe_si .item .box_content h3 {
    font-size: 0.833rem;
    margin: 0.78125rem 0 0 0;
}

.slider_nghe_si .item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.61) 49.48%, #000 100%);
    width: 100%;
    height: 70%;
    content: '';
    position: absolute;
    z-index: 3;
    bottom: 0;
}

section.section.home_sec_6 {
    background-image: url(../images/bg_sec_5.jpeg);
    padding: 5.729rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.home_sec_6 .grid-50.box_logo {
    display: flex;
    justify-content: center;
}

.home_sec_6 .grid-container {
    display: flex;
    align-items: center;
}

.home_sec_6 h2.heading_h2 {
    color: var(--2, #FCEE23);
}

.home_sec_6 .grid-50.box_logo img {
    max-width: 20.625rem;
    height: auto;
}
.home_sec_7 {
    padding: 6.25rem 0;
}

.wrap_post_home .item {
    position: relative;
    background: #fff;
    transition: .5s all;
}

.home_sec_7 a.view_more {
    float: right;
    margin-top: 2.604rem;
}

.wrap_post_home {
    display: flex;
    margin-top: 1.5625rem;
}

.wrap_post_home>* {
    width: 50%;
}

.wrap_post_home .item {
    display: flex;
}

.wrap_post_home .item .box_img {
    padding-top: 50%;
    position: relative;
    width: 50%;
    flex: 0 0 auto;
}

.wrap_post_home .item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap_post_home .item:hover {
    background: #C30508;
}

.wrap_post_home .item .box_content {
    display: flex;
    flex-wrap: wrap;
    padding: 1.302rem;
    align-content: space-between;
    transition: .5s all;
    filter: brightness(1) invert(0);
}

.wrap_post_home .item .box_content>h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1.5625rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    height: 7.24rem;
}

.wrap_post_home .item .box_content .wrap_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.wrap_post_home .item .box_content .wrap_bottom svg {
    filter: brightness(0) invert(0);
    opacity: .9;
}

.wrap_post_home .item:hover .box_content {
    filter: brightness(0) invert(1);
}

.wrap_post_home .item:nth-child(2) .box_content {
    order: -1;
}

.wrap_post_home .item .box_content>*:not(h3) {
    color: rgb(51 51 51 / 50%);
}

.wrap_post_home .left .item .box_img {
    width: 100%;
    padding-top: 100%;
}

.wrap_post_home .left .item .box_content {
    position: absolute;
    bottom: 0;
    width: 53%;
    height: 50%;
    background: rgb(195 5 8 / 90%);
    filter: brightness(1) invert(0) !important;
}

.wrap_post_home .left .item .box_content>* {
    filter: brightness(0) invert(1);
}

.wrap_post_home .left .item .box_content>* {
    color: #fff !important;
}
header {
    background: var(--1, #C30508);
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}

header .main-nav ul {
    list-style: none;
    margin: 0;
    display: inline-flex;
}

header .main-nav ul a {
    font-size: 1.042rem;
    color: #fff;
    font-family: 'SVN-Gilroy' !important;
    font-weight: normal;
    padding: 1.5625rem 2.348rem;
    display: inline-flex;
}

.header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.header-logo img {
    height: 3.125rem;
    width: auto;
    display: block;
}

.main-nav a {
    padding: 1.5625rem 0;
}

header .grid-100 {
    display: flex;
    align-items: center;
    margin: 0 -2.34375rem;
}

.logo_header a {
    font-size: 0 !important;
    opacity: 0;
    padding: 0 !important;
    width: 13.646rem;
    display: inline-block;
}

div#wrapper {
    padding-top: 4.583rem;
}
footer#footer {
    background: var(--1, #C30508);
    padding-top: 4.167rem;
}

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

footer#footer ul a {
    color: #fff;
}

ul.link_footer a {
    display: flex;
}

ul.link_footer a .icon {
    width: 1.25rem;
    flex: 0 0 auto;
    margin-right: 0.521rem;
}

ul.link_footer li:not(:last-child) {
    margin-bottom: 0.729rem;
}

span.title_footer {
    font-size: 1.042rem;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.78125rem;
    font-family: 'SVN-GilroyBold';
}

ul.list_logo {
    display: inline-flex;
    margin-bottom: 2.604rem !important;
}

ul.list_logo li:not(:last-child) {
    margin-right: 1.042rem;
}

footer#footer form.wpcf7-form p {
    margin: 0;
    display: flex;
    position: relative;
}

footer#footer form.wpcf7-form input {
    width: 100%;
    height: 2.083rem;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    color: #fff;
    font-size: 0.833rem;
}

span.wpcf7-spinner {
    position: absolute;
}

footer#footer form.wpcf7-form input::placeholder {
    color: #fff;
    opacity: .5;
}

footer#footer form.wpcf7-form input.wpcf7-submit {
    position: absolute;
    top: 0;
    width: auto;
    right: 0;
    border: none !important;
    width: 2.604rem;
    font-size: 0;
    background-image: url(../images/Vector.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.354rem;
    background-position: top 0.625rem right;
    opacity: .6;
}

.wpcf7 form .wpcf7-response-output {
    background: #fff;
    text-align: center;
    font-size: 0.78125rem;
    margin-left: 0;
    margin-right: 0;
}

footer#footer .wrap_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(255 255 255 / 30%);
    margin-top: 4.6875rem;
    padding: 0.78125rem 0;
    align-items: center;
    color: white;
}

footer#footer .wrap_bottom .content,footer#footer .wrap_bottom a {
    color: rgba(255, 255, 255, 0.50);
}

footer#footer .wrap_bottom ul {
    display: flex;
}

footer#footer .wrap_bottom ul li:not(:last-child) {
    margin-right: 1.042rem;
}
.banner_page img {
    width: 100%;
    display: block;
}

.about_page:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, var(--1, #C30508) 0%, rgba(49, 106, 181, 0) 100%);
    content: '';
    z-index: 2;
    height: 40%;
    width: 100%;
}

.nav_scroll {
    display: flex;
    list-style: none;
    box-shadow: 0 0.26rem 1.51rem rgb(0 42 102 / 38%);
    border-radius: 1.458rem;
    background-image: linear-gradient(to right, #1d5199 0%, #1b5cb4 100%);
    overflow: hidden;
    position: absolute;
    z-index: 9;
    transform: translateY(-50%);
    width: 100%;
}

.nav_scroll li {
    width: 25%;
    text-align: center;
}

.nav_scroll li a {
    display: inline-block;
    color: white;
    line-height: 2.865rem;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.833rem;
    font-family: 'SVN-GilroyBold';
    transition: .3s all;
}

.nav_scroll li.active a,
.nav_scroll li a.active,
.nav_scroll li a:hover {
    background-color: #C30508 !important;
    color: #fff !important;
}

.about_sec_2 {
    padding: 7.8125rem 0 0 0;
    background-image: linear-gradient(to top, var(--1, #C30508) 0%, var(--1, var(--1, #C30508))100%);
}

.sub_title {
    font-family: 'SVN-GilroyLight';
    font-size: 0.9375rem;
    text-transform: uppercase;
}

.about_sec_2 {
    overflow: hidden;
}

.about_sec_2 .content_inner {
    padding: 2.604rem 1.5625rem 0 0;
}

.vision_mission {
    display: inline-block;
    background: white;
    box-shadow: 0 0.26rem 3.958rem rgb(0 42 102 / 6%);
    border-radius: 2.604rem;
    padding: 3.90625rem 3.385rem 4.6875rem;
    margin: 0 0.521rem;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.wrap_vision_mission {
    padding-top: 7.292rem;
    max-width: 100%;
    display: inline-block;
    position: relative;
}

.slick_nav {
    margin-top: 2.083rem;
}

.slick_nav .item h3 {
    font-family: 'SVN-GilroyBold';
    font-size: 1.146rem;
    color: #333333;
    display: inline-block;
    cursor: pointer;
}

.slick_nav .slick-slide.slick-current.slick-active .item h3 {
    text-decoration: underline;
    color: var(--1, #C30508);
}

.slick_for h3.title {
    display: flex;
    align-items: center;
    font-size: 1.302rem;
    color: #333333;
    margin-bottom: 1.302rem;
}

.slick_for h3.title img {
    margin-right: 1.042rem;
}

.slick_nav .slick-track {
    transform: unset !important;
}

.about_sec_3 {
    padding-top: 4.6875rem;
    background-color: #fff;
    overflow: hidden;
}

.about_sec_3 .group_content.text_center {
    max-width: 41.667rem;
    margin: auto;
}

.about_sec_3 .list_item {
    margin-top: 3.90625rem;
}

.about_sec_3 .list_item .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about_sec_3 .list_item .item:not(:last-child) {
    margin-bottom: 3.125rem;
}

.about_sec_3 .list_item .item>* {
    width: calc(50% - 7.292rem);
    box-sizing: border-box;
    margin: 0 3.646rem;
}

.about_sec_3 .list_item .item:nth-child(2n+2) .box_content {
    order: 2;
}

.about_sec_3 .list_item .item .box_content {
    display: flex;
}

.about_sec_3 .list_item .item .box_content .number {
    font-size: 5.208rem;
    line-height: .8;
    margin-right: 2.34375rem;
    font-family: 'SVN-GilroyHeavy';
}

.about_sec_3 .list_item .item .box_content h3 {
    font-size: 1.5625rem;
    margin-bottom: 0.521rem;
}

.about_sec_3 .list_item .item>* img {
    width: 100%;
    border-radius: 1.042rem;
    display: block;
}

.about_sec_3 .list_item .item .wrap_img {
    position: relative;
    z-index: 0;
}




.about_sec_3 .list_item .item:not(:first-child) {
    align-items: flex-end;
}

.about_sec_3 .list_item .item:not(:first-child) .box_content {
    margin-bottom: 2.083rem;
}

.about_sec_3 .list_item .item .box_img {
    position: relative;
}

.about_sec_3 .list_item .item .box_img:after {
    position: absolute;
    bottom: 0;
    right: 49%;
    transform: translate(0%, calc(100% - 1.042rem));
    content: url(../images/Shape_1.png);
}

.about_sec_3 .list_item .item:nth-child(2n+2) .box_img:after {
    position: absolute;
    bottom: 0;
    right: unset;
    left: 50%;
    transform: translate(0%, 100%);
    content: url(../images/Shape_1_style_2.png);
}

.about_sec_3 .list_item .item:last-child .box_img:after {
    display: none;
}

.site-footer {
    position: relative;
}


.course_page.course:before {
    left: unset;
    right: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.site-footer {
    overflow: hidden;
}

.site-footer:after {
    bottom: 0;
    right: 0;
}

.about_sec_3 {
    z-index: 2;
}

.about_sec_4 {
    padding-top: 5.208rem;
    background-color: #fff;
}

.about_sec_4 .wrap_top {
    display: flex;
    flex-wrap: wrap;
}

.about_sec_4 .box .wrap_top>* {
    width: 50%;
}

.about_sec_4 .box .box_content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}

.about_sec_4 .box .box_content .inner {
    margin: 7.8125rem 7.8125rem 7.8125rem calc(100vw / 8);
    position: relative;
}

.about_sec_4 .box .box_img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.arrow_style,
.fancybox-navigation .fancybox-button div {
    width: 2.135rem;
    height: 2.135rem;
    box-shadow: 0 0 0.833rem rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 1.042rem;
    transition: .3s all;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

.arrow_style:before,
.fancybox-navigation .fancybox-button div:before,
ul.list_tax_team a:before,
ul.thenativePagination a:before,
.list_td .item_course .box_content .arrows:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-image: linear-gradient(-87deg, #C30508 0%, #C30508 100%);
    content: '';
    width: 120%;
    height: 120%;
    transition: .3s all;
    border-radius: 50%;
    z-index: -1;
}

.arrow_style:hover,
.fancybox-navigation .fancybox-button div:hover {
    color: white;
}

.arrow_style:hover:before,
.fancybox-navigation .fancybox-button div:hover:before,
ul.list_tax_team a:hover:before,
ul.list_tax_team a.active:before,
ul.thenativePagination a:hover:before,
ul.thenativePagination li.active a:before {
    transform: translate(-50%, -50%) scale(1);
}

.fancybox-button {
    background: transparent !important;
}

.wrap_bottom.slider .item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block !important;
    height: 100% !important;
}

.wrap_bottom.slider .item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: .3s all;
    transform: translateX(-50%);
}

.wrap_bottom.slider .item:hover:before {
    opacity: 1;
    transform: translateX(0%);

}

.wrap_bottom.slider img {
    display: block;
    width: 100%;
    height: auto;
}

.wrap_bottom.slider .wrap_content {
    position: absolute;
    left: 1.042rem;
    right: 1.042rem;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.wrap_bottom.slider .wrap_content h3 {
    color: #ffffff;
    font-size: 1.302rem;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    transform: translateX(50%);
    opacity: 0;
    transition: .3s all;
}

.wrap_bottom.slider .item:hover .wrap_content h3 {
    opacity: 1;
    transform: translateX(0%);

}

.wrap_bottom.slider .wrap_content h3:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 5.208rem;
    height: 0.15625rem;
    background-color: #fcee23;
    content: '';
    bottom: -0.677rem;
}

/*.wrap_bottom.slider:before{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: url(../images/arrow_svg.svg);*/
/*    z-index: 9;*/
/*}*/
.gr_head {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 1.5625rem;
}

div#banner_gr img {
    display: block;
}

nav.breadcrumb * {
    color: #ffffff !important;
    font-size: 0.833rem;
}

nav.breadcrumb span.divider {
    font-size: 0;
    display: inline-block;
    margin: 0 0.26rem;
}

nav.breadcrumb span.divider:before {
    color: white;
}

div#banner_gr:before {
    position: absolute;
    height: 8.4375rem;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: .6;
}
.about_sec_4 .arrow_slider {
    display: none;
}
.contact_page {
    background-color: #c305081f;
}

.contact_page .wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.contact_page .bg {
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
    opacity: 1 !important;

}

.contact_page .wrap>* {
    padding: 5.208rem 0;
}

.contact_page .wrap_left {
    padding-right: 4.6875rem;
}

.contact_page .wrap_right {
    padding-left: 4.6875rem;
}

.contact_page table,
.contact_page table * {
    border: none !important;
    padding: 0;
    float: unset;
    display: inline-block;
    height: auto !important;
}

.contact_page table tr {
    display: flex;
    justify-content: space-between;

}

.contact_page table tr>* {
    width: 47% !important;
}

.contact_page .content strong {
    margin-bottom: 0.521rem;
}

.contact_page iframe {
    width: 100% !important;
    height: 18.229rem !important;
}

.contact_page .box_form {
    margin: 1.823rem -0.521rem 0 -0.521rem;
}

.contact_page .box_form input:not(.wpcf7-submit),
.box_form textarea {
    background: transparent;
    border-radius: 1.302rem;
    border: 1px solid #ffffff;
    height: 2.5rem;
    color: white;
    font-size: 0.729rem;
    width: 100%;
    margin-bottom: 1.5625rem;
}

.contact_page .box_form textarea {
    height: 8.333rem;
}

.contact_page .box_form input::placeholder,
.contact_page .box_form textarea::placeholder {
    color: white;
    font-size: 0.729rem;
}

.contact_page .sent_button {
    height: 2.34375rem;
    border-radius: 1.146rem;
    background-image: linear-gradient(-87deg, var(--1, #C30508) 0%, var(--1, #C30508) 100%);
    font-size: 0.78125rem;
    font-family: "SVN-GilroySemiBold";
    color: white;
    line-height: 2.5rem;
    padding: 0 2.604rem 0px 1.458rem;
    width: auto;
    display: inline-block;
    position: relative;
}

.contact_page .sent_button input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 0;
    z-index: 9;
}

.contact_page .sent_button .arrows {
    position: absolute;
    width: 1.823rem;
    height: 1.823rem;
    border-radius: 50%;
    background-color: #ffffff;
    top: 0.26rem;
    right: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_page .sent_button .arrows svg {
    transform: scale(.6);
}

.contact_page .sent_button .arrows svg path {
    fill: #ff3e18;
}
.mobile {
    display: none;
}
.contact_page .box_form p {
    margin: 0;
}

.contact_page .sent_button p {
    display: flex;
}

ul.thenativePagination {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}

ul.thenativePagination a {
    display: inline-flex;
    width: 1.823rem;
    height: 1.823rem;
    box-shadow: 0 0 2.396rem rgb(0 0 0 / 7%);
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0.26rem;
    color: #333333;
    font-size: 0.677rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: .3s all;
}

ul.thenativePagination li.active a,
ul.thenativePagination a:hover {
    color: white;
}

li.thenativePaginationStart,
li.thenativePaginationEnd {
    display: none !important;
}

.page_news  ul.nav_scroll {
    position: unset;
    transform: unset;
    display: inline-flex;
    width: auto;
}

.page_news ul.nav_scroll li {
    width: auto;
}

.page_news ul.nav_scroll a {
    padding: 0 1.5625rem;
    background: #fff;
    color: #333;
}
.post_details {
    padding: 3.385rem 0 3.90625rem 0;
    background-color: rgb(195 5 8 / 10%);
    overflow: unset;
}

.post_details h3.tern_name {
    font-size: 1.458rem;
    margin-bottom: 0.521rem;
    font-family: 'SVN-Gilroy' !important;
}

.post_details .title_news {
    font-size: 1.979rem;
}

.post_details .time {
    opacity: 0.8;
    font-size: 0.677rem;
    display: block;
    margin-bottom: 1.302rem;
}

.post_details .time i {
    margin-right: 0.15625rem;
}

.post_details .wrap_inner {
    padding-right: 3.125rem;
}

.post_details .nav_bottom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.302rem;
    border-top: 1px solid #b7b7b7;
    margin-top: 2.604rem;
}

.post_details .nav_bottom>* {
    width: 50%;
    display: flex;
    align-items: center;
}

.post_details .nav_bottom>* h3 {
    color: #3f3f3f;
    font-size: 0.729rem;
    margin-right: 0.78125rem;
    margin-bottom: 0;
}

.post_details .nav_bottom ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.post_details .nav_bottom ul a {
    height: 1.823rem;
    line-height: 1.823rem;
    color: #5f5f5f;
    font-size: 0.729rem;
    padding: 0 0.625rem;
    display: inline-block;
    box-shadow: 0 0 0.521rem rgba(0, 41, 74, 0.04);
    border-radius: 0.9375rem;
    background-color: #ffffff;
    margin: 0 0.521rem 0.26rem 0;
}

.post_details .nav_bottom>*.share {
    justify-content: flex-end;
}

.post_details .nav_bottom>*.share div#socialSharing a {
    opacity: .6;
}

.post_details .nav_bottom>*.share div#socialSharing a:hover {
    opacity: 1;
}

.post_details .sidebar h3.title {
    font-size: 1.146rem;
    padding-bottom: 0.729rem;
    border-bottom: 0.104rem solid rgba(215, 215, 215, 0.5);
    margin-bottom: 1.042rem;
}

.post_details .sidebar ul {
    list-style: none;
    margin: 0 0 2.604rem 0;
}

.post_details .sidebar ul a {
    color: #333333;
    font-size: 0.78125rem;
    display: block;
    padding: 0.78125rem 0;
}

.post_details .sidebar ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(215, 215, 215, 0.6);
}

.post_details .sidebar ul li:last-child a {
    padding-bottom: 0;
}

.list_post_new .item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    padding: 0.625rem 0;
}

.list_post_new .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.list_post_new .item>* {
    width: 50%;
}

.list_post_new .item .box_img {
    height: 4.6875rem;
    border-radius: 0.521rem;
    overflow: hidden;
}

.list_post_new .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all;
    transform: scale(1);
}

.list_post_new .item:hover .box_img img {
    transform: scale(1.2);
}

.list_post_new .item .box_content {
    padding-left: 0.625rem;
    box-sizing: border-box;
}

.list_post_new .item .box_content h3 {
    margin-bottom: 0.417rem;
    font-size: 0.677rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list_post_new .item .time {
    font-size: 0.625rem;
    margin-bottom: 0;
}

.list_post_new .item:first-child {
    padding-top: 0;
}

.list_post_new .item:not(:last-child) {
    border-bottom: 1px solid rgba(215, 215, 215, 0.61);
}

.post_details .wrap {
    display: flex;
    flex-wrap: wrap;
}

.post_details .wrap .sidebar {
    position: relative;
}

.post_details .wrap .box {
    position: sticky;
    top: 6.25rem;
}
div#socialSharing a {
    font-size: 0.521rem;
    width: 1.5625rem;
    height: 1.5625rem;
    border: 1px solid #333333;
    border-radius: 50%;
    display: inline-block;
    line-height: 1.615rem;
    text-align: center;
    transition: .3s all;
    color: #333333;
}

div#socialSharing a:hover {
    color: #2571b5;
    /*background: #2571b5;*/
    border-color: #2571b5;
}
section.page_tap {
    padding: 4.167rem 0;
}

.wrap_tap_ps {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.521rem;
}

.wrap_tap_ps .item_tap {
    width: calc(calc(100% / 3) - 1.042rem);
    margin: 0 0.521rem 1.5625rem;
}

.wrap_tap_ps .item_tap .wrap_content * {
    color: #333 !important;
}
.phatsong_sec_1 {
    padding: 4.167rem 0;
    background: rgb(195 5 8 / 10%);
}

.phatsong_sec_1 .box_content {
    max-width: 41.667rem;
    margin: auto;
}

.video_box {
    padding-bottom: 45.25%;
    position: relative;
    background: #000;
}

.video_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}

.video_box a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_box a span {
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c30508;
    border-radius: 50%;
    position: relative;
}
.video_box a span:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 6.771rem;
    height: 6.771rem;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    z-index: -1;
    background: #c30508;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.hoan_canh .wrap_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap_tap b {
    display: block;
    line-height: 1.2;
}

.item_hc .box_content .date_post {
    width: 4.948rem;
}

.item_hc .box_content .date_post .date {
    line-height: 1.5;
    font-size: 1.302rem;
    margin-top: -0.104rem;
    text-transform: uppercase;
}

.item_hc .box_content .date_post {
    text-align: center;
}

.item_hc .box_content .info {
    width: calc(100% - 4.948rem);
}
.single-hoancanh section#sec_2 {
    padding-bottom: 3.125rem;
}

.single-hoancanh section#sec_2 a.view_more {
    margin-top: 2.083rem;
}

.single-hoancanh section#sec_2 a.view_more svg path {
    stroke: #c30508;
}

.single-hoancanh section#sec_2 a.view_more:hover {
    color: #c30508;
}

.single-hoancanh section.section.post_details {
    background: rgb(195 5 8 / 10%);
}

.single-hoancanh section.section.post_details .wrap_inner {
    padding: 0;
    max-width: 52.083rem;
    margin: auto;
}
.cau_chuyen_khac {
    padding: 3.125rem 0;
}

.cau_chuyen_khac .item_hc {
    width: 100%;
    margin: 1.042rem 0;
}
.student_sec_2 {
    padding-top: 4.6875rem;
    background-color: rgb(195 5 8 / 10%);
}

.student_sec_2 .content {
    max-width: 52.604rem;
    margin: auto;
}

.student_sec_2 .wrap {
    margin-top: 3.125rem;
    display: flex;
    flex-wrap: wrap;
}


.student_sec_2 .wrap .item h3 {
    position: absolute;
    font-size: 1.09375rem;
    left: 2.604rem;
    right: 1.5625rem;
    bottom: 1.042rem;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s all;
}

.student_sec_2 .wrap .item:hover h3,
.list_care_student .item:hover h3 {
    color: #c30508 !important;
}

.student_sec_2 .wrap .item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.student_sec_2 .wrap .item.style_2 {
    width: 50%;
}

.student_sec_2 .wrap .item {
    width: 25%;
    /*height: 100%;*/
    position: relative;
    cursor: pointer;
}

.student_sec_2 .wrap .item:before,
.list_care_student .item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.99rem;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 9%, rgba(0, 0, 0, 0) 100%);
    content: '';
    z-index: 1;
    transition: .3s all;
}

.student_sec_2 .wrap .item:hover:before,
.list_care_student .item:hover:before {
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0) 100%);

}

.wrap_vision_mission:before {
    width: 323.073rem;
    height: 158.333rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 275px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    content: '';
    z-index: 1;
}
.open_menu {
    display: none;
}

div#mobile_menu {
    display: none;
}
.wrap_search_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s all;
    pointer-events: none;
}
.wrap_search_popup.show{
    opacity: 1;
    pointer-events: unset;
}
.wrap_search_popup .inner {
    background: #C30508;
    padding: 1rem calc(calc(100vw - 38.729rem) / 2) 1rem;
    position: relative;
    z-index: 2;
    transform: translateY(-120%);
    transition: .3s all;
    max-width: unset;
}
.wrap_search_popup.show .inner{
    transform: translateY(0%);
    transition-delay: .3s;
}
.wrap_search_popup .inner .button_close{
    position: absolute;
    top: 1.7rem;
    right: 2.34375rem;
    cursor: pointer;
}
.wrap_search_popup .inner .button_close path{
    fill: white;
}
.wrap_search_popup .inner h2{
    font-size: 2.083rem;
    margin-bottom: 1.5625rem;
}
.wrap_search_popup input::placeholder{
    font-size: 1.302rem;
    color: #929292;
}
.wrap_search_popup input#s{
    margin-bottom: 0;
    height: 3.125rem;
    width: 100%;
    margin-right: 0.521rem;
    outline: none;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    color: #333333;
    font-size: 0.9375rem;
    transition: .5s all;
}
.wrap_search_popup input#s:focus{
    border-color: #c81830;
}
.wrap_search_popup input#s::placeholder{
    font-size: 0.9375rem;
}
.wrap_search_popup input#searchsubmit{
    height: 3.125rem;
    width: 12.5rem;
    font-size: 0.833rem;
    text-transform: uppercase;
    color: #C30508;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 5px;
    position: unset;
    opacity: 1;
}
.wrap_search_popup form{
    display: flex;
}
.wrap_search_popup h2{
    color: #fff;
}
a.search_open svg {
    display: block;
}


.vka-checkbox {
    display: none !important;
}

.vka {
    width: 60px;
    max-width: unset;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    background: #c31d1d;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    overflow: hidden;
    transform: rotate( 0deg );
    -webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    transition: all .15s cubic-bezier(.15,.87,.45,1.23);
}

.vka-checkbox:checked~.vka {
    -webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    width: 30px;
    height: 30px;
    right: 26px;
    bottom: 35px;
}

[class*=icon-cps-] {
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANoAAAB1CAYAAAAoV//gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODVFMzM1MDcwNDAyMTFFQ0I0OTJBMEYxN0VGQ0ExRTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODVFMzM1MDgwNDAyMTFFQ0I0OTJBMEYxN0VGQ0ExRTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NUUzMzUwNTA0MDIxMUVDQjQ5MkEwRjE3RUZDQTFFMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NUUzMzUwNjA0MDIxMUVDQjQ5MkEwRjE3RUZDQTFFMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phh/T5sAACNZSURBVHja7F0HuFXF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)!important;
    background-repeat: no-repeat;
    background-size: 148px;
}

.icon-cps-vka-menu {
    width: 50px;
    height: 50px;
    margin: 0 !important;
    background-size: 200px;
    background-position: -155px 0;
}
.vka-checkbox:checked~.vka .icon-cps-vka-menu {
    width: 20px;
    height: 20px;
    margin: 0;
    background-size: 100px;
    background-position: -79px -29px;
}

.vka-wheel {
    position: absolute;
    bottom: 15px;
    right: 18px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all .3s ease;
    z-index: 12;
}

.vka-checkbox:checked~.vka-wheel {
    transform: scale(1);
}

.vka-wheel .vka-action {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    text-decoration: none;
}

.vka-wheel .vka-action:hover {
    transform: scale(1.1);
}

.vka-wheel .vka-action-1 {
    bottom: 225px;
    right: 0;
}

.vka-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 4px;
    border-radius: 50%;
    background: #0f1941;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    font-size: 24px;
    color: White;
    transition: all 1s ease;
    overflow: hidden;
}

.icon-cps-local {
    width: 30px;
    height: 30px;
    background-position: -5px -43px;
}

.icon-cps-mail {
    width: 30px;
    height: 30px;
    background-position: -8px -5px;
}

.icon-cps-facebook {
    width: 30px;
    height: 30px;
    background-position: -80px -43px;
}

.vka-wheel .vka-button-1 {
    background: #0f9d58;
}

.vka-wheel .vka-action-2 {
    bottom: 170px;
    right: 0;
}

.vka-wheel .vka-button-2 {
    background: #fb0;
}

.icon-cps-phone {
    width: 30px;
    height: 30px;
    background-position: -42px -45px;
}

.vka-wheel .vka-action-3 {
    right: 0;
    bottom: 115px;
    cursor: pointer;
}

.vka-wheel .vka-button-3 {
    background: #006AFF;
}

.vka-wheel .vka-action-4 {
    right: 0;
    bottom: 60px;
}

.vka-wheel .vka-button-4 {
    background: #2f82fc;
}

.icon-cps-chat-zalo {
    width: 30px;
    height: 30px;
    background-position: -47px -5px;
    background-size: 155px;
}

.hidden {
    display: none!important;
}
.vka-wrapper {
    position: fixed;
    bottom: 80px;
    left: 7rem;
    z-index: 99;
}

.vka-checkbox {
    display: none !important;
}

.vka {
    width: 60px;
    max-width: unset;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    background: #c31d1d;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    overflow: hidden;
    transform: rotate( 0deg );
    -webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    transition: all .15s cubic-bezier(.15,.87,.45,1.23);
}

.vka-checkbox:checked~.vka {
    -webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    transition: all .15s cubic-bezier(.15,.87,.45,1.23);
    width: 30px;
    height: 30px;
    right: 26px;
    bottom: 35px;
}

[class*=icon-cps-] {
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANoAAAB1CAYAAAAoV//gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODVFMzM1MDcwNDAyMTFFQ0I0OTJBMEYxN0VGQ0ExRTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODVFMzM1MDgwNDAyMTFFQ0I0OTJBMEYxN0VGQ0ExRTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NUUzMzUwNTA0MDIxMUVDQjQ5MkEwRjE3RUZDQTFFMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NUUzMzUwNjA0MDIxMUVDQjQ5MkEwRjE3RUZDQTFFMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phh/T5sAACNZSURBVHja7F0HuFXF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)!important;
    background-repeat: no-repeat;
    background-size: 148px;
}

.icon-cps-vka-menu {
    width: 50px;
    height: 50px;
    margin: 0 !important;
    background-size: 200px;
    background-position: -155px 0;
}
.vka-checkbox:checked~.vka .icon-cps-vka-menu {
    width: 20px;
    height: 20px;
    margin: 0;
    background-size: 100px;
    background-position: -79px -29px;
}

.vka-wheel {
    position: absolute;
    bottom: 15px;
    right: 18px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all .3s ease;
    z-index: 12;
}

.vka-checkbox:checked~.vka-wheel {
    transform: scale(1);
}

.vka-wheel .vka-action {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    text-decoration: none;
}

.vka-wheel .vka-action:hover {
    transform: scale(1.1);
}

.vka-wheel .vka-action-1 {
    bottom: 225px;
    right: 0;
}

.vka-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 4px;
    border-radius: 50%;
    background: #C30507 !important;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    font-size: 24px;
    color: White;
    transition: all 1s ease;
    overflow: hidden;
}

.icon-cps-local {
    width: 30px;
    height: 30px;
    background-position: -5px -43px;
}

.icon-cps-mail {
    width: 30px;
    height: 30px;
    background-position: -8px -5px;
}

.icon-cps-facebook {
    width: 30px;
    height: 30px;
    background-position: -80px -43px;
}

.vka-wheel .vka-button-1 {
    background: #0f9d58;
}

.vka-wheel .vka-action-2 {
    bottom: 170px;
    right: 0;
}

.vka-wheel .vka-button-2 {
    background: #fb0;
}

.icon-cps-phone {
    width: 30px;
    height: 30px;
    background-position: -42px -45px;
}

.vka-wheel .vka-action-3 {
    right: 0;
    bottom: 115px;
    cursor: pointer;
}

.vka-wheel .vka-button-3 {
    background: #006AFF;
}

.vka-wheel .vka-action-4 {
    right: 0;
    bottom: 60px;
}

.vka-wheel .vka-button-4 {
    background: #2f82fc;
}

.icon-cps-chat-zalo {
    width: 30px;
    height: 30px;
    background-position: -47px -5px;
    background-size: 155px;
}

.hidden {
    display: none!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}


.vka-checkbox:not(:checked)~.vka {
    animation-name: zoom;
    -webkit-animation-name: zoom;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
    box-shadow: 0 0 0 0 #c31d1d;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
.vka-wheel img {
    max-width: 25px;
}
.vka svg {
    max-width: 66%;
}
.vka-wheel .vka-action svg {
    max-width: 65%;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1s all;
    opacity: 1;
}

.load_home_page.active {
    opacity: 0;
    pointer-events: none;
}
.load_home_page svg {
    max-width: 30.833rem;
    width: 100%;
    height: auto;
}
header .main-nav ul .current-menu-item a {
    color: #FCEE23;
}
a.search_open {
    transform: translateX(2.865rem);
}
.post_details .content img {
    margin: 15px 0;
}
.about_sec_3:before,
.tax_team:before,
.tax_team:after,
.member_details:before,
.member_details:after,
.course_page.course:before,
.site-footer:before {
    position: absolute;
    width: 255px;
    height: 228px;
    content: '';
    background-image: url(../images/bf_ab_se_3.png);
    top: 0;
    left: 0;
    pointer-events: none;
}
span#select2-filter_tap-container {
    color: #fff;
}

.select2-container--default .select2-selection--single {
    background: transparent !important;
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #fff transparent transparent transparent !important;}

.select2-container--default .select2-results__option[aria-selected=true] {}

.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option[aria-selected=true] {
    background: #c30508 !important;
    color: #fff !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
.hero-slider .swiper-slide.swiper-slide-active a.link_video svg {
    transition: 1s;
    transform: scale(1);
    transition-delay: .8s;
}

.hero-slider .swiper-slide.swiper-slide-active span.font_sub {
    transition: 1s;
    transition-delay: 1s;
    transform: translateX(0);
}

.hero-slider .swiper-slide.swiper-slide-active h3 {
    transition: 1s;
    transition-delay: 1.4s;
    transform: translateX(0%);

}

.hero-slider .swiper-slide.swiper-slide-active .content {
    transition: 1s;
    transition-delay: 1.6s;
    transform: translateX(0%);

}
.wpcf7-not-valid-tip{
    color: #fff;
    margin-top: 2px;;
}
@media only screen and (max-width: 1199px) {
    section.section.home_sec_4 .arrow_slider {
        display: none;
    }

}
@media only screen and (max-width: 991px) {
    html {
        font-size: 1.3vw;
    }
    .hero-style {
        height: auto;
        padding-bottom: 56.25%;
    }

    .hero-slider .swiper-pagination:before {
        display: none;
    }

    .hero-slider .swiper-pagination {
        display: flex;
        transform: unset;
        bottom: 20px;
        top: unset;
    }

    .hero-slider .swiper-pagination span {}

    .hero-slider .swiper-pagination span {
        margin-right: 10px;
    }

    .hero-slider .swiper-pagination:after {
        display: none;
    }

    .hero-slider .swiper-pagination span:before {
        width: calc(100% + 4px) !important;
        height: calc(100% + 4px) !important;
    }

    .tap_phat_song_section .arrow_slider {
        display: none;
    }
    .about_sec_3 .list_item .item .box_img:after {
        display: none;
    }
}
@media only screen and (min-width: 768px){
    header .main-nav ul.sub-menu {
        left: 0;
        position: absolute;
        bottom: 0;
        transform: translateY(100%);
        min-width: 200px;
        background: #c30508;
        pointer-events: none;
        opacity: 0;
        transition: .3s all;
    }

    header .main-nav li {
        position: relative;
    }

    header .main-nav ul.sub-menu a {
        display: block;
        padding: 10px 20px;
        transition: .3s all;
    }

    header .main-nav ul.sub-menu li {
        display: block;
        width: 100%;
    }

    header .main-nav ul.sub-menu a:hover {
        background: #fcee23;
        color: #333;
    }

    header .main-nav li:hover ul.sub-menu {
        opacity: 1;
        pointer-events: unset;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 3.4vw;
    }

    header .nav_menu {
        display: none;
    }

    header .grid-container {
        position: unset;
    }

    header {
        height: 4.5rem;
    }

    header .grid-100 {
        justify-content: space-between;
        margin: 0;
        height: 4.5rem;
    }

    .open_menu {
        display: block;
    }

    header .grid-100:before,header .grid-100:after {
        display: none;
    }

    .open_menu svg {
        width: 3.4rem;
        height: auto;
        fill: white;
        display: block;
    }

    a.search_open svg {
        display: block;
        width: 2rem;
        height: auto;
    }

    div#wrapper {
        padding-top: 4.5rem;
    }

    .hero-slider .box_content {
        left: 20px;
        max-width: 15.26rem;
    }

    .hero-slider .box_content a.link_video svg {
        width: 4rem;
    }

    .hero-slider .box_content span.font_sub {
        font-size: 1rem;
    }

    .hero-slider .box_content h3 {
        font-size: 1.2rem;
    }

    .hero-slider .box_content .content {
        font-size: .8rem;
    }

    .hero-slider .swiper-pagination {
        bottom: 0;
        left: 20px;
    }

    .hero-style {
        padding-bottom: 67.25%;
    }

    .home_sec_2 {
        padding: 3rem 0;
    }

    .home_sec_2 .grid-container {
        flex-wrap: wrap;
    }

    .heading_h2 {
        font-size: 2.3rem;
        margin: .5rem 0 1rem;
        line-height: 1.2;
    }

    .font_sub {
        font-size: 1.8rem;
    }

    body,.content {
        font-size: 1.1rem;
    }

    blockquote {
        font-size: 1.1rem;
    }

    .home_sec_2 .box_img {
        margin-top: 2rem;
    }

    .tap_phat_song_section .box_content>h3 {
        font-size: 3rem;
    }

    .tap_phat_song_section .box_content {
        padding-right: 0;
    }

    .tap_phat_song_section {
        padding: 3rem 0;
        background-attachment: unset;
    }

    .home_sec_3 {
        padding: 3rem 0;
    }

    .home_sec_3 .grid-container {
        display: flex;
        flex-wrap: wrap;
    }

    .home_sec_3 .grid-container .grid-50.tablet-grid-50.box_content {
        order: -1;
        padding-top: 0;
        margin-bottom: 2rem;
    }

    .home_sec_3 .wrap_info {
        flex-wrap: wrap;
        justify-content: center;
        margin: 3rem -0.5rem 0;
    }

    .home_sec_3 .wrap_info .item {
        margin: 0 .5rem 2rem;
        width: calc(50% - 1rem);
        align-items: center;
    }

    .home_sec_3 .wrap_info .item .num {
        font-size: 3rem;
    }

    .mobile_show {
        display: flex;
        justify-content: center;
        width: 100%;
        bottom: -2rem;
    }

    .slider_bao_chi .item .box_content {
        padding: 2rem 2rem 4rem;
        width: auto;
    }

    .home_sec_4 .mobile_show {
        bottom: 1rem;
    }

    .mobile_show span {
        margin: 0 .2rem;
        width: .8rem;
        height: .8rem;
        background: var(--1, #C30508);
    }

    .home_sec_4 .mobile_show span:not(.swiper-pagination-bullet-active),
    .tap_phat_song_section .mobile_show span:not(.swiper-pagination-bullet-active){
        background: #fff;
        opacity: 1;
    }

    .home_sec_5 {
        padding: 3rem 0;
    }

    .home_sec_5 .wrap_slider>* {
        display: none;
    }

    .home_sec_6 .grid-container {
        display: block;
    }

    .home_sec_6 .grid-50.box_logo img {
        max-width: 15.625rem;
        margin-bottom: 3rem;
    }

    section.section.home_sec_6 {
        padding: 3rem 0;
    }

    .home_sec_6 h2.heading_h2 {
        text-align: center;
    }

    .home_sec_6 span.font_sub {
        text-align: center;
    }

    .home_sec_6 .content {
        text-align: justify;
    }

    .home_sec_7 {
        padding: 3rem 0;
    }

    .home_sec_7 .grid-70.tablet-grid-70,.home_sec_7 .grid-30 {
        text-align: center;
    }

    .home_sec_7 a.view_more {
        float: unset;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .wrap_post_home>* {
        width: 100%;
    }

    .wrap_post_home {
        flex-wrap: wrap;
    }

    .wrap_post_home .item .box_content>h3 {
        font-size: 1rem;
        height: 4.6rem;
    }

    .wrap_post_home .item .box_content .wrap_bottom svg {
        max-width: 1.3rem;
    }

    footer#footer .logo_footer img {
        max-height: 9rem;
    }

    footer#footer {
        padding: 3rem 0 6rem;
    }

    footer#footer .logo_footer {
    }

    footer#footer .grid-25 {
        margin-bottom: 2rem;
    }

    footer#footer form.wpcf7-form p span.wpcf7-form-control-wrap {
        width: 100%;
    }

    footer#footer form.wpcf7-form input {
        height: 3rem;
    }

    footer#footer .wrap_bottom {
        margin-top: 2rem;
    }

    footer#footer .wrap_bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
    .slider_nghe_si {
        width: calc(calc(100% + calc(calc(100vw - 25.875rem)/2)));
        padding-right: calc(calc(100% + calc(calc(100vw - 65.875rem)/2)));
    }
    .home_sec_5 .wrap_slider {
        margin: 0;
    }
    div#mobile_menu {
        display: block;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(-100%);
        transition: .3s;
    }

    div#mobile_menu .bg_close {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 30%);
        z-index: 1;
        transition: .3s all;
    }

    .close_menu svg {
        width: 4rem;
        fill: white;
    }

    div#mobile_menu .nav_menu {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: var(--1, #C30508);
        width: 74vw;
        display: flex;
        align-items: center;
        z-index: 2;
        transform: translateX(-100%);
        transition: .3s all;
    }

    div#mobile_menu .nav_menu ul {
        list-style: none;
        margin: 0;
        width: 100%;
    }

    div#mobile_menu .nav_menu ul li.logo_header {
        display: none;
    }

    .main-nav a {
        color: #fff;
        font-size: 1.5rem;
        text-transform: uppercase;
        display: block;
        font-family: 'SVN-GilroySemiBold';
        padding: 1rem;
    }

    div#mobile_menu .nav_menu li {
        display: block;
    }

    div#mobile_menu .nav_menu .main-nav {
        width: 100%;
    }

    .close_menu {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
    }

    div#mobile_menu.active {
        transform: translateX(0%);
    }

    div#mobile_menu.active .nav_menu {
        transition-delay: .15s;
        transform: translateX(0);
    }
    .about_sec_3 .list_item .item .box_img:after {
        display: none;
    }

    .wrap_img {}

    .about_sec_2 {
        padding: 3rem 0;
    }

    .about_sec_2 .content_inner {
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 3rem;
    }

    .vision_mission {
        padding: 2rem;
        border-radius: 10px;
        margin: 0;
    }

    .slick_nav {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .vision_mission {}

    .slick_for {
        margin: 0 -1rem;
    }

    .wrap_vision_mission {
        padding-top: 4rem;
    }

    .about_sec_3 {
        padding-top: 2rem;
    }

    .about_sec_3 .list_item .item {
        flex-wrap: wrap;
        display: block;
    }

    .about_sec_3 .list_item .item>* {
        width: 100% !important;
        margin: 0;
    }

    .about_sec_3 .list_item .item .box_content {
        margin-bottom: 2rem;
    }

    .about_sec_3 .list_item .item:not(:last-child) {
        margin-top: 4rem;
    }

    .about_sec_4 .wrap_top {
        display: block;
    }

    .about_sec_4 .box .wrap_top>* {
        width: 100%;
    }

    .about_sec_4 .box .box_content .inner {
        margin: 3rem;
    }
    .wrap_tap_ps .item_tap {
        width: calc(calc(100% / 2) - 1.042rem);
    }
    .gr_head {
        display: none;
    }

    .video_box a span {
        width: 4rem;
        height: 4rem;
    }

    .video_box a span svg {
        max-width: 33%;
    }

    .video_box a span:before {
        width: 5rem;
        height: 5rem;
    }
    .cau_chuyen_khac {
        padding-bottom: 3rem !important;
    }
    .page_news {
        padding: 3rem 0;
    }

    .item_news {
        width: calc(calc(100% / 2) - 1.042rem);
    }

    .item_hc .box_content .date_post .date {
        font-size: 1.2rem;
    }
    .post_details .wrap_inner {
        padding-right: 0;
    }

    .sidebar-danhmuc {
        margin-top: 2rem;
    }

    .post_details .nav_bottom {
        display: block;
    }

    .post_details .nav_bottom>*.share {
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .post_details .nav_bottom>* {
        width: 100%;
    }

    .list_post_new .item .box_img {
        height: 7.6875rem;
    }

    .list_post_new .item .box_content h3 {
        font-size: 1.1rem;
    }
    .post_details .time {
        font-size: 1.1rem;
    }
    .page_news ul.nav_scroll li {
        flex: 0 0 auto;
    }

    .page_news ul.nav_scroll {
        overflow: auto;
        margin: 1rem 0 !important;
    }

    .item_news.style_1 {
        width: 100%;
    }

    .item_news.style_1>*.box_content {
        padding: 1rem;
    }
    .contact_page .wrap_left {
        padding: 3rem 0;
    }

    .contact_page .bg {
        display: none;
    }

    .contact_page .wrap_right {
        padding: 0;
        padding: 3rem;
        margin-bottom: 3rem;
    }
    .student_sec_2 .wrap .item {
        width: 50% !important;
        height: 14rem;
    }

    .student_sec_2 .wrap .item h3 {
        left: 1rem;
        bottom: 1rem !important;
        margin: 0;
    }
    .wrap_search_popup input#searchsubmit {
        width: auto;
    }

    .wrap_search_popup .inner {
        padding: 1rem 4rem 1rem 1rem;
    }

    .wrap_search_popup .inner .button_close {
        right: 1.2rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .load_home_page svg{
        max-width: 80vw;
    }
    a.search_open {
        transform: translateX(0rem);
    }
    .vka-wheel .vka-action svg {
        height: auto;
        max-height: 25px;
    }

    .vka-wheel {
        transform: scale(1) !important;
    }

    .vka-wheel {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .vka-wheel>* {
        position: unset !important;
        width: 25%;
    }

    .vka-button {
        width: 100%;
        border-radius: 0;
    }
    .vka {
        display: none !important;
    }
    .wrap_post_home .left .item .box_content{
        width: 50%;
    }
    .view_more {
        height: 2.44375rem;
    }
    .slider_nghe_si .item .box_content .content {
        max-height: 10rem;
        overflow: auto;
        padding-right: 1rem;
    }
    .hoan_canh .wrap_top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hoan_canh .wrap_top h2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .wrap_tap {
        padding: .5rem 1rem;
    }
    .contact_page .bg.mobile {
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .contact_page .wrap_right {
        position: relative;
    }
}
