* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}

body ul li {
    list-style-type: none;
}

.nav {
    background-color: #282626;
    width: 100%;
    position: fixed;
    z-index: 10;
    clear: both;
}

.logo {
    display: inline-block;
    padding-left: 10px;
    padding-top: 12px;
    height: 80px;
}

.logo img, .logo_12 img, .footer-logo img {
    max-width: 70px;
}

ul#menu {
    display: none;
}

ul#menu li a {
    width: 100%;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.05em;
    padding: 30px 1em;
    transition: background 0.2s;
    text-decoration: none;
}

ul#menu a:hover {
    background-color: #fff;
    color: #282626;
}

.top-slider {
    top: 80px;
}

.top-slider .slick-prev,
.top-slider .slick-next {
    height: 100%;
    width: 150px;
    color: #fff;
    z-index: 1;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

.slick-next {
    right: 0;
    z-index: 1;
}

.slick-prev:before {
    content: '❮';
}

.slick-next:before {
    content: '❯';
}

.top-slider .slick-dots {
    bottom: 20px;
}

.top-slider .slick-dots li button:before {
    display: block;
    font-size: 30px;
    content: '';
    width: 23px;
    height: 2px;
    background: #fff;
}

.top-slider .slick-slide img {
    width: 100%;
}

ul.hamburger li {
    height: 5px;
    background: #fff;
    content: "";
    position: relative;
    transition: 0.25s ease-in-out;
}

.hidden {
    opacity: 0;
}

.rot45deg {
    transform: rotate(45deg);
    top: 10px !important;
}

.rot-45deg {
    transform: rotate(-45deg);
}

ul.hamburger {
    display: block;
}

ul.hamburger li:nth-child(1) {
    top: 0;
}

ul.hamburger li:nth-child(2) {
    top: 5px;
}

ul.hamburger li:nth-child(3) {
    top: 10px;
}

.hamburger-container {
    width: 38px;
    height: 30px;
    cursor: pointer;
    float: right;
}

#primary {
    min-height: calc(100vh - 446px);
    position: relative;
}

.main_content {
    display: block;
    width: 100%;
    position: relative;
}

.container {
    position: relative;
}

.div_about {
    display: block;
    padding: 100px 0px;
}

.title_9 {
    font-size: 40px;
    color: #282626;
    font-weight: bold;
}

.title_9::after {
    content: "";
    display: block;
    width: 50px;
    margin: auto;
    margin-top: 10px;
    border-bottom: 2px solid #f89223;
}

.div_about .box_about {
    text-align: center;
    padding: 0px 15px;
}

.div_about .box_about .image {
    display: block;
}

.div_about .box_about {
    text-align: center;
    padding: 0px 15px;
}

.div_about .box_about h4 {
    font-size: 28px;
    font-weight: bold;
}

.text_color_1 {
    color: #282626;
}

.div_about .box_about .desc_about {
    font-size: 18px;
}

.text_color_2 {
    color: #868280;
}

.div_about .more {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.btn-orange {
    padding: 10px 30px;
    background: #f89223;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.layout_0701 {
    display: block;
    padding: 100px 0px;
    position: relative;
    background: url(../images/Strategy_Goals_4.png) no-repeat center;
    background-size: contain;
}

.layout_0701:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(18, 16, 16, 0.8);
}

.div_studio {
    display: block;
    color: #fff;
}

.div_studio .box_about {
    margin: 25px auto;
    text-align: center;
    padding: 0px 15px;
    width: 85%;
    color: #aba7a5;
    font-size: 18px;
}

.div_studio .box_count {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
}

.div_studio .box_count .image {
    display: block;
    width: 180px;
    height: 180px;
    margin: auto;
}

.div_studio .box_count .count {
    font-size: 70px;
    margin: 15px 0px 5px 0px;
    font-weight: bold;
    line-height: 70px;
}

.layout_0702 {
    display: block;
    padding: 100px 0px;
    position: relative;
    background: #f4f4f4;
}

.d_block_app {
    display: block;
    text-align: center;
    padding: 20px;
    margin: auto;
    position: relative;
}

.d_block_app .image {
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10%;
    display: block;
}

.d_block_app .image img {
    opacity: 0.6;
    width: 95%;
}

.d_block_app .info {
    display: none;
}

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

.m_image_2 {
    display: inline !important;
}

.slick-current .d_block_app .image {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 0%;
    display: block;
}

.slick-current .d_block_app .image img {
    opacity: 1;
}

.slick-current .d_block_app .info {
    display: block;
}

.mid-slider .slick-prev::before,
.mid-slider .slick-next::before {
    font-size: 60px;
    color: #f89223;
}

.mid-slider .slick-prev,
.mid-slider .slick-next {
    top: 88px;
}

.mid-slider .slick-dots li button:before {
    font-size: 5px;
}

.layout_05 {
    display: block;
    width: 100%;
    padding: 100px 0px;
    position: relative;
}

.div_mangkhac {
    display: block;
    position: relative;
}

