:root {
    --color-1: #0F75BC;
    --color-2: #008fd5;
    --color-3: #f7931a;
    --color-4: #ff2c2c;
    --color-5: #fffcf4;
    --color-6:#043c98;
    --trans: all 350ms ease-in-out;
    --trans1: all 100ms ease-in-out;
    --font-b:'NunitoB';
}

@font-face {
    font-family: 'NunitoR';
    src: url(templates/fonts/Nunito-Regular.ttf);
}

@font-face {
    font-family: 'NunitoM';
    src: url(templates/fonts/Nunito-Medium.ttf);
}

@font-face {
    font-family: 'NunitoB';
    src: url(templates/fonts/Nunito-Bold.ttf);
}

@font-face {
    font-family: 'NunitoEXB';
    src: url(templates/fonts/Nunito-ExtraBold.ttf);
}

html {
    font: normal 62.5% 'NunitoR'!important;
    overflow-x: hidden;
    max-width: 1920px;
    color: #545454;
    scroll-behavior: smooth;
    margin: 0 auto;
}

body {
    font-family: 'NunitoR'!important;
    transition: var(--trans);
    max-width: 1920px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
a,
a:hover {
    color: #007aff;
    text-decoration: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
    padding: 0.5rem;
}

.webkit-box-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-box-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-box-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-box-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-box-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hide,
.hidden {
    display: none;
}

.clearfix{
    clear:both;
}

.nav-top>li {
    float: left;
    position: relative;
}

.nav-top>li>a {
    color: #c43030;
}

.nav-top a:after {
    border-left-color: #c43030;
}

.navbar-form {
    margin: 0 0;
}

.pn-menu {
    position: relative;
    z-index: 999;
    margin-bottom: -2.5rem;
}

.navbar-form input {
    min-width: 100%;
    width: 100%;
    height: 4rem;
    color: #333;
    line-height: 3.4rem;
    background-color: rgba(241, 241, 241, 1);
    padding: 0.4rem 1rem;
    border-radius: 0.3rem;
    font-size: 1.6rem;
    width: 37rem;
    border-color: transparent;
}

.navbar-form input::placeholder {
    color: #AEAEAE;
    ;
    opacity: 1;
}

.navbar-form input::-ms-input-placeholder {
    color: #AEAEAE;
    ;
}

.navbar-form button,
.navbar-form button:focus {
    background: transparent;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 1.5rem;
    background: var(--color-1);
    padding: 0 1.5rem;
    outline: none;
    box-shadow: unset;
}

.left-menu {
    display: flex;
    justify-content: left;
}

.df-topHead .logo {
    position: relative;
}

.logo img {
    max-width: 100%;
    max-height: 7rem;
}

.head__contact {
    display: flex;
    justify-content: flex-end;
}

.right-head_hotline {
    border: none;
    border-radius: 0;
    min-width: 200px;
}

.right-head_hotline img {
    float: left;
    margin-right: 10px;
}

.right-head_hotline b {
    font-size: 18px;
}

.right-head_cart .icon .num {
    font-size: 12px;
    font-weight: 600;
    color: #ee4a3e;
    position: absolute;
    border: 1px solid #fff;
    line-height: 16px;
    height: 20px;
    padding-left: 5px;
    background-color: #a20a09;
    text-align: center;
    padding-right: 5px;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
}

.right-head_cart .icon {
    position: absolute;
    left: 0;
    background-color: #edc180;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}

.right-head_cart .title {
    padding-top: 10px;
    display: inline-block;
    color: #fff;
}

.cate__tit {
    position: relative;
    z-index: 9;
    margin-top: -40px;
    background: #7a0c0c;
    color: #fff;
    line-height: 40px;
    padding: 0 0;
    text-indent: 10px;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
}

.nav-product {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-product li {
    background: #eae09e;
    border-bottom: 1px solid #fff;
    position: relative;
}

.nav-product li a {
    display: block;
    text-indent: 10px;
    line-height: 37px;
    color: #c43030;
    font-family: 'UTM_Staccato';
    font-size: 18px;
}

.nav-product li ul {
    position: absolute;
    left: 100%;
    top: 0;
    list-style-type: none;
    min-width: 280px;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.nav-product li ul li a {
    display: block;
    text-decoration: none;
}

.nav-product li:hover ul {
    display: block;
}

.left__sl424 {
    width: calc(78%);
    float: left;
    padding-top: 10px;
}

.right__ht424 {
    width: calc(22%);
    float: right;
    padding-left: 10px;
    position: relative
}

.system__store {
    position: relative;
    margin-top: -30px;
    color: #fff;
    z-index: 9;
    font-size: 17px;
    text-transform: uppercase;
}

.system__store span {
    cursor: pointer;
}

.right__ht424 .divbd {
    padding: 6px 0;
    background: linear-gradient(to right, #eae09e, #fcfcfc);
}

.right__ht424 .divbd ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #992020;
}

.right__ht424 .divbd ul li {
    display: block;
    background: #c43030;
    margin-bottom: 6px;
}

.right__ht424 .divbd ul li:last-child {
    margin-bottom: 0;
}

.right__ht424 .sup_item {
    padding: 15px 5px;
    color: #fff;
}

.sup_itemImg {
    float: left;
    width: 50px;
}

.sup_itemImg img {
    max-width: 40px;
    margin-top: 5px;
}

.right__ht424 .sup_item h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.right__ht424 .sup_item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list__store {
    position: absolute;
    width: 96%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    z-index: 9;
}

.list__store.open {
    display: block;
}

.list__store>li {
    display: block;
}

.list__store>li>a {
    display: block;
    line-height: 30px;
    text-indent: 10px;
}

.site-partner {
    position: relative;
}

.site-partner .swiper-slide {
    position: relative;
}

.site-bnc {
    position: relative;
    z-index: 99;
}

.site-bnc .container-fluid {
    position: relative;
}

.partnerItem {
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.partnerItem h4 {
    color: #787878;
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
}

.site-cket .container-fluid {
    position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 3rem!important;
    font-weight: 500;
}

.swiper-button-next,
.swiper-button-prev {
    color: #999!important;
}

.site-khuyenmai {
    margin-top: 30px;
}

.product__titHome h2 {
    text-align: center;
    margin-bottom: 40px;
}

.product__titHome h2 span {
    font-family: 'UTM_Staccato';
    color: #992020;
    text-transform: uppercase;
    position: relative;
}

.product__titHome h2 span:after {
    position: absolute;
    width: 100%;
    height: 6px;
    content: '';
    background: url(templates/images/line_productsale.png)no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: -10px;
}

.site-khuyenmai .inner {
    position: relative;
}

.product__txt {
    position: relative;
    padding-bottom: 15px;
}

.item_product_img {
    height: 250px;
}

.item_product_title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
    height: 46px;
}

.item_product_price {
    color: red;
    font-size: 24px;
}

.item_product_price del {
    color: #555;
}

.item_product>a .sale {
    background: url(templates/images/bg_sale.png)no-repeat;
    background-size: 100% 100%;
    font-family: 'UTM_Staccato';
    color: #992020;
}

.item_productAction {
    text-align: center;
}

.btn-dt,
.btn-buyn {
    background: #eae09e;
    color: #c43030;
    border-radius: 3px;
    padding: 3px 15px;
    margin: 0 5px;
}

.item_product_title a {
    color: #333;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 24px;
}

.link_wrap_img {
    position: relative;
}


/* .link_wrap_img::before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.5);
transition: all .5s ease-in-out;
-moz-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
z-index: 1;
}
.item_product:hover .link_wrap_img::before {
-moz-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
} */

.item_product {
    background: #fff;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-top: 5px;
}

.swiperProductSale {
    padding-left: 2px!important;
    padding-right: 2px!important;
}

.product__titHomeCate {
    margin-bottom: 30px;
}

.product__titHomeCate h2 {
    position: relative;
    text-align: center;
}

.product__titHomeCate h2 span {
    text-transform: uppercase;
    color: #fff;
    font-family: 'UTM_Staccato';
    position: relative;
    padding: 10px 40px;
    background: url(templates/images/bg_tit.png);
    background-size: 100% 100%;
}

.site-catehome .item_product,
.body-sanpham .item_product {
    margin: 0 0;
}

.feedback__content {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 25%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.feedback_text {
    background-color: rgba(139, 34, 34, 0.8);
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9;
}

.feedback_text {
    text-align: center;
}

.feedback_text h3 {
    text-transform: uppercase;
    color: #eae09e;
    font-family: 'UTM_Staccato';
    margin-bottom: 30px;
}

.item__kh {
    padding: 0 0 0 30px;
    position: relative;
}

.item__kh:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-color: var(--color-1);
}

.mySwiperkh-next,
.mySwiperkh-prev {
    color: #fff!important
}

.site-blogs__tit h2 {
    text-align: center;
}

.site-blogs__tit h2 span {
    text-transform: uppercase;
    color: #7a0c0c;
    font-family: 'UTM_Staccato';
    position: relative;
    padding: 10px 40px;
}

.keySuggest {
    font-style: italic;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
}

h4.blog_tit {
    line-height: 22px;
}

h4.blog_tit a {
    font-size: 17px;
    color: #992020;
}

.link_wrap_img {
    padding: 20px;
}

.blog__item .blog__item_img {
    width: 170px;
    float: left;
}

.blog__item .blog__item_content {
    width: calc(100% - 170px);
    float: right;
    padding: 15px;
}

.blog__item .blog__item_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
}

.blog__item {
    width: 100%;
    float: left;
    background: #eae09e;
    margin-bottom: 15px;
}

.site-blogs__tit h2 {
    margin-bottom: 30px;
}

.blog__line {
    text-align: right;
    position: relative;
}

.blog__line:after {
    position: absolute;
    content: '';
    width: calc(100% - 60px);
    left: 0;
    bottom: 5px;
    height: 1px;
    background-color: #7a0c0c;
}

.blog__line a {
    color: #7a0c0c;
    font-size: 13px;
}

.logo__footer {
    display: block;
    margin-bottom: 15px;
}

.mxh__foo ul {
    position: relative;
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 0 0 15px 0;
}

.mxh__foo>ul>li {
    display: inline-block;
    margin-right: 5px;
}

.site-copyright p {
    margin: 0;
    line-height: 22px;
    text-align: center;
    color: #333;
    font-size: 13px;
    padding: 7px 15px;
    padding-left: 10%;
}

.title-f:before {
    background-color: #eae09e;
}

.content-f ul li a:hover {
    color: #eae09e;
}

.tit-lienhe {
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.single-about {
    padding: 3rem 0;
}

.btn__contact:hover {
    color: #fff;
}

.tit-about h2 {
    font-size: 2.6rem;
    color: var(--color-1);
    margin: 0 0 3rem 0;
    text-transform: uppercase;
    text-align: center;
}

.wrap__map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
}

.wrap__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sodotrang {
    padding: 1rem 0;
}

.position-relative {
    margin: 3rem 0 2rem 0;
}

.chitiet_danhmuc {
    font-size: 1.6rem;
    line-height: 1.625;
    max-width: 1000px;
    margin: 0 auto;
}

.tab_scroll {
    position: relative;
}

.list_SubCate>a {
    float: left;
    padding: 0 5px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
    height: 40px;
    white-space: nowrap;
    font-size: 1.4rem;
    background: rgba(153, 153, 153, 1);
    margin-bottom: 0.5rem;
}

.list_SubCate>a.current,
.list_SubCate>a:hover {
    background: var(--color-1);
    color: #fff;
}

.sub_cate {
    padding: 2rem 0;
}

.sub_cate h4 {
    font-size: 2.6rem;
    color: var(--color-1);
    text-transform: uppercase;
    font-family: 'NunitoB';
}

.btn-xemthem {
    font-size: 1.6rem;
    color: #fff;
    background-color: var(--color-1);
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 1.4rem;
    margin-top: 0.2rem;
}

.breadcrumb {
    justify-content:flex-start;
    padding-bottom:0.5rem;
    border-bottom:0.1rem solid var(--color-1);
}

.sub_cate1 {
    margin: 1rem 0;
}

.sub_staff{
    text-align:center;
    color:var(--color-6);
    font-family:'NunitoB';
    text-transform:uppercase;
    font-size:3rem;
}

.sub_staff span{
    position:relative;
    padding:0 0 1rem 0
}
.sub_staff span:after{
    position:absolute;
    width:40%;
    left:30%;
    bottom:0;
    height:0.2rem;
    content:'';
    background-color:var(--color-3);
}

.breadcrumb li a {
    font-size: 1.6rem;
    font-family:'NunitoM';
}

.breadcrumb li.active a {
    color: var(--color-2);
}

.pn-listProduct {
    margin: 3rem 0;
}

.tit__opage span {
    text-transform: uppercase;
    position: relative;
    font-size: 1.8rem;
}

.cont .spacial,
.desc-dt.spacial {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom:1rem;
    font-family: 'NunitoM';
    color:#222;
}


.block_postTags {
    margin: 1rem 0;
    font-size: 1.5rem;
}

.df_postTags {
    align-items: center;
}

.df_postTags .head {
    width: 9rem;
}

#frm_comment label {
    margin-bottom: 0.5rem;
}

.df_postTags .list {
    width: calc(100% - 9rem);
}

.listTags>li {
    display: inline-block;
    margin: 0 0.2rem 0.5rem 0;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 0.3rem 1rem;
    border-radius: 0.5rem;
}

.listTags>li:hover {
    background-color: var(--color-3);
}

.listTags>li>a {
    color: #333;
    font-size: 1.3rem;
}

.block_postTags .head svg {
    margin-top: -0.5rem;
}

.block_postSocial {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
}

.cont-dt {
    padding: 2rem 0;
}

.tit_dt {
    font-size: 2.8rem;
    line-height: 1.35;
    color: #222;
    text-transform: uppercase;
    font-family: 'NunitoEXB';
    margin-bottom: 0rem;
}

.the-meta-box {
    margin: 1rem 0 1rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.the-meta-box .mt-block {
    line-height: 1;
    font-size: 1.3rem;
    color: #555;
    margin-right: 1rem;
}

.the-meta-box .mt-block svg {
    margin-top: -0.2rem;
    margin-right: 0.2rem;
}

.body-sanpham {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.tit__productPage {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.tit__productPage span {
    text-transform: uppercase;
    color: #333;
    position: relative;
    padding: 10px 40px;
    font-size: 30px;
}

.chitiet_sp_hot_title {
    color: #111;
}

.chitiet_sp_hot_gia del,
.chitiet_sp_hot_gia span {
    color: #eae09e;
}

.chitiet_sp_hot_gia {
    color: red;
    font-size: 2rem;
    font-family: 'NunitoM';
}

.chitiet_sp_hot_gia del,
.chitiet_sp_hot_gia span {
    color: #777
}

.mota_sp {
    border-top: 1px dotted #ebebeb;
    border-bottom: 1px dotted #ebebeb;
    color: #333;
    padding: 1rem 0;
    margin: 1rem 0;
    font-size: 1.6rem;
    line-height: 1.625;
}

.mota_sp li {
    padding: 7px 10px;
    color: #4d4b4b;
    background-image: url(templates/images/green.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 38px;
    background-size: 14px;
}

.mota_sp ul {
    list-style-type: none;
    padding-left: 0px;
}

.Swiper_spct img,
.Swiper_spct2 .Swiper_sp_hot_img {
    padding: 2px;
    cursor: pointer;
}

.wrap_productThumb {
    padding: 0 0;
    margin: 0.5rem 0;
    position: relative;
}

.box_right_sp_title {
    background-color: #edc180;
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.tit_splq {
    text-transform: uppercase;
    margin: 30px 0 15px 0;
}

.product-name {
    font-family: 'NunitoB';
    font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
}

.product_meta {
    padding-left: 3rem;
}

.product_ndTab {
    margin: 2rem 0 0 0;
}

.tit_rel {
    margin-bottom: 3rem;
    position: relative;
}

.tit_rel:after {
    position: absolute;
    width: 100%;
    height: 0.2rem;
    content: '';
    background-color: var(--color-1);
    bottom: 0.5rem;
    left: 0;
}

.table_productOrder {
    font-size: 1.4rem;
}

.tit_frm_giaohang {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-family: 'NunitoM';
}

.tit_rel h3 {
    font-size: clamp(1.8rem, 1.65rem + 0.8vw, 2.6rem);
    color: var(--color-1);
    text-transform: uppercase;
    font-family: 'NunitoB';
    display: inline-block;
    padding-right: 2rem;
    margin: 0 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.cart-action .btn,
.btn-thanhtoan.active,
.btn-dathang {
    background: var(--color-1);
    color: #fff;
}

.title_infoOrder {
    color: var(--color-1);
    font-size: clamp(1.6rem, 1.52rem + 0.399vw, 2rem);
    text-transform: uppercase;
    text-align: center;
    font-family: 'NunitoM';
    margin-bottom: 0.5rem;
}

.back_toHome {
    font-size: 1.6rem;
    text-decoration: underline;
    color: red;
}

.cart_backHome a {
    font-size: 1.6rem;
    color: var(--color-1);
    text-decoration: underline;
}

.shopping-summery .product-name {
    color: #333;
    font-size: 14px;
}

.shopping-summery table thead th.start {
    border-radius: 0;
    text-align: left;
}

.shopping-summery table thead th.end {
    border-radius: 0;
}

.shopping-summery table thead th {
    padding: 12px 10px;
    background-color: var(--color-1);
    color: #fff;
}

.shopping-summery .text-price {
    font-size: 1.2rem;
}

.shopping-summery table> :not(caption)>*>* {
    padding: 7px 7px;
}

.video_home_title {
    padding-left: 0px;
    background: none;
    font-size: 20px;
}

.title-news_ct {
    border-bottom-color: var(--color-blue);
}

.title-news_ct:after {
    background-color: #ffa31a;
    display: none;
}

.head-mobile {
    background: #ffa31a;
    display: none;
}

.giohang-mobile span {
    color: #fff;
}

.offcanvas_w2 {
    background: #992020;
}

.offcanvas_w2 .offcanvas-body ul li a {
    color: #fff;
}

.offcanvas_w2 .btn-close {
    color: #fff!important;
    background: url('templates/images/close.png')no-repeat;
    background-size: 100% 100%;
}

.right-head_cart {
    margin-left: 0;
}

.blog-area {
    background-color: transparent;
}


/* m_menu.php*/

.title-rpmenu {
    padding: 5px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    display: none;
}

.title-rpmenu .icon-bar {
    width: 30px;
    height: 3px;
    background: #fff;
    float: left;
    clear: both;
    margin-bottom: 5px;
    border-radius: 0px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
}

#responsive-menu .content ul li span.gg {
    display: none;
}

#responsive-menu .close {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 24px;
    z-index: 123;
    opacity: 1;
    font-weight: 300;
    color: #fff;
    background: transparent;
    border-color: transparent;
    padding: 0;
}

#responsive-menu {
    position: fixed;
    z-index: 1;
    background: #222222;
    width: auto;
    max-height: 100%;
    z-index: 999999;
    max-height: 420px;
    overflow-y: auto;
    left: -300px;
    height: 100%;
    width: 300px;
    min-height: 100%;
    top: 0;
}

#responsive-menu .search {
    position: relative;
    padding: 0 5px;
    margin-top: 25px;
}

#responsive-menu .search form input {
    width: 100%;
    padding: 5px;
    height: 27px;
    border: 1px solid rgba(204, 204, 204, 0.35);
    border-radius: 0px;
}

#responsive-menu .search form button {
    position: absolute;
    right: 5px;
    top: 0;
    border: 0;
    padding: 3px 13px;
    background-color: black;
    color: #fff;
    font-size: 15px;
}

#responsive-menu .search form button i {
    position: relative;
    top: 2px;
}

#responsive-menu .content {
    max-width: 300px;
    float: right;
    width: 100%;
}

#responsive-menu .content ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

#responsive-menu .content>ul {
    padding: 0;
    margin: 0;
}

#responsive-menu .content .toggle-menu {
    float: right;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
}

#responsive-menu .content .toggle-menu i {
    font-size: 14px;
    font-weight: 400;
}

#responsive-menu .content ul li a {
    color: #FFFFFF;
    font-size: 18px;
    padding-left: 20px;
    display: block;
    max-width: 90%;
    line-height: 24px;
}

#responsive-menu .close img {
    height: 20px;
}

#responsive-menu .content ul li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 5px 0px;
    border-bottom: 1px solid rgba(247, 246, 246, 0.25);
    position: relative;
    cursor: pointer;
    float: none;
}

#responsive-menu .content ul li:last-child {
    border-bottom: none;
}

#responsive-menu .content ul li:hover {
    background: #333;
}

#responsive-menu .content ul li ul {
    display: none
}

#responsive-menu .content li li:first-child {
    border-top: 1px solid rgba(247, 246, 246, 0.25);
}

#responsive-menu .content>ul>li ul {
    position: relative;
    top: 9px;
}

#responsive-menu .content>ul li ul li {
    text-indent: 10px;
}

#responsive-menu .content>ul li ul li a {
    font-size: 14px;
}

#responsive-menu .content>ul li ul li ul li {
    text-indent: 20px
}

#responsive-menu .content>ul li ul li ul li a {
    font-size: 13px;
}

.res__head {
    padding: 10px 10px;
}

.res__search {
    padding: 10px 10px;
}


/* End m_menu.php */

.hidden {
    display: none;
}

.menu_t {
    padding-left: 3rem;
}

.res__search .form-search-nav {
    margin-bottom: 10px;
}

.cate__left {
    width: calc(25%);
    float: left;
}

.slider__right {
    width: calc(75%);
    float: left;
}

.menu_t > ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    float: left;
}

.menu_t>ul>li {
    float: left;
    position: relative;
}

.menu_t>ul>li.has-sub {
    position: unset;
}

.menu_t>ul>li>a {
    padding: 0 2rem;
    font-size: 1.7rem;
    line-height: 4.5rem;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'NunitoM';
}

.menu_t>ul>li>a:hover,
.menu_t>ul>li>a.current {
    color: var(--color-2);
}

