﻿/*#region GLOBAL */
@font-face {
    font-family: "robotoSlab_r";
    src: url(fonts/robotoSlab/roboto-slab.regular.ttf);
}

@font-face {
    font-family: "robotoSlab_b";
    src: url(fonts/robotoSlab/roboto-slab.bold.ttf);
}

@font-face {
    font-family: "robotocondensed_r";
    src: url(fonts/RobotoCondensed/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: "robotocondensed_b";
    src: url(fonts/RobotoCondensed/RobotoCondensed-Bold.ttf);
}

@font-face {
    font-family: "roboto_r";
    src: url(fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: "roboto_b";
    src: url(fonts/roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: "opensans_r";
    src: url(fonts/opensans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "opensans_b";
    src: url(fonts/opensans/OpenSans-Bold.ttf);
}

html, body {
    color: #444444;
    font-family: robotoSlab_r, sans-serif;
    margin: 0;
    padding: 0;
}

    body * {
        outline: none;
    }

a {
    color: #2a2a2a;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #2163b0;
        outline: none;
        -webkit-transition: all 100ms ease 0s;
        -moz-transition: all 100ms ease 0s;
        -o-transition: all 100ms ease 0s;
        transition: all 100ms ease 0s;
    }

figure {
    margin-bottom: 0;
}

.RadAjax.RadAjax_Default {
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}
/*#endregion */

/*#region HEADER */
.m_header_top-group {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.header-top {
    background: #c02228;
    padding: 12px 0;
}

.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

    .menu-item::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 18px;
        background: #e5e5e5;
        content: "";
    }

    .menu-item:last-child {
        padding-right: 0px;
        margin-right: 0px;
    }

        .menu-item:last-child::after {
            display: none;
        }

.m_header_top-text {
    color: #fff;
    font-size: 16px;
}

.header__langguage {
    display: flex;
    align-items: center;
}

    .header__langguage .menu-item::after {
        display: none;
    }

    .header__langguage .language, .header__langguage_mb .language {
        display: none;
    }

    .header__langguage .menu-item, .header__langguage_mb .menu-item {
        padding: 0;
        margin: 0;
    }

.search-icon, .mbsearch-icon {
    color: #fff;
    cursor: pointer;
    font-size: 17px;
}

.box-search, .mbbox-search {
    display: none;
    line-height: 1;
    min-width: 300px;
    position: absolute;
    right: 0;
    top: 38px;
}

    .box-search.active, .mbbox-search.active {
        animation: 0.4s ease 0s normal both 1 running fadeInUp;
        display: block;
        z-index: 99999;
    }

    .box-search input, .mbbox-search input {
        height: 40px;
        margin: 0;
    }

        .box-search input[type="text"], .mbbox-search input[type="text"] {
            border: 1px solid #d3d3d3;
            color: #848484;
            line-height: 28.8px;
            outline: medium none;
            padding: 5px 15px;
            transition: all 0.4s ease 0s;
            width: 75%;
        }

        .box-search input[type="submit"], .mbbox-search input[type="submit"] {
            background: #2163b0;
            border: 1px solid #d3d3d3;
            border-radius: 0;
            color: #fff;
            font-size: 14px;
            position: absolute;
            right: 0px;
            text-transform: uppercase;
            top: 0px;
            width: 80px;
            cursor: pointer;
        }

.menu__content {
    position: relative;
}

.flag-wrapper {
    width: 27px;
    height: 18px;
}

.flag-en {
    background: url(images/gb.svg) no-repeat center center;
}

.flag-vi {
    background: url(images/vn.svg) no-repeat center center;
}

.header_top {
    margin: 10px 0;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu__content {
    float: left;
    width: 100%;
}

.menu__primary {
    float: left;
    width: 100%;
}

.header__langguage_mb {
    display: none;
}

.RadMenu {
    width: 100%;
}

.menu__primary .RadMenu .rmRootGroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}

.rmRootGroup > .rmItem {
}

    .rmRootGroup > .rmItem > .rmLink {
        padding: 12px 10px;
    }

        .rmRootGroup > .rmItem > .rmLink > .rmText {
            padding: 0;
            font-size: 18px;
            font-family: robotoSlab_b;
        }

            .rmRootGroup > .rmItem > .rmLink > .rmText::after {
                content: "";
                display: block;
                clear: both;
                position: absolute;
                top: -1px;
                left: 50%;
                width: 0%;
                height: 1px;
                background: red;
                transition: all 0.3s;
                transform: translateX(-50%);
            }

    .rmRootGroup > .rmItem:hover > .rmLink > .rmText {
        color: #2163b0;
    }

        .rmRootGroup > .rmItem:hover > .rmLink > .rmText::after {
            width: 100%;
            transition: all 0.3s;
        }

.rmRootGroup .rmItem .rmSlide {
}

    .rmRootGroup .rmItem .rmSlide .rmGroup {
        min-width: 200px;
    }

        .rmRootGroup .rmItem .rmSlide .rmGroup .rmItem {
            background: #fff;
            padding: 0 15px;
        }

            .rmRootGroup .rmItem .rmSlide .rmGroup .rmItem .rmLink {
            }

                .rmRootGroup .rmItem .rmSlide .rmGroup .rmItem .rmLink .rmText {
                    margin: 0;
                    padding: 10px 0;
                    border-bottom: 1px solid #ccc;
                }

            .rmRootGroup .rmItem .rmSlide .rmGroup .rmItem:last-child .rmLink .rmText {
                border-bottom: none;
            }

            .rmRootGroup .rmItem .rmSlide .rmGroup .rmItem:hover {
                background: #2163b0;
            }

                .rmRootGroup .rmItem .rmSlide .rmGroup .rmItem:hover > .rmLink > .rmText {
                    color: #fff;
                    border-bottom: 1px solid #2163b0;
                }

.RadMenu::after, .RadMenu .rmRootGroup::after {
    display: none !important;
}
/*#endregion */

/*#region BANNER */
.title-nav {
    font-size: 60px;
    color: #fff;
    font-family: robotocondensed_b;
    text-transform: uppercase;
    line-height: 1.1;
}

.navigate ol {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    list-style: none;
}

    .navigate ol li a {
        color: #fff;
        font-family: roboto_r;
        font-size: 20px;
    }

.banner {
    clear: both;
}

.nav-banner {
    clear: both;
    position: relative;
}

.group-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.banner_image {
    margin: 0;
}

.banner_item {
    width: 100%;
    float: left;
}

    .banner_item .img-fluid {
        width: 100%;
    }

.banner .owl-nav [class^="owl-"] {
    color: #fff;
    line-height: 1;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    z-index: 100;
    height: 65px;
    width: 40px;
    cursor: pointer;
    font-size: 48px;
}

.banner .owl-prev {
    left: 40px;
}

.banner .owl-next {
    right: 40px;
}

.banner:hover .owl-nav [class^="owl-"] {
    opacity: 1;
    visibility: visible;
}

.banner .owl-nav.disabled {
    display: none;
}


.banner .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
}

    .banner .owl-dots::after, .banner .owl-dots:before {
        content: "";
        bottom: 0;
        position: absolute;
    }

    .banner .owl-dots::after {
        border-left: 0px solid transparent;
        border-right: 15px solid transparent;
        right: -14px;
        border-bottom: 24px solid #fff;
    }

    .banner .owl-dots::before {
        border-left: 15px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 24px solid #fff;
        left: -14px;
    }

.banner .owl-dot {
    padding: 5px;
}

.banner .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e5e5;
}

.banner .owl-dot.active span {
    background: #2163b0;
}

.box_testimonial .owl-dots {
    background: none;
    bottom: -20px;
}

.owl-nav.disabled {
    display: none;
}
/*#endregion */

/*#region HOME */
.group_title.title_newhome {
    padding-top: 40px;
    font-size: 44px;
    text-align: center;
    font-family: robotocondensed_b;
    color: #c02228;
    text-transform: uppercase;
    line-height: 1.0;
}

    .group_title.title_newhome a {
        color: #c02228;
    }


        .group_title.title_newhome a:hover {
            color: #2163b0;
        }

    .group_title.title_newhome h2 {
        font-size: 44px;
    }

.group_desc.desc_newhome {
    color: #2163b0;
    text-align: center;
    font-family: roboto_r;
    font-size: 20px;
}

.menu_group_home {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.menu_group_home_item {
    margin: 25px 0;
}

.menu_group_home_item_text {
    margin: 0 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: roboto_r;
    white-space: nowrap;
}

.article-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}


.article-item {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 5px 0px #696969;
    background: #fff;
}

    .article-item figure {
        margin-bottom: 30px;
        position: relative;
    }

        .article-item figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.article-detail {
    padding: 0 10px 30px;
}

    .article-detail .article-title a h3 {
        font-size: 18px;
        font-family: robotoSlab_b;
    }

.threedots {
    color: #2163b0;
}

    .threedots:hover {
        color: #0baf4d;
    }

.monkey-a-active span {
    font-family: roboto_b;
    color: #222;
}

.xemthem {
    padding: 30px 0;
}

    .xemthem a {
        display: block;
        margin: 0px auto 0;
        width: 170px;
        height: 38px;
        border-radius: 20px;
        background: #2163b0;
        line-height: 38px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        transition: 0.4s;
        overflow: hidden;
        text-align: center;
        border: 1px solid #2163b0;
    }

        .xemthem a::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            opacity: 0;
            background-color: #fff;
            transform: scale(0.5, 1);
            border-radius: 20px;
            transition: all 0.4s;
        }

        .xemthem a:hover {
            color: #2163b0;
            transition: all 0.4s;
        }

            .xemthem a:hover::before {
                opacity: 1;
                -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
            }

.date-new {
    position: absolute;
    bottom: -15px;
    left: 20px;
    background: #c02228;
    border-radius: 100%;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.day-new {
    font-size: 26px;
    line-height: 1.0;
    font-family: roboto_b;
}

.month, .year {
    font-size: 14px;
    line-height: 1.0;
}

.bgc {
    background: #f9f6ef;
}

.bgw {
    background: #fff;
}

.list-menu_grouphome.list_menu_grouphome_hasimg {
    padding: 30px 0 60px;
}

    .list-menu_grouphome.list_menu_grouphome_hasimg .article-item figure {
        margin-bottom: 10px;
    }

        .list-menu_grouphome.list_menu_grouphome_hasimg .article-item figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.title_menu {
    font-family: opensans_b;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
}

.list-menu_grouphome .article-detail {
    padding-bottom: 10px !important;
}

.grid-1 .article-items {
    grid-template-columns: 1fr;
}

.grid-3 .article-items {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 .article-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5 .article-items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-12 .article-items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.page-cocau .article-item {
    border: unset;
    box-shadow: unset;
    background: unset;
}

    .page-cocau .article-item .article-detail {
        padding: 0 0 30px;
    }

    .page-cocau .article-item:nth-child(1) {
        grid-column: 5/9;
    }

    .page-cocau .article-item:nth-child(2) {
        grid-column: 1/4;
    }

    .page-cocau .article-item:nth-child(3) {
        grid-column: 4/7;
    }

    .page-cocau .article-item:nth-child(4) {
        grid-column: 7/10;
    }

    .page-cocau .article-item:nth-child(5) {
        grid-column: 10/13;
    }
 	.page-cocau .article-item:nth-child(6) {
        grid-column: 1/4;
    }
 	.page-cocau .article-item:nth-child(7) {
        grid-column: 4/7;
    }
    .page-cocau .article-item:nth-child(8) {
		grid-column: 7/10;
	}
.page_lydo .article-items {
    padding: 30px 0 30px !important;
}

.tintuc .article-items {
    padding: 30px 0 60px;
}

    .tintuc .article-items .article-item {
        border: none;
        box-shadow: none;
        background: unset;
    }

        .tintuc .article-items .article-item figure {
            padding-bottom: 20px;
            margin-bottom: 15px;
        }

            .tintuc .article-items .article-item figure::after {
                position: absolute;
                content: "";
                height: 1px;
                width: 70px;
                background: #2163b0;
                bottom: 0;
                left: 0;
            }

        .tintuc .article-items .article-item .article-title a h3 {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 0;
        }

.page_menu .tintuc:first-child .article-items {
    grid-template-columns: 100%;
}

    .page_menu .tintuc:first-child .article-items .article-item figure {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .page_menu .tintuc:first-child .article-items .article-item figure::after {
            display: none;
        }

    .page_menu .tintuc:first-child .article-items .article-item .article-title a h3 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 0;
        text-align: center;
    }

.article-items .article-item figure a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.article-items .article-item figure img {
    transition: 0.3s;
}

    .article-items .article-item figure img:hover {
        transform: scale(1.1);
        transition: 0.3s;
    }
/*#endregion*/

/*#region ARTICLE */
.slide-gallery-home {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

    .slide-gallery-home .item .item-box figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.checknew {
    width: 40px;
    display: inline-block;
}

.news__single_body img {
    max-width: 100%;
}

.hot_content .article-items {
    grid-template-rows: 1fr 1fr;
}

    .hot_content .article-items .article-item:nth-child(1) {
        grid-column: 1/3;
        grid-row: 1/3;
    }

.related_content .article-items .article-item:nth-child(1) .article-title a h3 {
    font-size: 32px;
}

.page-content.page-article {
    padding: 60px 0;
}

.page-content.article_listing {
    padding-top: 60px;
}

.listing_item_hot {
    padding: 60px 0 60px;
}

/*.article__single_inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
}*/

.news__single_content .date-new {
    position: unset;
}

.news__title {
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 15px;
    align-items: center;
    margin-bottom: 40px;
}

    .news__title h1 {
        margin-bottom: 0;
        font-family: robotoSlab_b;
        font-size: 36px;
    }

    .news__title.news__title_nodate {
        display: block;
    }

.DivbtLike {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 10px;
}

.news__single_body {
    margin-bottom: 30px;
}

.comment_fb {
    margin-bottom: 30px;
}

.related_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

    .related_content .article-title a h3 {
        font-size: 17px;
        font-family: robotoSlab_b;
        margin-bottom: 0px;
    }

.related_title h5 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 35px;
    font-family: robotocondensed_b;
    text-transform: uppercase;
    color: #c02228;
}

.widget__name {
    border-bottom: 1px solid #afafaf;
    margin-bottom: 20px;
    padding-bottom: 4px;
}

    .widget__name a {
        border-bottom: 1px solid #c02228;
        font-size: 20px;
        font-family: robotoSlab_b;
        padding-bottom: 6px;
    }

.widget__content .widget__item {
    margin-bottom: 15px;
}

    .widget__content .widget__item .widget__inner {
        display: grid;
        grid-template-columns: 140px auto;
        grid-gap: 15px;
    }

        .widget__content .widget__item .widget__inner figure {
            margin-bottom: 0;
        }

            .widget__content .widget__item .widget__inner figure img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

.box_sidebar_Noimg .widget__content .widget__item .widget__inner {
    grid-template-columns: 1fr;
}

    .box_sidebar_Noimg .widget__content .widget__item .widget__inner .widget__desc .widget__title {
        padding-left: 20px;
        position: relative;
    }

        .box_sidebar_Noimg .widget__content .widget__item .widget__inner .widget__desc .widget__title::before {
            position: absolute;
            left: 0;
            top: 10px;
            background: #c02228;
            height: 5px;
            width: 5px;
            content: "";
            border-radius: 100%;
        }
/*#endregion */

/* #region gioithieu*/
.name_intro {
    font-size: 44px;
    text-align: center;
    font-family: robotocondensed_b;
    color: #c02228;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 5px;
}

.desc_intro {
    text-align: center;
    font-family: robotoSlab_b;
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 1.1;
}

.desc_intro_inner img {
    max-width: 100%;
}

.qc_intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    border-top: 1px solid #afafaf;
    padding-top: 30px;
}

.desc_intro_inner figure {
    margin-bottom: 60px;
}

.item_qc {
    text-align: center;
}

    .item_qc .count-number {
        font-family: robotocondensed_b;
        font-size: 54px;
        color: #c02228;
        line-height: 1.0;
    }

    .item_qc .name-number {
        font-size: 26px;
    }

.detail_intro {
    padding-bottom: 60px;
}

.page-content.page-introduction {
    padding-bottom: 0;
    padding-top: 60px;
}

.page-content.page_menu {
    padding: 0;
}

.page_menu .article-items {
    padding: 30px 0 0px;
}

.m_intro_sidebar {
    list-style: none;
}

.m_intro_sidebar-item {
    margin-bottom: 20px;
}

    .m_intro_sidebar-item a {
        font-size: 18px;
    }
/*#endregion*/

/*#region gallery*/
.button-group {
    text-align: center;
    padding: 40px 0;
}

    .button-group a {
        font-size: 20px;
        text-transform: uppercase;
        padding: 0 20px;
        cursor: pointer;
    }

        .button-group a.active {
            font-weight: bold;
            color: #2163b0;
        }

.grids .item {
    width: calc(100%/3);
    padding: 15px;
}

    .grids .item .item-box {
        position: relative;
    }

        .grids .item .item-box .inner-project {
            position: absolute;
        }

        .grids .item .item-box .inner-project {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            padding: 20px;
            background: rgba(33, 99, 176, 0.8);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            opacity: 0;
            transition: 0.5s;
        }

        .grids .item .item-box:hover .inner-project {
            opacity: 1;
            transition: 0.5s;
        }

        .grids .item .item-box .inner-project .content-project h3 {
            margin-bottom: 0;
            font-family: robotoSlab_r;
            font-size: 20px;
            color: #fff;
        }

        .grids .item .item-box .inner-project .control {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

            .grids .item .item-box .inner-project .control a {
                color: #fff;
                font-size: 60px;
            }
/*#endregion*/

/*#region contact*/
.page-contact {
    padding: 60px 0;
}

.contact_content_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 30px;
    padding-bottom: 40px;
}

    .contact_content_items .contact_content_item p {
        margin-bottom: 0;
    }

    .contact_content_items .contact_content_item img {
        margin-bottom: 15px;
    }

.map {
    height: 600px;
}

.form-groups {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.danhba-items-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

    .danhba-items-inner .danhba-item {
        border-top: 1px solid #afafaf;
        padding-left: 15px;
        position: relative;
        padding-top: 15px;
    }

        .danhba-items-inner .danhba-item:nth-child(1), .danhba-items-inner .danhba-item:nth-child(2) {
            border-top: none;
        }

        .danhba-items-inner .danhba-item::after {
            position: absolute;
            content: "";
            background: #c02228;
            height: 5px;
            width: 5px;
            left: 0;
            top: 25px;
            border-radius: 100%;
        }

        .danhba-items-inner .danhba-item p {
            margin-bottom: 0;
        }

.name-form-groups {
    font-size: 44px;
    padding: 50px 0 30px;
    font-family: robotocondensed_b;
    color: #c02228;
    text-transform: uppercase;
    line-height: 1.1;
}

.form-contact-inner {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr;
}

    .form-contact-inner .form-group {
        margin-bottom: 0;
        border-bottom: 1px solid #afafaf;
    }

        .form-contact-inner .form-group .input-text {
            display: flex;
            align-items: center;
        }

            .form-contact-inner .form-group .input-text i {
                color: #c02228;
                font-size: 18px;
            }

        .form-contact-inner .form-group input {
            height: 40px;
            border: none;
            width: 100%;
            padding: 0 0 0 20px;
            font-size: 14px !important;
            color: #000 !important;
            font-family: robotoSlab_r !important;
        }

        .form-contact-inner .form-group textarea {
            height: 200px;
            border: none;
            width: 100%;
            padding: 0 0 0 20px;
            font-size: 14px !important;
            color: #000 !important;
            font-family: robotoSlab_r !important;
        }

.form-group.x-content .input-text {
    align-items: unset;
}
/*#endregion*/

/*#region FOOTER */
.hotline-fix {
    display: none;
}

    .hotline-fix a {
        position: fixed;
        left: 35px;
        bottom: 20px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #c02228;
        border-radius: 100%;
        background: #c02228;
    }

        .hotline-fix a span {
            color: #fff;
        }

.footer_contact, .footer_info {
    font-family: robotoSlab_r;
}

    .footer_contact strong, .footer_info strong {
        font-family: robotoSlab_b;
        font-weight: normal;
    }

.ft-top {
    background: #c02228;
    color: #fff;
    font-size: 15px;
}

.ft-top-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 30px 0;
}

.ft-bot {
    background: #9a1b20;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

    .ft-bot a {
        color: #fff;
    }

        .ft-bot a:hover {
            color: #2163b0;
        }

.ft-bot-inner {
    font-size: 14px;
}

.copyright {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

    .copyright::after {
        position: absolute;
        content: "";
        height: 15px;
        width: 1px;
        background: #fff;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.menu-footer {
    display: none;
}
/*#endregion */

/*#region DANGKY*/
.page_dangky {
    padding: 60px 0;
}

.name_page h1 {
    font-size: 44px;
    text-align: center;
    color: #c02228;
    font-family: robotocondensed_b;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.dk-item {
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.dangky_inner {
    margin: auto;
    width: 85%;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 10px;
}

.dk-group-item {
    margin-bottom: 20px;
}

    .dk-group-item.dk-group-item-cmt {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0px;
        grid-gap: 60px;
    }

    .dk-group-item .control .form-check {
        padding-left: 50px;
        margin-bottom: 10px;
    }

        .dk-group-item .control .form-check label {
            margin-right: 10px;
            margin-left: 0;
        }

        .dk-group-item .control .form-check input {
        }

        .dk-group-item .control .form-check:first-child {
            margin-top: 10px;
        }

.control input[type="text"] {
    padding-left: 15px;
    height: 35px;
    font-size: 14px !important;
    font-family: robotoSlab_r !important;
    border-width: 0px 0px 1px 0px !important;
    width: 100%;
    border-color: #b3b3b3;
}

.detail-form {
    padding: 50px 100px;
    border: 1px solid #aeaeae;
}

.input-group.date {
    align-items: center;
}

input.datepicker {
    border-radius: 0 !important;
    border: 1px solid #b3b3b3;
    margin-right: 10px;
    height: 35px;
    font-size: 14px;
    padding-left: 15px !important;
}

.datepicker {
    font-size: 14px;
}

.form-check-inline {
    margin-right: 40px;
}

.dk-group-item.baoluu .baoluu_inner {
    padding-left: 50px;
}

    .dk-group-item.baoluu .baoluu_inner .dk-item {
        margin-bottom: 10px;
    }

        .dk-group-item.baoluu .baoluu_inner .dk-item:first-child {
            margin-top: 10px;
        }

.btn-dky-item {
    padding-top: 30px;
    text-align: center;
}
/*#endregion */
/*#region OTHER */
.news__single_body a {
    color: blue;
}

.news__single_body p {
    margin-bottom: 0;
}

td {
    vertical-align: middle !important;
}

.pager.paged {
    padding: 35px 0 60px;
}

.num {
    display: inline-flex;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    justify-content: center;
    border: 1px solid #afafaf;
    margin-right: 10px;
    background: #c02228;
    color: #fff;
}

    .num:hover, .num.select {
        background: #2163b0;
        color: #fff;
    }

#back-to-top {
    height: 40px;
    width: 40px;
    background: #2163b0;
    border: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    color: #fff;
    border-radius: 50%;
}

    #back-to-top span {
        color: #fff;
        display: block;
        font-size: 25px;
        line-height: 36px;
        position: relative;
        animation: vibrate 2s linear 0s infinite;
        -moz-animation: vibrate 2s linear 0s infinite;
        -webkit-animation: vibrate 2s linear 0s infinite;
        -o-animation: vibrate 2s linear 0s infinite;
    }

    #back-to-top:hover {
        background: #0baf4d;
    }

.social-fixed {
    position: fixed;
    left: 0;
    top: 40%;
    width: 50px;
    z-index: 9999;
}

    .social-fixed a {
        cursor: pointer;
        text-align: center;
        position: absolute;
        left: 0;
        transition: width .25s;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        background: #2163b0;
    }

        .social-fixed a i {
            font-size: 20px;
        }

        .social-fixed a:hover {
            width: 100px;
        }

.social_cp_fixed {
    top: 0px;
}

.social_em_fixed {
    top: 55px;
}

.social_yt_fixed {
    top: 110px;
}

.social_fb_fixed {
    top: 165px;
}

.social_insta_fixed {
    top: 220px;
}


@keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Firefox */
@-moz-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Safari and Chrome */
@-webkit-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Opera */
@-o-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/*======================================
2. animated play btn, call hotline
======================================*/
.play-now {
    position: fixed;
    left: 40px;
    bottom: -5px;
    display: none;
    border-radius: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
}

    .play-now .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #50aab2;
        color: #fff;
        z-index: 1;
        font-size: 18px;
        padding-left: 0px;
        display: block;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 5px 10px 0 rgba(80, 170, 178, .1);
        -moz-box-shadow: 0 5px 10px 0 rgba(80, 170, 178, .1);
        -ms-box-shadow: 0 5px 10px 0 rgba(80, 170, 178, .1);
        -o-box-shadow: 0 5px 10px 0 rgba(80, 170, 178, .1);
        box-shadow: 0 5px 10px 0 rgba(80, 170, 178, .1);
    }

    .play-now .ripple,
    .play-now .ripple:before,
    .play-now .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 45px;
        width: 45px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
        -moz-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
        -ms-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
        -o-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
        box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

        .play-now .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .play-now .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
/*#endregion */
