.fa {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}
.ml-50{
    margin-left: 5rem;
}
.mb-50{
    margin-bottom: 5rem;
}
.mt-50{
    margin-top: 5rem;
}
.pb-50{
    padding-bottom: 5rem;
}
.pt-50{
    padding-top: 5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.rounded-5 {
    border-radius: 5px;
}

.rounded-8 {
    border-radius: 8px;
}

.introl-section {
    padding: 10rem 8rem;
}
.text-title{
    position:relative;
}
.text-title::after {
    content: '';
    position:absolute;
    width: 215px;
    height: 5px;
    background: #fff;
    left:0;
    bottom: 0;
}
.btn-read-more {
    background: var(--color-main);
    color: #fff;
}
.article-fx:hover {
    background: rgb(222 221 219 / 91%);
}
.article-fx {
    min-height: 25rem;
    padding: 2rem 0px;
}
.btn-read-more:hover {
    background: #fff;
    color: var(--color-main);
    border: 1px solid var(--color-main);
}
.px-50 {
    padding-left:5rem;
    padding-right: 5rem;
}
[class*="line-clamp"] {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

[class*="block-line-clamp"] {
    display: -webkit-box;
}

.line-clamp-1,
.block-line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2,
.block-line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3,
.block-line-clamp-3 {
    -webkit-line-clamp: 3;
}
.hotlineHTML{
    display: flex;
    align-items: center;
    border: 1px solid;
    width: max-content;
    padding: 0.5rem;
    padding-right: 1.5rem;
    border-radius: 10rem;
}
.hotlineHTML img{
    flex: 0 0 4.4rem;
    height: 4.4rem;
    width: 4.4rem;
    border-radius: 50%;
    padding: 1.1rem;
    object-fit: contain;
}
.entire-action-header {
    position: relative;
    padding: 0;
    line-height: 5rem;
    height: 5rem;
}
.btn-action-header {
    display: inline-block;
}
.btn-action-header i {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 20px;
}
.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.view-news-first{
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.16);
}

.bg-img {
    background-image: url(../../assets/media/background/26358.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-color: gray;
}
.bg-dark-main{
    background: #000D4D;
}

.wrp-consultation{
    position:fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 1;
}
.register-online {
    position: relative;
}
.register-online .close {
    position:absolute;
    top: 0;
    right:0;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    font-size: 32px;
    opacity: 1;
    color: #fff;
    z-index: 99;
}
.register-online img {
    width: 282px;
    height: 63px;
    object-fit: contain;
    margin-bottom: 35px;
}
.register-online .btn-submit{
    background: #CEE4FF;
    border-color: #CEE4FF;
    color: var(--color-main);
    border-radius: 5px;
}
.register-online .btn-submit:hover {
    background: var(--color-main);
    color: #fff;
}
address {
    line-height: 1.9;
}
.social-footer-section li{
    display: inline-block;
    margin-right: 2rem;
}
.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 5rem;
    background-color: var(--color-main);
    float: left;
}
.phone-call .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    height: 5rem;
    background-color: #fff;
    float: left;
}

.header.bg-2mau {
    background: var(--gradient-reverse);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.22);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
}

.logo_text {
    display: inline-block;
    font-size: 11px;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fix {
    padding: 0px;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
}

.wrp-consultation a {
    width: 55px;
    height: 55px;
    font-size: 3rem;
    background: var(--color-main);
    padding: 1rem;
    border-radius: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.header_search {
    position: relative;
}

.search_content {
    display: flex;
    background-color: var(--light);
    border-radius: 40px;
}

.search_input {
    width: 100%;
}

.header_search input {
    outline: none;
    height: 4.5rem;
    border: none;
    width: 100%;
    padding-left: 20px;
    font-size: 15px;
    color: var(--gray-bold);
    border-radius: 40px;
    background-color: var(--light);
}

.header_search input::placeholder {
    color: var(--gray-bold) !important;
}

.header_search button:hover {
    color: white;
}

.choise_select {
    border: none;
    padding-left: 1rem;
    height: 4.5rem;
}

.select_search {
   border: none;
   height: 100%;
   color: var(--gray-bold);
   outline: none;
   text-transform: capitalize;
   font-weight: 600;
   font-size: 14px;
   padding: 0 10px;
   overflow: hidden;
   background-color: var(--light);
   border-left: 1px solid var(--gray);
}

.select_search option {
   font-size: 15px;
   background-color: white;
   color: black;
}

.header_search button {
    padding: 5px;
}

.search_button {
    margin-left: 8px;
    height: 4.5rem;
    width: 4.5rem;
    min-width: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-main);
    border-radius: 50%;
}

.search_button i {
    color: var(--gray-bold);
}

.header_search button i {
    font-size: 18px;
}

.header_main > .container > .row > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_main > .container > .row > div:nth-child(2) > div:nth-child(1) {
    width: 100%;
    margin-right: 20px;
}

.header_main > .container > .row > div:nth-child(2) > div:nth-child(2) {
    min-width: max-content;
}

.cate_container {
    border-radius: 3px;
    border: 1px solid var(--gray);
}

.cate_container .cate_item {
    padding: 20px 16px;
    border: 1px solid var(--gray);
    height: auto;
}

.cate_title {
    padding-top: 12px;
}

.cate_title a {
    color: var(--color-black);
    font-size: 18px;
}

.cate_item:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.cate_item:hover .cate_title a {
    color: white;
}

.home_category {
    padding-bottom: 60px;
}

.home_category .swiper_custome {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: inline-flex;
    justify-content: center;
}

.home_category .swiper_custome > div {
    position: static;
    transform: none;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    font-size: 16px;
    display: flex;
    height: 32px;
    width: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 6px;
}

.h_intro_title {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.h_intro_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--color-highlight);
}