.menu_t>ul>li:last-child:after {
    display: none;
}

.menu_t>ul>li:first-child>a {
    padding-left: 0;
}

.menu_t>ul>li.current>a,
.menu_t>ul>li:hover>a {
    color: var(--color-3);
}

.menu_t>ul>li>ul {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    min-width: 24rem;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
}
.menu_t>ul>li:hover>ul{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
.menu_t>ul>li.has-sub>ul {
    padding: 2rem 5rem;
    min-height: 40vh;
}

.menu_t>ul>li>ul>li {
    width: 100%;
    position: relative;
}

.menu_t>ul>li.has-sub>ul>li {
    width: calc(25% - 10px);
    padding-right: 15px;
    word-break: break-all;
    margin: 0px 5px;
    border-bottom: 1px solid #ccc;
    float: left;
}

.menu_t>ul>li>ul>li.has-sub>ul {
    display: none;
    position: unset;
    padding-left: 0px;
}

.menu_t>ul>li>ul>li>a {
    text-indent: 10px;
    font-size: 1.4rem;
    line-height:1.3;
    padding:0.8rem 0;
    position: relative;
    display:block;
}

.menu_t>ul>li>ul>li:hover {
    background-color: var(--color-1);

}
.menu_t>ul>li>ul>li:hover > a{
    color: #fff;
}

.menu_t>ul>li>ul>li:last-child {
    border-bottom-color: transparent;
}

.menu_t>ul>li:hover>ul {
    display: block;
}

.menu_t>ul>li>ul>li>ul {
    position: absolute;
    top: 0px;
    left: 100%;
    background: #fff;
    z-index: 9;
    display: none;
    width: 100%;
}

.menu_t>ul>li>ul>li>ul>li {
    position: relative;
    padding-left:1rem;
}

.menu_t>ul>li>ul>li>ul>li:hover {
    background: #ffa31a;
}

.menu_t>ul>li>ul>li>ul>li>a {
    color: #333;
    font-size: 1.4rem;
    line-height:1.4;
    display: block;
    padding:0.7rem 0;
}
.menu_t>ul>li>ul>li>ul>li:hover{
    background-color:var(--color-1);
}
.menu_t>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

.menu_t>ul>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.menu_t>ul>li>ul>li:hover>ul {
    display: block;
}

.site-salehome {
    padding: 30px 0;
    background: #F2F1F1;
}

.block__5 {
    width: calc(20% - 15px);
    margin: 7.5px 7.5px;
    float: left;
    padding: 0;
}

.tit__home span {
    font-size: 28px;
}

.site-bc {
    padding: 30px 0;
    background: #7D8FA6;
    color: #fff;
}

.site-bc .inner {
    position: relative;
}

.swiperProductSale-next,
.swiperProductSale-prev {
    color: var(--color-blue)!important;
}

.tit__home {
    margin-bottom: 20px;
}

.site-vct {
    padding: 40px 0;
}

#mucluc-pnvn {
    width: 100%;
}

.site-cket {
    background: #F2F1F1;
    padding: 50px 0;
}

.site-catehome {
    padding: 30px 0;
}

.link_c1 {
    color: #787878;
}

.site-catehome .tit__home {
    margin-bottom: 10px;
    color: #7d8fa6;
}

.list__SubCate {
    position: relative;
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cate-left {
    width: calc(25%);
}

.cate-right {
    width: calc(75%);
}

.list__SubCate>li>a {
    color: #787878;
    line-height: 28px;
}

.partnerCketImg {
    max-height: 50px;
}

.title-f:before {
    display: none;
}

footer {
    background: #fff;
    color: #333;
}

#btn-send-email {
    color: #fff;
    background-color: transparent;
}

.newsletter__frm input {
    border-radius: 0;
    background-color: transparent;
}

.newsletter__frm input::placeholder {
    color: #fff;
    opacity: 1;
}

.newsletter__frm input::-ms-input-placeholder {
    color: #fff;
}

#newsletterFrm {
    position: relative;
}

#btn-send-email {
    position: absolute;
    right: 0;
    top: 0px;
}

.content-btc {
    padding: 15px 0;
}

#email_frm {
    width: calc(100%);
}


/*--nav + filter left --*/

.wrap__cate {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.cate_lv1 {
    display: block;
    padding: 6px 40px 6px 10px;
    position: relative;
    color: #111;
    text-transform: capitalize;
    font-size: 15px;
}

.nav__filter {
    margin: 15px 0;
    background: #fff8ed;
    padding: 10px;
    color: #333;
}

.nav__filter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav__filter ul li {
    line-height: 30px;
}


/*----*/

.cart-btn1 {
    background-color: #111!important;
    border-radius: 0.5rem;
}

.cart-btn1:hover {
    color: #fff;
}

.cart-btn2:hover {
    color: var(--color-2);
    color: #fff;
    text-transform: unset;
}

.cart-btn {
    background: var(--color-1);
    border-radius: 0;
    height: auto;
    padding: 1rem 3rem;
    box-shadow: none;
    border-color: transparent
}

.cart-plus-minus input {
    border-radius: 0;
    height: 44px;
    font-size: 16px;
}

.tab_sanpham {
    border: 1px solid #eee;
}

.tab_sanpham .nav-item .nav-link {
    border-radius: 0;
    text-align: left;
    height: 40px;
    font-size: 1.6rem;
    font-family: 'NunitoB';
}

.tab_sanpham .nav-link.active,
.tab_sanpham .show>.nav-link {
    background: var(--color-1);
}

.product_ndTab .tab-content {
    padding: 1rem 1rem;
}

.chitiet_sp .chitiet_danhmuc {
    max-width: unset
}

.product_rel {
    margin-bottom: 3rem;
}

span.act_menu {
    transition: all .2s linear;
}

.nav_pro {
    position: relative;
}

.act_menu {
    position: absolute;
    right: 0;
    top: -4px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    font-weight: 600;
    cursor: pointer;
}

.nav_pro .sub1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub1 li {
    padding: 5px 10px;
}

.sub1 li a {
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 24px;
    text-indent: 0px;
}

.sub1 li a i {
    font-weight: 400;
    color: #999;
    font-size: 10px;
}

.wrap__cate h3 {
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    background: var(--color-1);
    font-size: 16px;
    text-align: center;
}

.Swiper_sp_hot_img {
    border-radius: 0;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: width 0.5s ease-out;
}

.res__head {
    text-align: center;
    color: #fff;
}

.res__head span {
    font-size: 18px;
    text-transform: uppercase;
}

.overlay.show {
    width: 100%;
}

.rel {
    position: relative;
}

.navbar-form {
    display: flex;
    justify-content: flex-start;
}

.giohang-desktop {
    line-height: 40px;
}

.giohang-desktop img {
    height: 36px;
    margin-top: -5px;
}

.giohang-desktop span {
    color: #fff;
}

.giohang-desktop {
    width: 70px;
    height: 40px;
}

.logo {
    position: relative;
    z-index: 999;
}

.head__hotline {
    padding: 5px 10px;
    text-align: center;
    background-color: #0000cc;
}

.a143 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(246, 255, 0);
}

.t_hotline {
    color: #fff;
}

.t_hotline img {
    margin-right: 2px;
    width: 40px;
}

.t_hotline p {
    margin-bottom: 0;
}

.cate_t {
    position: relative;
    min-width: 250px;
}

.cate_t h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 40px;
    font-weight: 400;
    background: #ffa31a;
    border-radius: 20px 20px 0 0;
    padding: 0 15px;
    color: #fff;
    cursor: pointer;
}

.cate_t ul {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    color: #333;
    z-index: 9;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.cate_t ul li {
    line-height: 40px;
}

.cate_t ul li a {
    display: block;
    text-indent: 10px;
    color: #333;
}

.cate_t ul li:hover {
    background: #ffa31a;
}

.cate_t ul li:hover a {
    color: #fff;
}

.cate_t:hover ul {
    display: block;
}

.cate_t h4 span {
    margin-right: 5px;
}

.left__menu {
    display: flex;
    justify-content: flex-start;
}

.site-productHome {
    padding: 40px 0;
    position: relative;
}

.tit__home h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}

.tit__home h2 span {
    padding: 0 15px;
    position: relative;
}

.tit__home h2 span:after {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 40%;
    height: 3px;
    left: 30%;
    background-color: #ffa31a;
}

.site-CateServiceHome {
    padding: 40px 0 20px 0;
}

.site-CateServiceHome .tit__home {
    margin-bottom: 40px;
}

.item__service {
    position: relative;
}

.item__service h3 {
    margin-top: 10px;
}

.item__service h3 a {
    font-size: 16px;
    color: var(--color-blue);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 23px;
    text-transform: capitalize;
}

.item__service p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
    font-size: 14px;
}

.item__service p.tt-time {
    font-size: 13px;
}

.row__grid_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.row__grid_2 .item__service {
    margin-bottom: 15px;
}

.row__grid_2 .item__service a img {
    float: left;
    margin-right: 15px;
}

.row__grid_2 .item__service h3 {
    margin: 0 0 5px 0;
}

.content-f a {
    color: #333;
}

.site-copyright {
    background: #F2F1F1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

.col-left-ctsp {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.col-right-ctsp {
    width: 25%;
}

.head__top {
    position: relative;
}

.pn-head {
    position: relative;
    padding: 0.5rem 0;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25); */
}

#slider_danhmuc {
    overflow: hidden;
    position: relative;
}

.ls-l {
    max-width: 500px!important;
}

.ls-title {
    text-align: left!important;
    text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
}

.ls-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left!important;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
    font-family: 'LatoB';
}

.df_top {
    line-height: 30px;
    transition: all 0.5s ease-out;
}

.d-main {
    transition: all 0.5s ease-out;
}

.df_top a {
    color: #fff;
}

.df_top p {
    margin: 0 5px;
}

.head__logo {
    transition: all 0.5s ease-out;
    width: 50%;
    padding-left: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head__logo a img {
    max-height: 100px;
    max-width: 200px;
}

.head__logo .logo {
    width: 35%;
}

.head__logo .banner {
    width: 65%;
    padding-left: 1rem;
}

.head__logo .banner .cpName {
    font-size: 2rem;
    margin-bottom: 0;
}

.head__logo .banner hr {
    margin: 0.3rem 0;
}

.head__logo .banner .slogan {
    font-size: 1.1rem;
}

.short_sv {
    text-align: center;
    margin-bottom: 30px;
}

.tit__home h2 {
    margin-bottom: 20px;
}

.wrap__about {
    max-width: 1000px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin: 0 auto;
}

.wrap__about .about__txt {
    flex: 60%;
    background-color: var(--color-blue);
    padding: 30px 40px;
    min-height: 450px;
    color: #fff;
    position: relative;
}

.ab-mo-ta {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap__about .about__img {
    flex: 40%;
}

.about__img img {
    width: 100%;
    object-fit: cover;
}

.inner-about__txt h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 24px;
}

.ab-mo-ta {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 24px;
}

.inner-about__txt {
    padding-top: 50px;
}

.ab-redi {
    margin-top: 15px;
}

.ab-redi a {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 4px;
    background-color: #fff;
    color: #444;
    position: relative;
    transition: all 0.5s ease-out;
}

.ab-redi a span {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    font-size: 14px;
    font-weight: 600;
}

.ab-redi a:hover {
    background-color: rgb(246, 255, 0);
}

.ab-redi a:hover span {
    opacity: 1;
}

.site-about {
    position: relative;
    margin-top: -30px;
    z-index: 99;
    padding-bottom: 30px;
}

.wrap__about .about__txt:after,
.wrap__about .about__txt:before {
    position: absolute;
    content: '';
    bottom: 0;
}

.wrap__about .about__txt:after {
    left: 15px;
    width: 50px;
    height: 80px;
    background: url('templates/images/about_1.png')no-repeat;
}

.wrap__about .about__txt:before {
    right: 15px;
    width: 65px;
    height: 100px;
    background: url('templates/images/about_2.png')no-repeat;
}

.site-serviceH {
    padding: 40px 0;
}

.tit__home h2 {
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.gird__service {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.service__item a {
    display: block;
    position: relative;
}

.service__item .service__box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.service__item a {
    overflow: hidden;
}

.service__item a:before {
    position: absolute;
    width: 0;
    height: 100%;
    content: '';
    background: var(--color-blue);
    top: 0;
    left: 0;
    transition: all 0.5s ease-out;
    border-right: 5px solid var(--color-blue);
}

.service__item:hover a:before {
    width: 100%;
    background: rgb(0, 0, 204, 0.4);
}

.service__item:hover .service__box {
    opacity: 1;
}

.service__item .service__box h3 {
    color: #fff;
}

.service__boxI {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 30px 30px;
    text-align: center;
    margin-top: 25%;
}

.service-dr {
    padding: 7px 15px;
    display: inline-block;
    color: var(--color-blue);
    background: #fff;
}

.service__boxI p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.service__boxI h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.boxI__ds {
    margin-bottom: 20px;
}

.site-truyenthong {
    padding: 50px 0;
    background-size: 100% 100%;
}

.truyenthong_wrap {
    display: flex;
    justify-content: space-between;
}

.truyenthong_left {
    flex: 40%;
}

.truyenthong_right {
    flex: 60%;
    padding-left: 30px;
}

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

.tt_imgmax_txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 10px;
    background: rgb(0, 0, 204, 0.4);
    color: #fff;
}

.tt_imgmax_txt h3 {
    font-size: 16px;
    font-weight: 600;
}

.tt_imgmax:hover .tt_imgmax_txt h3 {
    font-weight: bold;
    color: var(--color-yellow)
}

.tt_desc {
    font-size: 13px;
}

.list__ttItem {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list__ttItem>li>.tt_item {
    display: flex;
    margin-bottom: 10px;
    background: #fff;
}

.tt_item a img {
    width: 100%;
    object-fit: cover;
}

.tt_item .img_tt_sm {
    flex: 25%;
}

.tt_item .tt_in {
    flex: 75%;
    padding-left: 10px;
    border-bottom: 3px solid var(--color-blue);
    border-right: 3px solid var(--color-blue);
}

.tt_item .tt_in h4 a {
    color: #333;
    font-size: 14px;
}

.tt_item .tt_in .tt_desc_sm {
    font-size: 13px;
}

.tt_in i {
    color: var(--color-blue);
}

.tt-time {
    font-style: italic;
    font-size: 12px;
}

.site-partner {
    padding: 30px 0;
}

.flex__foot {
    display: flex;
    position: relative;
}

.flex__foot .foot__left {
    flex: 40%;
    text-align: center;
    background-color: var(--color-blue);
    color: #fff;
    padding: 0 30px 0 10%;
    margin-top: -20px;
    position: relative;
    display: flex;
    align-items: center;
}

.flex__foot .foot__right {
    flex: 60%;
    background: #eee;
    padding: 30px 10% 30px 30px;
}

.title-f {
    text-transform: none;
    margin-bottom: 20px;
    border-radius: 0.2rem;
}

.foot_wrapMap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
}

.foot_wrapMap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.logo__footer img {
    height: 120px;
}

.foot__nd {
    font-size: 16px;
    line-height: 26px;
}

.tt_item .tt_in h4 {
    transition: all 0.3s ease;
}

.tt_item .tt_in h4:hover a {
    color: #0000cc;
}

.service-dr:hover {
    background: var(--color-yellow);
}

#contact-form .form-group {
    position: relative;
}

.row__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

.df-3l_7r .left {
    width: 30rem;
}

.df-3l_7r .right {
    width: calc(100% - 30rem);
    padding-left: 2rem;
}

.df-3l_7r .right .spacial {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}

.df-3l_7r .right .cont {
    padding-bottom: 2rem;
    font-size: 1.5rem;
}

.cp_m {
    display: none;
}

.tm1 {
    padding: 0!important;
}

.tm2 {
    padding-bottom: 5px!important;
}

.img__AbMobile {
    display: none;
}

.site-banner img {
    width: 100%;
}

.d-ht {
    justify-content: flex-end;
}

.ht-bg {
    background: var(--color-1);
    padding: 5px 20px;
    color: red;
    border-radius: 20px;
    margin-left: 10px;
}

.ht-bg a {
    color: red;
    font-size: 18px;
}

.d-ht span {
    display: flex;
    align-items: center;
}

.ht-bg a img {
    height: 25px;
}

.ht-bg.bg-ar {
    border-radius: 50%;
    padding: 5px 5px;
    width: 37px;
    height: 37px;
}

.d-hm {
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
}

.pn-vct {
    padding: 30px 0 0 0;
    background-size: 100% 100%!important;
    min-height: 400px;
}

.d-cvt {
    align-items: center;
    justify-content: space-between;
}

.d-cvt .cont {
    flex: 50%;
}

.d-cvt .img {
    flex: 50%;
    padding-left: 30px;
}

.d-cvt .cont .name {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'LatoR';
}

.d-cvt .mota {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pn-courses {
    padding: 50px 0;
    background-size: 100% 100%!important;
}

.d-courses {
    align-items: center;
    justify-content: space-between;
}

.d-courses .cont {
    flex: 50%;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
}

.d-courses .img {
    flex: 50%;
    padding-right: 30px;
}

.d-courses .cont .name {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'LatoR';
}

.site-frmDc {
    padding: 50px 0;
}

.d-frmDc {
    justify-content: space-between;
    align-items: center;
}

.d-frmDc .img {
    flex: 50%;
}

.d-frmDc .frm__discount {
    flex: 50%;
    color: #fff;
}

.site-frmDc {
    background-size: 100% 100%!important;
    min-height: 400px;
}

.frm__discount .form-group label {
    color: #333;
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.frm__discount .form-group .form-control,
.frm__discount .form-group .form-select {
    border: 1px solid var(--color-1);
    border-radius: 0.5rem;
    font-size: 1.25rem;
}

.frm__discount .form-group input,
.frm__discount .form-group select {
    height: 37px;
    border-radius: 2px;
}

#btn-regis-discount {
    width: 100%;
    background: var(--color-1);
    color: #fff;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.site-bannerDis {
    padding: 70px 0;
    background-size: 100% 100%!important;
    min-height: 200px;
}

.site-bannerDis .cont {
    max-width: 800px;
    margin: 0 auto;
}

.btn-bannerDis {
    width: 100%;
    text-align: center;
    line-height: 50px;
    background: #eee;
    color: #333;
    font-size: 24px;
}

.pn-khoadaotao {
    padding: 30px 0;
}

.cont-1 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.cont-1 .name {
    font-size: 2rem;
    color: #444;
    margin-bottom: 20px;
}

.cont-1 .desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
}

.gird__khoahoc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

.gird__khoahoc .item_kh {
    padding: 20px 20px;
    border: 1px solid var(--color-1);
    border-radius: 5px;
}

.item_kh .name {
    color: #444;
    font-size: 1.5rem;
}

.item_kh .img {
    margin: 10px 0;
}

.item_kh .img img {
    width: 100%;
}

.pn-khoadaotao .cont-2 {
    padding: 30px 0;
}

.pn-bannerkhoahoc a img {
    width: 100%;
}

.pn-question {
    padding: 30px 0;
    background: #fbfbfb;
}

.card-header a {
    outline: none!important;
    box-shadow: none!important;
    font-size: 16px;
    text-align: left;
}

.card__question {
    margin-bottom: 10px;
    border-color: rgba(0, 0, 0, .05);
    border-radius: 2px;
}

.pn-question h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.card__question .card-header {
    border-color: rgba(0, 0, 0, .05);
    border-radius: 2px;
    background-color: #fff;
}

.card__question .card-header i {
    color: var(--color-1);
    font-weight: bold;
    font-size: 18px;
}

.card__question .card-body {
    font-size: 15px;
}

.pn-ck {
    padding: 30px 0;
}

.inner-partner {
    position: relative;
}

.d-qb {
    justify-content: center;
    padding: 30px 0 0 0;
}

.qb-l {
    flex: 65%;
    padding-right: 50px;
}

.qb-r {
    flex: 35%;
}

.qb-l iframe {
    width: 100%;
}

.ck__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.ck__list li {
    padding: 20px 20px;
    background: #d1e1bc;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.ck__list li h4 {
    font-size: 20px;
}

.ck__list li p {
    font-size: 16px;
}

.pn-rating {
    background: var(--color-3);
    color: #fff;
    padding: 70px 0;
}

.item__kh h4.name {
    font-size: 20px;
    margin-bottom: 10px;
}

.rating_side {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating_side span i {
    color: var(--color-1);
}

.pn-foot {
    color: #333;
    font-size: 1.6rem;
    background-color: #F2F2F2;
    background-size: cover!important;
    padding-top: 3rem;
}

.pn-foot .nd ul li {
    line-height: 1.6;
}

.pn-cp {
    padding: 1rem 0;
    margin-top: 2rem;
}

.pn-cp .container {
    border-top: 1px solid rgba(145, 176, 198, 1);
}

.pn-cp a {
    color: #222;
}

.foot_top {
    padding-bottom: 3rem;
}

.df-ft .logo_ft {
    width:35rem;
    display:flex;
    align-items:center;
    justify-content:center;
}

.df-ft .map {
    width: calc(100% - 37rem);
}

.lg_foot {
    max-height:10rem;
}

.pn-cp p {
    text-align: center;
    margin-bottom: 0;
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height:1.2;
}

.df-cp {
    align-items: center;
}

.df-cp .left {
    width: calc(100% - 32rem);
}

.df-cp .right {
    widtd: calc(30rem);
}

.df-cp .right .social ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.df-cp .right .social ul li {
    margin-left: 0.5rem;
}

.df-cp .right .social ul li a img {
    width: 3rem;
}

.d-foot {
    justify-content: center;
    padding-top: 3rem;
}

.menui_link {
    text-align: right;
    margin: 1rem 0;
}

.menui_link a {
    color: var(--color-1);
}

.tit-foot {
    font-size: 2rem;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #222;
    font-family: 'NunitoB';
}

.foot-left {
    flex: 50%;
    padding-right: 2rem;
}

.foot-lk {
    flex: 30%;
    padding-right: 2rem;
}

.foot-right {
    flex: 50%;
}

.tv__cont {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 24px;
}

.d-frmtv {
    justify-content: space-between;
}

.title_dknt {
    margin-bottom: 1rem;
    font-size: 1.7rem;
    font-family: 'NunitoM';
}

#b-sendtv {
    background: #ff7f2a;
    color: #fff;
    text-align: center;
    width: 12rem;
    border-radius: 0;
    min-height: 4.7rem;
    border-radius: 0.2rem;
    font-size: 1.6rem;
}

.d-frmtv .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
    margin-bottom: -35px;
    flex: 70%;
}