.div_mangkhac .box_mang {
    display: block;
    text-align: center;
    color: #3d4f59;
    cursor: pointer;
}

.div_mangkhac .box_mang .image {
    /* display: block; */
    width: 200px;
    height: 200px;
    margin: auto;
    background-color: #f89223;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background-size: cover;
    position: relative;
}

.div_mangkhac .box_mang .image {
    /* display: block; */
    width: 200px;
    height: 200px;
    margin: auto;
    background-color: #f89223;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background-size: cover;
    position: relative;
}

.show_mobile {
    display: none;
}

.product_desc_item:first-child {
    display: block;
}

.total_col_4 .col_c_1.product_desc_item:after {
    left: 9%;
}

.total_col_4 .col_c_2.product_desc_item:after {
    left: 36%;
}

.total_col_4 .col_c_3.product_desc_item:after {
    left: 61%;
}

.total_col_4 .col_c_4.product_desc_item:after {
    right: 9%;
}

.layout_footer {
    padding: 40px 0;
    background: #333131;
    color: #fff;
    font-size: 14px;
}

.div_copyright {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.footer_contact {
    display: block;
    font-size: 14px;
}

.footer_contact .title {
    font-size: 16px;
    font-weight: bold;
}

.footer_contact .title::after {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
}

.footer_contact .box_contact {
    display: block;
}

.footer_contact .box_social {
    display: block;
}

.footer_contact .box_contact i {
    display: inline;
    width: 25px;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
}

.box_social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #0a1749;
    margin-right: 10px;
}

.about-content {
    margin: 60px 0;
}

.contact-content,
.recruit-content,
.posts-content,
.post-content {
    margin-top: 80px;
}

.div_conver {
    display: block;
    position: relative;
}

.div_conver .title_conver {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.div_conver .title_conver .box_a1 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(10%);
}

.div_conver .title_conver .box_c1 {
    color: #fff;
    width: 100%;
    margin: auto;
    border: 1px solid #fff;
    padding: 50px;
    text-align: center;
    position: relative;
    background: #00000038;
}

.div_conver .title_conver .box_c1 .t1 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

.div_conver .title_conver .box_c1 .t2 {
    font-size: 40px;
    font-weight: bold;
}

.div_conver .title_conver .b1 {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: -66px;
    margin-top: 46px;
}

.btn_16_50 {
    padding: 14px 50px !important;
    font-weight: 700;
    font-size: 20px;
}

.btn_chuan {
    padding: 16px 32px !important;
}

.btn-orange {
    padding: 10px 30px;
    background: #f89223;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.w-100 {
    width: 100% !important;
}

.mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
}

.mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
}

.text-white {
    color: #fff !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.gallery_ctn {
    background: #000;
    white-space: nowrap;
    overflow: hidden;
}

.gallery_ctn .swiper {
    vertical-align: top;
    height: 400px;
    display: inline-block;
}

.gallery_ctn .img_th {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.img_gray {
    filter: grayscale(100%);
}

.block_trichdan {
    display: block;
    margin-bottom: 100px;
}

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

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.trichdan_2 .text-quote {
    font-size: 20px;
}

.block_trichdan .text-quote {
    font-size: 35px;
    padding-left: 10px;
}

.block_trichdan .auth {
    display: block;
}

.div_flex_2 {
    display: flex;
    align-items: center;
}

.block_trichdan .auth .auth_name {
    font-size: 20px;
    font-weight: bold;
    color: #3d4f59;
}

.block_trichdan .auth .about {
    font-size: 16px;
}

.btn_16_50 {
    padding: 14px 50px !important;
    font-weight: 700;
    font-size: 20px;
}

.trichdan_2 .auth .avatar {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    margin: auto;
}

.pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
}

.layout_012 {
    display: block;
    position: relative;
    padding: 30px 0px;
    background: #f4f4f4;
}

.layout_012 .t1 {
    font-size: 35px;
    font-weight: 200;
    color: #868280;
}

.layout_012 .t2 {
    font-size: 50px;
    font-weight: bold;
}

.layout_tuyendung {
    display: block;
    position: relative;
    padding: 80px 0px;
}

.mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    position: relative;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card .card-header .card-title {
    float: left;
    left: 10px;
    margin-bottom: 0 !important;
}

.card-01 {
    border: 1px solid #868280 !important;
    border-radius: 0.50rem !important;
}

.card-01 .card-header {
    border-bottom: 0 !important;
    background: #868f95 !important;
    text-transform: unset !important;
}

.card-01 .card-header:first-child {
    border-radius: calc(0.50rem - 1px) calc(0.50rem - 1px) 0 0 !important;
}

.card-01 .card-header .card-title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.text-bold {
    font-weight: bold;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.img_gray:hover {
    filter: none;
}

.div_page {
    padding: 60px 0px;
}

.page_contact {
    width: 100%;
    margin: auto;
}

.h-100 {
    height: 100% !important;
}

.bg-contact {
    background: #fff url(../images/bg_contact.jpg) top center;
    background-size: cover;
}

.div_contact {
    padding: 100px 0px;
}

.box_contact_2 {
    width: 70%;
    margin: auto;
}

.c89 {
    float: left;
    width: 28px;
    display: block;
}

.c90 {
    margin-left: 45px;
}

.contact_title_01 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}

