* {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
body {
    overflow-x: hidden;
}
.block {
    display: block;
}
.hide {
    display: none;
}
.muoitam {
    background: url("../img/icon_18.jpg");
    width: 150px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
}

.right_btn_prev {
    position: fixed;
    left: 0;
    background: url(../img/left_btn_next.png) no-repeat;
    height: 49px;
    width: 27px;
    padding: 0;
    top: 83%;
    z-index: 998;
    border: 0;
    border-radius: 0;
    left: 10px;
}
.right_bg {
    width: 300px !important;
    height: 207px !important;
    background: url(../img/fgstudio_tuongtro.png) no-repeat;
    display: block;
    position: fixed;
    left: 0 !important;
    top: 77% !important;
    z-index: 999 !important;
    border: 0 !important;
}
.close_right {
    background: url(../img/left_btn_prev.png) no-repeat;
    height: 49px;
    width: 27px;
    position: relative;
    top: 55px;
    border: 0;
    border-radius: 0;
    left: 300px;
    padding: 0;
    z-index: 99;
}

.right_bg_tn {
    width: 270px;
    height: 148px;
    display: block;
    padding: 72px 0 0 14px;
}

.right_bg_tn p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 22px;
}
.right_bg_tn .right_dn {
    color: #c95636;
}
.right_bg_tn .right_dk {
    color: #fff;
}
.right_bg_tn .right_dn a {
    float: right;
    color: #fff;
}
.right_bg_tn .right_dk a {
    float: right;
    color: #fff;
}

.bgcolor_nav {
    background: #2d313b !important;
    height: 84px;
    position: relative;
    z-index: 100;
}
.nav_icon {
    position: relative;
    top: 30px;
}
.menu_text li a {
    color: #fff;
    padding: 4px 40px !important;
}
.menu_text li a.nav_home {
    background: url("../img/btn_home.png");
    width: 160px;
    height: 50px;
    display: block;
    margin-right: 10px;
}
.menu_text li a.nav_fanpage {
    background: url("../img/btn_fanpage.png");
    width: 160px;
    height: 50px;
    display: block;
}
.menu_text li a.nav_home:hover,
.menu_text li a.nav_fanpage:hover,
.right_btn_prev:hover,
.close_right:hover {
    filter: brightness(120%);
}
.menu_text li a:hover {
    color: #eb6c2e;
}

.bg_thanlong {
    background: url(../img/bg6.jpg) no-repeat center top;
    position: relative;
    margin: 0 auto;
    height: auto;
    z-index: 99;
}
.bg_thanlong_news {
    background: url(../img/bg_news.jpg) no-repeat center top #c65133;
    position: relative;
    margin: 0 auto;
    height: auto;
    z-index: 99;
    /* padding-bottom: 80px; */
}

.bg1 {
    width: 1200px;
    height: 850px;
    position: relative;
    margin: 0 auto;
}
.bg1_news {
    width: 1200px;
    height: 550px;
    position: relative;
    margin: 0 auto;
}
.bg2_news {
    width: 1000px;
    height: auto;
    position: relative;
    padding: 50px 30px;
    background: #fff4dd;
    display: block;
    margin: 0 auto;
}

.bg2 {
    width: 1200px;
    height: 726px;
    position: relative;
    margin: 0 auto;
}