.newsletter__frm input {
    height: 37px;
    border-radius: 0.2rem;
    font-size: 1.4rem;
    color: #fff;
}

.leftc1 {
    width: calc(70% - 20px);
    margin: 0 10px;
    float: left;
}

.leftc1 .cont {
    flex: 75%;
    padding-left: 20px;
}

.imgfoot1 {
    height: 80px;
}

.leftc2 {
    width: calc(30% - 20px);
    margin: 0 10px;
    float: right;
}

.ctop {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.ctop .cont h2 {
    font-size: 18px;
}

.cbottom p {
    font-size: 15px;
    margin-bottom: 12px;
}

.cbottom p span {
    display: inline-flex;
    min-width: 20px;
}

.cbottom p i {
    font-size: 16px;
}

.cbottom p a {
    color: #fff;
}

#contact-form .form-group,
#discountFrm .form-group,
#newsletterFrm .form-group {
    position: relative;
}

#contact-form .form-group label.error,
#discountFrm .form-group label.error,
#newsletterFrm .form-group label.error {
    position: absolute;
    color: #ff0000;
    right: 10px;
    font-weight: 400;
    font-size: 1.2rem;
    top: 10px;
}

.banner_full {
    position: relative;
}

.banner_full img {
    width: 100%;
    max-height:100vh;
}

.bg_gray {
    background: #e6eaf0;
}

.btn__contact {
    background: var(--color-2);
    border-radius: 5rem;
    text-transform: uppercase;
}

.tt-lienhe {
    padding-left: 2rem;
}

#contact-form input.form-control {
    height: 40px;
}

.banner_full h1,.banner_full .tit_page {
    z-index: 99;
    color:#fff;
    text-transform: uppercase;
    font-size: 3.4rem;
    font-family: 'NunitoEXB'!important;
    text-align: center;
    text-shadow: -3px -3px 3px #0F75BC, 3px -3px 3px #0F75BC, -2px 3px 3px #0F75BC, 3px 3px 3px #0F75BC;
     letter-spacing:0.4rem;
     position:absolute!important;
     width:100%;
     top:calc(50% - 2rem);
}

.banner_full .background {
    position: relative;
}

/* .banner_full .background:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgb(0, 0, 0, 0.1);
} */

.banner_full h1 {
    position: relative;
    z-index: 2;
}

.blog-area .blog__left {
    width: 73%;
    float: left;
    position: relative;
    padding-right: 30px;
}

.blog-area .blog__right {
    width: 27%;
    float: left;
    position: relative;
}

.blog-area .blog__right .insHeading {
    color: var(--color-2);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.c-white {
    color: #fff;
}

.item__service {
    display: flex;
}

.item__service .img {
    width: 40%;
}

.item__service .cont {
    width: 60%;
    padding: 0 20px;
}

.wp__stick {
    position: sticky;
    top: 0;
}

.list__stickHot {
    position: relative;
    list-style-type: square;
    margin: 10px 0;
    padding: 0 0 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 8px;
}

.stickHot {
    padding: 0 2rem 2rem 2rem;
}

.list__stickHot li a {
    color: #333;
}

#RecaptchaField2 {
    transform: scale(0.7);
    transform-origin: 0 0;
    margin-bottom: -2.5rem;
}

#optionBlog {
    background: #64844b;
    position: relative;
    width: 200px;
    height: 34px;
    margin-bottom: 10px;
    color: #fff;
}

.news-detalis-content {
    position: relative;
}

.news-detalis-content .ngaydang {
    display: flex;
}

.gird__products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.product-information {
    background: #d1e1bc;
    padding: 30px 0;
}

