@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Light.woff2");
    font-weight: 300;
    font-display: block;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Regular.woff2");
    font-weight: 400;
    font-display: block;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Medium.woff2");
    font-weight: 500;
    font-display: block;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Bold.woff2");
    font-weight: 700;
    font-display: block;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Black.woff2");
    font-weight: 900;
    font-display: block;
    font-style: normal;
}
a{
    color: #ad702e;
}
body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    outline: none !Important;
}
body {
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
img {
    max-width: 100%;
    height: auto;
}
li {
    list-style: none;
}
.header_menu > a {
    position: absolute;
    right: 10px;
}
.header_menu {
    position: relative;
    align-items: center;
    z-index: 33;
}
.header_menu .menu > li {
    float: left;
    position: relative;
}
.header_menu .menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    padding-left: 5px;
}
.header_menu .menu > li > a {
    color: #fff;
    font-size: 16px;
    padding: 22px 25px;
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.header_menu .menu > li > a:before {
    background: #be913e;
    content: "";
    position: absolute;
    bottom: -2px;
    height: 2px;
    left: 0;
    -webkit-transition-property: right;
    z-index: 33;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header_menu .menu > li.current-menu-parent > a {
    color: #be913e;
}
.header_menu .menu > li.current-menu-parent > a:after,
.header_menu .menu > li:hover > a:after {
    right: 0px;
}
.header_menu .menu > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    background: #01202a;
    box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.header_menu .menu > li > ul:before,
.header_menu .menu > li > ul:after {
    background: linear-gradient(202deg,rgba(1, 32, 42, 0.3) 52.49%,rgba(8, 49, 61, 0.4) 66.37%,#114853 100.87%);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.header_menu .menu > li > ul:after {
    background: url(img/bg_sub_menu.png) no-repeat right bottom;
}
.logo_white,
.header_main.fix .logo_black,
body .header_main .logo_black {
    display: none;
}
.header_main .logo_white,
.home .header_main .logo_black,
.home .header_main.fix .logo_white {
    display: block;
}
.home .header_main .logo_white,
.home .header_main.fix .logo_black {
    display: none;
}
.home #header,
.page-id-21125 #header {
    position: fixed;
    top: 0px;
    width: 100%;
}
.home .header_main,
.page-id-21125 .header_main {
    background: none;
    box-shadow: none;
}
.home .header_menu .menu > li > a,
.page-id-21125 .header_main .menu > li > a {
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin: 0px;
    text-align: center;
    border: none;
    font-size: 13px;
    border-radius: 5px;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    font-style: italic;
}
.form-group {
    position: relative;
}
.wpcf7-spinner {
    position: absolute;
    left: 40%;
    top: 6px;
}
.wp-pagenavi {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    padding: 6px 12px;
    border: 1px solid #000;
    color: #000;
    margin: 3px;
}
.wp-pagenavi span.current {
    background: #deae80;
    color: #fff;
    border: 1px solid #deae80;
}
.stButton .stButton_gradient {
    height: auto !important;
}
.editor ul {
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 30px;
}
.editor ol {
    margin-bottom: 15px;
    list-style: decimal;
    margin-left: 30px;
}
.editor ul li {
    list-style: disc;
}
.editor ol li {
    list-style: decimal;
}
.editor h2 {
    color: #be913e;
    font-weight: bold;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.editor h3 {
    color: #be913e;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.editor h4 {
    color: #be913e;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
}
table {
    width: 100% !important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table tr td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    height: auto !important;
}
table tr {
    height: auto !important;
    background: #fff;
}
table tr:nth-child(old) {
    background-color: #fff;
}
table tr:nth-child(even) {
    background-color: #f9f9f9 !important;
}
table ul {
    margin-bottom: 0px;
}
.form__danh_gia h3 {
    color: inherit;
}
.content-post .from_dg input.form-control {
    box-shadow: none;
    width: auto;
    height: auto !important;
    display: inline;

    top: 0px;
    min-width: 10px;
}
.footer_local {
    margin-top: 15px;
}
.footer_right_box .col-md-3:last-child {
    width: 300px !important;
}
.search_head {
    z-index: 3;
}
.search_head .container form {
    display: none;
}
.content-post h2 {
    font-size: 18pt;
}
.content-post h3 {
    font-size: 14pt;
}
.content-post h4,
.entry_content {
    font-size: 12pt;
}
#ez-toc-container .eztoc-toggle-hide-by-default,
label.cssiconcheckbox,
.hide_all {
    display: none;
}
.hide_all {
    display: none !important;
}
.box-13 {
    margin-top: 0;
}
#ez-toc-container .ez-toc-toggle label,
#ez-toc-container label.cssicon {
    margin-right: 5px !important;
}
body #ez-toc-container {
    padding: 5px 10px !important;
}
.head-search form {
    position: absolute;
    display: none;
    width: 250px;
    right: 0px;
    top: 50px;
}
#catalogue {
    background: #fef200 !important;
    color: #333;
    text-transform: none;

    border-radius: 38px;
    font-size: 18px;
    text-decoration: none;
    height: auto;
    padding: 6px 19px;
    margin: auto;
    display: block;
    width: auto;
    max-width: 172px;
    margin-top: 20px;
}
.b-dv {
    background: #fff;
    margin-top: 20px;
    border: 1px solid rgba(233, 193, 85, 0.3);
    box-sizing: border-box;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}
@media (max-width: 768px) {
    #ez-toc-container {
        border: 1px solid #aaa;
    }
    .head-search > i {
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .head-search {
        position: absolute;
        right: 5px;
        z-index: 2;
        top: 22px;
    }
}
.contact-ft {
    display: none !important;
}
.social-new img {
    max-height: 44px;
}
.social-new {
    position: fixed;
    right: 13px;
    z-index: 3333;
    bottom: 360px;
}
.social-new a {
    display: block;
    margin-bottom: 10px;
}

.box-title {
    background-size: auto 100vh;
    background-attachment: fixed;
}
.category .wp-caption p.wp-caption-text {
    color: #333;
    padding-bottom: 0;
}
.new-p-c h2 {
    font-weight: bold;
    color: #141d3c;
}
.pop-top .pop-top-p {
    margin-bottom: 10px;
    font-size: 16px;
}
@keyframes shadow {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
    100% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        opacity: 0;
    }
}
.category-list-box {
    position: relative;
}

.n-p-f input {
    border-radius: 20px;
    border: 1px solid #e9c155;
    height: 40px;
}
.btn-danger {
    color: #fff;
    background-color: #e9c155;
    border-color: #e9c155;
}
.n-p-link a {
    display: inline-block;
    width: 35px;
}
.n-p-call a {
    display: inline-block;
    background: #e9c155;
    padding: 4px 20px;
    font-size: 24px;
    border-radius: 20px;
    border: 1px solid white;
    color: #ffffff;
}
@media (min-width: 1000px) {
    .header_menu .menu > li.menu__parent > .sub-menu {
        display: none;
    }
    .header_menu .menu > li.menu__parent:hover > .sub-menu {
        display: block;
    }
}
@media (max-width: 1000px) {
    .header_menu .menu > li.menu__parent > .sub-menu {
        display: none;
    }
    .header_menu .menu > li.menu__parent > .sub-menu.active {
        display: block;
    }
}
.search_head {
    position: relative;
    z-index: 33;
}
.search_head .container {
    position: relative;
}
.search_head .container form button {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0;
    width: 50px;
    border-radius: 50px;
}
.search_head .container form {
    position: absolute;
    right: 215px;
    top: -54px;
}
.search_head .container form input {
    height: auto !important;
    line-height: 38px;
    padding: 1px 15px;
}
.search_head .container > i {
    display: none;
}
@media (max-width: 768px) {
    .search_head .container form input {
        width: 100%;
    }
    .search_head .container form {
        top: -50px;
        right: 68px;
        width: calc(100% - 200px);
        display: block;
    }
    .search_head .container > i {
        display: none;
        position: absolute;
        right: 65px;
        top: -53px;
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
}
.post_list_view li:nth-child(2) a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.post_list_view .post_thumbnail a img {
    height: 100%;
}
.meta_author > span i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 7px;
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.meta_author > span {
    position: relative;
    padding-left: 42px;
}
.meta_author {
    display: flex;
    padding: 1.5rem 0;
    flex-wrap: nowrap;
}
.post-meta,
.meta_author {
    border-bottom: 1px solid #ededed;
}
.modal-header .close {
    width: 30px;
    height: 30px;
    background: #be913e;
    color: #fff;
    opacity: 1;
}
.slidehero-iframe_2 iframe {
    z-index: 22;
}
.post_list_view .post_thumbnail.hover_img {
    padding: 0;
}
#back-top a {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff;
    width: 36px;
    height: 36px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 333;
    font-size: 2rem;
    text-align: center;
    border-radius: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .post-meta > span {
        padding-right: 0.5rem;
        font-size: 1.3rem;
    }
    .video_h_2.active .img_video > img {
        display: none;
    }
    .post_meta_author i,
    .meta_author {
        display: none;
    }
    .meta_author {
        display: block;
    }
    .meta_author > span {
        display: block;
        margin: 1rem 0;
        width: 100%;
    }
}
.search_head .container > i {
    display: block;
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff;
    padding: 1rem;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    top: -52px;
    right: 175px;
}
.search_head .container form {
    top: -10px;
}
@media (max-width: 768px) {
    .search_head .container > i {
        display: none;
    }
    .search_head .container form {
        top: -50px;
    }
}

.tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child a:nth-child(1) {
    float: left;
}
.tg_h_1 .box_reg_top_text .box_reg_a p {
    float: left;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
    top: 12px;
}
.tg_h_1 .box_reg_top_text .box_reg_a p strong {
    color: #fff;
}
.home .about_5_list_text {
    padding-left: 0;
}
.about_5 .owl-nav {
    left: -12px;
    max-width: 50%;
}
.about_5 .col-md-6:nth-child(1) {
    order: 2;
}
.col-md-6 .about_text_top {
    width: 100%;
    padding-left: 50px;
    max-width: 100%;
}
.box_reg_a .btn.btn_a_2 {
    border-radius: 52px;
    border: 1px solid #939393;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.2);
    padding-left: 55px;
    padding-right: 24px !important;
    max-width: 517px;
    line-height: 68px;
    max-height: 68px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.box_reg_a .btn.btn_a_2:before {
    content: "";
    position: absolute;
    left: 28px;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: url(img/play.svg) center no-repeat;
    background-size: 100%;
}
.box_reg_a .btn.btn_a_2:hover {
    background: linear-gradient(90deg, #d6e805 -111.45%, #be913e 100%) !important;
    color: #fff;
}
.tg_h_form button {
    width: auto;
    padding-right: 70px !important;
}
.heading_3 span {
    display: block;
    color: #fcee21;
}
.heading_3 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
}
.tg_h_form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    background: url(img/Rectangle-982.png) no-repeat center;
    background-size: cover;
}
.tg_h_form {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    padding: 65px 0;
    position: relative;
}
.tg_h_7 .tg_h_6_child ul {
    margin-bottom: 36px;
}
.tg_h_7 .tg_h_6_child li {
    padding-bottom: 8px;
}
.tg_h_6_child ul strong {
    display: block;
    padding-bottom: 16px;
}
.tg_h_6_child ul {
    margin-top: 48px;
    padding-left: 32px;
    border-left: 3px solid #000;
}
.tg_slider_3 {
    padding: 48px 0;
}
.tg_top_child a {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
}
.tg_top_child {
    margin-top: 10px;
    position: relative;
    padding-right: 300px;
}
.tg_top .tg_top_child p {
    font-size: 14px;
    color: #212121;
}
.tg_top.tg_top_2 h2 {
    padding-bottom: 8px;
}
.tg_top_child {
}
.tg_h_4 {
    padding: 88px 0;
}
.tg_h_4 ul {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.tg_h_4 ul li:nth-child(2) span {
    display: none;
    padding-top: 10px;
}
.tg_h_4 ul li:nth-child(2):hover span {
    display: block;
}
.tg_h_4 ul li:nth-child(2) a {
    font-weight: 600px;
    font-size: 19px;
    color: #fff;
}
.tg_h_4 ul li:nth-child(2) {
    display: flex;
    border-radius: 0 0 16px 16px;
    transition: 0.8s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    padding: 78px 24px 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tg_h_4 ul:hover li:nth-child(2) {
    padding: 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.tg_h_4 ul:hover li:nth-child(2) a {
}
.box_tc_3 .tg_h_3_slider .owl-nav {
    bottom: 0;
}
.tg_h_3_slider.post_list_view li:nth-child(2) a {
    font-size: 14px;
    font-weight: 400;
    padding-top: 16px;
    line-height: 20px;
}
.tg_h_3_slider .box_tc_3_center,
.tg_h_3_slider.post_list_view ul {
    padding: 0;
}
.tg_h_3_slider {
    padding-top: 32px;
    padding-bottom: 50px;
}
.tg_h_3_center ul li:nth-child(2) {
    color: #fcee21;
    font-weight: 400;
}
.tg_h_3_center ul {
    padding: 24px;
    border-radius: 16px;
    z-index: 33;
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff;
    max-width: 446px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.tg_h_3_center {
    position: relative;
}
.tg_h_3_center img {
    width: 100%;
}
.tg_h_3_1 {
    padding-bottom: 46px;
}
.tg_h_3_1 select.form-control {
    border: 1px solid rgba(33, 153, 101, 0.3);
}
.tg_h_3_1 {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
}
.tg_h_3_1 select.form-control {
    height: 60px !important;
    line-height: 60px;
    color: #be913e;
}
.tg_h_3 h2 {
    font-size: 34px;
    margin: 0;
    padding-bottom: 32px;
}
.tg_h_3.p40 {
    padding: 80px 0;
}
.tg_h_3 {
    background: #f7f7f7;
}
.tg_news ul li:nth-child(2) h3 {
    margin: 0;
}
.tg_news ul li:nth-child(5) a {
    font-size: 14px;
    color: #888;
    padding: 12px 0;
    display: block;
    text-align: right;
}
.tg_news ul li:nth-child(3) .post-meta > span {
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: -18px;
}
.tg_news ul li:nth-child(2) a {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 74px;
    padding: 10px 0;
    -webkit-line-clamp: 2;
}
.tg_news ul {
    border-radius: 20px;
    min-height: 311px;
    background: #F7F7F7;
    padding: 20px;
}
.box-11 {
    padding: 60px 0;
}
.slider_m4 img{
    padding: 10px;
    background: #fff;    
}
.tg_h_2 ul li:nth-child(2) {
    padding: 16px 0;
    min-height: 128px;
}
.tg_h_2 ul li:nth-child(3) a {
    color: #be913e;
    font-size: 14px;
    line-height: 16px;
    padding-right: 24px;
    background: url(img/arrow-narrow-right.svg) no-repeat center right;
    background-size: 16px;
}
.tg_h_2 ul li:nth-child(1) h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.tg_h_2 ul {
    border-radius: 24px;
    border: 1px solid #efefef;
    background: #fff;
    margin-bottom: 28px;
    padding: 20px;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.1);
}
.tg_h_2 h4,
.tg_top p {
    color: #888;
    font-size: 18px;
    margin-bottom: 0;
}
.tg_h_2 h2,
.tg_top h2 {
    font-size: 34px;
    padding-bottom: 52px;
    margin: 0;
}
.tg_top h2 {
    font-size: 34px;
    padding-bottom: 44px;
}
.home .header_menu .menu > li > a {
    color: #fff;
}
.home .header_main {
    box-shadow: none;
}
.home #header {
    position: fixed;
    top: 0;
    width: 100%;
}
.box_reg_top_text .max-800 {
    margin: 0;
}
.tg_h_1 .box_reg_top.box_reg_top_4 h2,
.heading_1,
.heading_1 {
    font-size: 45px;
    padding-bottom: 32px;
    line-height: 64px;
    font-weight: 700;
}
.tg_h_1 .box_reg_top.box_reg_top_4 {
    padding-top: 0;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    max-height: 800px;
}
.tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    color: #fff;
    padding-bottom: 60px;
}
.tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child a:nth-child(1) {
    padding-right: 80px !important;
    text-align: center;
    font-weight: 700;
}
.tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_a {
    margin: 70px 0 20px;
}
.box_reg_top_text p {
    margin-bottom: 0;
}

.btn-call-now span {
    display: none;
}
input::placeholder,
textarea::placeholder,
select {
    color: #212121 !important;
    opacity: 1;
}
.heading_h33 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.footer_info_child a {
    color: #333;
}
.row-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tg_h_3_slider .post_thumbnail {
    overflow: hidden;
    border-radius: 12px;
}
.tg_h_3_slider .post_thumbnail > a:hover {
    transform: scale(1.1);
}
.gallery_load .owl-thumbs > button.active {
    opacity: 1;
}
.gallery_load .owl-thumbs > button {
    width: 100px;
    height: 65px;
    border-radius: 8px;
    opacity: 0.8;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 3px;
    border: 1px solid #be913e;
}
.gallery_load .owl-thumbs {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    padding: 20px;
}
.owl-nav {
    z-index: 33;
}
.owl-thumbs {
    display: none;
}
.entry-thumbnail img {
    width: 100%;
}
.tg_h_3_1 span {
    font-weight: 600;
}
.tg_h_2 ul {
    transition: 0.3s;
}
.tg_h_2 ul:hover a{
    color: #fff !Important;
}
.tg_h_2 ul:hover,
.top_6_xn ul:hover {
    border-radius: 24px;
    border: 1px solid #be913e;
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.1);
}
.footer_right_box .col-md-3:last-child {
    width: 333px;
    max-width: 350px;
}
.footer_right_box .col-md-3 {
    max-width: 200px;
}
.bg7 {
    background: #f7f7f7;
}
.about_5_video_center a {
    display: block;
    position: relative;
    overflow: hidden;
}
.about_5_video_center a:before {
    border-radius: 16px;
    opacity: 0.3;
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.about_5_video_center a:after,
.img_video:after,
.play-button {
    background: url(img/play-circle.svg) no-repeat center;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    content: "";
}
.about_5_list_text {
    padding-left: 50px;
}
.about_5_video {
    position: relative;
    padding-bottom: 26px;
}
.about_5_video > .about_5_video_2 {
    width: 160px !important;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 33;
}
.about_5_video > .about_5_video_1 {
    bottom: 26px;
    position: absolute;
    bottom: 0;
    border-radius: 16px;
    z-index: 33;
    height: 312px;
    width: 240px;
    overflow: hidden;
}
.about_5_video .about_5_video_center {
    margin-left: 62px;
    position: relative;
    padding-top: 68%;
    overflow: hidden;
    border-radius: 12px;
}
.about_5_video_center > a > img {
    width: 100%;
    height: auto;
    max-width: 1000%;
    height: 100%;
    object-fit: cover;
}
.about_5_video .about_5_video_center a,
.about_5_video .about_5_video_center video,
.gallery_load .owl-thumbs > button img,
.about_5_video_center iframe,
.about_5_video .box-video-home,
.about_5_video > .about_5_video_1 > img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: 1000%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.about_5_video > .about_5_video_1 > img {
    width: auto;
}
.about_5_video .about_5_video_center video {
    display: none;
}
.about_5_list_text_2 {
    padding: 40px 0;
}
.about_5_list_text_2 > li:nth-child(1) {
    color: #888;
    font-weight: 400;
}
.about_5_list_text_2 > li:nth-child(2) {
    color: #be913e;
    font-size: 24px;
    padding-bottom: 24px;
}
.menu_child_heading a {
    color: #f0f6f8;
}
.menu_child_heading {
    font-size: 18px;
    background: url(img/home-line.svg) no-repeat left 6px;
    padding-left: 46px;
    color: #f0f6f8;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #0e3441;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 30px;
    margin-top: 15px;
}
.widget_menu_all .widget_menu_all_child:nth-child(2) h3 {
    background-image: url(img/Color-Palette.svg);
}
.widget_menu_all .widget_menu_all_child:nth-child(3) h3 {
    background-image: url(img/brush.svg);
}
.widget_menu_all .widget_menu_all_child:nth-child(4) h3 {
    background-image: url(img/1xzf.svg);
}
.widget_menu_all .widget_menu_all_child li a {
    color: #e3edf1;
    display: block;
    padding-bottom: 15px;
}
.widget_menu_all .widget_menu_all_child li a span,
.widget_menu_all .widget_menu_all_child li.menu_span {
    color: #758b94;
    display: block;
    font-size: 14px;
}
.widget_menu_all .widget_menu_all_child li .child_menu_mega a {
    display: inline-block;
    padding: 2px 8px;
    border: 1px dashed #e3edf1;
    border-radius: 8px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.widget_menu_all .widget_menu_all_child li .child_menu_mega {
    position: relative;
    top: -5px;
    display: none;
}
.widget_menu_all .widget_menu_all_child li:hover .child_menu_mega {
    display: block;
}
.widget_menu_all .widget_menu_all_child li a:hover,
.menu_child_heading:hover a {
    color: #be913e;
}
.widget_menu_all {
    display: flex;
}
.widget_menu_all_child {
    width: 25%;
    position: relative;
}
.widget_menu_all_child img {
    margin-top: 30px;
    position: absolute;
    bottom: 0;
}
.yspl_win_wrap {
    display: block;
}
.header_menu .menu > li .yspl-widget-area {
    position: relative;
    z-index: 222;
    color: #fff;
    max-width: 1328px;
    margin: auto;
    padding: 0 12px;
}
.header_main {
    position: relative;
}
.header_main .container,
.header_menu,
.header_menu .menu > li.menu__parent {
    position: static !important;
}
.header_menu .menu > li.menu__parent > .sub-menu {
    width: 100%;
    color: #fff;
    height: calc(100vh - 68px);
    border-top: #0e3441 1px solid;
    min-height: 600px;
}
.max_800 {
    max-width: 800px;
}
.category-list-post-da {
    padding-bottom: 40px;
}
.max-688 {
    max-width: 688px;
    margin: auto;
}
.post-share > span {
    display: inline-block;
    position: relative;
    top: -10px;
    padding-right: 10px;
}
.wp-caption p {
    font-style: italic;
}
.post-share .footer-social {
    display: inline-block;
}
.footer-social li {
    display: inline-block;
}
.footer-social li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    background: url(img/social.svg) no-repeat 0 0;
}
.footer-social li:nth-child(2) a {
    background-position: -48px 0;
}
.footer-social li:nth-child(3) a {
    background-position: -96px 0;
}
.footer-social li:nth-child(4) a {
    background-position: -144px 0;
}
.footer-social li:nth-child(5) a {
    background-position: -192px 0;
}
#p-now .modal-content {
    box-shadow: none;
    background: none;
    border: 0;
}
#p-now {
    background-image: url(img/Anh-popup-them-sau-khuyen-mai-lan-2-2.jpg);
    background-position: center bottom;
    background-size: cover;
}
.page-contact-content {
    padding: 40px 0;
}
.page-id-79 .aiosrs-rating-wrap {
    display: none;
}
.breadcrums {
    display: none;
}
.wp-caption {
    text-align: center;
    max-width: 100%;
    margin: 15px auto;
}
.wp-caption p {
    padding-top: 8px;
    font-size: 13px;
}
.post_list_view .col-md-6:nth-child(2n + 1),
.post_list_view .col-md-4:nth-child(3n + 1) {
    clear: both;
}
.content-post ul li {
    list-style: inside;
}
.row-flex {
    display: flex;
    align-items: center;
}
.row.p40 {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 0;
    padding-bottom: 0;
}
.row.p40 > * {
    padding-left: 20px;
    padding-right: 20px;
}
.n-p-p {
    padding-top: 15px;
}
.btn-i {
    padding-right: 70px !important;
}
#p-now .modal-header {
    border: 0;
}
.n-p-f_v h2 {
    font-size: 24px;
}
.breadcrumb a {
    font-weight: 700;
    color: #212121;
}
.breadcrumb {
    font-size: 13px;
}
.box_reg_top_text i,
.box_post_view_s4_2_child a.btn i,
a.btn i,
button.btn-i i {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 36px;
    height: 36px;
    right: 6px;
    top: 8px;
    text-align: center;
    color: #d6e805;
    line-height: 36px;
    font-size: 15px;
    border-radius: 50%;
    color: #be913e;
}
.input_430 {
    width: 430px !important;
    max-width: 100%;
}
.input_380 {
    width: 380px !important;
    max-width: 100%;
}
.box_reg_top_text form input {
    height: 60px;
    margin: 0 !important;
    min-width: 200px;
    padding: 0 20px;
    align-items: center;
    gap: 12px;
    border-radius: 52px;
    border: 1px solid #d8d8d8;
    background: url(img/Calling-1.svg) no-repeat 15px center;
    background-color: #fff;
    box-shadow: none;
    padding-left: 50px;
}
.popup_title {
    font-weight: 700;
    color: #141d3c;
    text-transform: none;
    font-size: 24px;
    padding: 15px 0;
}
.tg_h_form .box_reg_top_text form input {
    border: 0;
    box-shadow: none;
}
.tg_h_form .box_reg_top_text form input.form_phone {
    background-image: url(img/Hicon.svg);
}
.tg_h_form input[type="text"],
.tg_h_form input[type="tel"]{
    height: 45px !Important;
    line-height: 45px;
}
.heading_12 {
    font-size: 24px;
    color: #fff;
    padding: 20px 0 10px;
    font-weight: 700;
}
.color_fff {
    color: #fff !important;
}
.box_reg_top_text h2,
.box_reg_top_text h1 {
    color: #212121;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    margin: 0;
}
.btn_a_2 {
    float: right;
    border-radius: 52px;
    border: 1px solid #939393;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.heading_7 {
    padding: 44px 0 20px;
    margin: 0;
    font-weight: 400;
    font-size: 22px;
}
.box_reg_top_text h2 span,
.postid-96851 .heading_13 span {
    color: #be913e;
}
.owl-nav button {
    margin-left: 12px;
    background: #e7e7e7;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    border-radius: 8px;
    color: #000;
    padding: 0;
    display: inline-block;
}
.owl-nav button:hover {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff;
}
.owl-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.no_gap {
    gap: 0 !important;
}
.box_reg_top {
    background: linear-gradient(281deg,#fffff6 49.48%,#e7f4e7 74.76%,#fff 94.5%);
    display: flex;
    position: relative;
    padding: 80px 0;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}
.slider_new_1 img {
    border-radius: 12px;
}
.max-800 {
    width: 788px;
    margin: auto;
}
.box_reg_top {
    background-size: cover;
}
.box_reg_top .btn {
    min-width: 170px;
    padding-left: 20px;
    border: 0 !important;
    padding-top: 0;
    text-align: left;
}
.box_reg_top.box_reg_top_3 .row-flex,
.box_reg_top.box_reg_top_4 {
    display: block;
    padding: 144px 0;
}
.box_reg_top.box_reg_top_4 {
    padding: 120px 0;
}
.box_post_view_s4 {
    padding: 80px 0 30px;
}
.box_post_view_s4 ul {
    position: relative;
}
.box_post_view_s4 ul li:nth-child(2) a {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    padding: 70px 24px 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.box_post_view_s4 ul {
    margin-bottom: 24px;
}
.box_post_view_s4_2 {
    background: #be913e20;
    padding: 80px 0;
}
.box_post_view_s4_2_child {
    display: flex;
    justify-content: center;
    margin-top: 43px;
}
.box_post_view_s4_2_child p strong {
    display: block;
    color: #ff3b30;
    font-size: 34px;
    line-height: 1;
}
.box_post_view_s4_2_child p {
    text-align: left;
    padding-left: 30px;
    margin-bottom: 0;
    align-items: center;
}
.box_post_view_s4_2_child a.btn {
    line-height: 56px;
    padding: 0 70px 0 40px;
    height: 56px;
}
.box_reg_top.box_reg_top_4 form {
    max-width: 800px;
    margin: auto;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}
.box_reg_top.box_reg_top_3 {
    position: relative;
}
.box_reg_top.box_reg_top_3:before,
.bg_after:after,
.box_reg_top.box_reg_top_4:before {
    opacity: 0.9;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 31.45%, #000 99.42%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bg_after:after {
    background: #000;
    opacity: 0.8;
}
.box_reg_top.box_reg_top_3 .container {
    position: relative;
    z-index: 2;
}
.box_reg_top.box_reg_top_2 h1,
.box_reg_top.box_reg_top_3 h2,
.box_reg_top.box_reg_top_3 h3,
.box_reg_top.box_reg_top_4 h2,
.heading_9 {
    color: #fff;
}
.box_reg_top.box_reg_top_2 h1 span,
.box_reg_top.box_reg_top_3 h3 span,
.box_reg_top.box_reg_top_4 h2 span,
.heading_9 span {
    color: #fcee21;
}
.box_reg_top.box_reg_top_2 h3 {
    color: #fff;
}
.box_post_view_s4_2 h2 {
    font-weight: 700;
}
.box_post_view_s4_2 h2 span,
.box_post_view_s4_2 .heading_11 span {
    color: #be913e;
}
.box_reg_top.box_reg_top_3 a {
    line-height: 40px;
    font-weight: 500;
    padding-right: 70px !important;
    display: inline-block;
}
.du_an_top {
    text-align: center;
}
.box_reg_top.box_reg_top_3.page_xdtg h3 {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 40px;
    padding-top: 16px;
}
.box_reg_top_4_child {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.banner_category {
    padding-top: 24px;
}
a {
    transition: 0.2s ease-in-out;
}
.post_list_view .post_top_1 li:nth-child(3) span {
    margin-top: 0;
}
.post_list_view .post_top_1 li:nth-child(2) a {
    padding-top: 0;
    font-size: 28px;
}
.post_list_view .post_top_1 {
    padding-top: 0;
    position: relative;
}
.wp-pagenavi {
    padding-top: 40px;
}
.row-flex.text-center {
    justify-content: center;
}
.post_list_view .post_top_1 ul {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    width: calc(100% - 40px);
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-align: center;
    min-width: 36px;
    height: 36px;
    border: 1px solid silver;
    border-radius: 8px;
    margin-right: 12px;
    line-height: 36px;
    padding: 0 6px;
    color: #212112;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff;
    border-color: #fff;
}
.col-sidebar .menu li.current-menu-item a {
    color: #be913e;
}
.col-sidebar .menu li.current-menu-item a:before {
    width: 2px;
    height: 100%;
    background: #be913e;
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
}
.col-sidebar .widget {
    padding-bottom: 24px;
}
.col-sidebar .menu li:nth-child(1) a {
    padding-top: 0;
}
.col-sidebar .menu li a {
    display: block;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    color: #212121;
    font-size: 16px;
    padding: 14px 0;
    font-weight: 500;
}
.col-sidebar .menu {
    border-radius: 12px;
    background: #f5f5f5;
    padding: 20px;
}
.sidebar_post hr {
    border-color: #d9d9d9;
}
.new_sidebar li:nth-child(2) a {
    color: #212121;
    font-weight: 500;
}
.sidebar_post_list .post_thumbnail.hover_img {
    float: left;
    width: 86px;
    margin-right: 12px;
    border-radius: 8px;
}
.img_full img {
    width: 100%;
}
.p40 {
    padding: 40px 0;
}
.tg_h_3_1 .select ul li {
    transition: 0.3s;
}
.tg_h_3_1 .select ul li:hover,
.select_search ul li:hover {
    background: #be913e;
    color: #fff;
}
.select_search_2 .select_search,
.select_search_3 .select_search {
    width: auto;
    margin-right: 11px;
    height: 40px;
    min-width: 120px;
}
.select_search_2 .select_search h3,
.select_search_3 .select_search h3 {
    line-height: 40px;
    font-weight: 400;
}
.select_search_2 .select_search h3:hover,
.select_search_2 .select_search h3.active,
.select_search_3 .select_search h3:hover,
.select_search_3 .select_search h3.active {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    border-radius: 41px;
    color: #fff;
    -webkit-text-fill-color: #f0f8ff;
}
.select_search_2 .select_search .icon-select,
.select_search_3 .select_search .icon-select {
    display: none;
}
.btn:hover,
.header_menu .menu > li.btn_menu:hover > a {
    color: #fff;
}
.top_4_xn.box_reg_top_text.box_style_2 ul li a {
    position: relative;
}
.btn:after,
.top_4_xn.box_reg_top_text.box_style_2 ul li a:after {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.btn:hover:after,
.top_4_xn.box_reg_top_text.box_style_2 ul li a:hover:after {
    transform: scaleX(1);
}
.sidebar_post_views,
.sidebar_sticky {
    position: sticky;
    top: 0;
}
.sidebar_post_views .sidebar_post_list .post_thumbnail.hover_img {
    float: none;
    width: 100%;
    margin-right: 0;
}
#content_pages .container {
    position: relative;
}
.sidebar_post_list > a {
    line-height: 34px;
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center;    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-size: auto 100%;
}
.sidebar_post_list > a:before {
    background: linear-gradient(90deg, #fcee21 -111.45%, #408c43 100%);
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.duan_title a {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 28px;
    display: block;
}
.duan_meta span {
    background: url(img/fluent_keyboard-layout-resize-24-regular.svg) no-repeat center left;
    padding-left: 32px;
    color: #888;
    line-height: 24px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 8px;
    display: inline-block;
}
.duan_meta span:nth-child(2) {
    background-image: url(img/fluent_style-guide-24-regular.svg);
}
.sidebar_post_list {
    border-radius: 0 8px 8px 8px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #be913e;
    background: var(--bg-tab, #eee);
    padding: 20px;
}
.sidebar_post h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    margin-bottom: -1px;
    margin-top: 0;
}
.related-title {
    font-size: 28px;
    font-weight: 600;
}
.sidebar_post h3 span {
    display: inline-block;
    border-radius: 12px 16px 0 0;
    height: 36px;
    position: relative;
    padding: 0 12px;
    line-height: 36px;
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
}
.sidebar_post h3 span:before {  
    content: "";
    width: 30px;
    height: 25px;
    right: -29px;
    bottom: 0;
    position: absolute;
}
.post_list_view ul {
    padding-top: 20px;
}
.post_list_view li:nth-child(3) span {
    font-size: 14px;
    padding-bottom: 10px !important;
    margin-top: -10px;
}
.post_list_view li:nth-child(2) a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #212121;
    padding-top: 24px;
    padding-bottom: 0;
}
.post_add {
    position: relative;
}
.post_add span {
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    padding: 84px 18px 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
}
.post_add span:before {
    content: url(img/marker-pin-02.svg);
    padding-right: 8px;
    position: relative;
    top: 5px;
}
.post_list_view .post_thumbnail a {
    display: block;
    padding-top: 65%;
    overflow: hidden;
    position: relative;
    background: #ededed;
    border-radius: 12px;
}
.post_list_view .post_thumbnail a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
}
#author-info img {
    width: 100px;
}
#author-info {
    display: flex;
}
#author-description .p-author a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}
#author-description .p-author a span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #be913e;
}
#author-avatar {
    margin-right: 20px;
    width: 100px;
    min-width: 100px;
}
.entry_content {
    overflow: hidden;
}
.post-meta > span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    background: url(img/Hicon.svg) no-repeat left 16px;
    padding-left: 28px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 25px;
    display: inline-block;
}
.post-meta > span.post_meta_view {
    background-image: url(img/eye.svg);
}
.post-meta > span.post_meta_author {
    background-image: url(img/eye.svg);
    padding-left: 36px;
}
h1.entry-title {
    font-size: 22px;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
article.entry_content,
.col-sidebar {
    padding: 40px 0;
}
.hover_img {
    display: block;
    overflow: hidden;
    border-radius: 12px;
}
.hover_img img,
.hover_zoom {
    transition: all 0.4s ease;
}
.hover_img:hover img,
.top_3_dv ul:hover img {
    transform: scale(1.1);
}
.header_main {
    background: #000;
}
.header_main.fix {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header_main .menu > li > a {
    color: #fff;
}
h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1.3;
}
#footer {
    background: #f7f7f7;
}
.heading_5 {
    font-size: 28px;
    margin: 0;
    padding-right: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}