.bg3 {
    width: 1426px;
    height: 1000px;
    position: relative;
    margin: 0 auto;
}
.bg4 {
    width: 1280px;
    height: 961px;
    position: relative;
    margin: 0 auto;
    /* top: 132px; */
}
.bg1 .video {
    width: 154px;
    height: 156px;
    background: url("../img/Icon_Video.png");
    position: relative;
    top: 371px;
    left: 584px;
    display: block;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bg_title_news {
    width: 100%;
    height: 90px;
    background: #ffcc44;
    position: relative;
}
.bg_title_news p {
    font-size: 29px;
    text-align: center;
    line-height: 90px;
    font-weight: 500;
}
.nav_news_list li button {
    width: 8vw !important;
    height: 3vw;
    background: url(../img/icon_news_disable.jpg) no-repeat;
    background-size: contain;
    border-radius: 0 !important;
    color: #b48a58;
    font-weight: 500;
    font-size: 1.2vw;
    padding: 0;
    margin-right: 1vw;
}
.nav_news_list li button.active,
.nav_news_list li button:hover {
    background: url(../img/icon_news_active.jpg) no-repeat;
    width: 8vw;
    height: 3vw;
    background-size: contain;
    background-color: transparent !important;
    color: #fff;
}
.news_title_list {
    padding: 20px 0;
    display: block;
    border-bottom: 2px solid #e5d8be;
    text-decoration: none;
    font-size: 24px;
    color: #333;
}
.news_title_list p {
    margin-bottom: 0;
}
.news_title_list:nth-last-child(1) {
    border-bottom: 0;
}
.news_title_list span {
    float: right;
}
.news_title_list p b {
    color: #c95636;
}
.news_title_list:hover {
    background: #fff0c9;
}
.next_prev {
    margin-top: 30px;
}
.next_prev ul {
    height: 60px;
}
.next_prev ul li a {
    font-size: 24px;
    border-radius: 0;
    width: 60px;
    height: 60px;
    margin: 0 12px;
    text-align: center;
    line-height: 46px;
    background: #e5d8be;
    color: #ab9975;
    font-weight: 500;
    border: 0;
}
.next_prev ul li.news_next a,
.next_prev ul li.news_prev a {
    /* background: #c65133; */
    color: #fff;
    border: 0;
}
.next_prev ul li.active a,
.next_prev ul li a:hover {
    background: #c65133;
    color: #fff;
    border: 0;
}

.bg_video {
    background: #000;
    border-radius: 0;
}
.bg_video .modal_video {
    border-bottom: transparent;
}
.bg_video .btn_close {
    width: 40px;
    height: 40px;
    background: url(../img/btn_close.jpg);
    position: absolute;
    display: block;
    right: -41px;
    opacity: 1;
    padding: 0;
    top: -1px;
    border-radius: 0;
}
.bg1 .video:hover {
    filter: brightness(110%);
}
.bg1 .download {
    width: 725px;
    height: 169px;
    background: url("../img/Bg_Down.png");
    position: relative;
    top: 459px;
    left: 238px;
    display: block;
    padding: 17px;
}
.bg1 .download .btn_napthe a:hover,
.bg1 .download .btn_down .btn_ios:hover,
.bg1 .download .btn_down .btn_android:hover,
.bg1 .download .btn_apk a:hover,
.bg1 .download .btn_baodanh a:hover,
.bg1 .download .btn_dangky a:hover {
    filter: brightness(120%);
}
.bg1 .download .btn_napthe {
    width: 170px;
    height: 135px;
    float: left;
}
.bg1 .download .btn_napthe a {
    width: 170px;
    height: 135px;
    background: url("../img/Btn_Nap.jpg");
    display: block;
}
.bg1 .download .btn_down {
    width: 146px;
    height: 135px;
    display: block;
    float: left;
    margin-left: 10px;
}
.bg1 .download .btn_down .btn_ios {
    width: 146px;
    height: 62px;
    display: block;
    background: url("../img/btn_ios.jpg");
    margin-bottom: 11px;
}
.bg1 .download .btn_down .btn_android {
    width: 146px;
    height: 62px;
    background: url("../img/btn_android.jpg");
    display: block;
}
.bg1 .download .btn_apk {
    width: 76px;
    height: 135px;
    float: left;
    margin-left: 10px;
}
.bg1 .download .btn_apk a {
    width: 76px;
    height: 135px;
    background: url("../img/btn_apk.jpg");
    display: block;
}
.bg1 .download .btn_baodanh,
.bg1 .download .btn_dangky {
    width: 130px;
    height: 135px;
    float: left;
    margin-left: 9px;
}
.bg1 .download .btn_baodanh a {
    width: 130px;
    height: 135px;
    background: url("../img/btn_baodanh.jpg");
    display: block;
}
.bg1 .download .btn_dangky a {
    width: 130px;
    height: 135px;
    background: url("../img/btn_dangky.jpg");
    display: block;
}
.size_video {
    width: 100%;
    height: 630px;
    display: block;
}

.text-center {
    text-align: center !important;
}
.news_tl {
    width: 1200px;
    height: 420px;
    position: relative;
}
.news_tl {
    width: 1200px;
    height: 500px;
    margin-top: 50px;
    float: left;
}
.news_tl .news_tl_left {
    width: 585px;
    height: 420px;
    position: relative;
    float: left;
}
.news_tl .news_tl_right {
    width: 585px;
    height: 420px;
    position: relative;
    float: left;
    margin-left: 30px;
}
.news_tl_right .nav_news {
    max-width: 550px;
}
.news_tl_right .nav_news li button.active {
    width: 122px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    border-radius: 0;
    background: url("../img/icon_news_active.jpg") !important;
}
.news_tl_right .nav_news li button {
    width: 122px !important;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    padding: 0;
    border-radius: 0;
    background: url(../img/icon_news_disable.jpg) !important;
    color: #b48a58;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}
.news_title {
    width: 100%;
    padding: 12px 0;
    border-bottom: 2px solid #ecdbcc;
    display: block;
    color: #333;
    text-decoration: none;
}
.news_title:hover {
    background: #ffe4a6;
}
.news_title p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}
.news_title p:hover {
    color: #c95637;
}
.news_title p span {
    float: right;
}
.news_title p b {
    color: #c95637;
}
.news_title:nth-last-child(1) {
    border-bottom: 0;
}
.xemall {
    width: 45px;
    height: 45px;
    background: url(../img/icon_plus.png);
    position: absolute;
    right: 0;
}
.xemall:hover {
    filter: brightness(120%);
}
.huongdan {
    width: 1200px;
    height: 133px;
    position: relative;
    float: left;
}
.huongdan a {
    float: left;
    width: 286px;
    height: 133px;
    margin-right: 18px;
}
.huongdan a:nth-last-child(1) {
    margin-right: 0;
}
.huongdan .huongdan_1 {
    background: url(../img/btn_huongdan_napthe.jpg) no-repeat;
}
.huongdan .huongdan_2 {
    background: url(../img/btn_huongdan_camnang.jpg) no-repeat;
}
.huongdan .huongdan_3 {
    background: url(../img/btn_huongdan_nhapcode.jpg) no-repeat;
}
.huongdan .huongdan_4 {
    background: url(../img/btn_huongdan_dieukhoan.jpg) no-repeat;
}
.huongdan a:hover {
    filter: brightness(110%);
    margin-top: -5px;
}

.news_tl_img {
    width: 585px;
    height: 420px;
    position: relative;
}
.btn_news button {
    width: 35px !important;
    height: 35px !important;
    background: url(../img/btn_hoadong_disable.png);
    background-color: transparent !important;
    opacity: 1 !important;
    border-top: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.btn_news button.active {
    background: url(../img/btn_hoadong_active.png);
}
.btn_news {
    bottom: -60px;
}

.hoatdong_img {
    /* width: 1406px; */
    /* height: 431px; */
    margin: 157px auto 0 auto;
    position: relative;
    left: 4px;
}
.btn_carousel button {
    width: 35px !important;
    height: 35px !important;
    background: url(../img/btn_hoadong_disable.png);
    background-color: transparent !important;
    opacity: 1 !important;
    border-top: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.btn_carousel button.active {
    background: url(../img/btn_hoadong_active.png);
}
.btn_carousel {
    bottom: -60px;
}
.btn_class button {
    width: 104px;
    height: 104px;
    padding: 0;
    display: block;
    margin-right: 15px;
}
.nav_class {
    width: 1476px;
    margin: 0 auto;
    position: relative;
    top: 132px;
    z-index: 9;
}
.btn_class button.class_conlon {
    margin-right: 0px;
}
.btn_class .class_modung {
    background: url(../img/btn_class_modung_disable.png);
}
.btn_class .class_modung.active {
    background: url(../img/btn_class_modung.png);
}

.btn_class .class_ngamy {
    background: url(../img/btn_class_ngamy_disable.png);
}
.btn_class .class_ngamy.active {
    background: url(../img/btn_class_ngamy.png);
}

.btn_class .class_vodang {
    background: url(../img/btn_class_vodang_disable.png);
}
.btn_class .class_vodang.active {
    background: url(../img/btn_class_vodang.png);
}

.btn_class .class_minhgiao {
    background: url(../img/btn_class_minhgiao_disable.png);
}
.btn_class .class_minhgiao.active {
    background: url(../img/btn_class_minhgiao.png);
}

.btn_class .class_thieulam {
    background: url(../img/btn_class_thieulam_disable.png);
}
.btn_class .class_thieulam.active {
    background: url(../img/btn_class_thieulam.png);
}

.btn_class .class_caibang {
    background: url(../img/btn_class_caibang_disable.png);
}
.btn_class .class_caibang.active {
    background: url(../img/btn_class_caibang.png);
}

.btn_class .class_thienlong {
    background: url(../img/btn_class_thienlong_disable.png);
}
.btn_class .class_thienlong.active {
    background: url(../img/btn_class_thienlong.png);
}

.btn_class .class_thienson {
    background: url(../img/btn_class_thienson_disable.png);
}
.btn_class .class_thienson.active {
    background: url(../img/btn_class_thienson.png);
}

.btn_class .class_tieudao {
    background: url(../img/btn_class_tieudao_disable.png);
}
.btn_class .class_tieudao.active {
    background: url(../img/btn_class_tieudao.png);
}

.btn_class .class_thiennhan {
    background: url(../img/btn_class_thiennhan_disable.png);
}
.btn_class .class_thiennhan.active {
    background: url(../img/btn_class_thiennhan.png);
}

.btn_class .class_conlon {
    background: url(../img/btn_class_conlon_disable.png);
}
.btn_class .class_conlon.active {
    background: url(../img/btn_class_conlon.png);
}

.btn_class .class_tinhtuc {
    background: url(../img/btn_class_tinhtuc_disable.png);
}
.btn_class .class_tinhtuc.active {
    background: url(../img/btn_class_tinhtuc.png);
}

.class_img {
    position: relative;
    top: 83px;
}
.class_img .showclass {
    float: left;
    position: relative;
    left: -104px;
}
.class_img .showclass.qc {
    display: block;
}
.class_img .showclass.mb {
    display: none;
}
.class_img .class_thongtin {
    width: 450px;
    float: left;
    position: relative;
    top: 79px;
    left: -23px;
    z-index: 9;
}
.class_img .class_thongtin img {
    position: relative;
}
.class_img .class_thongtin p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
}
.class_img .class_thongtin .gif_class {
    position: relative;
}

.tl_footer {
    background: #2d313b;
    padding: 40px 0 32px 0;
    height: 280px;
}
.tl_footer_tt {
    width: 100%;
    margin: 0 auto;
}
.tl_footer_tt .icon_fgstudio {
    float: left;
    margin-right: 36px;
}
.tl_footer_tt .fot_thongtin {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.tl_footer_tt .fot_thongtin .mxh {
    position: relative;
    width: 20%;
    display: block;
    height: 44px;
    float: left;
    margin-top: 190px;
    padding-right: 24px;
}
.tl_footer_tt .fot_thongtin .mxh .mxh_fb {
    width: 38px;
    height: 44px;
    background: url(../img/fot_fb.png) no-repeat;
    float: right;
    /* margin-left: 24px; */
    background-size: 80%;
}
.tl_footer_tt .fot_thongtin .mxh .mxh_youtube {
    width: 38px;
    height: 44px;
    background: url(../img/fot_youtube.png) no-repeat;
    float: right;
    margin-left: 24px;
    background-size: 80%;
}
.tl_footer_tt .fot_thongtin .mxh .mxh_tiktok {
    width: 38px;
    height: 44px;
    background: url(../img/fot_tiktok.png) no-repeat;
    float: right;
    background-size: 80%;
    margin-left: 24px;
}

.tl_footer_tt .fot_thongtin .tt_cty {
    position: relative;
    width: 60%;
    float: left;
}
.tl_footer_tt .fot_thongtin .tt_cty p {
    color: #a2adc9;
    margin-bottom: 6px;
    text-align: center;
    font-size: 16px;
}
.tl_footer_tt .fot_thongtin .tt_cty p a {
    color: #a2adc9;
    padding: 0 12px;
    text-decoration: none;
}
.tl_footer_tt .fot_thongtin .tt_cty p a:hover {
    color: #ff0000;
}
.tl_footer_tt .fot_thongtin .tt_cty p span {
    color: #ff0000;
}
.tt_left {
    width: 20%;
    height: 2px;
    display: block;
    position: relative;
    float: left;
}

.bg_baodanh {
    width: 620px;
    height: auto;
    margin: 0 auto;
    border: 4px solid #a75239;
    border-radius: 0;
    padding: 24px 0 48px 0;
}
.bg_baodanh .text_baodanh {
    text-align: center;
    font-size: 18px;
    color: #a75239;
    width: 100%;
}

.nav_popup_baodanh li button {
    width: 180px;
    height: 54px;
    padding: 0;
    margin: 0 4px;
}
.nav_popup_baodanh li .btn_popup_dangky {
    background: url(../img/btn_popup_dangky_disable.png) no-repeat;
}
.nav_popup_baodanh li .btn_popup_dangky.active {
    background: url(../img/btn_popup_dangky.png) no-repeat;
}
.nav_popup_baodanh li .btn_popup_dangnhap {
    background: url(../img/btn_popup_dangnhap_disable.png) no-repeat;
}
.nav_popup_baodanh li .btn_popup_dangnhap.active {
    background: url(../img/btn_popup_dangnhap.png) no-repeat;
}
.nav_popup_baodanh li .btn_popup_baodanh {
    background: url(../img/btn_popup_likepage_disable.png) no-repeat;
}
.nav_popup_baodanh li .btn_popup_baodanh.active {
    background: url(../img/btn_popup_likepage.png) no-repeat;
}
.popup_input input,
.popup_input button {
    height: 54px;
    border-radius: 0;
    margin-top: 4px;
    width: 100%;
}
.popup_input button {
    background: #a75239;
    border: 0;
    font-size: 18px;
}
.popup_input button:hover,
.popup_input button.active {
    background: #c76245;
}
.popup_input .capcha img {
    width: 100%;
    padding: 4px 0;
}
.nav_home_mobile,
.nav_fanpage_mobile,
.nav_18_mobile {
    display: none;
}

.title_nd_baiviet {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 2px solid #efe0c0;
}
.title_nd_baiviet p {
    font-size: 18px;
    font-weight: 500;
    color: #5c5c5c;
}
.title_nd_baiviet p a {
    color: #c65133;
    text-decoration: none;
}
.title_nd_baiviet p a:hover {
    text-decoration: underline;
}

.title_baiviet {
    width: 100%;
    padding: 0;
    height: auto;
    position: relative;
}
.title_baiviet p {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #c65133;
    margin-bottom: 5px;
}
.title_baiviet h4 {
    font-size: 18px;
    text-align: center;
    color: #5c5c5c;
}
.noidung_baiviet {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    /* border-bottom: 2px solid #efe0c0; */
    /* margin-bottom: 50px; */
}
.noidung_baiviet img {
	border: 2px solid black;
}
.baiviet_lienquan {
    width: 100%;
    height: auto;
    position: relative;
}
.baiviet_lienquan h4 {
    padding: 16px;
    background: #ffcc44;
    margin: 0;
    font-size: 22px;
}
.baiviet_lienquan a {
    padding: 20px 0;
    display: block;
    border-bottom: 2px solid #e5d8be;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.baiviet_lienquan p {
    margin-bottom: 0;
}
.baiviet_lienquan p b {
    color: #c95636;
}
.baiviet_lienquan span {
    float: right;
}
table thead {
	background-color: #585656 !important;
}
table thead th {
    text-align: center !important;
	color: #fff;
}
.aligncenter {
	text-align: center;
}
@media (min-width: 1920px) {
    .bg_thanlong_news {
        background-size: contain;
    }
    .bg1_news {
        width: 100vw;
        height: 28vw;
    }
}
@media (max-width: 1600px) {
    .bg_thanlong {
        background-size: 100%;
    }
    .bg1 {
        width: 62.5vw;
        height: 44vw;
    }
    .bg1 .video {
        width: 8.02vw;
        height: 8.125vw;
        top: 19.32vw;
        left: 30.416666666666668vw;
        background-size: contain;
    }
    .bg1 .download {
        width: 37.760416666666664vw;
        height: 8.802083333333334vw;
        top: 23.90625vw;
        left: 12.395833333333334vw;
        padding: 0.8854166666666666vw;
        background-size: contain;
    }
    .bg1 .download .btn_napthe {
        width: 8.854166666666666vw;
        height: 7.03125vw;
    }
    .bg1 .download .btn_napthe a {
        width: 8.854166666666666vw;
        height: 7.03125vw;
        background-size: contain;
    }
    .bg1 .download .btn_down {
        width: 7.604166666666667vw;
        height: 7.03125vw;
        display: block;
        float: left;
        margin-left: 0.5208333333333334vw;
    }
    .bg1 .download .btn_down .btn_ios {
        width: 7.604166666666667vw;
        height: 3.2291666666666665vw;
        margin-bottom: 0.5729166666666666vw;
        background-size: contain;
    }
    .bg1 .download .btn_down .btn_android {
        width: 7.604166666666667vw;
        height: 3.2291666666666665vw;
        background-size: contain;
    }
    .bg1 .download .btn_apk {
        width: 3.9583333333333335vw;
        height: 7.03125vw;
        margin-left: 0.5208333333333334vw;
    }
    .bg1 .download .btn_apk a {
        width: 3.9583333333333335vw;
        height: 7.03125vw;
        background-size: contain;
    }
    .bg1 .download .btn_baodanh a {
        width: 6.770833333333333vw;
        height: 7.03125vw;
        background-size: contain;
    }
    .bg1 .download .btn_dangky a {
        width: 6.770833333333333vw;
        height: 7.03125vw;
        background-size: contain;
    }
    .bg1 .download .btn_baodanh,
    .bg1 .download .btn_dangky {
        width: 6.770833333333333vw;
        height: 7.03125vw;
        margin-left: 0.46875vw;
    }
    .bg3 {
        width: 74.27083333333333vw;
        height: 52.083333333333336vw;
    }
    .hoatdong_img {
        width: 72.6vw;
        height: 22.447916666666668vw;
        margin: 13.5vw auto 0 auto;
        left: 0.9375vw;
    }
    .btn_carousel {
        bottom: -4.479166666666667vw;
    }
    .btn_carousel button {
        width: 1.8229166666666667vw !important;
        height: 1.8229166666666667vw !important;
        margin-right: 0.5208333333333334vw !important;
        margin-left: 0.5208333333333334vw !important;
        background-size: contain;
    }
    .btn_carousel button.active {
        background-size: contain;
    }
    .bg4 {
        width: 66.66666666666667vw;
        height: 48.2vw;
    }
    .nav_class {
        width: 74.25vw;
        top: 6.875vw;
        margin-bottom: 0.8333333333333334vw !important;
    }
    .btn_class button {
        width: 5.416666666666667vw;
        height: 5.416666666666667vw;
        margin-right: 0.78125vw;
    }
    .btn_class .class_modung.active,
    .btn_class .class_modung,
    .btn_class .class_ngamy.active,
    .btn_class .class_ngamy,
    .btn_class .class_vodang.active,
    .btn_class .class_vodang,
    .btn_class .class_minhgiao.active,
    .btn_class .class_minhgiao,
    .btn_class .class_thieulam.active,
    .btn_class .class_thieulam,
    .btn_class .class_caibang.active,
    .btn_class .class_caibang,
    .btn_class .class_thienlong.active,
    .btn_class .class_thienlong,
    .btn_class .class_thienson.active,
    .btn_class .class_thienson,
    .btn_class .class_tieudao.active,
    .btn_class .class_tieudao,
    .btn_class .class_thiennhan.active,
    .btn_class .class_thiennhan,
    .btn_class .class_conlon.active,
    .btn_class .class_conlon,
    .btn_class .class_tinhtuc.active,
    .btn_class .class_tinhtuc {
        background-size: contain;
    }
    .class_img {
        top: 4.322916666666667vw;
    }
    .class_img .showclass {
        left: -5.416666666666667vw;
        width: 43.229166666666664vw;
    }
    .class_img .class_thongtin {
        width: 23.4375vw;
        top: 3vw;
        left: -1.1979166666666667vw;
    }
    .class_img .class_thongtin img {
        width: 23.59375vw;
    }
    .class_img .class_thongtin p {
        font-size: 0.9375vw;
        margin-bottom: 1.0416666666666667vw;
        margin-top: 0.5208333333333334vw;
    }
    .class_img .class_thongtin .gif_class {
        width: 19.635416666666668vw;
    }
    .tl_footer {
        /* padding: 3.3333333333333335vw 0; */
        /* height: 13.020833333333334vw; */
        padding: 2vw 0 1.3vw 0;
        height: 18.75vw;
    }
    .tl_footer_tt {
        width: 100%;
    }
    .tl_footer_tt .icon_fgstudio {
        margin-right: 1.875vw;
        width: 14.583333333333334vw;
    }
    .tl_footer_tt .fot_thongtin {
        padding-left: 0;
    }
    .tl_footer_tt .fot_thongtin .mxh {
        height: 2.2916666666666665vw;
        margin-bottom: 0.5208333333333334vw;
        margin-top: 12.5vw;
    }
    .tl_footer_tt .fot_thongtin .mxh .mxh_fb,
    .tl_footer_tt .fot_thongtin .mxh .mxh_youtube,
    .tl_footer_tt .fot_thongtin .mxh .mxh_tiktok {
        width: 1.9791666666666667vw;
        height: 2.2916666666666665vw;
        margin-right: 1.25vw;
        background-size: contain;
        width: 2vw;
        height: 2vw;
        margin-right: 0;
        background-size: 80%;
    }
    .tl_footer_tt .fot_thongtin .tt_cty p {
        margin-bottom: 0.20833333333333334vw;
        font-size: 0.8333333333333334vw;
    }
    .right_bg {
        width: 11.71875vw !important;
        height: 8vw !important;
        background-size: contain;
        top: 85% !important;
    }
    .right_bg_tn {
        width: 11.5vw;
        height: 4vw;
        padding: 1.5vw 0.25vw;
    }
    .right_bg_tn p {
        font-size: 0.65vw;
        margin-bottom: 0.7vw;
    }
    .right_bg_tn .right_dn a {
        margin-right: 0.3125vw;
    }

    .close_right {
        height: 3vw;
        width: 1.5vw;
        top: 1.7vw;
        left: 11.5vw;
        background-size: contain;
    }

    .right_btn_prev {
        height: 3vw;
        width: 1.5vw;
        top: 88%;
        background-size: contain;
    }
    .class_gif {
        width: 22.395833333333332vw;
        height: 13.020833333333334vw;
    }
    .bg2 {
        width: 62.5vw;
        height: 37.8125vw;
    }
    .news_tl {
        width: 62.5vw;
        height: 26.041666666666668vw;
        margin-top: 2.6041666666666665vw;
    }
    .news_tl .news_tl_left {
        width: 30.46875vw;
        height: 21.875vw;
    }
    .news_tl_img {
        width: 30.46875vw;
        height: 21.875vw;
        position: relative;
        background-size: contain;
    }
    .btn_news {
        bottom: -3.125vw;
    }
    .btn_news button {
        width: 1.8229166666666667vw !important;
        height: 1.8229166666666667vw !important;
        margin-right: 0.5208333333333334vw !important;
        margin-left: 0.5208333333333334vw !important;
        background-size: contain;
    }
    .btn_news button.active {
        background-size: contain;
    }
    .news_tl .news_tl_right {
        width: 30.46875vw;
        height: 21.875vw;
        position: relative;
        float: left;
        margin-left: 1.5625vw;
    }
    .news_tl_right .nav_news li button {
        width: 5.833333333333333vw;
        height: 2.34375vw;
        line-height: 2.34375vw;
        background: url(../img/icon_news_disable.jpg) no-repeat !important;
        font-size: 0.9375vw;
        margin-right: 0.5208333333333334vw;
        background-size: contain !important;
    }
    .news_tl_right .nav_news li button.active {
        width: 5.833333333333333vw;
        height: 2.34375vw;
        line-height: 2.34375vw;
        background: url(../img/icon_news_active.jpg) no-repeat !important;
        background-size: contain !important;
    }
    .xemall {
        width: 2.34375vw;
        height: 2.34375vw;
        background-size: contain;
    }
    .news_title {
        padding: 0.625vw 0;
    }
    .news_title p {
        font-size: 0.9375vw;
    }
    .huongdan {
        width: 62.5vw;
        height: 6.927083333333333vw;
    }
    .huongdan a {
        width: 14.895833333333334vw;
        height: 6.927083333333333vw;
        margin-right: 0.9375vw;
    }
    .huongdan .huongdan_1,
    .huongdan .huongdan_2,
    .huongdan .huongdan_3,
    .huongdan .huongdan_4 {
        background-size: contain;
    }
    .muoitam {
        width: 7.8125vw;
        height: 4.166666666666667vw;
        background-size: contain;
        top: 7.8125vw;
    }
    .nav_news_list li button,
    .nav_news_list li button.active,
    .nav_news_list li button:hover {
        width: 10vw;
        height: 4vw;
        font-size: 1.4vw;
    }
}

@media (max-width: 1400px) {
    .bgcolor_nav {
        height: 4.375vw;
    }
    .nav_icon {
        top: 1.5625vw;
    }
    .nav_icon img {
        width: 6.25vw;
    }
    .bg4 {
        height: 47.6vw;
    }
    .menu_text li a.nav_fanpage {
        background: url(../img/btn_fanpage.png) no-repeat;
        width: 8.333333333333334vw;
        margin-right: 0.5208333333333334vw;
        background-size: contain;
    }
    .menu_text li a.nav_home {
        background: url(../img/btn_home.png) no-repeat;
        width: 8.333333333333334vw;
        margin-right: 0.5208333333333334vw;
        background-size: contain;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
    .bg_thanlong {
        background: url(../img/bg_mobile4.jpg) no-repeat center top;
        background-size: 100%;
        /* overflow-x: hidden; */
    }

    .tt_left {
        display: none;
    }
    .tl_footer_tt .fot_thongtin .tt_cty {
        width: 100%;
        float: none;
    }
    .bg1 {
        width: 100vw;
        height: 105vw;
    }
    .bg1 .video {
        width: 16.5vw;
        height: 16.5vw;
        top: 44.399596367305755vw;
        left: 46.619576185671036vw;
    }
    .bg1 .download {
        width: 75.47931382441978vw;
        height: 17.558022199798184vw;
        top: 60vw;
        left: 0;
        padding: 1.7558022199798182vw;
        margin: 0 auto;
    }
    .bg1 .download .btn_napthe,
    .bg1 .download .btn_napthe a {
        width: 17.15438950554995vw;
        height: 13.6226034308779vw;
    }
    .bg1 .download .btn_down {
        width: 14.732593340060545vw;
        height: 13.6226034308779vw;
        margin-left: 1.0090817356205852vw;
    }
    .bg1 .download .btn_down .btn_ios,
    .bg1 .download .btn_down .btn_android {
        width: 14.732593340060545vw;
        height: 6.256306760847629vw;
        margin-bottom: 1.1099899091826437vw;
    }
    .bg1 .download .btn_apk {
        width: 7.669021190716448vw;
        height: 13.6226034308779vw;
        margin-left: 1.0090817356205852vw;
    }
    .bg1 .download .btn_apk a {
        width: 7.669021190716448vw;
        height: 13.6226034308779vw;
    }
    .bg1 .download .btn_baodanh,
    .bg1 .download .btn_dangky {
        width: 13.118062563067609vw;
        height: 13.6226034308779vw;
        margin-left: 0.9081735620585267vw;
    }
    .bg1 .download .btn_baodanh a,
    .bg1 .download .btn_dangky a {
        width: 13.118062563067609vw;
        height: 13.6226034308779vw;
    }

    .bgcolor_nav {
        height: auto;
    }
    .menu_mobile {
        border: 0;
    }
    .menu_mobile span {
        background: url(../img/menu_mobile.png) no-repeat !important;
        width: 4.641775983854692vw;
        height: 4.036326942482341vw;
        background-size: contain !important;
        /* display: block; */
    }
    .nav_18_mobile {
        background: url("../img/icon_18.jpg");
        width: 15.136226034308779vw;
        height: 8.072653884964682vw;
        display: block;
        position: relative;
        left: 1vw;
        background-size: contain;
        display: block;
    }
    .nav_home_mobile {
        background: url("../img/btn_home.png");
        width: 16.145307769929364vw;
        height: 5.045408678102926vw;
        display: block;
        position: relative;
        left: 1vw;
        background-size: contain;
    }
    .nav_fanpage_mobile {
        background: url("../img/btn_fanpage.png");
        width: 16.145307769929364vw;
        height: 5.045408678102926vw;
        display: block;
        position: relative;
        left: 1vw;
        background-size: contain;
    }
    .muoitam,
    .right_bg,
    .right_btn_prev,
    .menu_text li a.nav_home,
    .menu_text li a.nav_fanpage,
    .nav_item_right {
        display: none;
    }

    .nav_icon {
        top: 0;
        padding: 0;
    }
    .menu_text li a {
        color: #fff;
        padding: 18px 0px !important;
        border-bottom: 1px solid #353942;
        font-size: 22px;
    }

    .dacdiem_prev,
    .dacdiem_next {
        width: 4.439959636730575vw;
        height: 8.476286579212916vw;
        margin-top: 25vw;
    }
    .dacdiem_next {
        margin-right: 1.9vw;
    }
    .dacdiem_prev {
        margin-left: 1.5vw;
    }
    .bg3 {
        width: 100vw;
        height: 56vw;
    }
    .hoatdong_img {
        width: 64vw;
        height: 33vw;
        margin: 14vw auto 0 auto;
        left: 0;
    }
    .btn_carousel button {
        width: 3vw !important;
        height: 3vw !important;
        margin: 0 2vw !important;
    }
    .btn_carousel {
        bottom: -6vw;
    }
    .bg4 {
        height: 114vw;
        width: 100%;
    }
    .nav_class {
        width: 75vw;
        top: 17.8vw;
        margin-bottom: 7vw !important;
        position: relative;
        z-index: 99;
    }
    .btn_class button {
        width: 11.5vw;
        height: 11.5vw;
        margin-right: 1vw;
    }
    .btn_class button.class_conlon {
        /* margin-left: 6vw; */
        margin-right: 1vw;
    }
    .class_img {
        top: 10vw;
    }
    .class_img .showclass {
        left: 0;
        width: 53vw;
    }
    .class_img .showclass.qc {
        display: none;
    }
    .class_img .showclass.mb {
        display: block;
    }
    .class_img .class_thongtin {
        width: 45vw;
        top: 7vw;
        left: 1.5vw;
    }
    .class_img .class_thongtin img {
        width: 43vw;
    }
    .class_img .class_thongtin p {
        font-size: 1.8vw;
        margin-bottom: 1vw;
        margin-top: 1vw;
        width: 94%;
    }
    .class_img .class_thongtin .gif_class {
        width: 42vw;
    }
    .tl_footer {
        padding: 6vw 0;
        height: auto;
    }
    .tl_footer_tt {
        width: 100vw;
    }
    .tl_footer_tt .icon_fgstudio {
        margin: 0 auto;
        width: 24vw;
        float: none;
        display: block;
    }
    .tl_footer_tt .fot_thongtin {
        padding-left: 0;
        float: none;
        text-align: center;
    }
    .tl_footer_tt .fot_thongtin .mxh {
        height: 3vw;
        margin: 2vw auto 0 auto;
        width: 25vw;
        float: none;
    }
    .tl_footer_tt .fot_thongtin .mxh .mxh_fb,
    .tl_footer_tt .fot_thongtin .mxh .mxh_youtube,
    .tl_footer_tt .fot_thongtin .mxh .mxh_tiktok {
        width: 3vw;
        height: 3.5vw;
        margin: 0 1.5vw;
    }
    .tl_footer_tt .fot_thongtin .tt_cty p {
        margin-bottom: 0.5vw;
        font-size: 2vw;
    }
    .modal_mb {
        --bs-modal-width: none;
    }
    .bg_baodanh {
        width: 100%;
    }
    .bg_baodanh .text_baodanh {
        font-size: 2.5vw;
    }
    .nav_popup_baodanh {
        margin: 0 auto;
        width: 57vw;
    }
    .nav_popup_baodanh li button {
        width: 18.163471241170534vw;
        height: 5.449041372351161vw;
        margin: 0 0.4036326942482341vw;
        background-size: contain;
    }
    .nav_icon img {
        width: 9vw;
    }

    .nav_popup_baodanh li .btn_popup_dangky,
    .nav_popup_baodanh li .btn_popup_dangky.active,
    .nav_popup_baodanh li .btn_popup_dangnhap,
    .nav_popup_baodanh li .btn_popup_dangnhap.active,
    .nav_popup_baodanh li .btn_popup_baodanh,
    .nav_popup_baodanh li .btn_popup_baodanh.active {
        background-size: contain;
    }
    .class_gif {
        width: 43.390514631685164vw;
        height: 25.22704339051463vw;
    }
    .bg2 {
        width: 100vw;
        height: 196vw;
        padding: 0 3.027245206861756vw;
    }
    .news_tl {
        width: 94vw;
        height: 138vw;
        margin-top: 3vw;
        float: none;
    }

    .news_tl_left,
    .news_tl_img {
        width: 93.94550958627649vw !important;
        height: 71.34207870837538vw !important;
    }
    .btn_news button {
        width: 3.5317860746720484vw !important;
        height: 3.5317860746720484vw !important;
        margin-right: 2vw !important;
        margin-left: 2vw !important;
    }
    .btn_news {
        bottom: -1vw;
    }
    .news_tl_right .nav_news li button {
        width: 18vw !important;
        height: 6.7vw;
        line-height: 6.7vw;
        font-size: 2.5vw;
        margin-right: 2vw;
    }
    .news_tl_right .nav_news li button.active {
        width: 18vw !important;
        height: 6.7vw;
    }
    .news_tl .news_tl_right {
        width: 93.94550958627649vw !important;
        height: 73vw;
        margin-left: 0;
        margin-top: 4vw;
    }
    .xemall {
        width: 6vw;
        height: 6vw;
    }
    .news_title {
        padding: 2vw 0;
    }
    .news_title p {
        font-size: 2.5vw;
    }
    .huongdan {
        width: 93.94550958627649vw !important;
        height: 46vw;
        float: none;
    }
    .huongdan .huongdan_1 {
        margin-right: 1.5vw;
    }
    .huongdan .huongdan_3 {
        margin-right: 1.5vw;
    }
    .huongdan a {
        width: 46vw;
        height: 23vw;
        margin-right: 0;
    }

    .nav_news_list li button,
    .nav_news_list li button.active,
    .nav_news_list li button:hover {
        width: 20vw;
        height: 7.5vw;
        font-size: 2.5vw;
    }
    .bg2_news {
        width: 100vw;
        padding: 5vw 3vw;
    }
    .bg_thanlong_news {
        background-size: contain;
        padding-bottom: 0;
    }
    .bg1_news {
        width: 100vw;
        height: 28.5vw;
    }

    .baiviet_lienquan a {
        padding: 2vw 0;
        font-size: 2vw;
    }
    .noidung_baiviet {
        padding-bottom: 10vw;
        /* margin-bottom: 5vw; */
    }
    .news_title_list {
        padding: 2vw 0;
        font-size: 2.5vw;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
}

@media (max-width: 480px) {
    .tl_footer_tt .fot_thongtin .mxh {
        padding-right: 3vw;
    }
    .menu_mobile span {
        width: 5.6vw;
        height: 5.6vw;
    }
    .nav_fanpage_mobile {
        width: 19.2vw;
        height: 6.2vw;
        left: 5vw;
    }
    .nav_home_mobile {
        width: 19.2vw;
        height: 6.2vw;
        left: 7vw;
    }
    .nav_18_mobile {
        left: 9vw;
    }
    .btn_carousel {
        bottom: -8vw;
    }
    .nav_popup_baodanh li button {
        width: 25.22704339051463vw;
        height: 7.568113017154389vw;
    }
    .nav_popup_baodanh {
        width: 79vw;
    }
    .size_video {
        height: 63.57214934409687vw;
    }
    .news_title {
        padding: 1.5vw 0;
    }
    .news_title p {
        font-size: 2.8vw;
    }
    .nav_news_list li button,
    .nav_news_list li button.active,
    .nav_news_list li button:hover {
        width: 22.5vw;
        height: 8.5vw;
        font-size: 3.2vw;
    }
    .news_title_list {
        padding: 3vw 0;
        font-size: 3.2vw;
        font-weight: 500;
    }
    .bg2_news {
        padding: 4vw 2vw;
        margin: 0;
    }

    .bg_title_news {
        height: 14vw;
    }
    .bg_title_news p {
        font-size: 5vw;
        line-height: 14vw;
    }

    .next_prev ul li a {
        font-size: 5vw;
        width: 9vw;
        height: 9vw;
        margin: 0 2vw;
        line-height: 6vw;
        padding: 1.2vw 0;
    }
    .next_prev ul li.active a,
    .next_prev ul li a:hover {
        padding: 1.5vw 0;
    }
    .next_prev ul li.news_next a,
    .next_prev ul li.news_prev a {
        padding: 1.5vw 0;
    }

    .baiviet_lienquan h4 {
        padding: 3vw 1vw;
        font-size: 4.5vw;
    }
    .baiviet_lienquan a {
        padding: 3vw 0;
        font-size: 3.2vw;
    }
}

@media (max-width: 420px) {
}

@media (max-width: 375px) {
}

@keyframes drift {
    from {
        transform: translateY(-20px);
    }
    to {
        transform: translateY(0px);
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