.m__menu {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle {
    position: relative;
    padding: 0.8rem 0.8rem;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 3rem;
    height: 0.3rem;
    border-radius: 0.1rem;
    background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0.5rem;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.hc-nav-trigger.hc-nav-1 {
    display: block;
}

.head_social {
    margin-bottom: 1em;
    display: flex;
}

.head_social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.head_social ul li {
    float: right;
    padding: 0 0.3em;
}

.head_social ul li a {
    display: block;
}

.head_social ul li a img {
    height: 3.5rem;
}

.head_search__booking {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.head__contact {
    margin: 1rem 0
}

.head__contact span {
    padding: 0 0.5rem;
    font-size: 1.3rem;
}

.btn-booking {
    padding: 0.7em 1em;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.btn-booking-head {
    background: red;
}

.btn-booking-center {
    background: var(--color-2);
    color: #fff;
    padding: 1rem 1.5em;
    border-radius: 0.3rem;
}

.btn-booking-center:hover {
    background-color: var(--color-1);
    color: #fff;
}

.swiperSlider .swiper-pagination-bullet {
    background-color: transparent!important;
    border: 0.2rem solid #fff!important;
    min-width: 1.4rem;
    min-height: 1.4rem;
    opacity: 0.8!important;
}

.swiperSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-1)!important;
}

.btn-detail {
    text-transform: none;
    background-color: var(--color-2);
    color: #fff;
}

.df-project .link {
    margin-top: 2rem;
}

.inner-us {
    padding-bottom: 3rem;
}

.head__right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    width: 70%;
}

.pn_about__us {
    padding: 3rem 0;
}

.tit_block {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tit_block h2 {

    margin: 0 0;

    display: inline-block;
    position: relative;
    padding-bottom: 0.5rem;
}

.tit_block h2 a{
    font-size: 2rem;
    color: var(--color-1);
    text-transform: uppercase;
    font-family: 'NunitoEXB'!important;
    text-decoration:none;
}

.tit_block h2 a:hover{
    color:var(--color-2);
}

.tit_block h2:after {
    position: absolute;
    width: 100%;
    height: 0.5rem;
    content: '';
    background: linear-gradient(166deg, #0F75BC 7.15%, #FFF 87.15%);
    background-size: cover!important;
    left: 0;
    bottom: 0;
}

.tit_block a {
    color: var(--color-3);
    text-decoration: underline;
    font-size: 1.4rem;
}

.tit_block a:hover {
    color: var(--color-1);
}

.un-style {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-us {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.list-us>li .item a {
    display: block;
}

.item_us .tit {
    margin: 1rem 0;
}

.item_us .tit h3 {
    font-size: 1.8rem;
    color: var(--color-1);
    text-transform: uppercase;
}

.item_us .tit h3:hover {
    color: var(--color-2);
}

.item_us .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.pn-service {
    padding: 3rem 0;
}

.gird_service {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.item_service {
    position: relative;
}

.item_service .info {
    padding: 0 2rem;
}

.item-service .card-img span {
    font-size: 2rem;
    font-style: italic;
}

.lazy-load-box {
    transition: all 0.4s ease-out;
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
}

.item-service .card-img strong {
    font-size: 4.4rem;
}

.item-service .content {
    text-align: center;
}

.item-service .content h3 {
    color: var(--color-2);
    font-size: 1.6rem;
    cursor: pointer;
}

.item-service .content p {
    font-size: 1.4rem;
}

.item-service a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.item-service-even .card-img {
    background-color: var(--color-1);
}

.item-service-even .content h3 {
    color: var(--color-1);
}

.g-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.g-about .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.g-about .cont .nd {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: 0.05rem;
    margin-bottom: 3rem;
    text-align: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
}

.inner-cp .link {
    text-align: right;
}

.tit_service {
    margin-bottom: 4rem;
}

.pn-process {
    padding: 3rem 0 5rem 0;
}

.g-process {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4rem;
}

.g-process .i-process {
    position: relative;
    display: flex;
    margin-bottom: 0rem;
}

.g-process .i-process .left {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-process .i-process .right {
    width: calc(100% - 140px);
    border-radius: 2rem;
    border: 1px solid var(--color-2);
    border-left-color: transparent;
    padding: 1rem 1rem 1rem 1.5rem;
}

.g-process .i-process .right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.g-process .i-process .right h3 {
    font-size: 1.4rem;
    color: var(--color-2);
    cursor: pointer;
    text-transform: uppercase;
}

.g-process .i-process-even .right {
    border-color: var(--color-1);
    border-left-color: transparent;
}

.g-process .i-process-even .right h3 {
    color: var(--color-1)
}

.tit_process {
    margin-bottom: 5rem;
}

.g-process .i-process .box {
    width: 12rem;
    height: 12rem;
    position: relative;
}

.g-process .i-process .box:after {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    content: '';
    background-color: var(--color-2);
    position: absolute;
    top: 1.5rem;
    left: 1rem;
    z-index: 9;
}

.g-process .i-process-even .box:after {
    background-color: var(--color-1);
}

.g-process .i-process .box::before {
    position: absolute;
    content: attr(data-content);
    top: 2rem;
    left: -3rem;
    width: 6rem;
    height: 8rem;
    padding: 0.3rem 0 0.3rem 0;
    color: #fff;
    font-size: 9rem;
    font-family: 'NunitoB'!important;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 1px 0px 2px var(--color-2), -1px 0px 2px var(--color-2), 0px 1px 1px var(--color-2);
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.g-process .i-process .in-box {
    border-radius: 50%;
    border: 0.13rem solid var(--color-2);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left-color: transparent;
}

.g-process .i-process .in-box span {
    background-color: var(--color-3);
    padding: 1.2rem 1.2rem;
    display: inline-block;
    z-index: 1;
    border-radius: 50%;
    border: 1.2rem solid #fff;
}

.g-process .i-process .in-box span img {
    width: 50px;
    height: 50px;
}

.g-process .i-process-even .in-box {
    border-color: var(--color-1);
    border-left-color: transparent;
}

.g-process .i-process-even .in-box span {
    background-color: var(--color-1);
}

.g-process .i-process-even .box::before {
    text-shadow: 1px 0px 2px var(--color-1), -1px 0px 2px var(--color-1), 0px 1px 1px var(--color-1);
}

.nst_1 .box::before {
    width: 4rem!important;
    top: 2.5rem!important;
    left: -1rem!important;
}

.nst_6 .in-box {
    background-color: #fff;
}

.nst_5 .in-box {
    background-color: #fff;
}

.nst_4 .in-box {
    background-color: #fff;
}

.nst_3 .in-box {
    background-color: #fff;
}

.nst_2 .in-box {
    background-color: #fff;
}

.nst_6 .box::before {
    top: 2.5rem!important;
    left: -3rem!important;
    font-size: 10rem!important;
}

.nst_5 .box::before {
    top: 3rem!important;
    left: -3rem!important
}

.nst_4 .box::before {
    top: 2.8rem!important;
    left: -3.2rem!important;
}

.nst_3 .box::before {
    top: 3rem!important;
    left: -2.8rem!important;
}

.nst_2 .box::before {
    top: 2.8rem!important;
    left: -2.8rem!important;
}

.nd1 {
    padding-left: 0!important;
    text-align: left!important;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

.pn-partner {
    padding: 4rem 0;
    background: #F2F2F2;
}

.pn-block-cp {
    padding: 3rem 0;
}

.pn-block-cp .tit_cp {
    margin-bottom: 2.5rem;
}

.pn-block-cp .tit_cp h2 {
    text-align: right;
    font-size: 2.4rem;
}

.pn-news {
    padding: 3rem 0;
}

.pn-news .tit_news {
    margin-bottom: 4rem;
}

.pn-news .item-news {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 0.1rem 0.1rem 1rem 0.1rem;
    margin-bottom: 1rem;
    min-height: 410px;
}

.item-news .img {
    margin-bottom: 3rem;
    position: relative;
}

.item-news .img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.item-news .tit h3 {
    font-size: 1.7rem;
    line-height: 2.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-2);
    padding: 0 1rem;
}

.item-news .tit h3:hover {
    color: var(--color-1);
}

.item-news p {
    font-size: 1.4rem;
    line-height: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1rem;
}

.df-project .cont {
    width: 30%;
}

.df-project .list {
    width: 70%;
    padding-left: 2rem;
}

.df-project .list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.df-project .list ul .item-project {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.df-project .list ul .item-project .img {
    width: 120px;
}

.df-project .list ul .item-project .img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 0.2rem;
    border-radius: 0.2rem;
}

.df-project .list ul .item-project .nd {
    width: calc(100% - 130px);
}

.df-project .list ul .item-project .nd h3 {
    font-size: 1.6rem;
    font-family: 'NunitoM';
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.df-project .list ul .item-project .nd h3:hover {
    color: var(--color-1);
}

.df-project .list ul .item-project .nd p {
    font-size: 1.3rem;
    color: #545454;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.df {
    display: flex;
    justify-content: space-between;
}

.df-project {
    align-items: flex-start;
}

.pn-project {
    padding: 5rem 0 3rem 0;
    background-size: cover!important;
}

.df-project .cont .tit h2 {
    font-size: 2.6rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-2);
    margin-bottom: 2rem;
}

.df-project .cont .tit p.nd {
    font-size: 1.35rem;
    line-height: 2.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.foot-left .social ul {
    margin: 1rem 0;
    display: flex;
}

.foot-left .social ul li {
    float: left;
    margin-right: 0.5rem;
}

.news_point {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--color-1);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 1rem;
    bottom: -2rem;
    padding: 0.4rem;
    border: 1px solid #fff;
}

.news_point img {
    width: 18px!important;
    height: auto!important;
}

.pn-contact {
    padding: 3rem 0 0 0;
}

.row_about {
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row_about .left {
    width: 50%;
    padding-left: 3rem;
}

.row_about .right {
    width: 50%;
}

.row_about .left h3 {
    color: var(--color-2);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.row-about-even {
    flex-direction: row-reverse;
}

.row_about .right img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border: 0.3px solid var(--color-1);
    padding: 0.2rem;
}

.single-ps1 {
    padding: 3rem 0;
    background: var(--color-5);
}

.single-ps1 .row_about .left {
    padding-right: 3rem;
}

.single-ps1 .row_about .left h3 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: var(--color-1);
}

.single-ps1 .row_about .left .nd {
    line-height: 2.4rem;
}

.single-ps1 .row_about .right img {
    height: 450px;
    padding: 0.1rem;
    border-width: 0.3rem;
}

.single-view {
    padding: 4rem 0;
    position: relative;
    background-size: cover!important;
    background-attachment: fixed!important;
    min-height: 50vh;
}

.single-view:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: rgb(0, 0, 0, 0.6);
}

.gird-view {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4rem;
}

.gird-view .item-view {
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gird-view .item-view h3 {
    color: var(--color-1);
    font-size: 2.6rem;
    margin-top: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.gird-view .item-view .nd {
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
}

.single-partner {
    padding: 3rem 0;
}

.single-partner .tit_partner h2 {
    color: var(--color-1);
}

.single-service {
    padding: 3rem 0;
}

.df_news .left73_7 {
    width: calc(100% - 30rem);
    padding-right: 3rem;
}

.df_news .left73_3 {
    width: 30rem;
}

.single-news {
    padding: 3rem 0;
}

.tit_nbr {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-2);
    margin-bottom: 2rem;
}

.list__nbr {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list__nbr li {
    padding-bottom: 0.7rem;
}

.list__nbr li a h4 {
    font-size: 1.4rem;
    color: #333;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
}

.list__nbr li .ndd {
    font-size: 1.2rem;
}

.it_post_hz {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

.it_post_hz .img {
    width: 280px;
}

.it_post_hz .img a img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.it_post_hz .info {
    width: calc(100% - 300px);
}

.it_post_hz .info h2 {
    margin: 0 0;
    line-height: 2.4rem;
    margin-bottom: 0.7rem;
}

.it_post_hz .info h2 a {
    font-size: 1.8rem;
    color: #333;
    line-height: 2.4rem;
    font-family: 'NunitoB';
    text-transform: capitalize;
}

.feature-img {
    margin: 1rem 0;
}

.feature-img img {
    width: 100%;
}

.pn-search {
    margin: 3rem 0;
}

.it_post_hz .info h2:hover a {
    color: var(--color-1);
}

.it_post_hz .info .date {
    color: #999;
    font-size: 1.2rem;
}

.it_post_hz .info .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
    font-size: 1.35rem;
}

.it_post_hz .info .link a {
    font-style: italic;
    font-size: 1.35rem;
}

.it_post_hz:last-child {
    border-bottom-color: transparent;
}

.tit_single__partner h2 {
    color: var(--color-1);
}

.list__partner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.list__partner .item__partner {
    text-align: center;
}

.list__partner .item__partner .img img {
    width: 100%;
}

.list__partner .item__partner .img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.list__partner .item__partner .name h3 {
    margin: 1rem 0;
    padding: 0 1rem;
    color: #333;
    font-size: 1.8rem;
}

.list__partner .item__partner .desc {
    font-size: 1.4rem;
    line-height: 2.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1rem;
}

.cont-project {
    padding-bottom: 1rem;
}

.single-project {
    padding: 3rem 0;
}

.single-project .list {
    padding-left: 0;
    width: 100%;
    padding: 1rem 0;
}

.cont-partner {
    padding: 2rem 0;
}

.single-album {
    padding: 2rem 0;
}

.grid-album {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.grid-album .item-album {
    margin-bottom: 1rem
}

.item-album .img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
}

.grid_anh {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin: 2rem 0;
}

.blog-album .container {
    max-width: 1000px;
}

.content-album {
    padding: 3rem 0;
}

.pagination-sm .page-link {
    font-size: 1.3rem;
}

.single-search {
    padding: 3rem 0;
}

.single-menuii {
    padding: 3rem 0;
}

.gird-menuii {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.gird-menuii .item-menuii {
    min-height: 150px;
    background-size: cover!important;
    position: relative;
    border-radius: 2rem;
}

.gird-menuii .item-menuii:before {
    position: absolute;
    content: '';
    background: rgb(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.gird-menuii .item-menuii a {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gird-menuii .item-menuii a h3 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3rem;
}

.cont-menui {
    padding: 3rem 0;
    text-align: center;
}

.tit__rel1 h3 {
    font-size: 2.6rem;
    color: var(--color-2);
    text-transform: uppercase;
    font-weight: 600;
}

.news-detalis {
    font-size: 1.4rem;
    color:#444;
}

.single-detail {
    padding: 3rem 0 3rem 0;
}

.single-relPost {
    margin-top: 2rem;
}

.df-dts .left {
    width: 340px;
    padding: 2rem 2rem 0 2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.news-detalis table{
    max-width:100%;
}

.box-rel-act{
    margin-bottom:3rem;
}

.row__post__lh {
    padding: 10px;
    border: 1px solid #eee;
    margin: 2rem 0;
}


.tit__postlh {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-family: 'NunitoB';
    color: var(--color-1);
}

.post__lh {
    position: relative;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.df-dts .right {
    width: calc(100% - 370px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.post__lh>li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.single-detail-service {
    padding: 3rem 0;
}

.post__lh>li .ic {
    margin-top: -0.3rem;
    margin-right: 0.2rem;
}

.post__lh>li>a {
    color: #444;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: 'NunitoM';
}

.post__lh>li>a:hover {
    color: var(--color-1);
}

.sv_hotline {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
}

.sv_hotline .name {
    font-size: 1.5rem;
    margin: 1rem 0;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.4rem;
}

.sv_hotline .hotline a {
    font-size: 3rem;
    font-weight: 600;
    color: var(--color-4);
}

.sv_datlich .cont {
    font-size: 1.6rem;
    color: red;
    text-transform: uppercase;
    font-weight: 600;
}

.df-dts {
    margin-bottom: 2rem;
}

.sv_datlich .bg img {
    width: 100%;
}

.frm__book {
    padding: 2rem 3rem;
}

.title_book h2 {
    color: var(--color-4);
    font-size: 1.8rem;
}

.gird-wd2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
}

.datepicker {
    padding: 5px!important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}

.datepicker-dropdown {
    background-color: #fff!important;
}

.grid_thoigianhen {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.pn-blocksp {
    padding: 3rem 0 1rem 0;
}

.pn-partner .partnerSwiperNext,
.pn-partner .partnerSwiperPrev {
    right: 1rem;
    top: 0;
}

.pn-partner .partnerSwiperNext {
    color: var(--color-1)!important;
    border: 1px solid var(--color-1);
    height: 30px;
    top: 2rem;
}

.pn-partner .partnerSwiperPrev {
    color: var(--color-1)!important;
    border: 1px solid var(--color-1);
    height: 30px;
    top: 2rem!important;
    right: 4rem!important;
    left: unset;
}

.block-type1 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.block-type1 .left {
    width: 300px;
    padding-right: 2rem;
    position: relative;
}

.block-type1 .left a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.block-type1 .right {
    width: calc(100% - 300px);
    position: relative;
}

.df_sub_cate .left {
    width: 30rem;
}

.df_sub_cate .right {
    width: calc(100% - 32rem);
}

.pn-blocksp {
    padding: 3rem 0;
}

.pagination-page {
    margin: 2rem 0 1rem 0;
}

.pagination-page #pagination-ajax {
    margin: 0 0;
    justify-content: center;
}

.nd_recruitment {
    padding: 2rem;
    border-radius: 5px;
    border: 2px dashed #F79520;
    background: #F7F7F8;
    font-size: 1.6rem;
    line-height: 1.625;
    margin: 2rem auto;
    max-width:1150px;
}

.pn-blocksp .container {
    max-width: 1300px;
}

.item__product {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.item__product .img a {
    display: block;
}

.product_cart {
    text-align: center;
    margin-bottom: -1rem;
    position: relative;
}

.product_cart:after {
    position: absolute;
    width: 14.5rem;
    height: 1rem;
    content: '';
    background-color: rgba(201, 23, 33, 1);
    bottom: -1rem;
    left: calc(50% - 7.25rem);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.product_cart .add_to_cart {
    background: url(templates/images/bg_add_cart.png)no-repeat;
    background-size: cover!important;
    color: #fff;
    font-size: 1.6rem;
    padding: 1.2rem 3.5rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/*.product_cart .add_to_cart:after{
position:absolute;
width:calc(100% + 1rem);
height:1rem;
left:-0.5rem;
content:'';
background-color:rgba(201, 23, 33, 1);
bottom:-1rem;
z-index:1;
}*/

.shop-area {
    padding: 3rem 0;
}

.pn-carts {
    margin: 3rem 0;
}

.item__product .price {
    color: #fff;
    font-family: 'NunitoM';
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0;
}

.item__product .info {
    padding: 1rem 1rem;
    font-size: 1.4rem;
    position: relative;
    background-color: var(--color-1);
    min-height: 9rem;
}

.item__product .info .name {
    margin-bottom: 0.7rem;
}

.item__product .info h3 a {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'NunitoM';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.item__product .model {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 0;
}

.df-about .left {
    width: 45%;
}

.df-about .left .img {
    position: relative;
}

.df-about .left .img .sub_2 {
    position: absolute;
    left: -5rem;
    bottom: -3rem;
    width: 30rem;
    height: 30rem;
    background-color: #fff;
    border-radius: 50%;
    padding: 2rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.df-about .left .img .sub_2 img {
    width: 100%;
    height: 100%;
}

.df-about .right {
    width: 55%;
    padding-left: 4rem;
}

.df-about .left .img_main {
    width: 100%;
}

.tit__about {
    text-align: center;
    border-bottom: none;
    margin-bottom: 2rem;
}

.tit__about h2 {
    text-align: center;
    padding-bottom: 0;
}

.tit__about h2:after {
    display: none;
}

.pn-about {
    padding: 4rem 0 5rem 0;
}

.df-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.df-about .left .tit_about {
    font-size: 3.2rem;
    font-family: 'NunitoB';
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #222;
}

.df-about .left .nd {
    font-size: 1.8rem;
    line-height: 1.625;
}

.df-about .right .img .sub_1 {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -50%;
    top: -4rem;
    z-index: 0;
    transform: rotate(-90deg);
}

.sha-tab {
    width: 300px;
}

.sha-tab .w-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 2px solid #222;
    border-radius: 100%;
}

.sha-tab .w-tab .item-tab {
    width: 50%;
    height: 100px;
    display: flex;
    align-items: center;
}

.sha-tab .w-tab #sha_0 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
}

.sha-tab .w-tab .img {
    margin-top: 0;
    opacity: 1;
    width: 70px;
    height: 70px;
    border: 2px solid #d84d27;
    border-radius: 100px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    cursor: pointer;
}

.sha-tab .w-tab img {
    max-width: 40px;
    cursor: pointer;
}

.sha-tab .w-tab #sha_0 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
}

.sha-tab .w-tab #sha_1 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 20px;
}

.sha-tab .w-tab #sha_2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: -30px;
}

.sha-tab .w-tab #sha_3 {
    justify-content: flex-end;
    align-items: center;
    margin-right: -30px;
}

.sha-tab .w-tab #sha_4 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 20px;
}

.sha-tab .w-tab #sha_4 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 20px;
}

.pn-service {
    padding: 3rem 0;
}

.tit_service {
    text-align: center;
}

.tit_service {
    border-bottom: none;
}

.tit_service h2:after {
    display: none;
}

.gird_post_home {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.gird_post_home .item_service {
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 0.5rem;
    background: #fff;
}

.item_service .img {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 109, 8, 0.00) 0%, rgba(255, 109, 8, 0.50) 100%);
    transition: var(--trans);
}

.item_service:hover .img {
    background: linear-gradient(180deg, rgba(255, 109, 8, 0.2) 0%, rgba(255, 109, 8, 1) 100%);
}

.item_service .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 1.3rem;
    border-radius: 50%;
}

.item_service h3 {
    line-height: 1.5;
    text-align: center;
    color: #333;
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'NunitoM';
    font-size: 1.6rem;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_service h3:hover {
    color: var(--color-1);
}

.item_service p.link {
    text-align: right;
    color: var(--color-1);
    text-decoration: underline;
    font-size: 1.4rem;
    font-family: 'NunitoM';
}

.d-footTop {
    padding: 1rem 0;
}

.d-footTop .top-1,
.d-footTop .top-2,
.d-footTop .top-3 {
    width: calc(33.33% - 30px);
    margin: 0 15px;
}

.foot_map {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}

.foot_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.foot_top_tit {
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.item_partner {
    display: block;
    margin: 5px 5px;
}

.item_partner img {
    width: 100%;
    height: 12rem;
    object-fit: contain;
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.foot_video {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}

.foot_video iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.aside {
    border-radius:1rem;
    background: #ECF4F9;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.tit_aside {
    background-color: var(--color-1);
    color: #fff;
    text-transform: uppercase;
    text-indent: 1rem;
    line-height: 4rem;
    font-family: 'NunitoB';
    text-align: center;
    border-radius: 1rem;
    ;
}

.aside_left ul {
    list-style-type: none;
    margin: 0;
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
}

.aside_left ul li {
    margin-bottom: 1rem;
}

.menui-right li {
    border-bottom: 1px dashed #444;
    padding: 0.5rem 0;
    position: relative;
}

.menui-right li:last-child {
    border-bottom: transparent;
}

.aside_left ul li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.4rem;
    font-family: 'NunitoM';
}

.aside_left ul li a span {
    margin-right: 0.3rem;
}

.aside_left ul li .img {
    width: 8rem;
}

.aside_left ul li a .img img {
    width: 100%;
    height: 7rem;
    object-fit: cover;
}

.aside_left ul li a h4 {
    font-size: 1.4rem;
    line-height: 1.25;
    color: #333;
    width: calc(100% - 9rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-family: 'NunitoB';
}

.aside_left ul li a h4:hover {
    color: var(--color-3);
}

.menui-right li a:hover {
    color: red;
}

.menui-right li ul {
    position: absolute;
    left: 100%;
    top: 0;
    list-style-type: none;
    margin: 0;
    padding: 1rem;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-width: 250px;
    display: none;
}

.menui-right li:hover ul {
    display: block;
}

.box-search {
    padding: 0 1rem;
}

.box-search input,
.box-search select {
    padding: 0.5rem 2rem 0.5rem 1rem;
}

.btn-subSearch {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.df-topHead {
    align-items: center;
}

.df-menu {
    justify-content: space-between;
    background-color: var(--color-1);
    color: #fff;
    padding: 0 0;
    border-radius: 0.5rem;
}

.df-menu .langs {
    display: flex;
    align-items: center;
    background-color: var(--color-3);
    width: 14rem;
    padding: 0 0.5rem 0 5rem;
    position: relative;
    border-radius: 0 0.5rem 0.5rem 0;
}

.df-menu .langs:before {
    position: absolute;
    content: '';
    width: 5rem;
    height: 100%;
    background-color: var(--color-1);
    left: 0;
    top: 0;
    clip-path: polygon(79% 0, 100% 30%, 47% 88%, 0 100%, 0 0);
}

.langs ul {
    display: flex;
}

.group_title {
    position: relative;
    z-index: 9;
    margin-bottom: 3rem;
}

.group_title.center {
    text-align: center;
}

.group_title.white {
    color: #fff;
}

.group_title .sub {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: var(--color-1);
    font-family: 'NunitoM';
}

.group_title h2 {
    text-transform: uppercase;
    font-size: 2.6rem;
    font-family: 'NunitoEXB';
    position: relative;
    margin-bottom: 0;
    padding-right: 1rem;
    color: var(--color-2);
}

.item_event .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
}

.item_event .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.item_event .info {
    margin: 0.7rem 0;
}

.item_event .info h3.tit {
    color: var(--color-1);
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: 'NunitoM';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

.item_event .info .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    color: #fff;
}

.show_blockCate {
    font-size: 1.6rem;
    color: #333;
    text-decoration: underline;
}

.item_event .info .link {
    margin-top: 1rem;
}

.item_event .info .link span {
    font-size: 1.4rem;
    color: #fff;
    background-color: var(--color-1);
    padding: 0.5rem 2.5rem;
    border-radius: 2rem;
    display: inline-block;
    transition: var(--trans);
}

.item_event:hover .info .link span {
    background-color: var(--color-2);
}

.show_blockCate:hover {
    color: var(--color-1);
}

.title_block {
    margin-bottom: 3rem;
}

.title_block h2 {
    text-align: center;
    font-size: 2.8rem;
    color: #333;
    font-family: 'NunitoB';
    text-transform: uppercase;
}

.list_ab {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 3rem;
}

.list_ab .item {
    width: calc(25% - 3rem);
    margin: 0 1.5rem;
    padding: 1rem;
    background-color: var(--color-1);
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list_ab .nd {
    /* background:url(templates/images/ab_bg_nd.png)no-repeat;
background-size:cover!important;*/
}

.list_ab .item .icon {
    margin-bottom: 3rem;
    background: url(templates/images/ab_bg_icon.png)no-repeat top center;
    margin-top: -1.1rem;
    background-size: contain!important;
    padding-bottom: 0.5rem;
}

.list_ab .item .icon img {
    height: 3.7rem;
}

.list_ab .item h4 {
    text-transform: uppercase;
    font-family: 'NunitoB';
}

.list_ab .item p {
    font-size: 1.4rem;
}

.list_ab .nd .info {
    padding: 0 1rem;
}

.gird_products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.pn-cateHome {
    margin-bottom: 3rem;
}

.item__product .img {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 0.5rem;
}

.item__product .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    padding: 1rem;
}

.pn-homeNews {
    padding: 3rem 0;
}

.pn-maps {
    position: relative;
    height: 0;
    padding-bottom: 25%;
}

.pn-maps iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gird_homeNews {
    display: grid;
    grid-template-areas: 'item1 item2' 'item1 item3' 'item1 item4';
    gap: 1rem;
    grid-template-columns: 50% 50%;
}

.gird_homeNews .item {
    position: relative;
    overflow: hidden;
}

.gird_homeNews .item1 {
    grid-area: item1;
}

.gird_homeNews .item2 {
    grid-area: item2;
}

.gird_homeNews .item3 {
    grid-area: item3;
}

.gird_homeNews .item4 {
    grid-area: item4;
}

.gird_homeNews .item1 .img {
    position: relative;
    height: 0;
    padding-bottom: 70%;
}

.gird_homeNews .item1 .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gird_homeNews .item1 .img .info {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    content: '';
    background: linear-gradient(360deg, var(--color-1) 0%, rgba(231, 228, 228, 0) 65.72%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 2rem 2rem 2rem;
    color: #fff;
}

.gird_homeNews .item1 .img .info h3 {
    font-size: 2.4rem;
    font-family: 'NunitoB';
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.gird_homeNews .item1 .img .info h3:hover {
    color: var(--color-1);
}

.gird_homeNews .item1 .img .info p {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.df-newsH .img {
    width: 22rem;
    height: 10rem;
}

.df-newsH .info {
    width: calc(100% - 23rem);
}

.df-newsH .info h4 {
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'NunitoM';
    color: #222;
    text-transform: capitalize;
}

.df-newsH .info h4:hover {
    color: var(--color-1);
}

.df-newsH .info p {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.df-newsH .info p.link {
    text-align: right;
}

.df-newsH .info p.link span {
    color: var(--color-1);
    text-decoration: underline;
}

.df-foot .foot1 {
    width: 35%;
}

.df-foot .foot2 {
    width:calc(65% - 340px);
    padding: 0 3rem;
}

.df-foot .foot3 {
    width:340px;
}

.df-foot .foot1 .nd {
    line-height: 1.625;
    font-size: 1.6rem;
}

.cont-info {
    font-size: 1.6rem;
    line-height: 1.625;
    padding-right: 3rem;
}

.site-page {
    padding-top: 3rem;
}

.typography {
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
}

.typography table {
    margin: 1rem 0;
}

.pn-productDT {
    padding: 3rem 0;
}

.fixCart {
    position: fixed;
    z-index: 999;
    right: 5px;
    top: 15rem;
}

.fixCart img {
    width: 4rem;
}

.fixCart .box {
    position: relative;
    display: flex
}

.fixCart .box .num {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 1.3rem;
    color: var(--color-1);
    background: #fff;
    padding: 0.1rem 0.6rem;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.zoomImg {
    transition: transform .4s;
}

.zoomImg:hover {
    transform: scale(1.07);
}

.df-proDt .left,
.df-proDt .right {
    width: 50%;
}

.df-topHead .left {
    width: 24rem;
}

.df-topHead .main {
    width: calc(100% - 26rem);
}

.box_htTop .info {
    width: calc(100% - 6.5rem);
}

.h-top .left {
    width: 40rem;
}

.h-top .right {
    width: calc(100% - 44rem);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

.social_top>li {
    margin-left: 1.5rem;
}

.social_top>li a {
    display: block;
    font-size: 1.6rem;
    color: var(--color-1);
    font-family: 'NunitoB';
}

.social_top>li img {
    width: 3.6rem;
    height: 3.6rem;
    object-fit: contain;
    margin-right: 0.2rem;
}


/**/

.mySwiper .swiper-slide .item-slide {
    display: flex;
    overflow: hidden;
    background-size: cover!important;
}

.mySwiper .content {
    left: 0;
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 0 5%;
    transform: translateX(-80%);
    transition-duration: 2s;
    opacity: 0.1;
}

.mySwiper .content p.desc {
    border-radius: 5px;
    border: 1px solid #333;
    background: rgba(0, 0, 0, 0.46);
    padding: 3rem 5rem;
    line-height: 1.6;
    position: relative;
}

.mySwiper .content p.desc:before,
.mySwiper .content p.desc:after {
    position: absolute;
    content: '';
    width: 3.3rem;
    height: 2.6rem;
    background-size: contain;
}

.mySwiper .content p.desc:before {
    left: 1rem;
    top: 1rem;
    background: url(templates/images/dot_01.png)no-repeat;
}

.mySwiper .content p.desc:after {
    right: 1rem;
    bottom: 1rem;
    background: url(templates/images/dot_02.png)no-repeat;
}

.mySwiper .content p.link {
    text-align: left;
    margin-top: 2rem;
}

.mySwiper .content p.link a {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    color: var(--color-2);
    background-color: #fff;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.4rem;
    outline: none;
    text-transform: uppercase;
    font-family: 'NunitoM';
}

.mySwiper .content p.link a:hover {
    background-color: var(--color-1);
    color: #fff;
}

.mySwiper .content h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    color: var(--color-1);
    pointer-events: none;
    transform: translateY(-40px);
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 0.6s;
    font-family: 'NunitoB';
    text-transform: uppercase;
}

.mySwiper .content p.desc {
    font-size: 4rem;
    font-family: 'NunitoM';
    line-height: 1.4;
    color: #fff;
    /* transform: translateY(-30px); */
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 1.2s;
    position: relative;
    margin-bottom: 0;
}

.mySwiper .content p.desc span {
    display: block;
}

.mySwiper .content p a {
    color: #fff;
}

.mySwiper .content p span img {
    height: 3rem;
}

.mySwiper .swiper-slide-active .content {
    transform: translateX(-1%);
    opacity: 1;
}

.mySwiper .swiper-slide-active .content h2,
.mySwiper .swiper-slide-active .content p {
    transform: none;
    opacity: 1;
}

.pn-ck {
    padding: 4rem 0;
    background-color: rgba(245, 245, 245, 1);
}

.gird_ck {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
}

.gird_ck .item_ck {
    border: 1px solid #555;
    text-align: center;
    padding: 2rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
}

.gird_ck .item_ck .img img {
    height: 8rem;
}

.gird_ck .item_ck .img {
    margin-bottom: 2rem;
}

.gird_ck .item_ck p {
    font-size: 1.6rem;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gird_ck .item_ck h3 {
    font-family: 'NunitoB';
    font-size: 1.8rem;
    color: #333;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gird_foot3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gird_foot3 .c1 {
    width: 35%;
}

.gird_foot3 .c2 {
    width: 65%;
}

.ct_hotlineOrder {
    margin: 1rem 0;
}

.ct_hotlineOrder a {
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    background-color: var(--color-1);
    padding: 1rem 2rem;
    border-radius: 0.2rem;
    font-family: 'NunitoB';
}


/**/


/**/

#nhanxet .row_head {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}

#nhanxet .row_head>.left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#nhanxet .row_head>.right {
    width: 24rem;
    display: flex;
    justify-content: flex-end;
}

#frm_comment .form-group {
    position: relative;
}

#frm_comment .form-group label.error {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    font-size: 13px;
    color: var(--color-1);
}

.btn__replyComment {
    font-size: 1.4rem;
    color: #fff;
    background-color: var(--color-1);
    padding: 0.5rem 0.7rem;
    border-radius: 0.3rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.item-binhluan .accordion-button {
    padding: 0;
    outline: unset;
    box-shadow: unset;
    background-color: transparent;
}

.frm_reply input {
    height: 3.4rem;
    font-size: 1.4rem;
    line-height: 3.4rem;
}

.comment_sp #nhanxet {
    max-width: 1000px;
}

.df_row_comments .right {
    width: 100%;
    text-align: center;
}

.df_row_comments {
    flex-direction: column;
    justify-content: center;
}

.nb_bl {
    font-size: 1.5rem;
    line-height: 1.625;
    color: #444;
}


/**/

.df-lh {
    align-items: flex-start;
    justify-content: space-between;
}

.df-lh .left {
    width: calc(35% - 2rem);
}

.df-lh .right {
    width: 65%;
}

.gird_lh {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.map_lh .inner {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 85%;
}

.map_lh .inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.social_contact ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.social_contact ul li a img {
    height: 2.5rem;
    margin-right: 0.5rem;
}

.langs>ul>li {
    display: inline-block;
    margin-left: 0.2rem;
}

.langs>ul>li img {
    width: 3.4rem;
    height: 3.4rem;
    object-fit: contain;
    border: 0.2rem solid transparent;
    border-radius: 50%;
}

.langs>ul>li.active img {
    border-color: #fff;
}

.mySwiper-next,
.mySwiper-prev {
    color: #fff!important;
}

.tit_about {
    font-size: 2.6rem;
    color: var(--color-2);
    font-family: 'NunitoB';
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.sb-tit {
    font-size: 2.6rem;
    color: var(--color-3);
    font-family: 'NunitoB';
    margin-bottom: 0.5rem;
    margin-top: 3rem;
}

.sb-tit .arrow_r {
    display: inline-block;
}

.sb-tit .arrow_r img {
    margin-top: -0.2rem;
    margin-left: 0.5rem;
}

.df-about .right .nd {
    font-size: 1.6rem;
    line-height: 1.625;
}

.gird_ab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
}

.gird_ab h4.tit {
    font-size: 2rem;
    font-family: 'NunitoM';
    color: #333;
    margin-bottom: 1rem;
}

.gird_ab .cont {
    font-size: 1.6rem;
    line-height: 1.4;
}

.df-about .link {
    margin-top: 2rem;
}

.link.link_bg a {
    display: inline-block;
    padding: 0.6rem 1rem 0.6rem 2rem;
    border-radius: 0.7rem;
    background: linear-gradient(0deg, #0F75BC 0%, #00AEEF 100%);
    color: #fff;
    font-size: 1.6rem;
    position: relative;
}

.link.link_bg a .ic {
    margin-left: 2rem;
    position: relative;
    z-index: 999;
}

.link.link_bg a:after {
    position: absolute;
    width: 4rem;
    height: calc(100% + 0.1rem);
    right: -0.05rem;
    top: -0.05rem;
    content: '';
    background-color: var(--color-3);
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 16% 86%, 30% 33%);
    border-radius: 0 0.4rem 0.4rem 0;
}

.link.link_bg a:hover {
    background-color: var(--color-2);
}

.link.link_bg a:hover{
    color:var(--color-3);
}

.pn-event {
    padding: 4rem 0;
    background-size: cover!important;
    position: relative;
}

.pn-event:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(4, 35, 33, 0.96);
}

.item_news {
    margin-bottom: 1rem;
    padding: 0.5rem 0.5rem;

}

.item_news a {
    display: block;
    overflow:hidden;
    color:#333;
    line-height:1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_news a:hover{
    color:var(--color-1);
}

.item_news .img {
    position: relative;
    height: 0;
    padding-bottom: 70%;
}

.item_news .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.item_news .info {
    margin:0 0;
    padding: 1.5rem 0;
}

.item_news .info h3.tit {
    color: #222;
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: 'NunitoB';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:1rem;
}

.item_news .info h3.tit:hover {
    color: var(--color-2);
}

.item_news .info .desc {
    font-size: 1.4rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
}

.item_news .info .link span {
    display: inline-block;
    color: var(--color-2);
    font-size: 1.4rem;
    font-family: 'NunitoM';
}

.pn-album {
    padding: 1rem 0;
    background-size: cover;
}

.gird_partners {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.gird_partners .item {
    text-align: center;
    transition: var(--trans);
    width: calc(16.66% - 3rem);
    margin: 1.5rem 1.5rem;
}

.gird_ct {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.gird_ct .item {
    background: linear-gradient(291.06deg, #349E97 31.18%, #DA800F 112.44%);
    padding: 0.2rem;
    border-radius: 1rem;
    position: relative;
    /* background-color: #fff;
    border: 2px solid;
    border-image-source: linear-gradient(291.06deg, #349E97 31.18%, #DA800F 112.44%);
    border-image-slice: 1;
    border-radius: 15px; */
}

.gird_ct .item:after {
    position: absolute;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    top: 0.2rem;
    left: 0.2rem;
    content: '';
    background-color: #fff;
    border-radius: 0.7rem;
}

.gird_ct .item .inner {
    position: relative;
    z-index: 9;
    padding: 3rem 2rem;
}

.gird_ct .ic {
    margin-right: 1rem;
}

.gird_ct .ic img {
    width: 3.2rem;
    height: 3.2rem;
    object-fit: contain;
}

.tit_block_ct {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'NunitoM';
    color: #222;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.gird_ct .item .cont {
    font-size: 1.6rem;
    line-height: 1.625;
}

.contact_foot {
    margin-top: 2rem;
}

.contact_foot h1 {
    color: var(--color-2);
    font-size: 2.6rem;
    font-family: 'NunitoB';
    margin-bottom: 2rem;
}

.df_cf .left {
    width: 60%;
}

.df_cf .right {
    width: 40%;
    padding-left: 3rem;
}

.ct_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
}

.ct_map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.page_nd {
    font-size: 1.6rem;
    line-height: 1.625;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.gird_ctfrm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    margin-bottom: 1.5rem;
}

.gird_ctfrm .form-group {
    margin-bottom: 0;
}

.tit_page {
    font-size: 2.8rem;
    color: var(--color-1);
    font-family: 'NunitoB';
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

.v_more {
    text-align: center;
    margin: 1rem 0;
}

.v_more a {
    color: var(--color-3);
    font-size: 1.6rem;
    line-height: 1.4;
}

.pn-services {
    padding: 3rem 0 0 0;
}

.item-sv {
    padding: 3rem 0 5rem 0;
}

.item-sv:nth-child(2n) {
    background-color: #fcfcfc;
}

.item-sv:nth-child(3n) {
    background: linear-gradient(to right, rgba(52, 158, 151, 0.24) 31.18%, rgba(218, 128, 15, 0.1) 112.44%);
}

.block-sv {
    align-items: flex-start;
}

.block-sv .left {
    width: 40%;
}

.block-sv .right {
    width: 60%;
    padding-left: 3rem;
}

.block-sv .left .img {
    position: relative;
}

.block-sv .left .img img {
    width: 100%;
    border-radius: 3rem 3rem;
}

.block-sv .right .nd {
    font-size: 1.8rem;
    line-height: 1.625;
}

.tit_sub_sv {
    text-align: center;
    font-family: 'NunitoB';
    font-size: 2.4rem;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 3rem;
    line-height: 1.4;
}

.block-sv-rs {
    flex-direction: row-reverse;
}

.block-sv-rs .right {
    width: 60%;
    padding: 0 4rem 0 0;
}

.block-sv-rs .right .nd {
    background: linear-gradient(291.06deg, #349E97 31.18%, #DA800F 112.44%);
    color: #fff;
    padding: 3rem 3rem;
    border-radius: 2rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.block-sv-rs .left {
    width: 40%;
}

.list_tk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.list_tk .num {
    font-size: 3rem;
    font-family: 'NunitoB';
    margin-bottom: 0;
}

.link_sv {
    margin-top: 2rem;
}

.link_sv a {
    display: inline-block;
    padding: 0.7rem 2rem;
    border-radius: 2rem;
    background-color: var(--color-1);
    color: #fff;
    font-size: 1.6rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.link_sv a:hover {
    background-color: var(--color-2);
}

.the_excerpt_page {
    font-size: 1.6rem;
    line-height: 1.625;
    font-family: 'NunitoM';
    color: #333;
    max-width: 1200px;
    margin: 2rem auto;
}

.item_sv2 {
    margin-bottom: 3rem;
}

.block_sv2 {
    background-color: rgba(252, 252, 252, 1);
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    padding: 2rem 2rem;
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.block_sv2 .img {
    width: 40%;
}

.block_sv2 .img .wrap_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
}

.block_sv2 .img .wrap_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.block_sv2 .img img {
    width: 100%;
    border-radius: 1rem;
}

.block_sv2 .info {
    width: 60%;
    padding-left: 3rem;
}

.block_sv2 .info h3.name a {
    font-size: 2rem;
    color: #222;
    font-family: 'NunitoM';
    margin-bottom: 1rem;
}

.block_sv2 .info h3.name a:hover {
    color: var(--color-2);
}

.block_sv2 .info .cont {
    font-size: 1.6rem;
    line-height: 1.625;
}

.tit_sv2 {
    font-family: 'NunitoB';
    font-size: #222;
    font-size: 2.4rem;
    margin-bottom: 3rem;
}

.listPost {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}

.listPost .item_post3 .img {
    position: relative;
    height: 0;
    padding-bottom: 65%;
}

.listPost .item_post3 .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 1rem;
    object-fit: cover;
}

.listPost .item_post3 .img .meta-box {
    position: absolute;
    z-index: 99;
    left: 0.35rem;
    bottom:0.5rem;
    width: calc(100% - 0.7rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meta-box .para {
    background-color: var(--color-1);
    color: #fff;
    padding: 0.7rem 1rem 0.5rem 1rem;
    border-radius:1rem;
    font-family: 'NunitoM';
    font-size: 1.4rem;
    line-height: 1.2;
    display: flex;
    justify-content: flex-start;
    flex-direction:column;
    align-items:flex-start;
    min-height:4.5rem;
}

.meta-box .para span {
    margin-right: 0.5rem;
}

.meta-box span svg {
    margin-top: -0.5rem;
    margin-right:0.5rem;
}

.listPost .item_post3 .img .meta-box .author {
    padding: 0.7rem 1rem 0.5rem 1rem;
    background-color: var(--color-1);
    border-radius:1rem;
    color: #fff;
    max-width:60%;
    min-height:4.5rem;
}

.pn-posts {
    padding: 3rem 0;
}

.listPost .item_post3 {
    position: relative;
}

.listPost .item_post3 .info {
    padding: 1rem 0;
}

.listPost .item_post3 .info h3.name a {
    font-size: 1.8rem;
    color: #222;
    line-height: 1.3;
    font-family: 'NunitoB';
}

.listPost .item_post3 .info .date {
    margin-bottom: 0;
    font-size: 1.3rem;
}

.listPost .item_post3 .info .date .ic {
    margin-right: 0.5rem;
    display: inline-block;
}

.listPost .item_post3 .info .date .ic svg {
    margin-top: -0.2rem;
}

.listPost .item_post3 .info .name {
    margin: 0.5rem 0 1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listPost .item_post3 .info .name:hover a {
    color: var(--color-2);
}

.listPost .item_post3 .info .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#555;
}

.tit_act a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1!important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform:uppercase;
}

.desc-act{
    -webkit-line-clamp:2!important;
}

.link_act a{
    text-decoration:none!important;
}

.listPost .item_post3 .info .link {
    margin-top: 0.5rem;
    margin-bottom: 0;
    text-align: right;
}

.listPost .item_post3 .info .link a {
    font-size: 1.4rem;
    font-family: 'NunitoM';
    color: var(--color-3);
    text-decoration: underline;
}

.pn-exhi {
    padding: 3rem 0;
}

.item_exhi {
    border-radius: 1rem;
    margin-bottom: 3rem;
    overflow: hidden;
    background-color: #fcfcfc;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.item_exhi .img {
    width: 40%;
}

.item_exhi .img a {
    display: block;
}

.item_exhi .img a img {
    width: 100%;
}

.item_exhi .info {
    width: calc(60%);
    padding: 1rem 2rem;
}

.gird_exhi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 1rem;
    font-size: 1.4rem;
}

.gird_exhi .li p {
    margin-bottom: 0;
}

.gird_exhi li p .ic {
    margin-right: 0.5rem;
}

.gird_exhi li a {
    color: #0dcaf0;
}

.pn-exhi .container {
    max-width: 1200px;
}

.item_exhi .info .name a {
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: 'NunitoM';
    color: #222;
}

.item_exhi .info .name:hover a {
    color: var(--color-1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_exhi .info .the_excerpt {
    font-size: 1.4rem;
    line-height: 1.625;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_venus {
    margin-bottom: 3rem;
}

.item_venus {
    margin-bottom: 3rem;
}

.item_venus h2 a {
    font-size: 2.4rem;
    font-family: 'NunitoB';
    text-transform: uppercase;
    color: var(--color-2);
    margin-bottom: 1.5rem;
}

.block_venus>.img {
    width: 40%;
}

.block_venus .info {
    width: 60%;
    padding-left: 3rem;
}

.item_venus .info .nd {
    font-size: 1.6rem;
    line-height: 1.625;
}

.gird_img_vn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5rem;
}

.gird_img_vn .img a {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 80%;
}

.gird_img_vn .img a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gird_albums {
    display: grid;
    grid-template-areas: 'item1 item1 item2' 'item1 item1 item5' 'item3 item4 item5' 'item6 item7 item7' 'item8 item7 item7' 'item8 item9 item10';
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.gird_albums .item {
    position: relative;
    overflow: hidden;
}

.gird_albums .item1 {
    grid-area: item1;
}

.gird_albums .item2 {
    grid-area: item2;
}

.gird_albums .item3 {
    grid-area: item3;
}

.gird_albums .item4 {
    grid-area: item4;
}

.gird_albums .item5 {
    grid-area: item5;
    grid-column: span 2;
}

.gird_albums .item6 {
    grid-area: item6;
}

.gird_albums .item7 {
    grid-area: item7;
}

.gird_albums .item8 {
    grid-area: item8;
}

.gird_albums .item9 {
    grid-area: item9;
}

.gird_albums .item10 {
    grid-area: item10;
}

.gird_albums.index .item a {
    padding-bottom: 80%;
}

.gird_albums .item a {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 50%;
}

.gird_albums .item.item5 a,
.gird_albums .item.item8 a {
    padding-bottom: 100%;
}

.gird_albums .item a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gird_about {
    display: grid;
    grid-template-areas: 'item1 item1 item1 item1 item2 item2 item2 item2 item2 item2' 'item3 item3 item3 item3 item3 item4 item4 item4 item4 item4';
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.gird_about .item {
    position: relative;
    overflow: hidden;
    display: flex;
}

.gird_about .item1 {
    grid-area: item1;
    grid-column: span 4;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 4rem;
}

.gird_about .item2 {
    grid-area: item2;
    padding: 3rem 3rem 0 0;
}

.gird_about .item2:after {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    top: 0;
    right: 0;
    border: 0.2rem solid var(--color-1);
    border-radius: 1rem;
}

.gird_about .item3 {
    grid-area: item3;
    padding-left: 5%;
}

.gird_about .item3 .img {
    padding-bottom: 2rem;
}

.gird_about .item3:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 80%;
    left: 0;
    bottom: 0;
    border: 0.2rem solid var(--color-1);
    border-radius: 1rem;
}

.gird_about .item4 {
    grid-area: item4;
}

.gird_about .item img {
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
    z-index: 1;
}

.block-kq {
    padding: 0 0 4rem 0;
    background-size: cover!important;
    position: relative;
    overflow: hidden;
}

.block-kq:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(15, 117, 188, 0.9);
}

.group_kq {
    display: flex;
    justify-content: center;
    position: relative;
}

.group_kq .group_title {
    text-align: center;
    margin-bottom: 0;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    background-color: #DFDFDF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-top: -20rem;
}

.group_kq .group_title h2 {
    margin-top: 17rem;
}

.block-kq .inner {
    position: relative;
    z-index: 2;
}

.gird_adv {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3rem;
    margin-top: 3rem;
}

.item_adv {
    position: relative;
}

.item_adv .num {
    font-size: 3rem;
    font-family: 'NunitoB';
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.item_adv .title {
    display: block;
    color: var(--color-3);
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: 'NunitoB';
    text-align: right;
    line-height: 1.2;
}

.pn-project {
    padding:10rem 0;
}

.pn-project .group_title{
    margin-bottom:5rem;
}
.pn-project .group_title h2{
    /* color:#333; */
}

.item_project {
    display: flex;
    justify-content: space-between;
}

.item_project .nd {
    width: 50%;
    padding: 0 5rem;
    background: rgba(66, 66, 66, 0.40);
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.item_project .img {
    width:calc(50% - 1rem);
    position: relative;
    height: 0;
    padding-bottom: 30%;
}

.item_project .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.pn-project .container {
    max-width: 1200px;
}

.pn-project .swiperProject-next,.pn-project .swiperProject-prev{
    position:absolute;
    top:-3rem;
    border:1px solid #ccc;
    width:3.2rem;
    height:3.8rem;
}
.pn-project .swiperProject-prev{
    left:unset!important;
    right:5rem!important;
}
.pn-project .swiperProject-next:after,.pn-project .swiperProject-prev:after{
    font-size:2rem!important;
    font-weight:bold!important;
}
.item_project .nd h4{
    margin-bottom:1rem;
    text-align:left;
}
.item_project .nd h4 a {
    color: #fff;
    font-size: 2rem;
    font-family: 'NunitoB';
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_project .nd h4 a:hover {
    color: var(--color-1);
}

.item_project .the_excerpt {
    color: #fff;
    line-height: 1.5;
    color: #fff;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pn-act {
    padding: 3rem 0;
    background-size: cover!important;
}

.pn-act .swiperNews-next:after,.pn-act .swiperNews-prev:after{
  display:none!important;
}

.pn-act .swiperNews-next,.pn-act .swiperNews-prev{
    top:30%!important;
}
.pn-act .swiperNews-next{
    right:-3rem;
}
.pn-act .swiperNews-prev{
    left:-3rem;
}

.pn-resource {
    background-size: cover!important;
    padding: 3rem 0;
}

.gird_resource {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.gird_resource .cate-source {
    text-align: center;
    transition: var(--trans);
    width: calc(33.33% - 3rem);
    margin: 1.5rem 1.5rem;
}

.cate-source .img {
    position: relative;
    height: 0;
    padding-bottom: 70%;
}

.cate-source .img img {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 2rem;
}

.cate-source .nd {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 2rem;
    font-family: 'NunitoB';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cate-source .the_tit {
    text-align: center;
    margin-bottom: -2rem;
    position: relative;
    z-index: 9;
}

.cate-source .the_tit a {
    color: #fff;
    font-size:1.7rem;
    font-family: 'NunitoB';
    text-transform: uppercase;
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 7px;
    background: linear-gradient(0deg, #0F75BC 0%, #00AEEF 100%);
}

.cate-source .the_tit a:hover{
    color:var(--color-3);
}

.pn-lib {
    padding: 3rem 0;
    background-size: cover!important;
}

.item_partner {
    display: block;
}

.item_partner .img {
    border-radius: 1rem;
    height: 10rem;
    width: 100%;
    object-fit: contain;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.df-lib .left {
    width: 50%;
}

.df-lib .right {
    width: 50%;
    padding-left: 2rem;
}

.media_item .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
}

.media_item .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.media_item h3.name {
    margin: 1rem 0;
}

.media_item h3.name a {
    font-size: 1.8rem;
    font-family: 'NunitoB';
    line-height: 1.5;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub_girdMedia {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
}

.media_itemSub p {
    margin-top: 1rem;
    min-height:4.3rem;
}

.media_itemSub p a {
    color: #444;
    font-size: 1.6rem;
    line-height: 1.35;
    font-family: 'NunitoB';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media_item a:hover {
    color: var(--color-1)!important;
}

.media_itemSub .img {
    padding-bottom:58%;
}

.wrapListMedia {
    overflow-y: scroll;
    max-height:47rem;
    padding-right: 1rem;
}

.box_vd {
    position: absolute;
    width: 8rem;
    height: 8rem;
    left: calc(50% - 4rem);
    top: calc(50% - 4rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_vd .ic {
    background: var(--color-1);
    color: #fff;
    padding: 1rem;
    border-radius: 50%;
    position: relative;
}

.box_vd .ic:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: 1;
}

.gird_footLink {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.fm-nd {
    font-size: 1.7rem;
    line-height: 1.625;
    font-family: 'NunitoM';
}

.fm-nd ul{
    list-style-type:none;
    padding:0;
}

.fm-nd ul > li{
    padding-left:1.8rem;
    line-height:1.3;
    margin-bottom:0.7rem;
    position:relative;
}
.fm-nd ul > li:before{
    position:absolute;
    width:1.2rem;
    height:1.4rem;
    left:0;
    top:0.6rem;
    content:'';
    background-size:contain!important;
    background:url('templates/images/ic_li.png')no-repeat center center;
}

.wrap_footMap {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom:30%;
}

.wrap_footMap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.listRs {
    text-align: left;
    margin-top: 1rem;
}

.listRs li {
    padding: 0.4rem 0;
}

.listRs a {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.5;
    color: var(--color-1);
}

.block_ct1 {
    padding: 3rem 0;
}

.gird_ct1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.item_ct1 {
    text-align: center;
}

.c-black h2 {
    color: #333;
}

.item_ct1 .img img {
    width: 7rem;
    height: 7rem;
    object-fit: contain;
}

.item_ct1 h4 {
    font-size:1.6rem;
    line-height: 1.4;
    color: #222;
    font-family: 'NunitoM';
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_ct1 .the_excerpt {
    font-size: 1.6rem;
    line-height: 1.5;
}

.item_ct1 .the_excerpt a{
    color:#333;
}

.block_ct2 {
    padding: 4rem 0 8rem 0;
    background-size: cover!important;
}

.df_ct2 {
    align-items: center;
}

.df_ct2 .left {
    width: 40%;
}

.df_ct2 .right {
    width: 60%;
    padding-left: 4rem;
}

.gird_lbCt2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
}

.gird_lbCt2 .item{
    position:relative;
}

.gird_lbCt2 .item:nth-child(2):after{
    position:absolute;
    width:100%;
    height:100%;
    content:'';
    border:0.4rem solid var(--color-1);
    border-radius:1rem;
    top:2rem;
    right:-2.5rem;
}

.gird_lbCt2 .item:nth-child(3):after{
    position:absolute;
    width:100%;
    height:100%;
    content:'';
    border:0.4rem solid var(--color-1);
    border-radius:1rem;
    bottom:-2.5rem;
    left:-2.5rem;
}


.gird_lbCt2 .img {
    position: relative;
    height: 0;
    padding-bottom: 100%;
}

.gird_lbCt2 .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:1;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 1rem;
}

.gird_lbCt2 .item2 img,
.gird_lbCt2 .item4 img {
    top: 4rem;
}

.gird_vp {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
}

.gird_vp .item_vp {
    text-align: center;
}

.gird_vp .item_vp img {
    height: 10rem;
    object-fit: contain;
}

.gird_vp .item_vp h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #222;
    font-family: 'NunitoB';
    margin: 2rem 0 1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gird_vp .item_vp .nd {
    font-size: 1.6rem;
    line-height: 1.5;
}

.gird_vp .item_vp .nd img{
    margin-top:-0.3rem;;
}

.pn-recruitment {
    padding: 3rem 0;
}

.sub_tit h2 {
    text-align: center;
    color: var(--color-1);
    font-family: 'NunitoEXB';
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size:2.6rem;
}

.sub_tit .the_tit {
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
}

.sub_tit .the_tit:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 0.45rem;
    width: 100%;
    background: linear-gradient(90deg, #FFF 0%, #0F75BC 50.5%, #FFF 100%);
}

.gird_Recruitment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.item_recruitment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 1rem;
    background-color: rgba(236, 236, 236, 1);
}

.item_recruitment .img {
    width: 35%;
}

.item_recruitment .nd {
    width: 65%;
    padding-left: 1.5rem;
}

.item_recruitment .wt_img {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom:90%;
}

.item_recruitment .wt_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 0.5rem;
}

.block_sub {
    margin: 3rem 0;
}

.item_recruitment .nd h3 {
    margin-bottom: 1rem;
}

.item_recruitment .nd h3 a {
    color: #222;
    font-size: 2rem;
    line-height: 1.2;
    font-family: 'NunitoB';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_recruitment .nd h3 a:hover {
    color: var(--color-1);
}

.item_recruitment .nd .the_excerpt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_recruitment .nd .meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.item_recruitment .nd .meta p {
    margin-right: 0.5rem;
    font-size: 1.4;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
}

.item_recruitment .nd .meta p span,
.author_name {
    font-size: 1.35rem;
    margin-left: 0.25rem;
    font-family: 'NunitoM';
    line-height: 1.2;
    text-transform: uppercase;
}



.block-thanhtuu {
    padding: 3rem 0;
}

.df-tt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.df-tt .left {
    width: 60%;
    padding-right: 5rem;
}

.df-tt .right {
    width: 40%;
}

.df-tt .right img {
    width: 100%;
    object-fit: contain;
}

.df-tt .left h2 {
    font-size: 3rem;
    color: #222;
    font-family: 'NunitoEXB';
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom:3.5rem;
}

.df-tt .left .nd {
    font-size: 1.6rem;
    line-height: 1.625;
    font-family: 'NunitoM';
    padding-right:15%;
}

.block_view {
    padding: 3rem 0;
    position: relative;
}

.block_view:before,
.block_view:after {
    position: absolute;
    content: '';
    top: 0;
    width: 50%;
    height: 100%;
}

.block_view:before {
    left: 0;
    background-color: var(--color-1);
}

.block_view:after {
    right: 0;
    background-color: var(--color-2);
}

.block_view .container {
    position: relative;
    z-index: 1;
}

.df-view {
    align-items: flex-start;
}

.df-view .item {
    width: 50%;
    padding: 4rem 4rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.625;
}

.df-view .item .cont{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.df-view .item h3 {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-family: 'NunitoEXB';
    font-size:2.6rem;
    line-height: 1.4;
}

.df-view .item h3 img {
    height: 4rem;
    margin-right: 1rem;
}

.block_target {
    padding: 3rem 0;
    background-size: cover!important;
}

.gird_target {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.gird_target .item_target {
    text-align: left;
    transition: var(--trans);
    width: calc(33.33% - 1rem);
    margin: 1.25rem 0.5rem;
}

.gird_target .item_target .heading {
    font-size: 4.2rem;
    color: var(--color-3);
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-family: 'NunitoEXB';
    margin-bottom: 0;
    line-height: 1;
}

.gird_target .item_target .the_excerpt {
    padding: 2rem 0.5rem;
    background-color: var(--color-1);
    font-size: 1.6rem;
    line-height: 1.625;
    color: #fff;
    font-family: 'NunitoM';
    min-height: 10rem;

}
.gird_target .item_target .the_excerpt h4{
    line-height:1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:1.4rem;
}


.pn-hdnv {
    padding: 3rem 0;
    position:relative
}
.pn-hdnv:before, .pn-hdnv:after {
    position: absolute;
    content: '';
    top: 0;
    width: 50%;
    height: 100%;
}

.pn-hdnv:before {
    left: 0;
    background-color: var(--color-1);
}
.pn-hdnv:after {
    right: 0;
    background-color: var(--color-2);
}

.pn-hdnv .container {
    position: relative;
    z-index: 1;
}

.df-hdnv {
    align-items: flex-start;
}

.df-hdnv .left {
    width: 50%;
    padding-right: 2rem;
}

.df-hdnv .right {
    width: 50%;
    padding-left: 2rem;
}

.df-hdnv .inner{
    font-size:1.6rem;
    line-height:1.6;
    color:#fff;
}
.img-hdnv{
    margin-bottom:1rem;
    width:100%;
}

.tit_hdnv {
    font-size: 2.4rem;
    line-height: 1.4;
    font-family: 'NunitoEXB';
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.df-hdnv .left .tit_hdnv {
    color: var(--color-1);
}

.df-hdnv .right .tit_hdnv {
    color: var(--color-4);
}

.gird_Recruitment1R {
    grid-template-columns: 1fr!important;
}

.gird_ndnb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem;
}

.gird_ndnb .item a{
    display:block;
    position:relative;
    height:0;
    padding-bottom:70%;
}

.gird_ndnb .item img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:contain;
    top:0;
    left:0;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.tit_hdnv a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#fff;
}

.tit_hdnv a:hover{
    color:var(--color-3);
}

.tit_hdnv .link {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: underline;
}

.tit_hdnv .link:hover{
    color:var(--color-3);
}

.pn-staff {
    padding:0 0 2rem 0;
}

.tit_nv {
    font-size: 2.4rem;
    line-height: 1.3;
    color:#333;
    text-transform: uppercase;
    font-family: 'NunitoB';
    text-align: left;
    margin-bottom: 2rem;
    position:relative;
    padding-bottom:0.5rem;
}
.tit_nv:after{
    position:absolute;
    left:0;
    bottom:0;
    width:7rem;
    height:0.2rem;
    content:'';
    background-color:var(--color-3);
}

.gird_leader {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content:flex-start;
}

.gird_leader .item_leader {
    text-align: left;
    transition: var(--trans);
    width: calc(50% - 3rem);
    margin: 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gird_leader .item_leader .avatar {
    width:15rem;
    position:relative;
}

.gird_leader .item_leader .avatar:hover .box-in,.item_staff .avatar:hover  .box-in{
    opacity: 1;
    visibility: visible;
}

.gird_leader .item_leader .avatar .box-in,.item_staff .avatar .box-in {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding-left: 12px;
    z-index: 9;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.modal-blog {
    position: relative;
    width: 380px;
    border-radius: 4px;
    background: linear-gradient(to right, #f1975b, #ec6d76);
    padding: 75px 5px 5px 5px;
    z-index: 100;
    transition: all 0.4s ease;
}

.modal-blog::before {
    content: "";
    height: 20px;
    width: 12px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #f1975b;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.item-director .inner {
    display: inline-block;
    width: 100%;
    max-width: 390px;
    margin: 15px 0;
    background: #FFF;
    position: relative;
}
.close-modal {
    cursor: pointer;
    position: absolute;
    bottom: -22px;
    transform: translateX(-50%);
    left: 50%;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    padding: 10px;
    height: 40px;
    width: 40px;
    font-size: 23px;
    line-height: 30px;
}


.gird_leader .item_leader .avatar img {
    width:15rem;
    height:15rem;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.modal-blog .inner {
    background: #FFF;
    position: relative;
}
.item-director .inner {
    display: inline-block;
    width: 100%;
    max-width: 390px;
    margin: 15px 0;
}

.modal-blog .box-modal {
    margin: 10px 0 0;
    text-align: center;
}
.modal-blog .box-modal img {
    height: 130px;
    width: 130px;
    border-radius: 100%;
    border: 5px solid #f3f3f3;
    margin-bottom: 20px;
    position: relative;
    margin-top: -65px;
    margin-right: 0;
}

.item-director .inner .info{
    padding-top:15px;
}

.modal-blog .box-modal .info span {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-blog .box-modal .info h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0 20px;
    padding-bottom: 10px;
    position: relative;
}

.modal-blog .box-modal .info h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 55px;
    background: orange;
}

.modal-blog .box-modal .info .box-desc {
    padding: 20px 10px 20px 25px;
}
.modal-blog .box-modal .info .desc {
    overflow-y: scroll;
    height: 230px;
    padding: 0 15px 0 0;
    display: inline-block;
    width: 100%;
    font: 14px 'Open Sans';
    line-height: 1.56;
    text-align: justify;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
    padding-right: 20px;
}

.ss-content {
    height: 100%;
    width: calc(100% + 18px);
    padding: 0 0 0 0;
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ss-scroll {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s linear;
}


.gird_leader .item_leader .profile {
    width: calc(100% - 17rem);
    text-align:center;
}

.pn-staff_page .container{
    max-width:1150px;
}

.pn-staff_page .sodotrang{
    margin-bottom:3rem;
}

.block_staff {
    margin: 2rem 0;
    padding: 2rem 0;
}

.item_leader .the_name {
    font-size: 2rem;
    line-height: 1.4;
    color: #333;
}

.item_leader .the_name a {
    color:#333;
}

.item_leader .the_name a:hover {
    color: var(--color-3);
}

.item_leader .the_position {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #222;
    font-family:var(--font-b);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-weight:600;
}

.gird_staff {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content:flex-start;
    -webkit-justify-content: flex-start
}



.gird_staff .item_staff {
    text-align: center;
    transition: var(--trans);
    width: calc(25% - 4rem);
    margin: 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content:flex-start;
}

.gird_staff_dt .item_staff{
    width: calc(33.33% - 4rem);
}

.item_staff {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.item_staff .avatar {
    margin-bottom: 3rem;
    position:relative;
}

.item_staff .avatar img {
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    object-fit:contain;
}

.item_staff .the_position {
    font-size: 1.6rem;
    font-family:'NunitoB';
    text-transform: uppercase;
    color: #333;
    line-height: 1.5;
    margin-bottom:0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_staff .the_name {
    font-size:1.8rem;
    color: #333;
    line-height: 1.4;
    font-family: 'NunitoM';
    text-transform: uppercase;
}

.item_staff .the_name a {
    color:#444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.item_staff .the_name a:hover {
    color: var(--color-3);
}

.block_chartStaff {
    padding: 3rem 0;
}

.df-chartStaff .left {
    width: 70%;
}

.df-chartStaff .right {
    width: 30%;
    padding-left: 3rem;
}

.df-chartStaff .tit {
    font-size: 2.4rem;
    font-family: 'NunitoB';
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.df-chartStaff .left .tit {
    color: var(--color-3);
}

.df-chartStaff .right .tit {
    color: var(--color-1);
}

.gird_chartLead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.gird_chartLead .item {
    border-radius: 12px;
    background: #D9D9D9;
    padding: 2rem 0;
    text-align: center;
}

.gird_chartLead .item .group_tit {
    background-color: var(--color-3);
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    padding: 1rem 1rem;
}

.gird_chartLead .item .group_tit .name {
    font-family: 'NunitoB';
    text-transform: capitalize;
    font-size: 1.8rem;
}

.gird_chartLead .item .group_tit .ps {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.list_subLead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    margin-top: 3rem;
    position: relative;
}

.list_subLead:before {
    position: absolute;
    width: 15rem;
    height: 15rem;
    content: '';
    left: calc(50% - 7.5rem);
    top: calc(50% - 7.5rem);
    background-color: var(--color-1);
    border-radius: 50%;
}

.list_subLead .item {
    border-radius: 2rem;
    background: #D9D9D9;
    padding: 4rem 6rem;
    text-align: center;
}

.list_subLead .item .tit {
    font-size: 1.8rem;
    font-family: 'NunitoB';
    text-transform: uppercase;
    color: #333;
}

.list_subLead .item .nd {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
}

.gird_cv {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
}

.gird_cv .item_cv {
    background: #D9D9D9;
    padding: 1.5rem 0;
    text-align: center;
    clip-path: polygon(5% 0, 95% 0, 100% 15%, 100% 85%, 95% 100%, 5% 100%, 0 85%, 0 15%);
}

.gird_cv .item_cv .group_heading {
    background: var(--color-1);
    color: #fff;
    padding: 0.5rem 1rem;
}

.gird_cv .item_cv .group_heading h4.name {
    font-size: 1.7rem;
    font-family: 'NunitoB';
    text-transform: capitalize;
}

.gird_cv .item_cv .group_heading .cd {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 0;
}

#b_scroll_top.show {
    opacity: 1;
}

#b_scroll_top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 99;
    background-color: var(--color-1);
    color: #fff;
    font-size: 2rem;
    padding: 1rem 1.8rem;
    cursor: pointer;
    opacity: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.df-dt>.main {
    width: 75%;
    padding-right:3rem;
}

.df-dt>.right {
    width: 25%;
    text-align: center;
    position: relative;
}

.aside_left {
    position: sticky!important;
    top: 10px;
}

.block-resource {
    margin: 3rem 0;
}

.df-files .left {
    width: 60%;
}

.df-files .right {
    width: 40%;
    padding-left: 3rem;
}

.inner_bg {
    background-size: cover!important;
    padding: 3rem 3rem;
    color: #fff;
    border-radius: 0.5rem;
}

.df-files .left h3 {
    color: #fff;
    font-family: 'NunitoM';
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

.df-th {
    margin-bottom: 3rem;
}

.df-th .img {
    width: 40%;
}

.df-th .img a{
    display:block;
    width:100%;
    height:0;
    padding-bottom:140%;
    background:#fff;
    border-radius:1rem;
    overflow:hidden;
    position:relative;
}

.df-th .img img {
    position:absolute;
    object-fit:contain;
    width:100%;
    height:100%;
    top:0;
    left:0;
    padding:0.5rem;
    border-radius:0.7rem;
}

.df-th .info {
    width: 60%;
    padding-left: 2rem;
}
.df-th .info h4{
    margin-bottom:2rem;
}
.df-th .info h4 a {
    font-size: 1.8rem;
    font-family: 'NunitoB';
    color: #fff;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.df-th .info h4 a:hover {
    color: var(--color-3);
}

.df-th .info .the_excerpt {
    font-size: 1.5rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.5rem 0 2rem 0;
}

.df-th .info .meta-box {
    margin: 1rem 0 2rem 0;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.df-th .info .meta-box .author {
    margin-right: 1rem;
}

.df-th .info .the_action,
.dt_action {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.df-th .info .bt_action,
.dt_action .bt_action {
    font-size: 1.7rem;
    font-family: 'NunitoB';
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
}

.df-th .info .bt_action:hover,
.dt_action .bt_action:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.df-th .info .bt_action.b_view,
.dt_action .bt_action.b_view {
    background-color: var(--color-1);
}

.df-th .info .bt_action.b_dowwnload,
.dt_action .bt_action.b_dowwnload {
    background-color: var(--color-3);
}

.df-th .info .bt_action svg,
.dt_action .bt_action svg {
    margin-top: -0.5rem;
}

.link_block {
    text-align: center;
    margin-top: 2rem;
}

.link_block a {
    color: var(--color-3);
    font-size: 1.6rem;
    text-decoration: underline;
}

.grid_files {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.grid_files .item_file {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.25);
    padding: 1rem 1rem;
}

.df-ifile .img {
    width: 10rem;
}

.df-ifile .img img {
    border-radius: 0.3rem;
    width: 100%;
    object-fit: cover;
    height:12rem;
}

.df-ifile .info {
    width: calc(100% - 11rem);
}

.df-ifile .info h5 {
    color: #fff;
    font-family: 'NunitoB';
    font-size: 1.4rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.df-ifile .info h5:hover {
    color: var(--color-3);
}

.df-ifile .info .the_excerpt {
    font-size: 1.35rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #eee;
    margin-bottom:0;
}

.wrapListFiles {
    max-height: 44rem;
    padding-right: 1rem;
    overflow-y: auto;
}

.item_exchange {
    padding: 0 0
}

.item_exchange {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_exchange>div {
    width:100%!important;
}

.item_exchange .nd {
    padding:0 0;
}

.wrapExch {
    background-size: cover!important;
    border-radius: 2rem;
}

.wrapExch .img img {
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.item_exchange .inner-img,
.item_exchange .wrapExch {
    position: relative;
    padding-bottom: 70%;
}

.item_exchange .wrapExch {
    padding-bottom: calc(72% + 2rem);
}

.item_exchange .inner-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 1rem;
}

.item_exchange .wrapExch:before {
    opacity:0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgb(255, 255, 255, 0.8);
    transition:var(--trans);
}


.item_exchange:hover .wrapExch:before{
    opacity:1;
}

.wrapExch .cont {
    position: absolute;
    top: 30%;
    width: 100%;
    padding: 0 3rem;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1.6rem;
    color: #333;
    text-align: left;
    opacity:0;
    transition:var(--trans);
}


.item_exchange:hover .wrapExch .cont{
    opacity:1;
}

.wrapExch .cont p.link{
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
}

.wrapExch .cont h4 {
    margin-bottom: 1rem;
}

.wrapExch .cont h4 a {
    color: #222;
    font-family: 'NunitoB';
    line-height: 1.4;
    font-size: 2rem;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapExch .cont h4 a:hover {
    color: var(--color-3);
}

.wrapExch .cont .the_excerpt {
    font-size: 1.5rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapExch .cont .link a {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background-color: var(--color-3);
    color: #fff;
}

.wrapExch .cont .link a:hover {
    background-color: var(--color-1);
}

.pn-files {
    padding: 3rem 0;
}

.pn-files .wrapListFiles {
    max-height: unset!important;
}

.df-fileHead {
    margin-bottom:1rem;
}

.df-fileHead .img {
    width: 30%;
    position:relative;

}

/* .df-fileHead .img img{
    object-fit:contain;
    height:30rem;
    border-radius:1rem;
} */
.file-avatar{
  display: block;
  width:20rem;
  object-fit:contain;
  height: auto;
  margin-bottom: 15px;
  border-radius: 4px;
}
.df-fileHead .cont {
  display:flex;
  justify-content:space-between;
  overflow: hidden; /* đảm bảo bao nội dung nếu có float */
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 0 auto;
}

.df-fileHead .cont .nd{
    width:calc(100% - 21rem);
}

.item_post3.item_post3v1 .img {
    padding-bottom: 80%;
}

.item_post3.item_post3v1 .img .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3rem;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}

.item_post3.item_post3v1 .img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    transform: var(--trans);
    background-color: rgb(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.item_post3.item_post3v1 .img .info .link a {
    color: #fff;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 0.3rem;
    background-color: var(--color-3);
    text-decoration: none;
}

.item_post3.item_post3v1:hover .img .info {
    opacity: 1;
    visibility: visible;
}

.item_post3.item_post3v1:hover .img:after {
    opacity: 1;
    visibility: visible;
}

.pn-campaign {
    padding: 3rem 0;
}

.list-campaign {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.list-campaign>li {
    margin: 0 0.5rem;
}

.list-campaign>li>a {
    display: inline-block;
    padding: 0.5rem 2rem;
    background-color: transparent;
    border: 1px solid var(--color-1);
    color: var(--color-1);
    border-radius: 0.5rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: 'NunitoB';
}

.list-campaign>li.active>a {
    background-color: var(--color-1);
    color: #fff;
}

.block-campaign {
    margin: 2rem 0;
}

.gird_campaign {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.item_campaign .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
}

.item_campaign .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.wrap_inner{
    overflow:hidden;
}
.wrap_inner_cp .swiper-button-next,.wrap_inner_cp .swiper-button-prev{
    top:35%!important;
}

.wrap_inner_cp .swiper-button-next:after,.wrap_inner_cp .swiper-button-prev:after{
    display:none!important;
}
.wrap_inner_cp .swiper-button-prev{
    left:-1.5rem;
}
.wrap_inner_cp .swiper-button-next{
    right:-1.5rem;
}

.df-campaignB .left {
    width: 8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 0.5rem;
}

.df-campaignB .left .b1 {
    font-size: 4rem;
    font-family: 'NunitoEXB';
    line-height: 1;
    margin-bottom:0.5rem;
}

.df-campaignB .left .b2 {
    font-size:1.4rem;
    font-family: 'NunitoM';
    line-height: 1.4;
    color: var(--color-3);
    margin-bottom:0.5rem;
}

.df-campaignB .left .b3 {
    line-height: 1.2;
    font-family: 'NunitoB';
    color: #888;
    font-size: 2.4rem;
    padding-bottom: 1rem;
    border-bottom: 0.3rem solid var(--color-1);
    margin-bottom:0.5rem;
}

.df-campaignB .info {
    width: calc(100% - 9.5rem);
}

.df-campaignB {
    margin: 2rem 0;
}

.df-campaignB .info h3 a {
    font-size: 1.5rem;
    font-family: 'NunitoB';
    line-height: 1.3;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.df-campaignB .info h3 {
    margin-bottom: 1.5rem;
}

.df-campaignB .info h3 a:hover {
    color: var(--color-3);
}

.df-campaignB .info p.para-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.4;
    font-size: 1.4rem;
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.df-campaignB .info p.para-line .ic {
    margin-right: 0.5rem;
}

.df-campaignB .info p.para-line .ic svg {
    margin-top: -0.2rem;
    margin-right:0.5rem;
}

.block_search {
    margin: 2rem 0;
}

.listFiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.7rem;
}

.listFiles>li {
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    background-color: #eee;
    border: 0.1rem solid #ddd;
}

.listFiles>li>a {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #333;
}

.listFiles>li>a:hover {
    color: var(--color-3);
}

.listFiles>li span {
    color: #999;
}

.listFiles>li svg {
    margin-top: -0.4rem;
}

.portlet {
    position: fixed;
    z-index: 999;
    right: 1rem;
    top: 10rem;
}

.portlet ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
}

.portlet ul li span {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-1);
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}

.portlet ul li:nth-child(2) span {
    font-size: 2rem;
    font-family: 'NunitoB';
}

.portlet ul li:nth-child(3) span {
    font-size: 2.8rem;
    font-family: 'NunitoEXB';
}

.df-profile {
    align-items: flex-start;
}

.df-profile .img {
    width: 30rem;
    margin-bottom:1rem;
}

.df-profile .img img {
    width: 100%;
}

.df-profile .info {
    width: calc(100% - 31rem);
}

.sub_ps {
    font-size: 2rem;
    line-height: 1.4;
    font-family: 'NunitoB';
}

.site-slider {
    position: relative;
}

.pn-post .alert-info{
    font-size:16px;
    text-align:center;
}


/* Fixed TOC Floating Button */


/* #fixed-toc {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 1000;
} */


/* Button to Toggle TOC */

#toc-toggle {
    position: absolute;
    right: -36px;
    top: -12.5rem;
    background: #0073aa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 12px;
    font-size: 20px;
    border-radius: 0.5rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}


/* TOC Container (Hidden by Default) */

#toc-content {
    display: none;
    position: absolute;
    top: -85px;
    right: -40px;
    width: 300px;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}


/* Show TOC when Active */

#toc-content.active {
    display: block;
}


/* TOC Title */

.toc-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 8px;
    background: #0073aa;
    color: white;
    text-align: center;
    border-radius: 3px;
}

.toc-title i {
    margin-right: 5px;
}


/* TOC List */

#toc-content ul {
    list-style: none;
    padding: 0;
}


/* TOC List Items */

#toc-content li {
    margin: 5px 0;
    padding-left: 5px;
    font-size: 14px;
}


/* Indentation for h3 */

#toc-content li.h3 {
    padding-left: 15px;
    font-size: 13px;
    opacity: 0.8;
}


/* TOC Links */

#toc-content a {
    text-decoration: none;
    color: #333;
    display: block;
}

#toc-content a:hover {
    color: #0073aa;
}


/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

.single-detail .container{
    max-width:1120px;
}
.box-audio{
    margin:0.5rem 0;
}

.box-audio .wrap-audio_page{
    background: #fafafa;
    border-radius:8px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    margin-bottom:10px;
}
.wrap-audio_page #audio_post{
    width:calc(100% - 11rem);
}
.wrap-audio_page .img{
    width:10rem;
}
.wrap-audio_page img{
    width:9rem;
    margin-right:5px
}
.gird_adv .item_adv_1{
    margin-top:-15rem;
    margin-right:-10rem;
}
.gird_adv .item_adv_4{
   margin-top:-15rem;
}
.box-rel-act{
    margin:2rem 0;
}
.tit-lq-act{
    margin-bottom:2rem;
}
.tit-lq-act span{
    display:inline-block;
    position:relative;
    padding-right:3rem;
    font-size:2.6rem;
    text-transform:uppercase;
    color:#222;
    font-family:'NunitoB';
    padding-bottom:0.7rem;
}
.tit-lq-act span:after{
    position:absolute;
    width:100%;
    height:0.4rem;
    content:'';
    left:0;
    bottom:0;
    background: linear-gradient(90deg, #0F75BC 0%, rgba(15, 117, 188, 0) 100%);
}
.p_linkcp{
    text-align:center;
}
.p_linkcp a{
    display:inline-block;
    padding:0.5rem 1.5rem;
    background-color:var(--color-1);
    color:#fff;
    font-size:1.5rem;
    font-family:'NunitoM';
    border-radius:0.5rem;
}
.p_linkcp a:hover{
    background-color:var(--color-3);
}
.sub_tit_recruitment{
    display:flex;
    align-items:center;
    /* justify-content:space-between; */
    justify-content:center;
}
.sub_tit_recruitment a{
    font-size:1.6rem;
    color:var(--color-3);
    font-family:'NunitoM';
    text-transform:none;
}
.sub_tit_recruitment a:hover{
    color:var(--color-1);
    text-decoration:underline;
}
.box-rel-file{
    margin-bottom:2rem;
}
.box-rel-file .grid_files{
    grid-template-columns:1fr 1fr;
}

.box-rel-file .df-ifile .info h5{
    color:#222;
}
.box-rel-file .df-ifile .info h5:hover{
    color:var(--color-3);
}
.box-rel-file .df-ifile .info .the_excerpt{
    color:#444;
}

/**/

.gird_kg3{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:3rem;
    position:relative;
    z-index:1;
}

.gird_kg3 .item1,.gird_kg3 .item3{
    margin-top:5rem;
}
.gird_kg2{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:5rem;
    position:relative;
    z-index:1;
    max-width:900px;
    margin:0 auto;
}

.gird_kg2 .item1{
    text-align:left;
    padding-right:10rem;
}
.gird_kg2 .item2{
    text-align:right;
    padding-left:10rem;
}
.speed_title_mb{
    display:none;
}
.block_sliderMb{
    display:none;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: .6;
    }
    40% {
        transform: scale(1.3);
        opacity: .6;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes moveAround {
    from {
        transform: rotate(0deg) translate(40px);
    }
    to {
        transform: rotate(360deg) translate(40px);
    }
}

@media screen and (min-width:1600px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (max-width:1590px) {
    .container {
        max-width: 1250px;
    }
    .mySwiper .content p.desc {
        font-size: 3rem;
        padding: 2rem 5rem;
    }
    .wrapListMedia {
        height: 44rem;
    }
}

@media screen and (max-width:1400px) {
    .group_title h2 {
        font-size: 2.4rem;
    }
    .container {
        max-width: 96%;
    }
    .menu_t>ul>li>a {
        font-size: 1.6rem;
    }
    .gird_homeNews .item1 .img {
        padding-bottom: 80%;
    }
    .df-about .left .tit_about {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 1280px) {
    .item_project .nd h4 a {
        font-size: 2rem;
    }
    .container {
        max-width: 96%;
    }
    .d-frmtv {
        flex-direction: column;
    }
    #b-sendtv {
        margin-top: 1rem
    }
    .gird_homeNews .item1 .img {
        padding-bottom: 80%;
    }
    .mySwiper .content {
        width: 70%;
    }
    .df-foot .foot2 {
        width: 35%;
        padding: 0 3rem;
    }
    .df-foot .foot3 {
        width: 30%;
    }
    .gird_adv .item_adv_1{
        margin-right:0;
    }
    .item_adv .title{
        font-size:1.6rem;
    }
}

@media screen and (max-width: 1100px) {
    .menu_t>ul>li>a {
        padding: 0 1.2rem;
    }
    .cate_t {
        display: none;
    }
    .ls-title {
        font-size: 30px!important;
    }
    .ls-text {
        font-size: 16px;
    }
    .site-serviceH {
        padding-top: 20px;
    }
    .site-truyenthong {
        padding: 30px 0;
    }
    .head__logo a img {
        max-width: 130px;
    }
    #layerslider_1 {
        min-height: 700px!important;
    }
    .gird_adv .item_adv_4,.gird_adv .item_adv_1{
        margin-top:0;
    }
}

@media screen and (max-width: 1024px) {
    .item_project .nd {
        padding: 0 3rem;
    }
    .sb-tit {
        margin-top: 0;
    }
    .gird_about {
        max-width: 70%;
        margin: 0 auto;
    }
    .item_adv .num {
        display: block;
    }
    .cate-source .the_tit a {
        font-size: 1.8rem;
    }
    .wrapListMedia {
        height: 36rem;
    }
    .gird_footLink {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .df-ft .logo_ft {
        width: 24rem;
    }
    .df-ft .map {
        width: calc(100% - 25rem);
    }
    .map_lh .inner {
        padding-bottom: 65%;
    }
    .df-lh .left {
        width: 100%;
    }
    .df-lh .right {
        width: 100%;
        margin-bottom: 2rem;
    }
    .df-lh {
        flex-direction: column;
    }
    .df-foot .foot3 {
        padding-left: 0;
    }
    .df-foot .foot2 {
        padding: 0 0;
        margin: 2rem 0;
    }
    .gird_products {
        grid-gap: 2.5rem;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .df-about .left,
    .df-about .right {
        width: 100%;
        padding: 0 0;
    }
    .df-about .left {
        margin-bottom: 2rem;
    }
    .df-about {
        flex-direction: column;
    }
    .sub_cate {
        padding-bottom: 0;
    }
    .df-foot {
        flex-direction: column;
    }
    .df-foot .item {
        width: 100%;
    }
    .gird_homeNews .item1 .img {
        padding-bottom: 95%;
    }
    .site-banner img {
        min-height: 200px;
        object-fit: cover;
    }
    .site-cket {
        padding: 30px 0;
    }
    .giohang-mobile {
        opacity: 0;
        pointer-events: none;
    }
    .menu-mobi {
        width: 90px;
    }
    .slider__right {
        width: calc(100%);
    }
    .cate-left,
    .cate-right {
        width: 100%;
    }
    .cate-left {
        margin-bottom: 15px;
    }
    .list__SubCate {
        display: flex;
        justify-content: flex-start;
    }
    .list__SubCate>li {
        margin: 3px 5px 3px 0;
        position: relative;
        padding-right: 5px;
    }
    .list__SubCate>li:before {
        position: absolute;
        width: 1px;
        height: 40%;
        top: 30%;
        content: '';
        right: 0;
        background-color: #7D8FA6;
    }
    .list__SubCate>li:last-child::before {
        display: none;
    }
    .block__5 {
        width: calc(25% - 15px);
    }
}

@media screen and (max-width:991px) {


    .gird_kg2 .item{
        padding:0 0;
    }
    .gird_campaign {
        grid-template-columns: 1fr 1fr;
    }
    .wrapExch .cont {
        width: 100%;
        height: 100%;
        padding: 2rem;
        top: 0;
        left: 0;
    }
    .df-chartStaff .right {
        width: 100%;
        max-width: 60rem;
        margin: 0 auto;
        padding: 0 0;
    }
    .df-chartStaff .left {
        width: 100%;
        padding: 0;
        max-width: 80rem;
        margin: 2rem auto;
    }
    .df-chartStaff {
        flex-direction: column;
    }
    .gird_staff .item_staff {
        width: calc(33.33% - 4rem);
    }
    .df-hdnv .left {
        margin-bottom: 2rem;
    }
    .df-hdnv .left,
    .df-hdnv .right {
        width: 100%;
        padding: 0 0;
    }
    .df-hdnv {
        flex-direction: column;
    }
    .item_adv .title {
        text-align: center;
        line-height: 1.5;
    }
    .gird_adv {
        grid-template-columns: 1fr 1fr;
    }
    .group_kq .group_title {
        width: 30rem;
        height: 30rem;
    }
    .group_kq .group_title h2 {
        font-size:1.8rem;
    }
    .aside_left {
        margin-bottom: 2rem;
    }
    .aside_left ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem;
    }
    .gird_resource .cate-source {
        width: calc(33.33% - 2rem);
        margin: 1rem 1rem
    }
    .df-dt {
        flex-direction: column;
    }
    .df-dt>.main,
    .df-dt>.right {
        width: 100%;
        padding: 0 0;
    }
    .gird_homeNews {
        grid-template-areas: 'item1' 'item2' 'item3' 'item4';
        grid-template-columns: 100%;
        gap: 2rem;
    }
    .pn-menu .container {
        max-width: 100%;
    }
    .pn-menu {
        padding: 0.5rem 0;
    }
    .df_sub_cate {
        flex-direction: column;
    }
    .df_sub_cate .left,
    .df_sub_cate .right {
        width: 100%;
        padding: 0 0;
        margin-bottom: 1rem;
    }
    .gird_products,
    .gird_service {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem;
    }
    .tit-foot {
        margin-top: 1rem;
    }
    .g-process {
        grid-template-columns: 1fr 1fr;
    }
    .pn-courses,
    .pn-vct,
    .site-frmDc {
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: 50% 50%!important;
    }
    .hc-offcanvas-nav h2 {
        background-color: var(--color-1)!important;
    }
    .hc-offcanvas-nav li.nav-close a,
    .hc-offcanvas-nav li.nav-back a {
        background-color: var(--color-1)!important;
    }
    .pn-head .container {
        max-width: 100%;
    }
    .pn-head {
        padding: 0.5rem 0;
    }
    .item-service .card-img {
        text-align: center;
    }
    .item-service .card-img span {
        font-size: 1.7rem;
    }
    .item-service .card-img strong {
        font-size: 3rem;
    }
    .head_search__booking {
        margin-top: 0.5rem;
    }
    .d-hm {
        align-items: center;
    }
    .m__menu {
        display: block;
        margin: 0.2rem;
    }
    .head__right {
        width: 25%
    }
    .search_blc {
        display: none;
    }
    .pn-rating {
        padding: 50px 0;
    }
    .pn-cp p {
        text-align: center;
    }
    .tv__frm {
        margin: 15px auto
    }
    .d-foot {
        flex-direction: column;
    }
    .d-ht {
        display: none!important;
    }
    .service__item .service__box {
        opacity: 1;
    }
    .service__item a:before {
        background: rgb(0, 0, 204, 0.4);
    }
    .service__item a:before {
        width: 100%;
    }
    .site-about {
        margin-top: 10px;
    }
    .head__logo a img {
        max-width: 100px;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 96%;
    }
    /* .title-rpmenu {
display: block;
} */
    .site-slider .block__5 {
        width: calc(33.33% - 15px);
    }
    .content-nhanxet {
        width: 100%;
    }
    .tab_sanpham .nav-item .nav-link {
        height: 40px;
    }
    .cate__left {
        display: none;
    }
    .slider__right {
        margin-top: 80px;
    }
    .site-khuyenmai {
        margin-top: 0;
    }
    .feedback__content {
        padding-bottom: 50%;
    }
    .col-right-ctsp {
        width: 100%;
    }
    .item_product.item_product-right {
        width: calc(33.33% - 30px);
        margin: 15px 15px;
        float: left;
    }

     .pn-hdnv:before, .pn-hdnv:after {
        display:none!important;
    }
    .df-hdnv .left{
        background-color: var(--color-1)!important;
        margin-bottom:0!important;
        padding:3rem 3rem;
    }
    .df-hdnv .right{
         background-color: var(--color-2)!important;
         padding:3rem 3rem;
    }
    .pn-hdnv .container{
        padding:0 0;
        margin:0 0;
        max-width:100%;
    }

    .giohang-mobile img {
        height: 30px;
    }
    .giohang-mobile {
        margin-top: 0;
    }
    #layerslider_1 {
        min-height: 600px!important;
    }
    .menu_t {
        display: none;
    }
    .blog-area .blog__left {
        width: 100%;
        padding-right: 0;
    }
    .blog-area .blog__right {
        width: 100%;
        padding: 0 0;
        margin-top: 2rem;
    }
    .gird__products {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .stickHot {
        padding: 0 0;
    }
    .cont-info {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    .group_title h2 {
        font-size: 2.4rem;
    }
    .df-topHead {
        flex-direction: column;
    }
    .df-topHead .left {
        width: 100%;
        justify-content: center;
    }
    .df-topHead .logo {
        text-align: center;
    }
    .df-topHead .main {
        width: 100%;
    }
    .h-top {
        flex-direction: column;
    }
    .h-top .right {
        display: none;
    }
    .navbar-form {
        justify-content: center;
        margin-top: 1rem;
    }
    .portlet {
        right: 0.2rem;
    }
    .portlet {
        top: 30%;
    }
    .portlet ul li span {
        width: 4rem;
        height: 4rem;
    }
    .df-menu {
        justify-content: flex-end;
    }
    .langs ul {
        padding: 0.5rem 0;
    }
    .item-slide {
        height: calc(60vh - 10.5rem)
    }
    .mySwiper .content p.desc {
        font-size: 2.4rem;
    }
    .gird_about {
        width: 80%;
    }
}

@media screen and (max-width:850px) {
    .df_ct2 .right {
        width: 100%;
        padding: 0 0;
        margin-top: 3rem;
    }
    .df_ct2 .left {
        width: 100%;
        margin-bottom: 3rem;
    }
    .gird_ct1 {
        grid-template-columns: 1fr 1fr;
    }
    .df-topHead {
        align-items: flex-start;
    }
    .it_post_hz .img {
        width: 215px;
    }
    .it_post_hz .info {
        width: calc(100% - 230px);
    }
    .product_ndTab .tab-content {
        padding: 1rem 0;
    }
    .df_ct2 {
        flex-direction: column;
    }
}

@media screen and (max-width:768px) {
    .wrap_productThumb {
        padding: 0 0;
    }
    .gird_homeNews .item1 .img {
        padding-bottom: 70%;
    }
    .product-name {
        margin-top: 2rem;
    }
    .df-proDt {
        flex-direction: column;
    }
    .df-proDt .left,
    .df-proDt .right {
        width: 100%;
    }
    .product_meta {
        padding-left: 0;
    }
    .site-page {
        padding-bottom: 0;
    }
    .df-3l_7r {
        flex-direction: column-reverse;
    }
    .df-3l_7r .left {
        width: 100%;
    }
    .df-3l_7r .right {
        width: 100%;
        padding-left: 0;
    }
    .group_title {
        margin-bottom: 3rem;
    }
    .gird_homeNews {
        grid-template-areas: 'item1' 'item2' 'item3' 'item4';
        grid-template-columns: 100%;
    }
    .item1 {
        margin-bottom: 1rem;
    }
    .list_ab .item {
        width: calc(50% - 3rem);
        margin-bottom: 3rem;
    }
    .df-topHead .logo:before {
        display: none;
    }
    .df_news {
        flex-direction: column;
    }
    .df_news .left73_7,
    .df_news .left73_3 {
        width: 100%;
        padding-left: 0;
    }
    .single-ps1 .row_about .left {
        padding-right: 0;
    }
    #b-sendtv {
        border-radius: 0.3rem;
    }
    .pn-service {
        padding: 2rem 0 2rem 0;
    }
    .pn-project {
        padding-top: 3rem;
    }
    .df-project {
        flex-direction: column;
    }
    .df-project .cont {
        width: 100%;
        margin-bottom: 2rem;
    }
    .df-project .list {
        width: 100%;
        padding-left: 0;
    }
    .list-service {
        grid-gap: 3rem;
    }
    .item_us .img img {
        height: 150px;
    }
    .gird__products {
        grid-template-columns: 1fr 1fr;
    }
    .d-cvt .img img {
        max-width: 400px;
    }
    .d-cvt .img {
        padding-left: 0;
        margin: 30px 0;
    }
    .d-cvt {
        flex-direction: column;
    }
    .d-courses .img img {
        max-width: 400px;
        margin-bottom: 30px;
    }
    .d-courses .cont {
        padding-left: 0;
    }
    .d-courses {
        flex-direction: column;
    }
    .d-frmDc .frm__discount {
        width: 100%;
    }
    .d-frmDc {
        flex-direction: column;
    }
    .gird__khoahoc {
        grid-gap: 15px;
    }
    .pn-question h2 {
        font-size: 1.6rem;
    }
    .pn-question {
        padding-bottom: 0;
    }
    .pn-ck {
        padding: 20px 0;
    }
    .qb-l {
        padding-right: 0;
    }
    .ck__list {
        grid-gap: 20px;
    }
    .ck__list li h4 {
        font-size: 16px;
    }
    .ck__list li p {
        font-size: 14px;
    }
    .qb-r {
        text-align: center
    }
    .d-qb {
        flex-direction: column;
    }
    .tv__frm {
        max-width: 100%;
    }
    .tt_desc {
        display: none;
    }
    .list__ttItem li:nth-child(3) {
        display: none;
    }
    .truyenthong_right {
        padding-left: 15px;
    }
    .tt_item .img_tt_sm {
        flex: 40%;
    }
    .inner-about__txt {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .service-dr {
        padding: 5px 10px;
    }
    .service__boxI {
        margin-top: 5%;
    }
    .head__hotline {
        display: none;
    }
    .site-bnc {
        margin-top: 0;
    }
    .block__5 {
        width: calc(33.33% - 15px);
    }
    .site-blogs {
        padding-bottom: 0!important;
        padding-top: 20px!important;
    }
    .chitiet_sp_hot_gia del,
    .chitiet_sp_hot_gia span {
        font-size: 20px;
    }
    .chitiet_sp_hot_title {
        margin-top: 30px;
        font-size: 24px;
    }
    .item_product.item_product-right {
        width: calc(50% - 30px);
    }
    .site-partner {
        padding: 5px 35px;
    }
    .site-blogs .col-sm-6 {
        width: 100%;
    }
    .feedback_text {
        width: 100%;
    }
    .feedback__content {
        padding-bottom: 60%;
    }
    .left__sl424,
    .right__ht424 {
        width: 100%;
        padding: 0;
    }
    .right__ht424 {
        margin: 10px 0;
    }
    .right__ht424 .divbd {
        background: none;
    }
    .right__ht424 .divbd ul li {
        width: calc(50% - 15px);
        margin: 7.5px 7.5px;
        float: left;
    }
    .flex__foot {
        flex-direction: column;
    }
    .flex__foot .foot__left,
    .flex__foot .foot__right {
        flex: 100%;
    }
    .foot__left .site-copyright {
        display: none;
    }
    .cp_m {
        display: block;
    }
    .cp_m .site-copyright {
        position: relative;
    }
    .wrap__about .about__txt {
        min-height: 335px;
    }
    .ab-mo-ta {
        -webkit-line-clamp: 5;
    }
    #layerslider_1 {
        min-height: 500px!important;
    }
    .ls-text p {
        font-size: 2rem!important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2rem;
    }
    .ls-title {
        font-size: 2rem!important;
    }
    .inner-about__txt h3 {
        font-size: 20px;
    }
    .row_about {
        flex-direction: column;
        padding: 0 0 2rem 0;
    }
    .row_about .left {
        width: 100%;
        padding: 0;
        margin-bottom: 2rem;
    }
    .row_about .right {
        width: 100%;
    }
    .single-ps1 .row_about .right img {
        height: 350px;
    }
    .single-ps1 .row_about .left h3 {
        font-size: 2.4rem;
    }
    .gird-view {
        grid-template-columns: 1fr;
    }
    .gird-view .item-view {
        margin-bottom: 0;
    }
    .gird-view .item-view .nd {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .gird-menuii .item-menuii a h3 {
        font-size: 2rem;
    }
    .df-dts {
        flex-direction: column;
    }
    .df-dts .left {
        width: 100%;
        margin-bottom: 3rem;
    }
    .df-dts .right {
        width: 100%;
        margin-bottom: 0;
    }
    .title_book h2 {
        text-align: center!important;
    }
    .list__partner {
        grid-template-columns: 1fr 1fr;
    }
    .tit_single__partner h2 {
        font-size: 2rem;
    }
    .single-partner .tit_partner h2 {
        font-size: 2rem;
    }
    .pn-maps {
        display: none;
    }
    .df-topHead .right {
        display: none;
    }
    .item_project .img {
        padding-bottom: 40%;
    }
}

@media screen and (max-width:700px) {
    .speed_title_mb{
        display:block;
        text-align:center;
        position:relative;
        z-index:1;
        font-size:2.6rem;
        color:#fff;
        text-transform:uppercase;
        margin-top:3rem;
        margin-bottom:3rem;
    }
    .speed_title_mb a{
        color:#fff;
        font-family: 'NunitoB';
    }
    .gird_kg3{
        grid-template-columns:1fr 1fr;
    }
    .gird_kg3 .item2{
        display:none;
    }
    .gird_kg3 .item1, .gird_kg3 .item3{
        margin:0 0;
    }
    .gird_target .item_target {
        width: calc(50% - 2rem);
        margin: 1rem 1rem;
    }
    .df-view {
        flex-direction: column;
    }
    .df-view .item {
        width: 100%;
        padding: 1rem 2rem;
    }
    .df-tt {
        flex-direction: column;
    }
    .df-tt .left,
    .df-tt .right {
        width: 100%;
        padding: 0;
        margin-bottom: 2rem;
    }
    #nhanxet .row_head {
        flex-direction: column;
    }
    #nhanxet .row_head>.left {
        width: 100%;
        margin-bottom: 2rem;
    }
    #nhanxet .row_head>.right {
        width: 100%;
        justify-content: center;
    }
    .aside_left ul {
        grid-template-columns: 1fr;
    }
    .gird_Recruitment {
        grid-template-columns: 1fr;
    }
    .wrap_footMap {
        padding-bottom: 40%;
    }
    .df-ft .logo_ft {
        width: 100%;
        margin-bottom: 2rem;
    }
    .df-ft .map {
        width: 100%;
    }
    .df-ft {
        flex-direction: column;
    }
    .gird_footLink {
        grid-template-columns: 1fr 1fr;
    }
    .df-lib .left,
    .df-lib .right {
        width: 100%;
        padding: 0 0;
        margin: 1rem 0;
    }
    .df-lib {
        flex-direction: column;
    }
    .gird_resource .cate-source {
        width: calc(50% - 2rem);
        margin: 1rem 1rem;
    }
    .item_project .img {
        padding-bottom: 50%;
    }
    .gird_about {
        max-width: 90%;
    }
    .single-news {
        padding-bottom: 0;
    }
    .gird_lh {
        grid-template-columns: 1fr;
    }
    .head__banner {
        display: none;
    }
    .df_top {
        display: none!important;
    }
    .df-profile {
        flex-direction: column;
    }
    .df-profile .img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .df-profile .info {
        width: 100%;
    }
    .aside_left ul li a {
        font-size: 1.6rem;
    }
    .tit_dt {
        font-size: 2rem;
    }
    .head__hotline {
        display: block;
        width: 135px;
    }
    .title-rpmenu {
        display: block;
        width: 135px;
    }
    .ls-l {
        left: 10%!important;
    }
    .banner_full h2 {
        font-size: 2.2rem;
    }
    .df-topHead {
        align-items: flex-start;
    }
    .gird_ck {
        grid-template-columns: 1fr 1fr;
    }
    .gird_ck .item_ck .img img {
        height: 6rem;
    }
    .df-cp .right {
        display: none;
    }
    .df-cp {
        flex-direction: column;
    }
    .df-cp .left {
        width: 100%;
    }
    .aside {
        margin-bottom: 2rem;
    }
    .gird_leader .item_leader {
        width: calc(100% - 3rem);
    }
    .gird_staff .item_staff {
        width: calc(50% - 4rem);
    }
    .df-files {
        flex-direction: column;
    }
    .df-files .left {
        width: 100%;
    }
    .df-files .right {
        width: 100%;
        padding: 0 0;
    }
    .wrapListFiles {
        height: auto!important;
        max-height: 40rem!important;
    }
    .listPost {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem;
    }
    .block_sliderdk{
        display:none;
    }
    .block_sliderMb{
        display:block;
    }


}

@media screen and (max-width:650px) {

    .listPost .item_post3 .info .name {
        -webkit-line-clamp: 4;
    }
    .meta-box .para span.date {
        display: none;
    }
    .item_staff .avatar img {
        width: 10rem;
        height: 10rem;
    }
    .aside_left ul li a h4 {
        font-size: 1.5rem;
    }
    .cont .spacial {
        padding: 0 0;
        margin-bottom:1rem;
    }
    .df-fileHead {
        flex-direction: column;
    }
    .df-fileHead .img {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .df-fileHead .cont {
        width: 100%;
        padding: 0 0;
    }
    .banner_full h1 {
        font-size: 2rem;
    }
    .grid_anh {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-album {
        grid-template-columns: 1fr 1fr;
    }
    .single-news {
        padding-top: 1rem;
    }
    .it_post_hz .info .desc {
        -webkit-line-clamp: 3;
    }
    .it_post_hz .img {
        width: 200px;
    }
    .it_post_hz .info {
        width: calc(100% - 220px);
    }
    .pn-news {
        padding: 0 0 2rem 0;
    }
    .item_us .img img {
        height: 130px;
    }
    .list-us {
        grid-gap: 2rem;
    }
    .item-service {
        padding-bottom: 1rem;
    }
    .list-service {
        grid-template-columns: 1fr 1fr;
    }
    .img__AbDesk {
        display: none;
    }
    .img__AbMobile {
        display: block;
    }
    .site-bnc {
        margin-top: 0;
    }
    .wrap__about .about__txt {
        flex: 100%;
    }
    .wrap__about .about__img {
        flex: 100%;
    }
    .wrap__about {
        flex-direction: column;
    }
    #layerslider_1 {
        min-height: 400px!important;
    }
    .gird__service {
        grid-template-columns: 1fr 1fr;
    }
    .truyenthong_wrap {
        flex-direction: column;
    }
    .truyenthong_left {
        flex: 100%;
        margin-bottom: 30px;
    }
    .tt_imgmax img {
        width: 100%;
    }
    .flex__foot .foot__left {
        padding: 30px 15px;
    }
    .flex__foot .foot__right {
        padding: 30px 15px 0 15px;
    }
    .foot_wrapMap {
        padding-bottom: 40%;
    }
    .gird_products,
    .gird_service {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:576px) {
    .item_ct1 .img img{
        width:4rem;
        height:4rem;
    }
    .gird_ct1{
        grid-gap:1rem;
    }
    .item_recruitment .nd h3 a{
        font-size:1.6rem;
    }
    .gird_target .item_target {
        width: calc(100% - 2rem);
        margin: 1rem 1rem;
    }
    .gird_resource .cate-source {
        width: calc(100% - 2rem);
        margin: 1rem 1rem;
    }
    .item_project .nd {
        width: 100%;
        padding: 1rem 2rem;
    }
    .item_project .img {
        width: 100%;
    }
    .item_project {
        flex-direction: column-reverse;
    }
    .item_adv .title {
        font-size: 1.6rem;
    }
    .gird_about {
        width: 100%;
    }
    .logo img {
        max-height: 10rem;
    }
    .df-foot .foot4 {
        display: none;
    }
    .df-foot {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    .single-project {
        padding-top: 0;
    }
    .gird-menuii {
        grid-template-columns: 1fr;
    }
    .single-ps1 .row_about .right img {
        width: 100%;
        height: auto;
    }
    .row_about .right img {
        width: 100%;
        height: auto;
    }
    .pn-contact {
        padding-top: 1rem;
    }
    .tit_block h2 {
        text-align: left;
    }
    .pn-news .tit_news {
        margin-bottom: 2rem;
    }
    .head_social {
        display: none;
    }
    .list-us {
        grid-template-columns: 1fr;
    }
    .g-process .i-process {
        padding-left: 1rem;
    }
    .g-process {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
    .inner-cp .link {
        text-align: left;
    }
    .pn-block-cp .tit_cp h2 {
        text-align: left;
    }
    .g-about .cont .nd {
        text-align: left;
        padding-left: 0;
    }
    .g-about {
        grid-template-columns: 1fr;
    }
    .df-project .list ul {
        grid-template-columns: 1fr;
    }
    .feedback_text {
        padding-top: 10px!important;
    }
    .item__kh img {
        width: 100px!important;
        height: 100px!important;
    }
    .item__kh p {
        margin-top: 15px;
    }
    .feedback__content {
        padding-bottom: 70%;
    }
    .logo__footer {
        margin-bottom: 10px;
    }
    .mxh__foo ul {
        margin-bottom: 10px;
    }
    .right-head_cart {
        text-align: right;
    }
    h4.blog_tit {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 15px;
        line-height: 22px;
    }
    .site-cket {
        padding: 20px 0;
    }
    .list__SubCate {
        display: block;
    }
    .list__SubCate li {
        display: inline-block;
    }
    .list__SubCate>li>a {
        line-height: 20px;
    }
    .site-copyright {
        padding: 5px 0;
    }
    .site-copyright p {
        line-height: 24px;
        color: #333;
    }
    .block__5 {
        width: calc(50% - 15px);
    }
    .site-productcl347 .item_product {
        margin-bottom: 15px;
    }
    .right-head_cart {
        width: 90px;
    }
    .res__head img {
        max-height: 60px;
    }
    .tit__home span {
        font-size: 20px;
    }
    .item_product_img {
        height: 200px;
    }
    .pn-head {
        padding: 5px 0;
    }
    .col-left-ctsp {
        width: 100%;
    }
    .site-truyenthong {
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: 50% 50%!important;
    }
    .site-partner {
        padding: 10px 15px;
    }
    .row__grid_2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .site-banner img {
        min-height: 150px;
        object-fit: cover;
    }
    .leftc1,
    .leftc2 {
        width: calc(100%);
        margin: 10px 0;
    }
    .content-f {
        margin-bottom: 0;
    }
    .pn-foot {
        padding-top: 3rem;
        padding-bottom: 0;
    }
    .pn-rating {
        padding: 30px 0;
    }
    .gird_campaign {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }
    .ck__list {
        grid-template-columns: 1fr;
    }
    .card__question .card-header {
        padding-left: 10px;
    }
    .gird__khoahoc {
        grid-template-columns: 1fr;
    }
    .cont-1 .name {
        font-size: 1.6rem;
    }
    .banner_full img {
        width: 100%;
    }
    .banner_full h2 {
        font-size: 2rem;
    }
    .tit_block h2 {
        font-size: 2.2rem;
    }
    .pn-block-cp .tit_cp h2 {
        font-size: 2rem;
    }
    .banner_full h1 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .blog-area .blog__right {
        padding-left: 0;
    }
    .blog-area .blog__right .insHeading,
    .tit_block h2 {
        font-size: 1.7rem;
    }
    .group_title h2 {
        font-size: 2rem;
        font-family: 'NunitoEXB';
    }
    .cart-btn {
        padding: 1rem 1rem;
    }
    .media_itemSub .img {
        padding-bottom: 70%;
    }
    .banner_full h1, .banner_full .tit_page{
        font-size:1.8rem!important;
        line-height:1.3;
        padding:0 1rem;
    }
    .df-view .item h3{
        font-size:2rem;
    }
    .meta-box .para span{
        margin-right:0.3rem;
    }
    .meta-box span svg{
        width:14px;
        height:14px;
        margin-top:-0.2rem;
    }
    .tit_act a{
        -webkit-line-clamp:2!important;
    }
    .listPost .item_post3 .img .meta-box .author{
        padding:0.2rem 0.4rem;
        border-radius:0.4rem;
    }
    .meta-box .para{
        padding:0.2rem 0.4rem;
        border-radius:0.4rem;
        margin-left:0.4rem;
    }
    .meta-box span svg{
        margin-right:0.3rem;
    }
    .item_recruitment .nd .meta p span, .author_name{
        font-size:1.1rem;
    }
    .desc-act {
       -webkit-line-clamp:3 !important;
    }
    .sub_tit h2{
        font-size:2rem;
    }
    .tit-lq-act span{
        font-size:1.8rem;
    }
    .pn-posts{
        padding-bottom:1rem;
    }
    .aside_left ul{
        grid-gap:0.5rem;
    }
    .single-detail{
        padding-bottom:0;
    }
    .box-in{
        display:none!important;
    }
    .df-view .item h3 img{
        height:3rem;
    }
    .df-tt .left .nd{
        padding-right:0;
    }
    .block-thanhtuu{
        padding:0 0;
    }
    .df-tt .left h2{
        font-size:2rem;
        margin-bottom:1rem;
    }
    .df_postTags{
        flex-direction:column;
        justify-content:flex-start;
    }
    .df_postTags > div{
        width:100%!important;
    }
    .df_postTags .head{
        margin-bottom:0.5rem;
    }
    .box-rel-file .grid_files{
        grid-template-columns:1fr;
        grid-gap:0;
    }
    .tit-lq-act{
        margin-bottom:1rem;
    }
    .box-rel-file .grid_files .item_file{
        padding-left:0!important;
        padding-right:0!important;
    }
    .aside_left ul li{
        margin-bottom:0.5rem;
    }
    .tit_aside{
        font-size:1.4rem;
    }
    .btn-nhanxet{
        line-height:3.4rem!important;
    }
    .btn-guibl{
        font-size:1.4rem!important;
        border-radius:1rem!important;
        padding:0 1rem!important;
        line-height:3.4rem!important;
    }
    .df-th .info .bt_action, .dt_action .bt_action{
        font-size:1.4rem;
    }
}

@media screen and (max-width:500px) {
    .tit_hdnv{
        font-size:2rem;
    }
    .list-campaign>li>a{
        font-size:1.6rem;
    }
    .pn-menu{
        margin-bottom:0;
    }
    .df-foot .foot1 .newsletter__frm {
        padding-bottom: 0;
    }
    .gird_homeNews .item1 .img .info h3 {
        font-size: 2rem;
    }
    .df-newsH .info p {
        -webkit-line-clamp: 3;
    }
    .mySwiper .content p.link {
        margin-top: 0;
    }
    .mySwiper .content {
        width: 80%;
    }
    .df-topHead .main .banner_txt {
        font-size: 2.4rem;
        margin-bottom: 0;
    }
    .it_post_hz .info .date {
        display: none;
    }
    .pn-contact {
        padding-bottom: 1rem;
    }
    .list_ab .item {
        margin-bottom: 2rem;
    }
    .list_ab .item {
        width: calc(50% - 3rem);
        margin: 1.5rem 1.5rem;
    }
    .gird_products,
    .gird_service {
        grid-gap: 2.5rem;
    }
    .pn-homeNews {
        padding-bottom: 2rem;
    }
    .pn-foot {
        padding-top: 2rem;
    }
    .df-newsH .img {
        width: 17rem;
        height: 13rem;
    }
    .df-newsH .info {
        width: calc(100% - 19rem);
    }
    .navbar-form input {
        min-width: unset;
        padding-left: 0.5rem;
    }
    .it_post_hz .img {
        width: 170px;
    }
    .it_post_hz .img a img {
        height: 170px;
    }
    .it_post_hz .info {
        width: calc(100% - 190px)
    }
    .list__partner .item__partner .img img {
        height: 165px;
    }
    .single-detail-service {
        padding-top: 0;
    }
    .single-detail-service {
        padding-bottom: 0;
    }
    .frm__book {
        padding: 2rem;
    }
    .gird-wd2 {
        grid-template-columns: 1fr;
    }
    .item__service .cont {
        padding: 20px 0;
    }
    .item__service {
        flex-direction: column;
    }
    .item__service .img {
        width: 100%;
    }
    .item__service .img img {
        width: 100%;
    }
    .item__service .cont {
        width: 100%;
    }
    .row__grid {
        grid-gap: 20px;
    }
    .tit-lienhe {
        margin-top: 2rem;
    }
    .flex__contact {
        flex-direction: column;
    }
    .btn__contact {
        margin: 10px 0;
    }
    .site-truyenthong {
        padding-bottom: 0;
    }
    .gird_leader .item_leader {
        flex-direction: column;
    }
    .list_subLead .item {
        padding: 2rem 2rem;
    }
    .gird_leader .item_leader .profile {
        width: 100%;
        text-align: center;
        margin-top: 2rem
    }
    .tit_nv {
        font-size: 1.8rem;
    }
    .tt_item .img_tt_sm {
        flex: 50%;
    }
    .list_subLead .item .tit {
        font-size: 1.6rem;
    }
    .list_subLead .item .nd {
        font-size: 1.4rem;
    }
    .list_subLead:before {
        width: 8rem;
        height: 8rem;
        left: calc(50% - 4rem);
        top: calc(50% - 4rem);
    }
    .item_staff .the_position {
        font-size: 1.35rem;
    }
    .item_staff .the_name a {
        font-size: 1.5rem;
    }
    .df-th {
        flex-direction: column;
    }
    .item_exchange {
        flex-direction: column;
    }
    .pn-resource {
        padding-bottom: 0;
    }
    .item_exchange>div {
        width: 100%;
        padding: 0 0!important;
        margin-bottom: 0.5rem;
        border-radius: 0 0;
    }
    .inner_bg {
        padding: 2rem 1rem;
    }
    .df-th .img {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .df-th .info {
        width: 100%;
        padding: 0 0;
    }
    .title-f {
        margin-bottom: 0!important;
    }
    .foot_wrapMap {
        padding-bottom: 50%;
    }
    #b_scroll_top{
        right:0.4rem;
    }
    #b_scroll_top{
        font-size:1.4rem;
        padding: 0.8rem 1.4rem;
    }
    .gird_lbCt2{
        grid-gap:1rem;
    }
    .gird_lbCt2 .item2 img, .gird_lbCt2 .item4 img{
        top:2rem;
    }
    .gird_lbCt2 .item:nth-child(2):after{
        border-width:0.2rem;
        top:1rem;
        right:-1rem;
    }
    .gird_lbCt2 .item:nth-child(3):after{
        bottom:-1rem;
        left:-1rem;
        border-width:0.2rem;
    }
    .item1{
        margin-bottom:0.5rem;
    }
    .tit-foot{
        margin-bottom:1rem;
    }
    .gird_vp .item_vp img{
        height:5rem;
    }
    .df-foot .foot2{
        margin:0 0;
    }
    .pn-cp{
        margin-top:1rem;
    }
    .pn-cp .container{
        padding:0 0;
    }
    .foot_top{
        padding-bottom:1rem;
    }
    .portlet ul li span {
        width:3rem;
        height:3rem;
        padding:0.5rem;
    }
    .text_to_speed img{
        height:17px!important;
    }
    .block_ct1{
        padding-top:0;
    }
    .ls-l {
        display: none;
    }
    #layerslider_1 {
        min-height: 300px!important;
    }
    .truyenthong_right {
        padding-left: 0;
    }
    .tt_item .tt_in h4 {
        line-height: 18px;
    }
    .res__head img {
        max-height: 50px;
    }
    .tit__productPage span {
        font-size: 24px;
    }
    .wrap__cate {
        margin-bottom: 10px;
    }
    .tit__opage span {
        font-size: 1.4rem;
    }
    .wrap__map {
        padding-bottom: 75%;
    }
    .site-productHome {
        padding: 10px 0;
    }
    .site-CateServiceHome {
        padding: 20px 0 0 0;
    }
    .item_product_price del {
        margin-left: 5px;
    }
    .item_product_img {
        height: 170px;
    }
    .partnerItem {
        padding: 20px 10px;
    }
    .site-vct {
        padding: 25px 0;
    }
    .swiperProductSale-next,
    .swiperProductSale-prev {
        color: #333!important;
    }
    .right__ht424 .sup_item {
        padding: 10px 5px;
    }
    .item_product-right>a {
        padding: 10px 15px;
    }
    .item_product.item_product-right {
        width: calc(50% - 20px);
        margin: 10px 10px;
    }
    .logo__footer img {
        max-height: 80px;
    }
    .tab_sanpham .nav-item .nav-link {
        height: 40px;
        font-size: 15px;
    }
    .right__ht424 .divbd {
        padding: 0 0;
    }
    .swiperProductSale-next,
    .swiperProductSale-prev {
        top: 40%!important;
    }
    .link_wrap_img {
        padding: 20px;
    }
    .item_product>a .sale {
        top: 0;
    }
    .btn-dt,
    .btn-buyn {
        padding: 3px 10px;
    }
    .title-f {
        margin-top: 0!important;
    }
    .form-search-nav input {
        padding: 6px 10px;
        border-radius: 20px;
    }
    .tit__productPage {
        margin-bottom: 15px;
    }
    .df-project .cont .tit h2 {
        font-size: 2.2rem;
    }
    .btn-booking {
        font-size: 1.3rem;
    }
    .tit_service {
        margin-bottom: 2rem;
    }
    .tit_process {
        margin-bottom: 3rem;
    }
    .pn-process {
        padding-top: 0;
        padding-bottom: 3rem;
    }
}

@media screen and (max-width:450px) {
    .row__grid_2 .item__service a img {
        max-width: 150px;
    }
    .cart-btn {
        padding: 10px 5px;
    }
    .t_hotline {
        display: none;
    }
    .head__hotline {
        background-color: transparent;
    }
    .wrap__about .about__txt {
        padding: 30px 20px;
    }
    .service__item {
        max-height: 300px;
        overflow: hidden;
    }
    .foot_wrapMap {
        padding-bottom: 60%;
    }
    .service__boxI {
        padding: 20px 8px;
    }
    .service__boxI h3 {
        font-size: 16px;
    }
    .df-hdnv .left,.df-hdnv .right{
        padding:3rem 2rem;
    }
    .service__boxI p {
        font-size: 13px;
        line-height: 20px;
        -webkit-line-clamp: 4;
    }
    .service-dr {
        padding: 3px 4px;
    }
    .gird__service {
        grid-gap: 15px;
    }
    .head__logo a img {
        height: 80px;
    }
    .head__logo {
        width: 34%;
        text-align: center;
    }
    .foot-left {
        padding-right: 0;
    }
    .foot-left .social li a img {
        height: 30px;
    }
    .single-partner {
        padding-top: 0;
    }
    .pn-head .container {
        padding-left: 0;
    }
    .item_adv .title{
        font-size:1.4rem;
    }
}

@media screen and (max-width:430px) {
    .item_recruitment .img {
        width: 100%;
    }
    .item_recruitment .nd {
        width: 100%;
        padding: 1rem;
    }
    .item_recruitment {
        flex-direction: column;
    }
    .list_ab .item {
        width: calc(50% - 2rem);
        margin: 1rem 1rem;
    }
    .single-relPost {
        margin-top: 0;
    }
    .grid-album {
        grid-template-columns: 1fr;
    }
    .grid_anh {
        grid-template-columns: 1fr 1fr;
    }
    .banner_full h1 {
        font-size: 1.8rem!important;
    }
    .it_post_hz .info {
        width: calc(100% - 155px);
    }
    .it_post_hz .img {
        width: 140px;
    }
    .it_post_hz .img a img {
        height: 140px;
    }
    .list__partner {
        grid-template-columns: 1fr;
    }
    .tit-foot {
        font-size: 1.8rem;
    }
    .pn-cp p {
        font-size: 1.3rem;
        line-height: 2.4rem;
    }
    .head__logo a img {
        height: 60px;
    }
    .list-service {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
    .item_product_price {
        font-size: 18px;
    }
    .gird__service {
        grid-template-columns: 1fr;
    }
    .gird__products {
        grid-gap: 20px;
    }
    .item_product_title a {
        font-size: 18px;
        line-height: 22px;
    }
    .tit_splq {
        margin: 10px 0;
    }
    .d-frmtv {
        flex-direction: column;
    }
    #b-sendtv {
        margin-top: 2rem;
    }
}

@media screen and (max-width:400px) {
    .listPost .item_post3 .info h3.name a {
        font-size: 1.4rem;
        list-style: none;
        line-height: 1.3;
    }
    .listPost .item_post3 .img {
        padding-bottom: 90%;
    }
    .item__product .info {
        padding: 0 0;
    }
}

@media screen and (max-width:378px) {
    .df-topHead .logo {
        width: 15rem;
    }
    .gird_kg3{
        grid-template-columns:1fr;
        grid-gap:0rem;
    }
    .gird_kg2{
        grid-template-columns:1fr;
        grid-gap:0rem;
    }
    .item_adv{
        padding:0 3rem;
    }
    .item_adv .title{
        font-size:1.6rem;
        line-height:1.4;
    }
}

@media screen and (max-width:350px) {
    .it_post_hz .info .desc {
        display: none;
    }
    .it_post_hz .img {
        width: 100px;
        height: 80px;
    }
    .it_post_hz .info {
        width: calc(100% - 110px);
    }
    .it_post_hz .img a img {
        height: 80px;
    }
    .list_ab .item {
        width: 100%;
        margin: 1rem 0;
    }
    .gird_products,
    .gird_service {
        grid-template-columns: 1fr;
    }
    .item__product .info {
        padding: 0 1rem;
    }
    .df-newsH .img {
        width: 13rem;
        height: 11rem;
    }
    .df-newsH .info {
        width: calc(100% - 15rem);
    }
    .df-newsH .info p {
        display: none;
    }
     .item_adv{
        padding:0 1rem;
    }
}