.footer_form_hotline span {
    font-size: 18px;
}
.footer_form_hotline:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background: #fff;
    right: -24px;
    top: 3px;
}
.footer_form_hotline a {
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
}
.footer_form_hotline img {
    width: 54px;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer_form_hotline {
    position: relative;
    padding-left: 78px;
    margin-right: 48px;
}
.footer_form .container {
    position: relative;
    z-index: 1;
}
.container {
    z-index: 2;
    position: relative;
}
.btn_footer.btn {
    border-radius: 52px;
    color: #212121;
    font-weight: 500;
    border: 0;
    background: var(#fcee21, #fcee21);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
}
.btn_footer.btn:hover {
}
.footer_form .footer_form_child {
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
}
.footer_form {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    padding: 55px 0;
    color: #fff;
    position: relative;
}
.footer_form:before {
    background: url(img/icon-song.png) no-repeat center left;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
}
.entry-thumbnail {
    margin-bottom: 20px;
}
a:hover {
    text-decoration: none;
}
ul {
    margin-bottom: 0;
}
header {
    position: relative;
    z-index: 232;
}
.margin_b_30 {
    margin-bottom: 30px !important;
}
.footer_info_social {
    display: flex;
}
.footer_info_social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(img/social.png) no-repeat left center;
    margin-right: 12px;
    background-size: auto 32px;
}
.footer_info_social li:nth-child(2) a {
    background-position: -42px 0;
}
.footer_info_social li:nth-child(3) a {
    background-position: -84px 0;
}
.footer_info_social li:nth-child(4) a {
    background-position: -127px 0;
}
.footer_info_child {
    padding-bottom: 35px;
}
.footer_info_child li:nth-child(3) span {
    color: #ff3b30;
}
.footer_info_child li strong {
    display: block;
}
.footer_info_child li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    min-height: 45px;
    line-height: 21px;
}
.footer_info_child svg {
    border-radius: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(#be913e,linear-gradient(90deg, #d6e805 -111.45%, #be913e 100%));
    width: 48px;
    height: 48px;
    padding: 14px;
}
.footer_info_child svg {
    border-radius: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #fedb7f 10%, #895318 100%);
    width: 48px;
    height: 48px;
    padding: 14px;
}
.footer_info .footer_title {
    font-size: 16px;
    padding: 20px 0;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.footer_info img {
    width: auto;
    height: 120px;
}
.footer_top ul li a {
    color: #000;
}
.footer_top .widget_black_studio_tinymce ul li {
    line-height: 32px;
    color: #212121;
    font-weight: 500;
    font-size: 14px;
}
h1,
h2,
h3,
h4 {
    color: #212121;
}
.footer-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_top {
    padding-top: 100px;
    padding-bottom: 44px;
}
.search-da-new select.form-control {
    margin: 0;
    line-height: 44px;
    width: 100%;
    height: 44px !important;
}
.search-da-new select.form-control:hover {
    border-color: #be913e;
    color: #be913e;
}
.search-da-new select.form-control:hover option {
    color: #be913e;
}
select::selection {
    color: #be913e;
}
.header_main {
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.1);
}
.row {
    margin-left: -12px;
    margin-right: -12px;
}
.row > * {
    padding-left: 12px;
    padding-right: 12px;
}
.top_2_xn_top li:nth-child(2) p {
    margin-bottom: 0;
}
.item__2 .item_t_top {
    border-radius: 12px 12px 0 0;
    background: var(
        #be913e05,
        linear-gradient(270deg, #ff554e 3.13%, #ff8f61 100%)
        );
}
.item__3 .item_t_top {
    border-radius: 12px 12px 0 0;
    background: var(
        #be913e,
        linear-gradient(90deg, #d6e805 -111.45%, #be913e 100%)
        );
}
.item__4 .item_t_top {
    border-radius: 12px 12px 0 0;
    background: linear-gradient(270deg, #178479 -18.79%, #3eb5a9 126.11%);
}
.item__2 .box_tc_4_center_d .btn {
    background: var(
        #be913e05,
        linear-gradient(270deg, #ff554e 3.13%, #ff8f61 100%)
        );
}
.item__3 .box_tc_4_center_d .btn {
    background: var(
        #be913e,
        linear-gradient(90deg, #d6e805 -111.45%, #be913e 100%)
        );
}
.item__4 .box_tc_4_center_d .btn {
    background: linear-gradient(270deg, #178479 -18.79%, #3eb5a9 126.11%);
}
@media (min-width: 768px) {
    .header_menu .menu > li:hover > ul {
        display: block;
    }
}
.header_menu .menu > li > ul > li > a {
    display: block;
    padding: 8px 10px;
    color: #fff;
    position: relative;
    font-weight: 500;
    border-bottom: #0e3441 1px solid;
}
.header_menu .menu > li > ul > li > a:hover {
    color: #be913e;
}
.header_menu .menu > li > ul > li {
    position: relative;
    z-index: 2;
}
.logo {
    padding: 0;
}
.logo img {
    max-height: 48px;
    width: auto;
}
.btn,
.box_reg_top.box_reg_top_3 .box_reg_top_text a,
.header_menu .menu > li.btn_menu > a {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    position: relative;
    max-height: 52px;
    border: 0;
    height: auto;
    padding: 0 40px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
}
.header_menu .menu > li.btn_menu > a {
    top: 20px;
}
.header_menu .menu > li.btn_menu {
    float: right;
}
.footer_local li:nth-child(1) {
    padding-bottom: 10px;
}
.footer_local li:nth-child(2) {
    font-size: 14px;
}
.footer_local {
    border-top: #dbdbdb 1px solid;
}
.footer_local .row-flex {
    align-items: unset;
}
.pd {
    padding: 44px 0;
}
.img-popup {
    text-align: center;
}
.n-p-f_v input.form-control {
    margin: 0 0 12px;
    width: 100%;
}
.top_2_xn.p40 {
    padding-bottom: 0;
}
.search-da-new li {
    padding: 0;
}
.search-da-new {
    gap: 12px;
    margin-left: -12px;
}
.search-da-new {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
.a_readmore span {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 27px;
}
.a_readmore span:hover {
    background: #be913e;
    color: #fff;
}
.a_readmore {
    display: block;
    color: #be913e;
    text-align: center;
    padding: 120px 0 20px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 44.03%,
        #fff 80.61%
        );
    position: absolute;
    bottom: 0;
    width: 100%;
}
.n-p-f #buttondangky {
    padding: 0 20px;
    text-align: center;
}
input,
textarea,
select,
button {
    display: block;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    margin-top: 24px;
    max-height: 56px;
}
.form-control {
    border-radius: 30px;
    line-height: 52px;
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 52px !important;
    text-align: left;
    font-weight: 500;
    padding: 8px 24px;
    border: 1px solid #444;
}
textarea.form-control {
    height: 100px !important;
    width: 100%;
    line-height: 1.5;
    max-height: 200px;
    border-radius: 20px;
    border: 1px solid #444;
}
#modal-video .modal-header {
    border: 0;
}
#modal-video .modal-content {
    padding: 0;
    background: none;
    box-shadow: none;
    border: 0;
}
@media (min-width: 1400px) {
    .container {
        width: 1328px;
    }
}
.icon_menu span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    margin: 8px 0;
}
.icon_menu {
    display: none;
}
.row-flex {
    display: flex;
}
.footer_bot {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    align-self: stretch;
    background: #eee;
    color: #212121;
    text-align: center;
}
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: "";
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.owl-dots > .active {
    background: #be913e;
}
.owl-dots > * {
    width: 180px;
    height: 2px;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    margin-right: 12px;
    background: #ddd;
}
.box_tc_3 .owl-nav button {
    display: inline-block;
    padding: 0;
}
.owl-dots {
    bottom: 0;
    margin-top: 10px;
}
.box_tc_3 .owl-nav {
    right: 0;
    bottom: 20px;
}
.box_tc_3_center .item ul {
    position: relative;
}
.box_tc_3_center {
    padding: 40px 0;
}
.box_tc_3_top {
    position: relative;
}
.box_tc_3_top a {
    position: absolute;
    right: 0;
    top: 8px;
}
.box_tc_2 ul {
    position: relative;
    margin-top: 40px;
}
.img_100 {
    padding-top: 43%;
    overflow: hidden;
    position: relative;
    background: #f2f2f2;
}
.img_100 {
    padding-top: 100%;
}
.box_tc_2 li:nth-child(1) a img,
.box_tc_3_center .item ul li img,
.about_slider a img,
.img_100 img,
.video_h_2 .img_video img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.header_menu .menu > li.current-menu-item > a {
    color: #be913e;
}
.header_menu .menu > li.current-menu-item > a:before {
    width: 100%;
}
.box_tc_4_center_d .btn {
    background: linear-gradient(270deg, #f0a533 -6.88%, #ffc555 100%);
}
.box_tc_4_center_d li {
    background: url(img/Group-7904.png) no-repeat left top;
    padding-left: 36px;
    padding-bottom: 14px;
}
.box_tc_4_center_d > h4 {
    font-size: 34px;
}
.box_tc_4_center_d > h4 span {
    font-size: 16px;
    color: #888;
    position: relative;
    top: -2px;
}
.box_tc_4_center_d {
    border-radius: 0 16px 16px 16px;
    border-top: 2px solid var(#be913e04, #f0a533);
    background: var(--bg-01, #f7f7f7);
    padding: 32px 32px 72px;
}
.box_tc_4_center .item > h3 {
    position: relative;
    border-bottom: 0 solid var(#be913e04, #f0a533);
    margin-bottom: 0;
}
.box_tc_4_center .item > h3 > span {
    border-radius: 16px 16px 0 0;
    position: relative;
    background: linear-gradient(270deg, #f0a533 11.33%, #ffc555 112.47%);
    display: inline-block;
    padding: 0 20px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
}
.box_tc_4_center .item > h3 > span:after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    background: url(img/Group-8165.svg) no-repeat center;
    width: 52px;
    height: 30px;
    right: -50.8px;
    bottom: -2px;
}
.box_tc_4_center .item.item_2 .box_tc_4_center_d {
    border-top: 2px solid var(#be913e05, #ff554e);
}
.box_tc_4_center .item.item_2 .box_tc_4_center_d .btn {
    border-radius: 40px;
    border: 1px solid var(#be913e05, #ff554e);
    background: var(#be913e05,linear-gradient(270deg, #ff554e 3.13%, #ff8f61 100%));
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
}
.box_tc_4_center .item.item_2 > h3 span:after {
    background-image: url(img/Group-8165-1.svg);
}
.box_tc_4_center .item.item_2 > h3 span {
    border-radius: 16px 16px 0 0;
    background: var(#be913e05,linear-gradient(270deg, #ff554e 3.13%, #ff8f61 100%));
}
.top_5_xn {
    background: #f9fafb;
}
.top_5_xn_center ul li:nth-child(2) {
    font-size: 14px;
}
.top_5_xn_center ul strong {
    font-size: 18px;
    padding-bottom: 16px;
    display: block;
}
.top_5_xn_center ul {
    position: relative;
}
.top_5_xn_center .col-md-2:nth-child(2) ul:before,
.top_5_xn_center .col-md-2:nth-child(3) ul:before,
.top_5_xn_center .col-md-2:nth-child(4) ul:before {
    content: "";
    width: 22px;
    height: 61px;
    background: url(img/Group-625997.png) no-repeat center bottom;
    position: absolute;
    left: 50%;
    top: -67px;
    margin-left: -11px;
}
.top_5_xn_center .col-md-2:nth-child(3) ul:before {
    background-image: url(img/Group-625998.png);
}
.top_5_xn_center .col-md-2:nth-child(4) ul:before {
    background-image: url(img/Group-625999.png);
}
.top_5_xn_top > div {
    background: none;
    display: inline-block;
    z-index: 2;
    position: relative;
}
.top_5_xn_top {
    padding-bottom: 100px;
    position: relative;
}
.top_5_xn_top:before,
.top_5_xn_top:after {
    background: url(img/Group-625996.png) no-repeat left bottom;
    position: absolute;
    left: 10%;
    width: 50%;
    height: 136px;
    content: "";
    bottom: 7px;
}
.top_5_xn_top:after {
    background-image: url(img/Group-626000.png);
    left: auto;
    right: 10%;
    background-position: right;
}
.top_5_xn_top h2 {
    font-size: 46px;
    line-height: 40px;
}
.top_5_xn_top p {
    color: #888;
    font-size: 18px;
    text-transform: uppercase;
}
.top_5_xn_center .col-md-2 {
    width: 20%;
}
.max_800.text-center {
    margin: auto;
}
.main-content {
    overflow: hidden;
    margin-bottom: 100px;
}
.tg_h_8.active .tg_h_8_left .img_8_1 {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    border-radius: 12px;
}
.tg_h_8.active .img_8_1 video {
    display: block;
    top: 0;
}
.tg_h_8.active .img_8_1 img {
    display: none;
}
.tg_h_8 .img_8_1 video {
    display: none;
}
.tg_h_form button {
    padding-top: 0;
}
.tg_h_form form {
    padding-top: 30px;
}
.heading_3 {
    margin-top: 0;
}
.footer_right_box iframe {
    margin-bottom: 40px;
}
.p20 {
    padding: 20px 0;
}
.tg_h_3_1 .click-select,
.select_search .click-select {
    width: 100%;
    overflow: hidden;
}
.tg_h_3_1 .select h3,
.icon-select h3 {
    position: relative;
    z-index: 2;
}
.search-da-new select.form-control {
    padding: 12px;
}
.tg_h_3_slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: -7px;
}
.tg_h_3_slider .owl-dots > * {
    width: calc(20% - 20px);
    margin-right: 0;
}
.tg_h_3_slider .owl-dots {
    display: flex;
    margin-bottom: 35px;
    gap: 20px;
}
.bg7 .owl-dots {
    display: flex;
    gap: 20px;
    width: calc(100% - 120px);
}
.bg7 .owl-dots > * {
    width: calc(33.3% - 20px);
}
.text_ab {
    position: relative;
}
.text_ab {
    cursor: pointer;
}
.text_ab:hover .text {
    opacity: 1;
}
.text_ab .text {
    display: block;
    transition: 0.2s ease-in-out;
    opacity: 0;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    padding: 78px 24px 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tg_h_8.after_left:after {
    transform: skewX(226deg);
    left: -25%;
}
.tg_h_8:after {
    content: "";
    position: absolute;
    width: 50%;
    right: -25%;
    background: linear-gradient(90deg, #d6e805 -111.45%, #be913e 42%);
    height: 100%;
    top: 0;
    transform: skewX(-42deg);
}
.tg_h_8:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/Frame-1000004980.png) no-repeat center right;
    background-size: cover;
    z-index: 2;
}
.sidebar_post_list .post_thumbnail.hover_img {
    display: inline-block;
}
.header_main.active .header_main_before {
    display: block;
}
.header_main_before {
    background: #01202a;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.full_100vhh {
    height: calc(100vh) !important;
}
.owl-dots {
    z-index: 33;
}
.full_100vh {
    height: calc(100vh - 100px) !important;
}
.number_4 .owl-dots > * {
    width: calc(25% - 18px);
    margin-right: 26px;
}
.about_5_list .owl-dots > * {
    width: 38px;
    margin-right: 12px;
}
.about_5_list.slider_item_12 .owl-dots > * {
    width: calc(100% / 24);
}
.about_5_list .owl-dots {
    position: absolute;
    left: 144px;
    width: calc(50% - 100px);
    bottom: 21px;
}
.page-template-page-about-us .owl-nav {
    left: 50%;
    margin-left: 48px;
}
.page-template-page-about-us .owl-dots {
    left: 50%;
    margin-left: 188px;
}
.tg_h_2 h3,
.tg_top h2 {
    line-height: 44px;
}
.tg_h_2 h4 {
    margin-bottom: 8px;
    line-height: 27px;
}
.tg_h_8 .tg_h_8_center {
    position: relative;
    z-index: 3;
}
.tg_h_88:after {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
}
.btn,
.box_reg_top.box_reg_top_3 .box_reg_top_text a,
.header_menu .menu > li.btn_menu > a {
    margin: 0;
    box-shadow: none !important;
}
.box_cc_1_tab_content {
    position: relative;
    font-size: 18px;
}
.box_cc_1_tab_content:before {
    content: url(img/ads.svg);
    position: absolute;
    top: -50px;
}
.box_cc_1_tab {
    border-radius: 0 0 12px 12px;
    background: var(--bg-tab, #eee);
    padding: 30px;
    margin-top: 8px;
}
.box_cc_1 ul li {
    min-width: 24%;
}
.box_cc_1 ul li.active a {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff !important;
    text-decoration: none;
}
.box_cc_1 ul li h3 {
    margin: 0 8px 0 0;
}
.nav-tabs {
    border-bottom: 0;
}
.box_cc_1 ul li a {
    border-radius: 16px 16px 0 0;
    padding: 20px;
    font-size: 16px;
    display: block;
    background: var(--bg-tab, #eee);
    font-weight: 600;
    color: #212121;
}
.top_2_xn .search-da-new {
    justify-content: left;
}
.header_menu .menu > li.btn_menu > a {
    top: 12px;
    height: auto !important;
    line-height: 44px;
}
.tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child .box_reg_a i {
    top: 16px;
}
.tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child a:nth-child(1) {
    line-height: 68px;
    max-height: 68px;
    min-width: 274px;
    border-radius: 50px;
}
.btn.btn_dutoan span {
    background: var(#be913e,linear-gradient(90deg, #d6e805 -111.45%, #be913e 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn.btn_dutoan i {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff;
    width: 20px;
    height: 20px;
    top: 6px;
    right: 4px;
    line-height: 20px;
}
.btn.btn_dutoan {
    border-radius: 50px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 16px;
    padding-right: 32px !important;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #be913e;
    background: #fff;
}
.img_100 {
    border-radius: 16px;
}
.tg_h_6_child ul.active {
    color: #be913e;
}
.tg_h_6_child ul.active {
    border-left-color: #be913e;
}
.tg_h_6_child ul {
    cursor: pointer;
}
.video_h_2 video {
    display: none;
}
.container-full {
    padding: 0 50px;
}
.img_map {
    max-width: 635px;
}
.widget_menu_all .widget_menu_all_child > ul > li > i {
    display: none;
}
@media (min-width: 1000px) {
    .video_h_2.active img {
        display: none;
    }
    .video_h_2.active video {
        display: block;
        top: 0;
    }
}
.video_h_2.active .img_video:after {
    display: none;
}
.video_h_2 .img_video {
    position: relative;
    overflow: hidden;
    padding-top: 56%;
    display: block;
}
.tg_h_3 .gallery_load .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
    left: 0;
    bottom: auto;
}
.tg_h_3 .gallery_load .owl-nav button {
    margin: 0;
    left: 20px;
    position: relative;
}
.tg_h_3 .gallery_load .owl-nav .owl-next {
    right: 20px;
    position: absolute;
    left: auto;
}
.owl-nav .owl-next {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff;
}
.tg_h_3 {
    overflow: hidden;
}
.tg_h_1 .box_reg_top.box_reg_top_4 .max-800 > p {
    font-size: 16px;
}
.tg_h_3_center .container-full {
    display: none;
}
.widget_menu_all .widget_menu_all_child li:hover i {
    width: 24px;
}
.widget_menu_all .widget_menu_all_child > ul > li {
    position: relative;
}
.widget_menu_all .widget_menu_all_child > ul > li > a > i {
    color: #be913e;
    font-weight: 700;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    top: 3px;
    width: 0;
}
.search-da-new li {
    width: 200px;
}
.du_an_top p {
    margin-bottom: 36px;
}
.hide_pc {
    display: none;
}
.header_main.active .header_menu .menu > li > a {
    color: #fff;
}
.img_map {
    padding-right: 100px;
    position: relative;
}
.map_point > * {
    width: 16px;
    height: 16px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 100%;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
}
.map_point > :hover,
.map_point > .active,
.map_point > .map_vip {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    border: 1px solid #fff;
    transform: scale(2);
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.15);
    z-index: 9;
}
.map_point .map_point_01 {
    left: 136px;
    top: 68px;
}
.map_point .map_point_02 {
    left: 242px;
    top: 62px;
}
.map_point .map_point_03 {
    left: 233px;
    top: 119px;
}
.map_point .map_point_04 {
    left: 205px;
    top: 208px;
}
.map_point .map_point_05 {
    left: 334px;
    top: 368px;
}
.map_point .map_point_06 {
    left: 328px;
    top: 464px;
}
.map_point .map_point_07 {
    left: 283px;
    top: 556px;
}
.map_data .office.active {
    display: block;
}
.map_data .office {
    width: 275px;
    position: absolute;
    top: 70px;
    right: -100px;
    height: 510px;
    overflow: auto;
    padding: 0 15px 0 10px;
    display: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.map_data .office::-webkit-scrollbar {
    width: 12px;
    background-color: #aeaeae;
    border-radius: 6px;
    padding: 2px;
}
.map_data .office::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #f1f1f1;
    width: 10px;
}
.map_data .office .item {
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #fff;
    padding: 16px 12px 12px;
    margin-bottom: 8px;
}
.map_data .office .item .h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}
.map_data .office .item p {
    font-size: 14px;
    font-weight: 400;
    color: #565656;
}
.map_data .office .item img {
    max-width: 100%;
    border-radius: 5px 5px 0 0;
    width: 214px;
    height: 106px;
    object-fit: cover;
}
.map_data .office .item a {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
.map_data .office .item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.map_data .office .item a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.map_point .map_point_08 {
    left: 194px;
    top: 620px;
}
.map_point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.color_f > * {
    color: #fff !important;
}
.tg_h_8_child {
    padding-bottom: 20px;
}
.btn_home {
    background: linear-gradient(270deg, #f0a533 -6.88%, #ffc555 100%) !important;
    color: #fff !important;
    border: 0;
}
.no_padding_bottom {
    padding-bottom: 0 !important;
}
.bg_box_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.top_4_xn.box_reg_top_text h2 {
    font-size: 32px;
}
.page_tcnt .row-flex {
    padding: 50px 0 !important;
}
.sidebar_post_views.active .sidebar_post {
    padding-top: 30px;
}
.tg_h_8_video .slidehero-iframe iframe {
    position: relative;
    width: 313px;
    height: 556px;
    border-radius: 30px;
}
.tg_h_8_video .slidehero-iframe {
    position: relative;
    width: 315px;
    height: 560px;
    margin: auto;
}
.heading_page {
    padding: 20px 0 10px;
    font-weight: 700;
    font-size: 24px;
}
.heading_11 {
    font-size: 32px;
    padding-bottom: 12px;
    display: block;
    font-weight: 700;
}
.footer_hr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tg_top h2 {
    color: #be913e;
}
.tg_h_8_center h3 {
    color: #be913e;
    font-size: 60px;
    line-height: 1.2;
}
.tg_h_8_center h3 span {
    color: #fcee21;
}
.tg_h_8_center h2 {
    font-size: 110px;
    color: #2f2f2f;
    font-weight: 700;
    line-height: 1.2;
}
.tg_h_8 {
    padding: 50px 0;
    background: linear-gradient(181deg,#fff 2.94%,rgba(202, 245, 204, 0.03) 99.24%);
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.tg_h_8_left,
.tg_h_8_right {
    position: absolute;
    left: 30px;
    top: 0;
    width: 395px;
    text-align: left;
    height: 100%;
    padding-top: 120px;
}
.tg_h_8_right {
    left: auto;
    right: 30px;
    text-align: right;
}
.tg_h_8_left img.img_8_2,
.tg_h_8_right img.img_8_2 {
    float: right;
    margin-top: 100px;
}
.tg_h_8_right img.img_8_2 {
    float: left;
}
.list_top_7 ul > li:nth-child(1) {
    background-position: right 10px;
    padding-right: 15px;
}
.line_2 {
    clear: both !important;
}
.color_1 {
    color: #212121 !important;
}
.about_1_content ul li h3 {
    margin: 0;
}
.heading_9 {
    font-size: 24px;
    font-weight: 700;
    padding: 25px 0 12px;
}
.heading_13 {
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}
.heading_13 span,
.heading_15 span {
    color: #fcee21;
}
.heading_15 {
    padding: 20px 0 10px;
}
.color_333 {
    color: #212121 !important;
}
.heading_dn {
    font-size: 24px;
}
.tg_h_2 ul:hover li:nth-child(1) h3 {
    color: #fff;
}
.heading_h4 {
    font-size: 18px;
    font-weight: 700;
}
.heading_h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0 10px;
}
.tg_h_3_1 .select ul li,
.select_search ul li {
    cursor: pointer;
    font-size: 16px;
    border-bottom: #e7e7e7 1px solid;
    padding: 16px 24px;
}
@keyframes animated-gradient {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 200% 0;
    }
}
.tg_h_1 .box_reg_top.box_reg_top_4 .max-800 > p span {
    color: #d6e805;
    font-weight: 700;
}
.tg_h_3_1 .select .icon-select,
.select_search .icon-select {
    background: url(img/chevron-down.svg) no-repeat;
    width: 28px;
    height: 12px;
    position: absolute;
    right: 35px;
    top: 50%;
    height: 28px;
    margin-top: -14px;
    background-size: 100%;
}
.tg_h_3_1 .select h3,
.select_search h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 0 24px;
    line-height: 60px;
    background: linear-gradient(90deg, #d6e805 -111.45%, #be913e 100%) text;
    cursor: pointer;
    background-size: 200%;
    margin: 0;
    background-position: 0 0;
    animation: animated-gradient 2s infinite alternate-reverse;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tg_h_3_1 .select ul,
.select_search ul {
    margin: 0;
    list-style: none;
    position: absolute;
    background: #fff;
    top: 100%;
    z-index: 9;
    width: 100%;
    left: 0;
    border-radius: 20px;
    display: none;
    text-align: left;
    border: 1px solid rgba(33, 153, 101, 0.3);
    overflow: hidden;
}
.tg_h_3_1 .select ul.active,
.select_search ul.active {
    display: block !important;
}
.tg_h_3_1 .select,
.select_search {
    height: 60px;
    border-radius: 50px;
    display: inline-flex;
    gap: 55px;
    width: 258px;
    position: relative;
    background-color: #fff;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.15);
}
.search_box_select .select_search {
    height: 44px;
    min-width: 200px;
    width: auto;
}
.search_box_select {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.search_box_select .select_search h3 {
    line-height: 44px;
    padding: 0 20px 0 12px;
    position: relative;
    z-index: 22;
    font-size: 16px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
}
.search_box_select .select_search .icon-select {
    right: 5px;
    width: 18px;
    height: 18px;
    margin-top: -8px;
}
.header_menu .menu > li.menu__parent > .sub-menu.active {
    display: block;
}
.page-id-89250 .heading_13 span {
    color: #be913e;
}
.category_du_an {
    position: relative;
    z-index: 3;
}
.box_ns_4 .col-md-3:nth-child(4n + 1) {
    clear: both;
}
.about_5 .owl-nav {
    max-width: 50%;
}
.about_text_top {
    position: absolute;
    padding-right: 30px;
    max-width: 48%;
}
.about_5_list {
    z-index: 33;
}
.about_5_list .about_5_list_text {
    padding-top: 150px;
}
.about_5_list .row-flex {
    align-items: flex-start;
}
.sidebar_post .post_thumbnail a {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    display: block;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img,
.sidebar_post .post_thumbnail a img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 140%;
    max-width: 1000%;
    width: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: 0.7;
    display: none;
}
.sidebar_post .post_thumbnail a {
    background: #f8f8f8;
    margin-bottom: 0;
    padding-top: 65%;
}
.sidebar_post .post_thumbnail a img {
    display: block;
    height: 120%;
    opacity: 1;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube iframe {
    height: 100%;
    width: 100%;
}
.tg_h_2 ul li:nth-child(1) h3 a {
    color: #333;
}
.tg_h_2 ul:hover li:nth-child(1) h3 a {
    color: #fff;
}
.slidehero-iframe_2 iframe {
    display: none;
}
.about_5_list .about_5_list_text {
    padding-right: 30px;
}
.search_box_select .select_search h3 {
    font-weight: 400;
}
.box_tc_3_center .item ul li:nth-child(1) a {
    padding-top: 68%;
}
.box_tc_3_center .item ul li:nth-child(2) a {
    position: relative;
    background: none;
    color: #212121;
    display: block;
    padding: 12px 0;
    text-align: center;
}
.about_5_video .about_5_video_center a {
    z-index: 22;
}
.social-new {
    display: none;
}
.about_5 .col-md-6:nth-child(1) {
    z-index: 33;
}
@media (max-width: 1568px) {
    .p40,
    .tg_h_4,
    .tg_h_3.p40,
    .about_5_list_text_2,
    .tg_h_form,
    .box-11,
    .heading_4,
    .about_2.p40,
    .box_tc_3_center,
    .list_top_7,
    .box_reg_top.box_reg_top_smart,
    .box_ns_3,
    .box_tc_1 {
        padding: 40px 0;
    }
    .box_reg_top.box_reg_top_smart {
        gap: 0;
    }
    .top_8_xn_center {
        padding: 20px;
    }
    .tg_h_8_left img.img_8_2,
    .tg_h_8_right img.img_8_2 {
        margin-top: 30px;
    }
    .tg_h_8_left,
    .tg_h_8_right {
        width: 350px;
    }
    .tg_h_8_left,
    .tg_h_8_right {
        width: 250px;
    }
    body .tg_h_8_center h2 {
        font-size: 68px;
    }
    body .tg_h_8_center h3 {
        font-size: 32px;
    }
    .box_reg_top.box_reg_top_3 .row-flex,
    .box_reg_top.box_reg_top_4 {
        padding: 50px 0;
    }
}
@media (max-width: 1300px) {
    .about_5_list_text_2 {
        padding-bottom: 50px;
    }
    .about_5_list .owl-dots > * {
        width: 28px;
    }
    .p40,
    .tg_h_4,
    .tg_h_3.p40,
    .about_5_list_text_2,
    .tg_h_form,
    .box-11,
    .heading_4,
    .about_2.p40,
    .box_tc_3_center,
    .list_top_7,
    .box_reg_top.box_reg_top_smart,
    .box_ns_3,
    .box_tc_1 {
        padding: 20px 0;
    }
    .header_menu .menu > li > a {
        color: #fff;
    }
    .tg_h_8_left,
    .tg_h_8_right {
        width: 250px;
    }
    body .tg_h_8_center h2 {
        font-size: 68px;
    }
    body .tg_h_8_center h3 {
        font-size: 32px;
    }
    .footer_right_box .col-md-3:last-child {
        width: 250px;
    }
    .footer_top,
    .pd {
        padding: 20px 0;
    }
    .footer_bot {
        height: auto;
        padding: 20px 0;
    }
    .about_5_video > .about_5_video_1 {
        height: 230px;
        width: 180px;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child {
        padding-bottom: 20px;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 h2,
    .heading_1 {
        font-size: 42px;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_a {
        margin: 20px 0;
    }
}
@media (max-width: 1180px) {
    .footer_right_box .col-md-3 {
        width: 180px;
    }
    .footer_right_box .col-md-3:last-child {
        width: 180px;
    }
}
@media (max-width: 1000px) {
    .tg_h_5 img {
        margin-bottom: 15px;
    }
    .tg_h_2_content .col-md-6 {
        max-height: 109px;
        overflow: hidden;
    }
    .owl-dots {
        display: none !important;
    }
    .search_box_select .select_search h3 {
        line-height: 40px;
    }
    .page-id-89039 .top_3_xn_child ul {
        position: relative;
        position: relative;
        background: none;
        color: #333;
        padding: 12px 0;
    }
    .page-id-89039 .top_3_xn_child li:nth-child(2) a {
        color: #333;
        padding-top: 0;
    }
    .page-id-89039 .top_3_xn_child .duan_meta span {
        color: #888;
    }
    .search_box_select .select_search {
        height: 40px;
    }
    .about_5 .owl-nav {
        width: 100%;
        max-width: 100%;
    }
    .select_search_2 .select_search {
        margin-bottom: 12px;
    }
    .top_2_xn_top li:nth-child(2) > :nth-child(2),
    .top_2_xn_top li:nth-child(2) > :nth-child(1) {
        width: 100%;
    }
    .box_tc_3.tg_slider_3 .owl-nav {
        z-index: 333;
    }
    .tg_h_1 .box_reg_top_text .box_reg_a p strong {
        color: #d6e805;
    }
    .about_text_top {
        position: relative;
        max-width: 100%;
    }
    .about_5_list .about_5_list_text {
        padding-top: 0;
    }
    .tg_h_3_1 .select ul li,
    .select_search ul li {
        padding: 8px 12px;
    }
    .search_box_select .select_search h3 {
        font-size: 14px;
    }
    .select_search ul.active {
        width: 258px;
        z-index: 333;
    }
    .post_list_view .post_top_1 ul {
        padding: 10px;
    }
    .post_list_view .post_top_1 li:nth-child(2) a {
        font-size: 18px;
    }
    .box_ns_4_top {
        text-align: center;
    }
    .box_ns_2 {
        margin-bottom: 0;
    }
    .box_ns_3 ul {
        padding: 12px;
        min-height: 126px;
        margin-bottom: 12px;
    }
    .row.p40 > * {
        padding-left: 8px;
        padding-right: 8px;
    }
    .row.p40 {
        margin-left: -8px;
        margin-right: -8px;
    }
    .box_ns_3 ul li:nth-child(3) {
        clear: both;
        padding-top: 10px;
    }
    .box_ns_3 ul li:nth-child(1) {
        width: 45px;
        height: 45px;
        position: relative;
        border-radius: 0;
        box-shadow: none;
        float: left;
        left: auto;
        top: auto;
        margin-right: 15px;
    }
    .page-id-21003 .container {
        overflow: hidden;
    }
    .content-post h2 {
        font-size: 24px;
    }
    .content-post h3 {
        font-size: 18px;
    }
    .tg_h_8_video {
        overflow: hidden;
    }
    .footer_right_box .col-md-3:last-child {
        width: 50%;
    }
    .widget_menu_all .widget_menu_all_child > ul > li > a {
        padding-left: 0 !important;
    }
    .widget_menu_all .widget_menu_all_child > ul > li > a:before {
        display: none;
    }
    .tg_h_2 .col-md-6 ul.active h3,
    .top_6_xn .col-md-6 ul.active h3 {
        color: #fff;
    }
    .tg_h_2 .col-md-6 ul.active,
    .top_6_xn .col-md-6 ul.active {
        border-radius: 24px;
        border: 1px solid #be913e;
        background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
        color: #fff;
        box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.1);
    }
    .full_100vh,
    .full_100vhh {
        height: auto !important;
    }
    .search_box_select .select_search {
        width: auto;
        min-width: 108px;
    }
    .widget_menu_all .widget_menu_all_child > ul > li > i {
        width: 30px;
        height: 30px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        font-size: 12px;
    }
    .widget_menu_all .widget_menu_all_child li:hover .child_menu_mega {
        display: none;
    }
    .tg_h_2 h2 {
        padding: 15px 0;
        text-align: center;
        color: #be913e;
    }
    .f-widget {
        overflow: hidden;
    }
    .tg_h_2 h3 {
        padding-bottom: 12px !important;
    }
    .box_reg_top_text h2,
    .box_reg_top_text h1,
    .top_5_xn_top h2,
    .tg_h_2 h2,
    .tg_top h2,
    .heading_13 {
        font-size: 24px;
        line-height: 1.3;
    }
    .heading_9,
    .heading_12,
    .heading_11 {
        font-size: 18px;
        line-height: 1.3;
    }
    .post-meta > span.post_meta_author {
        display: none;
    }
    .footer_info_child li {
        padding-left: 38px;
        margin-bottom: 20px;
        min-height: 20px;
    }
    .footer_info_child svg {
        top: -3px;
        background: #333;
        width: 32px;
        border-radius: 8px;
        height: 32px;
        padding: 4px;
    }
    .footer_info_child li strong:after {
        content: ":";
    }
    .footer_info_child li strong {
        display: inline-block;
        font-size: 13px;
        padding-right: 5px;
    }
    article.entry_content,
    .col-sidebar {
        padding: 20px 0;
    }
    .post-meta > span {
        padding-bottom: 10px;
        padding-right: 10px;
    }
    h1.entry-title {
        font-size: 24px;
        line-height: 1.5;
    }
    .search-da-new select.form-control {
        min-width: 80px;
    }
    .du_an_top p {
        margin-bottom: 10px;
    }
    .footer_hr {
        width: 100% !important;
    }
    .f-widget {
        flex-wrap: wrap;
        display: flex;
    }
    .f-widget .footer_info {
        order: 2;
        border-top: #dbdbdb 1px solid;
        padding-top: 20px;
        margin-top: 25px;
    }
    .page_tcnt .row-flex {
        padding: 25px 0 !important;
    }
    .m_center {
        text-align: center;
    }
    .bg_box_1 {
        opacity: 0.7;
    }
    .bg_box_1.bg_2 {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
        bottom: 0;
        top: auto;
        height: 65%;
    }
    .a_auto {
        display: inline-block !important;
        width: auto !important;
    }
    .tg_h_8 .col-md-6:nth-child(1) {
    }
    .box_tc_4_center .box_tc_4_center_d {
        min-height: auto;
        padding: 15px 15px 86px;
    }
    .box_tc_4_center_d > h4 {
        font-size: 24px;
    }
    .header_menu .menu > li > a {
        font-size: 18px;
    }
    .about_5_video > .about_5_video_1 {
        height: 230px;
        width: 200px;
    }
    .tg_h_8 {
        padding: 30px 0;
    }
    .tg_h_form input {
        max-width: 200px;
    }
    .footer_form_hotline a {
        font-size: 22px;
    }
    .top_4_xn .footer_form_child .footer_form_hotline {
        padding-left: 12px;
        margin-right: 0;
    }
    .btn,
    .box_reg_top.box_reg_top_3 a,
    .header_menu .menu > li.btn_menu > a {
        padding: 0 20px;
    }
    .search-da-new li {
        padding: 0;
        flex: 1 1 auto;
    }
    .tg_h_8 {
        margin-bottom: 0;
    }
    .box_reg_top_text form input {
        flex: 1 0 120px;
        margin: 0;
        line-height: 44px;
        height: 44px;
        min-width: 160px;
    }
    .box_new_home .owl-nav {
        margin-top: 0;
    }
    .tg_h_3_center ul {
        position: relative;
        bottom: 20px;
        padding: 10px;
        right: 20px;
        z-index: 33;
        margin-top: 10px;
    }
    .footer_right_box .col-md-3:last-child {
        max-width: 50%;
    }
    .btn,
    .box_reg_top.box_reg_top_3 a {
        font-size: 16px;
    }
    .gallery_top {
        margin-bottom: 20px;
    }
    .container {
        max-width: 100%;
    }
    .top_4_xn.box_reg_top_text h2,
    .box_post_view_s4_2 h2 {
        font-size: 24px;
    }
    .top_1_xn ul {
        padding: 15px;
        width: 100%;
    }
    .nav-tabs > li {
        float: none;
    }
    .heading_7 {
        font-size: 18px;
        padding: 15px 0;
    }
    .about_1_content h2 {
        padding-bottom: 20px;
    }
    .home #header,
    .page-id-21125 #header {
        position: fixed;
        top: 0;
        width: 100%;
    }
    .header_main.active .header_menu .menu > li > a {
        color: #fff;
    }
    .box_ns_4 {
        padding-bottom: 20px;
    }
    .box_cc_1 ul li h3 {
        margin: 0;
    }
    .box_cc_1 ul li a {
        border-radius: 8px;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .footer_form_hotline:after {
        display: none;
    }
    .box_cc_1_tab_content {
        padding-top: 50px;
        font-size: 18px;
    }
    .box_cc_1_tab_content:before {
        top: 10px;
    }
    .tg_h_3_1 .select {
        max-width: 100%;
        min-width: 300px;
    }
    .tg_h_3 > .container {
        z-index: 4;
    }
    .about_6_child {
        padding: 12px;
    }
    .top_5_xn_top:before,
    .top_5_xn_top:after {
        display: none;
    }
    .top_5_xn_center .col-md-2 {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
    .top_5_xn_center .col-md-2 ul {
        padding-left: 30px;
    }
    .box_ns_4_top a {
        position: relative;
    }
    .top_5_xn_center .col-md-2:nth-child(1) ul:before,
    .top_5_xn_center .col-md-2:nth-child(5) ul:before,
    .top_5_xn_center .col-md-2:nth-child(2) ul:before,
    .top_5_xn_center .col-md-2:nth-child(3) ul:before,
    .top_5_xn_center .col-md-2:nth-child(4) ul:before {
        width: 22px;
        height: 22px;
        left: 0;
        top: 5px;
        background: url(img/Group-625997.png) no-repeat center bottom;
        content: "";
        position: absolute;
        margin-left: 0;
    }
    .footer_info_child,
    .footer_info_social {
        padding-bottom: 8px;
    }
    .footer_right_box .col-md-3,
    .box_ns_4 .col-md-3,
    .box_tc_1 .col-md-6 {
        max-width: 50%;
        float: left;
        width: 50%;
    }
    .tg_h_3_1,
    .box_reg_top_text form {
        flex-wrap: wrap;
        gap: 10px;
        z-index: 33;
    }
    .tg_h_6_child ul {
        margin-top: 18px;
        cursor: pointer;
        padding-left: 15px;
    }
    .owl-nav {
        position: relative;
        right: auto;
        bottom: 0;
        text-align: center;
        margin-top: -22px;
        margin-bottom: 15px;
    }
    .top_8_xn h2 {
        font-size: 24px;
    }
    .header_menu .menu > li > ul {
        width: 100%;
    }
    .header_menu .menu > li > ul > li > a {
        border-bottom: 0;
    }
    .box_tc_3_top a {
        position: relative;
    }
    .box_tc_3 .owl-nav {
        bottom: 0;
    }
    .post_list_view ul {
        padding-top: 20px;
    }
    .top_5_xn_top {
        padding-bottom: 20px;
    }
    .main-content {
        margin-bottom: 20px;
    }
    .box_ns_2 {
        margin: 20px 0;
    }
    .box_reg_top_dn .box_reg_top_text h2 {
        font-size: 24px !important;
        line-height: 1.5;
    }
    .search-da-new,
    .top_2_xn_top li:nth-child(2) {
        flex-wrap: wrap;
        margin-left: 0;
        gap: 0;
    }
    .top_3_xn .col-md-4:nth-child(1) {
        width: 50%;
        clear: none;
        float: left;
    }
    .top_3_xn .col-md-4,
    .top_3_xn .col-md-4:nth-child(1),
    .top_3_xn .col-md-4:nth-child(4),
    .top_3_xn .col-md-4:nth-child(5) {
        width: 100%;
    }
    .post_list_view .col-md-4:nth-child(3n + 1) {
        clear: none;
    }
    .post_list_view .col-md-4:nth-child(2n + 1) {
        clear: both;
    }
    .search-da-new li {
        padding: 8px;
    }
    .about_5_video .about_5_video_center {
        margin-left: 0;
    }
    .box_reg_top {
        gap: 0;
        padding: 50px 0 20px;
    }
    .top_2_xn_top li:nth-child(2) > * {
        width: 100%;
    }
    .tg_h_7 .col-md-6:nth-child(1),
    .about_3 .col-md-6:nth-child(1),
    .top_7_xn .col-md-6:nth-child(1),
    .box_reg_top .col-md-6:nth-child(1) {
        order: 2;
    }
    .tg_h_8_left,
    .tg_h_8_right {
        display: none;
    }
    .about_5_list_text {
        padding-left: 0;
    }
    .owl-dots {
        display: none;
    }
    .tg_h_2 h3,
    .tg_top h2 {
        line-height: 1.5;
    }
    body .tg_h_8_center h2 {
        font-size: 38px;
    }
    .tg_h_7 .img_full {
        margin-bottom: 12px;
    }
    .tg_h_5 .owl-nav button {
        margin-top: 0;
        opacity: 0.5;
        font-size: 24px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .tg_h_5 .owl-nav {
        bottom: 0;
        margin-top: -35px;
    }
    .tg_slider_3 {
        padding: 15px 0 0;
    }
    .about_5_video > .about_5_video_1 {
        height: 180px;
        width: 150px;
    }
    .tg_h_3_1 {
        padding-bottom: 15px;
    }
    .tg_h_2 h3,
    .tg_top h2,
    .tg_h_3 h2 {
        font-size: 24px;
        padding-bottom: 18px;
    }
    .tg_h_2 ul li:nth-child(1) h3 {
        font-size: 18px;
    }
    .tg_h_2 ul li:nth-child(2) {
        display: none;
    }
    .tg_h_2 ul {
        margin-bottom: 0;
    }
    .tg_h_2_content .col-md-6 {
        padding: 10px;
    }
    .tg_h_2_content .col-md-6 {
        float: left;
        width: 50%;
    }
    .max-800 {
        width: 100%;
    }
    .video-bg {
        width: auto;
        max-width: 1000%;
        height: 100%;
        top: 0;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_a {
        margin: 20px 0;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child {
        align-items: center;
        display: flex;
        height: 100%;
    }
    .max-800 {
        max-width: 100%;
    }
    .icon_menu {
        display: block;
        position: absolute;
        z-index: 3334;
        right: 30px;
        top: 9px;
    }
    .col-logo {
        z-index: 3333;
    }
    .btn,
    .box_reg_top.box_reg_top_3 a {
        max-width: 100%;
    }
    .widget_menu_all_child img {
        display: none;
    }
    .header_menu .menu > li {
        float: none;
    }
    .header_menu {
        display: none;
    }
    .header_menu.active {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 333;
        background: #01202a;
        display: block;
        padding-top: 60px;
    }
    .header_menu > .menu {
        overflow: auto;
        height: calc(100% - 86px);
    }
    .header_menu .menu > li.menu__parent > .sub-menu {
        padding-left: 0;
    }
    .header_menu .menu > li > a {
        padding: 10px;
        font-size: 18px;
    }
    .header_menu .menu > li > ul {
        position: relative;
        padding-left: 20px;
        border-left: 1px #fff;
    }
    .header_menu .menu .sub-menu.active {
        display: block;
    }
    .header_menu > a {
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
    }
    .header_menu .menu .sub-menu {
        display: none;
    }
    .header_menu .menu > li .yspl-widget-area {
        padding: 10px;
    }
    .widget_menu_all {
        display: block;
    }
    .row-flex,
    .box_reg_top_text form,
    .footer_form_child {
        flex-wrap: wrap;
    }
    .widget_menu_all_child {
        width: 100%;
    }
    .tg_h_4 ul {
        margin-bottom: 24px;
    }
    .tg_h_4 {
        padding: 20px 0;
    }
    .tg_top_child {
        padding-right: 0;
    }
    .box_reg_top_text h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 h2,
    .heading_1 {
        font-size: 32px;
        line-height: 1.2;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 {
        padding-top: 0 !important;
        height: auto;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child {
        position: relative;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child a:nth-child(1) {
        line-height: 60px;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child a {
        margin: 10px 0;
        display: inline-block;
        float: none;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child .box_reg_a i {
        top: 12px;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child {
        padding-bottom: 0;
        padding-top: 80px;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4:before {
        z-index: 1;
        display: none;
    }
    .top_6_xn ul {
        min-height: 150px;
    }
    .heading_5 {
        font-size: 18px;
    }
    .tg_top_child a {
        position: relative;
        top: 0;
        margin-top: 10px;
    }
    .tg_top h2 {
        padding-bottom: 20px;
    }
    .col-md-6 {
        width: 100%;
    }
    .tg_h_6 .img-full {
        margin-bottom: 15px;
    }
    .box_reg_top.box_reg_top_4,
    .footer_top {
        padding: 20px 0 !important;
    }
    .header_menu .menu > li.menu-item-80547 > .sub-menu {
        height: auto;
    }
    #menu-sitemaps {
        max-height: 80vh;
        overflow: scroll;
    }
    .header_menu:before {
        background: linear-gradient(243deg,rgba(1, 32, 42, 0.3) 52.49%,rgba(8, 49, 61, 0.4) 66.37%,#114853 100.87%);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .box_cc_top_4 {
        position: relative;
    }
    .box_cc_top_4 .col-md-3 {
        width: 50%;
        float: left;
    }
    .logo img {
        max-height: 36px;
        margin-top: 12px;
    }
    .home .box_reg_top_4_child .box_reg_top_text {
        text-align: center;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 h2,
    .heading_1 {
        font-size: 24px;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .max-800 > p {
        font-size: 16px;
    }
    .home .btn_a_2 {
        display: none !important;
    }
    .tg_h_1 .box_reg_top_text .box_reg_a p br {
        display: none;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_a {
        text-align: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .gallery_load .owl-thumbs {
        display: none !important;
    }
    .tg_h_5 .tg_top_child {
        text-align: center;
    }
    .tg_h_5 .tg_top p {
        display: none;
    }
    .hide_mobile {
        display: none;
    }
    .hide_pc {
        display: block;
    }
    a.hide_pc {
        display: inline-block;
    }
    .bg7 .owl-dots {
        position: relative;
        bottom: 0;
        width: 100%;
        padding-bottom: 12px;
    }
    .heading_3,
    .box_tc_2 h2 {
        font-size: 24px;
        line-height: 1.5;
    }
    .mt12 {
        margin-top: 12px !important;
    }
    .tg_h_form form {
        padding: 15px 0;
    }
    .header_main {
        min-height: 60px;
    }
    .header_menu .menu > li.btn_menu {
        position: absolute;
        left: 10px;
        bottom: 10px;
    }
    .header_menu .menu > li.btn_menu {
        position: static;
        display: none;
    }
    .tg_h_3 .gallery_load .owl-nav button {
        background: none;
        font-size: 40px;
        color: #fff;
    }
    .tg_h_5 .owl-nav button {
        width: 40px;
        right: 0;
        top: -64px;
        margin: 0;
    }
    .tg_h_5 .owl-nav button.owl-prev {
        left: 10px;
        width: 40px;
    }
    .tg_h_5 .owl-nav button.owl-next {
        right: 10px;
    }
    .owl-nav button {
        opacity: 0.5;
    }
    .menu_child_heading {
        background-size: 20px;
        margin: 0;
        border-bottom: 0;
        padding: 10px 0 10px 30px;
        background-position: center left;
    }
    .header_menu .menu > li .yspl-widget-area {
        padding: 0;
    }
    .header_menu .menu > li > a {
        display: block;
        padding: 10px 0;
    }
    .header_menu .menu > li > ul:before,
    .header_menu .menu > li > ul:after {
        background: none;
    }
    .header_menu .menu > li.menu__parent > .sub-menu {
        padding: 0;
        height: auto;
    }
    .header_menu .menu > li.menu-item-has-children > a:after {
        float: right;
        transition: all 0.2s ease-in-out;
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }
    .widget_menu_all_child ul {
        padding-left: 15px;
        border-left: 1px solid #213f59;
        list-style: none;
        margin-top: 0;
        margin-left: 6px;
    }
    .header_main {
        height: 60px;
    }
    .box_new_home .owl-stage {
        padding-left: 0 !important;
    }
    .home .tg_h_3 .tg_h_3_slider .owl-nav button {
        margin: 0;
    }
    .home .tg_h_3 .tg_h_3_slider .owl-nav {
        width: 100%;
        bottom: 10px;
    }
    .home .tg_h_3 .tg_h_3_slider .owl-nav button {
        top: 0;
    }
    .home .tg_h_3 .tg_h_3_slider .owl-dots {
        justify-content: center;
    }
    .home .tg_h_3 .tg_h_3_slider .owl-dots,
    .bg7 .owl-dots {
        padding-left: 50px;
        padding-right: 50px;
    }
    .home .tg_h_3 .owl-carousel {
        position: relative;
    }
    .home .tg_h_3 .owl-nav button {
        margin-top: 0;
    }
    .home .tg_h_3 .owl-nav .owl-next,
    .bg7 .owl-nav .owl-next {
        position: absolute;
        left: auto;
        right: 0;
        top: 9px;
    }
    .home .tg_h_3 .owl-nav .owl-prev,
    .bg7 .owl-nav .owl-prev {
        position: absolute;
        left: 5px;
        top: 0;
    }
    .bg7 .tg_h_5 .owl-nav {
        margin-left: -10px;
        margin-right: -10px;
    }
    .bg7 .tg_h_5 .owl-nav button {
        top: 0 !important;
    }
    .home .tg_h_3 .owl-nav {
    }
    .tg_h_3_slider.post_list_view li:nth-child(2) a {
        padding-bottom: 10px;
    }
    .owl-nav button.owl-next {
        background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    }
    .box_cc_top_4 {
        padding-top: 15px;
        display: none;
    }
    .search-da-new li {
        width: 25%;
    }
    .btn-i {
        padding-right: 50px !important;
    }
    .box_tc_3.tg_slider_3 .owl-nav {
        margin-top: -20px;
    }
    .box_cc_1 {
        display: none;
    }
    .box_tc_3.tg_slider_3 {
        margin-bottom: 10px;
    }
    .box_tc_3.tg_slider_3 .owl-nav button {
        margin: 8px;
        left: 0;
        top: 8px !important;
    }
    .box_tc_3.tg_slider_3 .owl-nav button.owl-next {
        left: auto;
        right: 0;
    }
    .top_6_xn h2,
    .top_7_xn h2,
    .category_du_an h1 {
        font-size: 18px;
    }
    .category-list-post-da {
        padding-bottom: 0;
    }
    .img_map {
        padding-right: 0;
    }
    .slider_tknt.number_4 {
        padding-bottom: 0;
    }
    .slider_tknt.number_4 .owl-nav,
    .nav_m_wl .owl-nav {
        margin-top: 10px !important;
    }
    .slider_tknt.number_4 .owl-nav > *,
    .nav_m_wl .owl-nav > * {
        margin: 0 8px;
    }
    .pb10 {
        padding-bottom: 10px;
    }
    .mtt10 {
        position: relative;
        top: -10px;
    }
    .tg_h_2 ul {
        padding: 12px;
    }
    .about_1_content ul li a {
        font-size: 16px;
        padding: 15px 10px;
    }
    .about_1_content h2 {
        font-size: 22px;
        line-height: 1.3;
    }
    .about_3 .about_1_content ul li {
        width: 100%;
    }
    .about_3 .about_1_content ul li p {
        margin-bottom: 0;
    }
    .page-template-page-about-us .owl-nav {
        left: 0;
        margin-left: 0;
    }
    .box_reg_top_text form .group_input {
        max-width: 100%;
    }
    .top_3_xn .col-md-4:nth-child(2) .top_3_xn_child {
        clear: both;
    }
    .top_2_xn_top li:nth-child(2) p {
        text-align: center;
        padding-top: 10px;
    }
    .top_4_xn.box_reg_top_text.box_style_2 ul li a {
        margin-bottom: 12px;
    }
    .top_4_xn.box_reg_top_text.box_style_2 p {
        padding-bottom: 20px;
    }
    .top_2_xn_top li:nth-child(2) p {
        max-width: 100%;
    }
    .top_2_xn_top li .text-right {
        text-align: center;
        padding-top: 10px;
    }
    .box_tc_4_center_d.no_padding {
        padding-bottom: 20px !important;
    }
    .box_reg_top_text.j_center form {
        justify-content: center;
    }
    .page_xdtg {
        text-align: center;
    }
    .box_reg_top.box_reg_top_3.page_xdtg h3 {
        padding-bottom: 20px;
    }
    .box_post_view_s4_2 {
        padding: 20px 0;
    }
    .box_tc_1 .col-md-6:nth-child(3),
    .box_tc_1 .col-md-6:nth-child(4),
    .box_tc_1 .col-md-6:nth-child(5) {
        width: 50%;
    }
    .box_tc_1 .col-md-6:nth-child(5) {
        left: 50%;
        margin-left: -25%;
        clear: both;
    }
    .top_4_xn.box_reg_top_text h2,
    .box_post_view_s4_2 h2 {
        padding-bottom: 15px;
    }
    .header_menu .menu > li > a {
        font-weight: 500;
    }
    .menu_child_heading {
        text-transform: none;
    }
    .header_menu .menu > li > ul {
        background: none;
    }
    .tg_h_1 .box_reg_top.box_reg_top_4 .box_reg_top_4_child a:nth-child(1) {
        padding-right: 55px !important;
        text-align: center;
        min-width: 100px;
    }
    .tg_h_8 {
        text-align: center;
    }
    .tg_h_8:after {
        width: 100%;
        right: -100%;
    }
    .tg_h_8_video .slidehero-iframe {
        margin: auto;
    }
    .header_menu .menu > li.menu-item-has-children > a.active:after,
    .widget_menu_all .widget_menu_all_child > ul > li > i.active {
        transform: rotate(-180deg);
    }
    .widget_menu_all .widget_menu_all_child > ul > li > i {
        transition: 0.2s ease-in-out;
        line-height: 30px;
    }
    .box_post_view_s4_2_child a.btn {
        padding: 0 50px 0 20px;
    }
    .box_post_view_s4_2_child p strong {
        font-size: 24px;
    }
    .box_post_view_s4_2_child p {
        padding-left: 20px;
    }
    .box_post_view_s4_2_child {
        margin-top: 15px;
    }
    .box_post_view_s4 {
        padding: 20px 0;
    }
    .widget_menu_all .widget_menu_all_child > ul > li > a:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
        position: absolute;
        left: 0;
        top: 5px;
    }
    .widget_menu_all .widget_menu_all_child > ul > li > a {
        position: relative;
        padding-left: 16px;
    }
    .sidebar_post_views.active .sidebar_post,
    .sidebar_sticky.active > div:nth-child(1) {
        padding-top: 30px;
    }
    .tg_h_2 .col-md-6:nth-child(1) {
        order: 2;
    }
    .top_4_xn.box_reg_top_text form button span {
        display: none;
    }
    .top_5_xn .container {
        overflow: hidden;
    }
    .n-p-f .n-p-name {
        display: none;
    }
    .img-popup img {
        max-width: 158px;
    }
}
.video_h_2.active .slidehero-iframe_2 iframe {
    display: block;
}
.img__map {
    overflow: hidden;
    padding-top: 125%;
    position: relative;
}
.box_reg_top .about_5_video_center > a > img,
.home .about_5_video_center > a > img,
.img__map img,
.slidehero-iframe_2 iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: 1000%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.home .about_5_video_center > a > img {
    width: auto;
}
.post-meta > span.post_meta_author {
    background: none;
    padding-left: 0;
}
.post-meta > span.post_meta_author img {
    padding-right: 5px;
}
.gallery_load.owl-carousel .owl-item.active:before {
    opacity: 0;
}
.gallery_load.owl-carousel .owl-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fef200;
    z-index: 2;
    opacity: 0.5;
}
.gallery_load img {
    width: 100% !important;
    height: auto;
}
.th_h_1 {
    overflow: hidden;
}
.video-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    width: 100%;
}

.tg_h_2__child h3 span {
    text-transform: uppercase;
    font-weight: bold;
}
.tg_h_2 .tg_h_2__child ul {
    text-align: center;
    border: 0px;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.tg_h_2 .tg_h_2__child ul li:nth-child(1) a {
    display: block;
    padding-top: 65%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.tg_h_2 .tg_h_2__child ul li:nth-child(1) a img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tg_h_2 .tg_h_2__child ul li:nth-child(2) a {
    font-weight: bold;
    color: #be913e;
}
.tg_h_2 .tg_h_2__child ul li:nth-child(2) {
    min-height: 50px;
}
.tg_h_2 .tg_h_2__child ul li:nth-child(2):hover a {
    color: #fff;
}
.tg_h_2__child .owl-nav {
    left: -15px;
    bottom: 0;
    right: auto;
}
.tg_h_2__child .owl-dots {
    padding-left: 110px;
    display: flex;
}
.tg_h_2__child {
    padding-bottom: 20px;
}
.home .post_list_view li:nth-child(2) a {
    padding-top: 0;
}
.post_list_view li:nth-child(2) h3 a {
    margin-top: 0;
}
.max__800 {
    max-width: 800px;
    margin: auto;
}
.tg_h_3 .content-post h2,
.tg_h_3 .content-post {
    padding-bottom: 1rem;
}
.tg_h_3 .tg_h_3_1 .select {
    width: 300px;
}
.tg_h_3 .tg_h_3_1 {
    padding-bottom: 0;
}
.tg_h_3 > .container {
    z-index: 4;
}
@media (max-width: 768px) {
    .tg_h_2 .tg_h_2__child ul li:nth-child(2) {
        display: block;
    }
    body .tg_h_2 h3 {
        margin-top: 0;
    }
}
.widget_menu_all_child:nth-child(1) .menu_child_heading {
    background-image: url(img/icon_tknt.png);
    background-size: auto 28px;
}
.widget_menu_all_child:nth-child(2) .menu_child_heading {
    background-image: url(img/icon_tcnt.png);
    background-size: auto 28px;
}
.widget_menu_all_child:nth-child(3) .menu_child_heading {
    background-image: url(img/icon_mnd.png);
    background-size: auto 28px;
}
.widget_menu_all_child:nth-child(4) .menu_child_heading {
    background-image: url(img/icon_xnct.png);
    background-size: auto 28px;
}
.ps-fixed {
    position: fixed;
}
.img-wrapper-contain > img {
    object-fit: contain;
    width: 40px;
}
.br-sticky-buttons {
    --size: 40px;
    --shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 40%;
    right: 0;
    z-index: 20;
    transform: translateY(-50%);
    background: #be913e;
    padding: 10px !important;
    border-radius: 30px 0 0 30px;
}
.br-sticky-buttons:before,
.br-sticky-buttons:after {
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none;
}
.br-sticky-buttons:before {
    top: -30px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 1px 0 0 #be913e;
}
.br-sticky-buttons:after {
    bottom: -30px;
    border-radius: 0 50px 0 0;
    box-shadow: 30px -1px 0 0 #be913e;
}

.br-sticky-buttons__item {
    width: var(--size);
    aspect-ratio: 1;
}
.br-sticky-buttons a {
    text-decoration: none;
    border-radius: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.br-sticky-buttons a[title="Hotline"] {
    animation: animate 1.5s ease infinite;
}
.br-sticky-buttons a[title="Hotline"] .br-sticky-buttons__item-image {
    padding: 7px;
}
.br-sticky-buttons__item-image {
    width: var(--size);
    height: var(--size);
    background: rgba(0, 0, 0, 0);
}
.br-sticky-buttons__item-text {
    padding: 5px 25px 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: none;
}
@keyframes animate {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

/* Hide FB chat plugin */
.fb_reset {
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 480px) {
    .br-sticky-buttons {
        padding: 5px !important;
        border-radius: 20px 0 0 20px;
    }
    .br-sticky-buttons:before,
    .br-sticky-buttons:after {
        width: 50px;
    }
    .br-sticky-buttons:before {
        box-shadow: 20px 1px 0 0 #be913e;
    }
    .br-sticky-buttons:after {
        box-shadow: 20px -1px 0 0 #be913e;
    }
}
.btn-call-now:hover {
    background: #ea5d5d;
    color: #fff;
}
.b-dv-1 {
    background: linear-gradient(180deg, #e9c155 0%, #f9d880 100%);
    margin-left: -1px;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    color: #fff;
}
.btn-call-now {
    display: flex;
    height: 50px;
    align-items: center;
    position: fixed;
    line-height: 17px;
    left: 15px;
    background: #0f7cb6;
    text-decoration: none;
    z-index: 999999999;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    border-radius: 25px;
    padding: 5px 5px 5px 5px;
    bottom: 10px;
}

.btn-call-now em {
    position: relative;
    color: #fff;
    font-size: 22px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin-right: 0px;
    animation-duration: 1s;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.btn-call-now {
    background: #fef200 !important;
}

.btn-call-now:hover {
    background: #fef200 !important;
}

@keyframes calllink {
    0% {
        background-color: rgba(0, 0, 0, 0.1);
    }

    100% {
        background-color: #239a64;
    }
}
.p-dv-b-3-c .b-dv-2.b-dv-22 {
    padding: 15px 0;
}

.p-dv-b-3-c li {
    list-style: none !important;
}

.p-dv-b-3-c .row > :nth-child(1) .b-dv .b-dv-1 {
    background: #00baff !important;
}

.p-dv-b-3-c .row > :nth-child(1) .b-dv {
    border-color: #00baff !important;
}

.p-dv-b-3-c .row > :nth-child(1) .b-dv-3 .btn-reg {
    background: #00baff !important;
}

.p-dv-b-3-c .row > :nth-child(2) .b-dv .b-dv-1 {
    background: #ff9000 !important;
}

.p-dv-b-3-c .row > :nth-child(2) .b-dv {
    border-color: #ff9000 !important;
}

.p-dv-b-3-c .row > :nth-child(2) .b-dv-3 .btn-reg {
    background: #ff9000 !important;
}

.p-dv-b-3-c .row > :nth-child(3) .b-dv .b-dv-1 {
    background: #26dc87 !important;
}

.p-dv-b-3-c .row > :nth-child(3) .b-dv {
    border-color: #26dc87 !important;
}

.p-dv-b-3-c .row > :nth-child(3) .b-dv-3 .btn-reg {
    background: #26dc87 !important;
}
@media (max-width: 768px) {
    body .header_menu .menu > li.btn_menu {
        display: block;
        float: none;
    }
    .menu_child_heading {
        background-size: auto 20px !important;
    }
    .br-sticky-buttons {
        border-radius: 20px;
        bottom: -15px;
        display: none !important;
        left: 10px;
        right: auto;
        flex-direction: inherit;
    }
    .br-sticky-buttons:before,
    .br-sticky-buttons:after {
        display: none;
    }
    .page-id-54666 .box_reg_top.box_reg_top_2 h1,
    .page-id-54666 .heading_12 {
        color: #212121 !important;
    }
}
.header_menu ul > li.menu-item-has-children > i {
    display: none;
}
@media (min-width: 768px) {
    .header_menu .menu li:hover > ul {
        display: block;
    }
}
.header_menu .menu > li > ul ul {
    padding: 1rem;
}
.header_menu .menu > li > ul ul li {
    display: inline-block;
    min-width: 45%;
}
.header_menu .menu > li > ul ul a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    font-weight: 500;
}
.header_menu .menu > li > ul ul {
    position: absolute;
    left: 100%;
    top: 0%;
    width: 268px;
    background: #011f2c;
    box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.box__content_du_an {
    max-width: 888px !important;
    margin: auto;
}
.img_map {
    padding-right: 0;
}
.container {
    max-width: 1230px;
}
.header_menu > ul > li.menu-item-has-children > i {
    display: none;
}
@media (max-width: 768px) {
    .header_menu .menu > li > ul ul {
        position: relative;
        left: 0px;
    }
    .header_menu .menu > li > a:after {
        display: none;
    }
    .header_menu ul > li.menu-item-has-children > i.active {
        transform: rotate(-180deg);
    }
    .header_menu ul > li.menu-item-has-children > i {
        display: block;
        z-index: 33;
        transition: 0.2s ease-in-out;
        position: absolute;
        right: 0px;
        top: 5px;
        width: 30px;
        height: 30px;
        color: #be913e;
        text-align: center;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    .header_menu .menu > li > a {
        padding: 22px 10px;
    }
    .menu__v3 .widget_menu_all .widget_menu_all_child li:hover .child_menu_mega {
        left: 100%;
        position: absolute;
        width: 220px;
        background: #01202a;
        padding: 2rem;
        top: 0;
    }
    .menu__v3 .widget_menu_all .widget_menu_all_child li > a {
        padding: 10px 0;
    }
    .menu__v3 .widget_menu_all_child {
        width: 100%;
    }
}
.search_head .container form button {
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff;
}
.widget_menu_all .widget_menu_all_child li p span {
    color: #758b94;
    display: block;
    font-size: 14px;
}
.widget_menu_all .widget_menu_all_child li p {
    color: #e3edf1;

    padding-bottom: 15px;
}
.about_5_video_center > a > img {
    height: 100% !important;
    object-fit: cover;
}
.about_5_video > .about_5_video_1 {
    width: 240px !important;
    height: auto !important;
}
@media (max-width: 1000px) {
    .holint_mobile_1 {
        position: fixed;
        bottom: 10px;
        left: 50%;
        z-index: 333;
    }
    .holint_zalo_1 {
        position: fixed;
        bottom: 0px;
        z-index: 3333;
        width: auto;
    }
    .phone_animation {
        display: flex;
        z-index: 333;
        justify-content: center;
        align-items: center;
        transform: translate(-50%, 0);
        width: 45px;
        height: 45px;
        position: relative;
        border-radius: 100%;
        background: #e73838;
        line-height: 15px;
    }
    .animation-shadow:after {
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 100%;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 0 0 10px #e73838, 0 0 10px #e73838;
        animation: shadow 1.2s 0.5s infinite;
    }
    .animation-zoom {
        animation: animation-zoom 0.5s;
    }
    @keyframes animation-zoom {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.3);
        }
        100% {
            transform: scale(1);
        }
    }

    .animation-zoom-out {
        animation: animation-zoom-out 0.5s;
    }
    @keyframes animation-zoom-out {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(0.9);
        }
        100% {
            transform: scale(1);
        }
    }
    .animation-shadow:after {
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 100%;
        content: "";
        top: 0;
        left: 0;
        box-shadow: 0 0 10px #e73838, 0 0 10px #e73838;
        animation: shadow 1.2s 0.5s infinite;
    }
    @keyframes shadow {
        0% {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
        }
        50% {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
        }
        100% {
            transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -o-transform: scale(1.3);
            opacity: 0;
        }
    }
    .icon-phone-w {
        background: url(img/icon-phone-w.png) no-repeat;
        background-size: contain;
        display: inline-block;
        width: 27px;
        height: 27px;
    }
    .icon-zalo {
        background: url(img/icon-zalo.png) no-repeat;
        display: inline-block;
        width: 63px;
        height: 47px;
        background-size: contain;
        background-position: center;
    }
}
.footer_top {
    padding-bottom: 0px !important;
}
.max-888 {
    max-width: 858px;
}
.p-now .n-p-f textarea {
    background: #fbfbfb !important;
}
.textarea {
    border: 1px solid #878787 !important;
}
body .new-p-c h2 body .n-p-f input {
    background: #fbfbfb;
    border: 1px solid #878787 !important;
}
body .n-p-call a {
}
.pop-top-p {
    background: #fff000;
    display: inline-block;
    padding: 3px 15px 3px 15px;
    border-radius: 20px;
    font-size: 18px;
}
.img-popup img {
    width: 100px;
    height: auto;
}
.n-p-p {
    font-size: 19px;
    color: #101835;
}
.new-p-c h2 {
    font-weight: bold;
    margin-top: 10px !important;
}
#p-now .modal-header {
    padding: 0px;
    margin: 0px;
}
.n-p-f #buttondangky {
    font-size: 19px !important;
}
body .new-p-c h2 {
    margin-top: 10px !important;
}
.header_menu .menu > li.btn_menu a{
    padding: 0px 20px;
}
.rank-math-breadcrumb a{
    color: #895318;
}
.uppercase{
    text-transform: uppercase;
}
.mb-20{
    margin-bottom: 20px;
}
.wpcf7 input[type="submit"]{
    background: linear-gradient(132deg, #fedb7f 10%, #895318 100%);
    color: #fff;
    width: 100%;
    border: none;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.intro_img img{
    border-radius: 50px 0px;
}
.tg_news h3{
    margin-top: 10px !Important;
}
.rank-math-breadcrumb p{
    margin-bottom: 0px;
}
.mb-15{
    margin-bottom: 15px !Important;
}
.box_oj_kh {
    padding: 1.5rem;
    background: #ededed;
    margin-bottom: 1.5rem;
}
.box_oj_kh li:nth-child(1){font-weight:700;display:flex;align-items:center}
.box_oj_kh svg{color:#239964;width:16px;margin-right:5px}
.box_oj_kh{padding:1.5rem;background:#ededed;margin-bottom:1.5rem}
.tos-caption {display: none !important}
.box_duan_v2 {padding: 2rem 0 0}
.mySwiper .swiper-wrapper {background: #ededed;padding: 1rem}
.img_1 {padding-top: 65%;position: relative;overflow: hidden;}
.img_1 img{position: absolute;left: 0px;top: 0px;width: 100%;    object-fit: cover;
           height: 100%;}
@media(max-width: 768px){
    .box_oj_kh .col-md-3{float: left;width:50%;margin-bottom: 1rem}
}
.duan_meta span:nth-child(3) {
    background-image: url(img/icon_31.png);
    background-size: 30px;
}
.related-posts .duan_meta span{
    padding-right: 4px;
    padding-left: 25px;
    background-size: 20px 20px;
}
.box_reg_top .wpcf7 input[type="text"],
.box_reg_top .wpcf7 input[type="tel"]{
    height: 45px !Important;
    line-height: 45px !Important;
}
.bg_after:after {
    opacity: 0.3 !important;
}
.video-bg {
    top: 0;
}
.hover_img img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hover_img {
    display: block;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}
.top_5_xn_center ul h3 {
    font-size: 18px;
}
.a_10 a {
    margin-bottom: 12px;
}
.box_tc_4_center .box_tc_4_center_d {
    padding-bottom: 90px;
    position: relative;
}
.box_tc_4_center .box_tc_4_center_d > a {
    position: absolute;
    left: 32px;
    bottom: 32px;
}
.top_8_xn_center .list_top_7 ul {
    transition: height 200ms;
}
.top_8_xn_center .list_top_7 ul > li:nth-child(2) {
    background: #f6f6f4;
    padding: 20px;
    margin-top: 10px;
}
.top_8_xn_center .list_top_7 ul > li:nth-child(1):before {
    display: none;
}
.top_8_xn_center .list_top_7 ul > li:nth-child(1) {
    padding-left: 0;
}
.top_8_xn_center .list_top_7 {
    padding: 0;
}
.top_8_xn_center {
    border-radius: 16px;
    background: #fff;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 44px auto;
    padding: 44px;
}
.top_8_xn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(img/Group-626033.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.top_8_xn {
    background: url(img/image-1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.top_8_xn h2 {
    color: #fff;
    font-size: 48px;
    max-width: 688px;
    margin: auto;
}
.top_8_xn h2 span {
    color: #fcee21;
}
.list_top_7 ul > li:nth-child(2) p {
    margin-bottom: 0;
}
.list_top_7 ul > li:nth-child(2) {
    display: none;
    padding-top: 8px;
}
.list_top_7 ul > li:nth-child(2).active {
    display: block;
}
.list_top_7 ul > li:nth-child(1):before {
    content: "";
    background: url(img/icon.svg) no-repeat left top;
    width: 14px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 2px;
}
.list_top_7 ul > li:nth-child(1) {
    padding-left: 26px;
    position: relative;
    cursor: pointer;
    background: url(img/Vector.svg) no-repeat right center;
}
.list_top_7 {
    padding: 44px 0;
}
.list_top_7 ul {
    border-bottom: 1px solid #c4c4c450;
    padding: 16px 0;
}
.top_7_xn p {
}
.top_6_xn ul:hover li:nth-child(1) h3 {
    color: #fff;
}
.top_6_xn ul li:nth-child(1) h3 {
    font-size: 18px;
    padding-bottom: 16px;
    margin: 0;
}
.top_6_xn ul li:nth-child(2) {
    font-size: 14px;
}
.top_6_xn ul {
    border-radius: 20px;
    min-height: 238px;
    margin-top: 24px;
    position: relative;
    background: #d9d9d9;
    border: 1px solid var(--Color-border01, #e6e6e6);
    background: linear-gradient(
        123deg,
        #fff 19.1%,
        #f9fef9 44.56%,
        #fff 100.04%,
        #f4fdf4 100.04%
        );
    padding: 20px;
}
.top_6_xn ul:before {
    content: "";
    background: url(img/Union.svg) no-repeat left bottom;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 1;
}
.top_6_xn .row-flex {
    align-items: flex-end;
}
.top_6_xn h2,
.top_7_xn h2 {
    font-size: 34px;
}

.top_4_xn.p40 {
    padding-bottom: 80px;
}
.top_4_xn .footer_form_child .footer_form_hotline {
    padding-left: 24px;
}
.top_4_xn .footer_form_child .footer_form_hotline span {
    font-size: 16px;
}
.top_4_xn .footer_form_child .footer_form_hotline a {
    color: #ff3b30;
    line-height: 1;
}
.top_4_xn .footer_form_child {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.box_tc_3.p40 {
    padding-bottom: 0;
}
.box_cc_1_tab_content {
    position: relative;
    font-size: 28px;
}
.box_cc_1_tab_content:before {
    content: url(img/ads.svg);
    position: absolute;
    top: -50px;
}
.box_cc_1_tab {
    border-radius: 0px 0px 12px 12px;
    background: var(--bg-tab, #eee);
    padding: 30px;
    margin-top: 8px;
}
.box_cc_1 ul li {
    min-width: 24%;
}
.box_cc_1 ul li.active a {
    background: linear-gradient(90deg, #d6e805 -111.45%, #239964 100%);
    color: #fff !important;
}
.box_cc_1 ul li a {
    border-radius: 16px 16px 0px 0px;
    padding: 20px;
    background: var(--bg-tab, #eee);
    font-weight: 600;
    color: #212121;
}
.box_cc_top_4 ul {
    position: relative;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}
.box_cc_top_4 {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.box_tc_2 li:nth-child(1) a,
.box_tc_3_center .item ul li:nth-child(1) a {
    display: block;
    overflow: hidden;
    padding-top: 65%;
    position: relative;
    background: #ededed;
    border-radius: 8px;
}
.box_tc_3_center .item ul li:nth-child(1) a {
    padding-top: 100%;
}
.box_tc_3_center .item ul li:nth-child(1) a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0.4;
    background: #000;
    content: "";
    z-index: 1;
}
.box_tc_3_center .item ul li:nth-child(1) a:after {
    content: "";
    width: 48px;
    height: 48px;
    background: url(img/Group-625986.svg) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    background-size: 100%;
    margin-left: -24px;
    margin-top: -24px;
}
.category_du_an {
    background: #f7f7f7;
}
.box_tc_2 li:nth-child(2) a span,
.box_tc_3_center .item ul li:nth-child(2) span {
    display: block;
    font-size: 14px;
    color: #fcee21;
}
.box_tc_2 li:nth-child(2) a,
.box_tc_3_center .item ul li:nth-child(2) a,
.box_cc_top_4 ul li:nth-child(2) a {
    border-radius: 0px 0px 12px 12px;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 45px 20px 20px;
    color: #fff;
}
.box_cc_top_4 ul li:nth-child(2) a {
    border-radius: 0;
}
.box_tc_1 img {
    border-radius: 8px;
}
.box_tc_1 .col-md-6:nth-child(3) {
    clear: both;
}
.box_tc_1 .col-md-6:nth-child(3),
.box_tc_1 .col-md-6:nth-child(4),
.box_tc_1 .col-md-6:nth-child(5) {
    width: 33.333333%;
    margin-top: 24px;
}
.box_tc_1 {
    padding: 88px 0;
}
.top_3_xn .top_3_xn_child li:nth-child(2) a {
    font-weight: 400;
}
.top_4_xn.box_reg_top_text form {
    justify-content: center;
    gap: 0 12px;
}
.top_4_xn.box_reg_top_text form > * {
    max-width: 240px;
    margin-top: 0;
}
.top_4_xn.box_reg_top_text form input {
    margin: 0;
}
.top_4_xn {
    text-align: center;
}
.box_reg_top.box_reg_top_4 h1 span,
.heading_9 span {
    color: #fcee21;
}
.box_reg_top_text h2,
.box_reg_top_text h1 {
    color: #fff !important;
}
.top_3_xn .col-md-4:nth-child(2) .top_3_xn_child {
    margin-bottom: 16px;
}
.top_3_xn .col-md-4:nth-child(1) {
    width: 66.66666%;
}
.top_3_xn .col-md-4:nth-child(4),
.top_3_xn .col-md-4:nth-child(5) {
    width: 50%;
}
.top_3_xn_child {
    margin-bottom: 24px;
}
.top_3_xn_child {
    position: relative;
}
.top_3_xn_child ul a {
    color: #fff;
}
.top_3_xn_child ul {
    padding: 100px 20px 25px;
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    color: #fff;
}
.post_list_view .top_3_xn_child li:nth-child(2) a,
.top_3_xn_child .duan_meta span {
    color: #fff;
}
.top_2_xn_top li:nth-child(2) p {
    color: #212121;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.top_2_xn_top li:nth-child(2) h2 {
    color: #212121;
    font-size: 34px;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}
.top_2_xn_top li:nth-child(2) {
    display: flex;
}
.top_2_xn_top li:nth-child(2) > * {
    width: 50%;
}
.top_2_xn_top li:nth-child(1) {
    font-weight: 600;
}
.top_1_xn,
.top_4_xn {
    background: linear-gradient(281deg,#fffff6 49.48%,#e7f4e7 74.76%,#fff 94.5%);
    padding: 44px 0;
}
.top_1_xn ul {
    background: #fafefa;
    padding: 30px 20px;
    width: 20%;
    border: 1px solid #e6e6e6;
}
.top_1_xn ul + ul {
    border-right: 0;
}
.top_1_xn ul:nth-child(2) {
    border-left: 0;
}
.top_1_xn ul:last-child {
    border-right: 1px solid #e6e6e6;
}
.top_1_xn ul strong {
    display: block;
    padding-bottom: 16px;
    font-weight: bold;
    font-size: 18px;
}
@media (max-width: 1000px) {
    .box_cc_top_4 {
        display: block !important;
    }
    .heading_9 {
        font-weight: normal !important;
    }
}
.footer_form .heading_5 {
    text-align: center;
}
.content-post .editor {
    margin-top: 20px;
}
.box_reg_top_text .wpcf7-response-output {
    position: absolute;
    bottom: -15px;
}
.box_reg_top_text .wpcf7-not-valid-tip {
    color: #fff;
}
.icon-facebook {
    background: url(img/messenger-icon.png) no-repeat;
    display: inline-block;
    width: 63px;
    height: 47px;
    background-size: contain;
    background-position: center;
}
.holint_facebook{
    position: fixed;
    left: 0px;
    bottom: 150px;
    z-index: 999;
}
.holint_zalo_1{
    position: fixed;
    left: 0px;
    bottom: 80px;
    z-index: 999;
}
.holint_mobile_1{
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 999;
}
.tg_h_form .wpcf7 form.sent .wpcf7-response-output{
    color: #fff !Important;
}
.wpcf7 form.sent .wpcf7-response-output{
    background: none;
    color: #000;
    text-align: center;
    font-size: 15px;
    position: relative;
    bottom: 0px;
    margin: auto;
    z-index: 9999;
    position: relative;
    border: none;
    max-width: 100%;
}
.editor p iframe{
    width: 100%;
    height: 500px;
}