.h_intro_title span {
    color: var(--color-highlight);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 123, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button::before {
    content: '';
    margin-left: 3px;
    border-style: solid;
    border-width: 9px 0 9px 15px;
    border-color: transparent transparent transparent #fff;
}

.ar_item_big {
    position: relative;
}

.ar_item_big .inner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f58220d1;
    text-align: center;
}

.ar_item_big .article-title a {
    display: block;
    color: white !important;
    padding: 10px 16px;
}

.article-item .play-button {
    background-color: transparent;
    width: auto;
    height: auto;
}

.article-item .play-button::before {
    border-width: 25px 0 25px 38px;
}

.video_small.row {
    margin: 0 -10px;
}

.video_small.row > div {
    padding: 0 10px;
}

.article-item.video_small_item .play-button::before {
    border-width: 15px 0 15px 23px;
}

.article-item.video_small_item .inner-content {
    text-align: left;
}

.article-item.video_small_item .article-title a {
    color: var(--color-black);
}

.ss_title_small .title-section {
    text-align: left;
    padding-bottom: 8px;
    margin: 0;
}

.ss_title_small .title-section::after {
    left: 0;
    right: 0;
    background-color: var(--color-main);
}

.ss_title_small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.btn_link {
    padding: 6px 15px;
    border-radius: 30px;
    border: 1px solid var(--gray);
    color: var(--color-black);
}

footer {
    background-color: var(--light);
}

.footer_content p {
    line-height: 1.6;
}

.ft_has_hl a {
    font-weight: 700;
    padding-left: 5px;
    color: var(--color-black);
}

.footer_social .social_item {
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--color-highlight);
    margin-right: 15px;
}

.footer_social .social_item:last-child {
    margin-right: 0;
}

.footer_social .social_item:hover {
    background-color: var(--color-highlight);
    border: 1px solid var(--color-highlight) !important;
    transition: all .3s linear;
}

.footer_social .social_item i {
    color: white;
    font-size: 20px;
}

.ft_menu li::marker {
    color: var(--gray-bold);
    font-size: 18px;
}

.ft_menu .ft_menu_item {
    color: var(--color-black);
    font-size: 16px;
}

.subscribe_form {
    display: flex;
}

.subscribe_form #email-error {
    text-align: left;
    margin-left: 5px;
}

.subscribe_email input,
.subscribe_btn {
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    border: none;
    outline: none;
}

.subscribe_btn {
    width: max-content;
    margin-left: 12px;
    padding: 0 18px;
    font-weight: 600;
    background-color: var(--color-highlight);
    font-size: 18px;
    color: white;
}

.subscribe_email {
    width: 100%;
}

.subscribe_email input {
    width: 100%;
    padding-left: 1.8rem;
    border: 1px solid var(--color-highlight);
}

.gallery_raw {
    padding: 50px 0;
}

.view-small .article-item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--gray);
}

.ar_tt_black .article-title a {
    color: var(--color-black);
}

.ar_tt_black .article-title a:hover {
    color: var(--color-main);
}

.view_question .inner-image {
    width: 24px;
}

.page_ss_title {
    font-size: 18px !important;
    padding-bottom: 12px !important;
}

.view_question .article-item:last-child {
    margin-bottom: 0;
}

.view_question .inner-content {
    width: calc(100% - 24px);
    margin-left: 24px;
}

.question_number {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-highlight);
    color: white;
}

.hidden {
    position: absolute;
    top: -9999px;
    visibility: hidden;
}



.is-mobile .pagination {
    margin: 0;
    padding-top: 2rem;
}

@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .gallery_raw > .container > .row > div[class^="col-"] {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .gallery_raw > .container > .row > div[class^="col-"]:first-child {
        margin-bottom: 30px;
    }
    
    .title-section {
        font-size: 26px;
    }
    
    .cate_container .cate_item  {
        padding: 15px 13px;
    }
    
    .cate_title a {
        font-size: 16px;
    }
    
    .h_intro_title {
        font-size: 22px;
    }
    
    .view-news-first .article-title a {
        font-size: 16px;
    }
    
    .page_ss_title {
        font-size: 16px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 500px) {
    .hotlineHTML {
        width: 20rem;
        font-size: 1.2rem;
    }
}

@media (max-width: 444px) {
    .btn_link {
        padding: 4px 10px;
        font-size: 12px;
    }
}