.contact_title_02 {
    font-size: 16px;
    font-weight: 500;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.border-0 {
    border: 0 !important;
}

.block_list_ebook {
    display: block;
    width: 100%;
    position: relative;
}

.list_book_type_block {
    display: block;
    position: relative;
    width: 100%;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.box_item_news .image img {
    width: 100%;
    max-width: 300px;
    max-height: 200px;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.w-60 {
    width: 60%;
}

.box_item_news .title_news {
    font-size: 20px;
    line-height: 27px;
    color: #ac9143;
    font-weight: bold;
    display: block;
}

.box_item_news .date {
    font-size: 16px;
    font-weight: 200;
    margin-top: 10px;
    display: block;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.text-justify {
    text-align: justify !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.content_title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0px 5px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f89223;
}

.div_body_content {
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.div_body_content img {
    display: block;
    max-width: 100%;
}

.content_title .date {
    font-size: 16px;
    font-weight: 200;
}

.text_color_3 {
    color: #beb7b3;
}

.widget_title {
    display: block;
    color: #ac9143;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}

.widget_tintuc .box_item .image img {
    width: 100%;
}

.widget_tintuc .box_item {
    display: block;
    margin-bottom: 20px;
}

.widget_tintuc .widget_title {
    display: block;
    font-weight: bold;
    color: #3D4F59;
    text-align: left;
}

.widget_tintuc .widget_title::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #f89223;
}

.widget_tintuc .box_item .title a {
    color: #f89223;
}

.widget_tintuc .box_item .date {
    font-weight: 300;
    display: block;
}

.icon_top {
    background: url(../images/bg-head-title.png) left no-repeat;
}

.banner-iframe {
    top: 80px;
    position: relative;
    background: url(../images/banner_sanpham.jpg) center center / cover no-repeat;
    height: 500px;
}

.mar-bot30 {
    margin-bottom: 30px;
}

.frame-video {
    background: #f4f4f4;
    padding: 5px 5px 10px 5px;
}

.title-video {
    position: relative;
    padding-bottom: 10px;
}

.icon-game img {
    width: 70px;
    height: 70px;
    background-size: contain;
}

.icon-android {
    width: 25px;
    height: 25px;
    background: url(../images/icon_android.png) no-repeat center;
    background-size: contain;
    margin-top: 10px;
    display: inline-block;
}

.icon-ios {
    width: 25px;
    height: 25px;
    background: url(../images/icon_ios.png) no-repeat center;
    background-size: contain;
    margin-top: 10px;
    left: 40px;
    display: inline-block;
}

.title-item {
    position: absolute;
    left: 80px;
    top: 10px;
    width: 75%;
}

.txt-bold {
    font-weight: bold;
}

.txt-footer {
    color: #fff;
}

.mar-bot60 {
    margin-bottom: 60px;
}

.title-des {
    display: block;
    margin-top: 10px;
}

.frame-video .title-video .title-item a {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.frame-video .hidden-text {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 4px;
}

@media screen and (max-width: 1366px) {
    .recruit-content .div_conver {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .product_desc_item {
        border: 2px solid #d3cfcc;
        padding: 30px;
        color: #444;
        margin-top: 50px;
        position: relative;
        display: none;
    }

    .product_desc_item:after {
        content: '';
        display: inline-block;
        width: 40px;
        height: 17px;
        position: absolute;
        top: -17px;
        background: url(../images/icon_arrow.png) no-repeat;
    }

    .div_conver .title_conver .box_a1 {
        margin-top: calc(20%) !important;
    }
}

@media screen and (max-width: 1200px) {
    .banner-iframe {
        display: none;
    }

    .hide_mobile {
        display: none !important;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .show_mobile {
        display: block;
        text-align: center;
    }

    .div_conver .title_conver .box_a1 {
        margin-top: calc(10%) !important;
        width: 95% !important;
    }

    .div_conver .title_conver .box_c1 .t1 {
        font-size: 4em !important;
    }

    .div_conver .title_conver .box_c1 .t2 {
        font-size: 3em !important;
    }
}

@media screen and (min-width: 900px) {
    .hamburger-container {
        display: none;
    }

    .nav ul#menu {
        display: inline;
        margin-bottom: 0;
    }

    .nav ul#menu li {
        display: inline-block;
        margin-right: -5px;
    }

    #menu {
        float: right;
    }
}

@media screen and (max-width: 900px) {
    .logo {
        text-align: center;
        padding-top: 12px;
        display: inline-block;
        width: 100%;
    }

    .hamburger-container {
        margin-top: -55px;
        margin-right: 15px;
    }

    .nav ul#menu li {
        text-align: right;
    }

    .mid-slider .slick-prev,
    .mid-slider .slick-next {
        top: 195px;
    }
}

.ql-align-center img {
    margin: 0 auto;
}

.ql-align-right img {
    margin-left: auto;
}

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