@font-face {
    font-display:block;
    font-family: 'SVNPoppins';
    src: url('../fonts/SVN-Poppins.woff2') format('woff2'),
         url('../fonts/SVN-Poppins.woff') format('woff');
}
@font-face {
    font-display:block;
    font-family: 'SVNPoppinsB';
    src: url('../fonts/SVN-PoppinsBold.woff2') format('woff2'),
         url('../fonts/SVN-PoppinsBold.woff') format('woff');
}
@font-face {
    font-display:block;
    font-family: 'SVNBlack';
    src: url('../fonts/SVN-BlackStuffBold.woff2') format('woff2'),
         url('../fonts/SVN-BlackStuffBold.woff') format('woff');
}
@font-face {
    font-display:block;
    font-family: 'BeautiqueDisplay';
    src: url('../fonts/BeautiqueDisplay-Bold.woff2') format('woff2'),
         url('../fonts/BeautiqueDisplay-Bold.woff') format('woff');
}
@font-face {
    font-display:block;
    font-family: 'BTBeauSans';
    src: url('../fonts/BT-BeauSans-Bold.woff2') format('woff2'),
         url('../fonts/BT-BeauSans-Bold.woff') format('woff');
}

@font-face {
    font-display:block;
    font-family: 'SVNGilroy';
    src: url('../fonts/SVN-GilroyMedium.woff2') format('woff2'),
         url('../fonts/SVN-GilroyMedium.woff') format('woff');
}
:root {
    --color-main: #012583;
    --color-hover: #CE3A2E;
    --color-text: #333;
    --background: #fff;
    --font-main: SVNPoppins;
}

body {
    font-size: 14px;
    color: #111;
    top: 0 !important;
    max-width: 1920px;
    min-width: 320px;
    position: relative;
    margin: auto
}

[x-cloak] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%)
}

::-webkit-scrollbar-thumb {
    background: var(--color-main)
}

img {
    max-width: 100%;
    height: auto !important;
    vertical-align: top;
    display: inline-block
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none !important
}

.h-card, .hidden-seo {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border-width: 0;
}
@font-face {
    font-family: 'UTMBebas';
    src: url('../fonts/UTMBebas.woff2') format('woff2'),
        url('../fonts/UTMBebas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.scale-img {
    overflow: hidden
}

.scale-img img {
    transition: all .3s
}

.scale-img:hover img {
    transform: scale(1.2, 1.2)
}

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

.transition {
    transition: .3s all
}
.header-wrap{
    background: var(--color-main);
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, .15);
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.pagination li a,
.pagination li span {
    cursor: pointer;
    border-radius: 5px !important;
    border: 1px solid #cacaca;
    background: #ffff;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d4d4d;
    font-size: 14px;
    padding: 5px
}

.pagination li a:hover {
    color: var(--color-main);
    border-color: var(--color-main)
}

.pagination .page-item.active .page-link {
    background: var(--color-main);
    border-color: var(--color-main);
    color: #fff
}

.wrap-main {
    margin: 30px 0
}

.wrap-content {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.social li {
    display: inline-block;
    margin-right: -15px;
}

.social li:hover img {
    transform: rotateY(360deg);
    transition: all .5s linear
}

.header__top {
    padding: 10px 0;
}

.header__top-flex {
    display: flex;
    justify-content: space-between;
    gap: 15px
}
.header__logo b{
    color: #08ADEF;
    text-transform: uppercase;
    font-size: 26px;
    font-family: UTMBebas;
}
.header__top-info {
    padding: 5px 10px;
    color: #191919;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 10px;
}

.header__info-icon {
    width: 20px;
    color: #fff;
}
.header__top-info i{
    color: #fff;
}
.header__info-text:nth-child(1) {
}
.header__info-text:nth-child(2) {

}
.header__info-text{
    color: #fff;
    font-size: 20px;
    font-family: var(--font-main);
    display: flex;
    align-items: center;
}
.header__info-text  span{
    margin-left: 5px;
}
.header__info-text  b{

}
.colored{
    color:var(--color-main);
}
.socialh li a {
    display: block;
    max-width: 70px
}

.header__bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px
}
.header__bottom{
    padding: 10px 0px;
    padding-top: 0px;
}
.header__logo {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    border-radius: 50%;
}
.header__logo b{

}

.notify-phone {
    animation: notifyPhone 1s infinite ease-in-out
}

@keyframes notifyPhone {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.search-inline {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 360px;
    border: 1px solid #92e9c3;
    background: #EEFFF6;
    border-radius: 50px;
}

.search-inline p {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.search-inline input {
    width: calc(100% - 30px);
    height: 52px;
    outline: 0;
    padding: 0;
    border: 0;
    background: 0;
    text-indent: 12px;
    font-size: 14px
}

.search-inline input::-webkit-input-placeholder {
    color: #7d7d7d
}

.search-inline input:-moz-placeholder {
    color: #7d7d7d
}

.search-inline input::-moz-placeholder {
    color: #7d7d7d
}

.search-inline input:-ms-input-placeholder {
    color: #7d7d7d
}

.header__lang {
    position: relative;
    z-index: 101
}

.header__lang-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: clamp(12px, calc(120 / 1200 * 100vw), 120px);
    background: #dae1e7;
    backdrop-filter: blur(8px);
    padding: 10px
}

.header__lang-flag {
    max-width: 35px;
    border-radius: 3px;
    overflow: hidden
}

.header__lang-country {
    font-weight: 700;
    font-size: clamp(13px, calc(14 / 1200 * 100vw), 14px)
}

.header__lang-box {
    position: absolute;
    right: 0;
    margin-top: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 150px
}

.header__lang-picker {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer
}

.header__lang-icon {
    display: inline-block;
    width: 25px
}

.header__lang-name {
    font-size: clamp(13px, calc(14 / 1200 * 100vw), 14px);
    font-weight: 500;
    flex: 1 1 0%
}

.header__lang-picker:hover .header__lang-name {
    color: orange
}

#google_translate_element {
    clear: both;
    width: auto !important;
    text-align: right;
    display: none
}

.skiptranslate {
    background: #fff;
    border-radius: 5px;
}
.qrcode_lh_code_box{
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
    grid-template-columns: repeat(6,1fr);
}
.qrcode_lh_code{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.menu_fix {
    position: fixed !important;
    background: var(--color-main);
    z-index: 10;
    width: 100%;
    margin: auto;
    top: 0px;
    padding-bottom: 0px !important;
}
.menu-res {
    display: none
}

.menu {
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background:var(--color-main);
    display: flex;
    gap: 60px;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.menu .wrap-content{
    padding: 0px;
    align-items: center;
}

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

.menu ul.menu-main {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.menu ul li{
        padding: 0px 20px;
    margin: 0px 10px;
}
.menu ul li.active::marker,.menu ul li:hover::marker  {
    color:var(--color-main);
}

.menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: clamp(15px, calc(16 / 1200 * 100vw), 16px);
    transition: .2s;
    padding: 10px 0px;
    gap: 6px;
    text-transform: uppercase;
    font-family: var(--font-main);
    font-weight: 800;
}
.a_tron {
}
.menu ul li a.active,
.menu ul li:hover>a {
    color:#DDC805;
}

.menu_dmsp .menu_lvl {
    position: absolute;
    width: 280px;
    top: calc(100% + 10px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    background-color: #fafafa;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
}
.menu_lvl ul{
    list-style: none;
}
.menu_dmsp .menu_lvl3,
.menu_dmsp .menu_lvl4 {
    left: calc(100% + 1px)
}

.menu_dmsp .menu_lvl2 .menu_lvl3 ul li:hover .menu_lvl4,
.menu_dmsp .menu_lvl2 ul li:hover .menu_lvl3,
.menu_dmsp:not(.block_hover):hover .menu_lvl2 {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.slideshow_left .menu_lvl2 {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.menu_vlist_pic {
    max-width: 24px
}

.menu_dmsp .menu_lvl ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
    gap: 10px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    padding: 10px;
    margin: 0;
    height: auto
}

.menu_dmsp .menu_lvl ul li:hover>a {
    color: var(--color-main)
}

.menu ul li ul li a:after {
    display: none !important
}

.menu_dmsp .menu_lvl ul {
    max-height: 410px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0
}

.spacer {
    margin: clamp(30px, calc(60 / 1200 * 100vw), 60px) 0
}

.title-main {
    text-align: center;
    margin-bottom: 30px;
}
.pro-wrap{
    background: #f8f8f8;
    padding: 60px 0px;
}
.title-main h1,
.title-main h2 {
    margin-bottom: 10px;
    font-size: clamp(25px, calc(40 / 1200 * 100vw), 40px);
    font-weight: 900;
    font-family:SVNPoppinsB;
    color: var(--color-main);
}
.doitac-item-index{
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.doitac_index1{
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 40px;
    border-radius: 5px;
}
.doitac_index1{
    
}
.doitac-item-index__pic{
    position: relative;
    overflow: hidden;
}
.doitac-item-index__info{
    padding: 30px;
    min-height: 270px;
}
.doitac-item__name{
    color: var(--color-main);
    font-size: 24px;
    font-family:SVNPoppinsB;
    display: block;
}
.doitac-item__name:hover{
    color: #000;
}
.icon_doitac{
    overflow: hidden;
    margin-bottom: 10px;
}

.title-main span {
  /* font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 10px;
   background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  text-shadow:
    1px 0 rgba(0,0,0,0.2),
   -1px 0 rgba(0,0,0,0.2),
    0 1px rgba(0,0,0,0.2),
    0 -1px rgba(0,0,0,0.2);
  opacity: 0.2; */
  /* height: 32px;
  background: url(../images/supaper.png) no-repeat bottom center;
  text-indent: -999999px;
  display: block; */
  color: #262626;
}
.img_line{
    text-align: center;
}

.tieuchi-wrap .title-main h2{
    color: #fff;
}
.tieuchi-wrap .title-main p{
     color: #fff;
}

.wrap-visao{
     background: url(../images/tieuchi.png) no-repeat top center;
     padding: 60px 0px;
}
.duan1_index{
    position: relative;
    overflow: hidden;
    height: 340px;
    border-radius: 10px;
}
.duan1_index:nth-child(1) {  }
.duan1_index:nth-child(2) { }
.duan1_index:nth-child(3) { 
    grid-column: 3 / 5;
}
.duan1_index:nth-child(4) {
    grid-column: 1 / 3;
 }
.duan1_index:nth-child(5) { }
.duan1_index:nth-child(6) { }

.duan-item-index1__pic{
    overflow: hidden;
}

.duan-item-index1__pic img{
    transition: all 0.5s ease;
    width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.duan-item-index1__info{
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    color: #fff;
    text-align: left;
    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    font-family: var(--font-main);

    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);

    transition: all 0.5s ease; */
}

/* Hover */
.duan1_index:hover .duan-item-index1__info{
    /* opacity: 1;
    visibility: visible;
    transform: translateY(0); */
}

/* Zoom ảnh nhẹ */
.duan1_index:hover .duan-item-index1__pic img{
    transform: scale(1.08);
}

.duan-item__name{
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.duan-item__name:hover{
    color: var(--color-main);
}

.xemthem{
    background: #fff;
    display:inline-block;
    padding: 7px 25px;
    color: #262626;
    margin-top: 15px;
    transition: all 0.3s ease;
    max-width: 135px;
    text-align: center;
}

.xemthem:hover{
    background: var(--color-main);
    color: #fff;
    transform: translateY(-3px);
}
.title-detail {
    margin-bottom: 20px
}
.title-main b{
    display: inline-block;
    background: linear-gradient(90deg, #00D3F2 0%, #2B7FFF 50%, #FDC700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(28px, calc(40 / 1200 * 100vw), 35px);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.title-main p{
    font-size: 20px;
    color:var(--color-main);
    margin-bottom: 0px;
    max-width: 70%;
    margin: auto;
    font-family: var(--font-main);
}
.ts-item__info{
    text-align: left;
}
.wrap-follow{
    margin-bottom: 30px;
}
.tieuchi{

}
.kh-wrap .title-main h2 , .wrap-visao .title-main h2{
    color: #fff;
}
.kh-wrap .title-main p,.wrap-visao .title-main p{
    color: #fff;
}
.newsletter-wrap .title-main h2{
    color: var(--color-main) !important;
}
.newsletter-wrap .title-main p{
    color: #4d4d4d !important;
}
.grid_giaiphap{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0px;
    row-gap: 10px;
}
.tieuchi{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    row-gap: 50px;
}
.grid_form{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.duan_index{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}
.wrap_dm_pro{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.title-detail h1 {
    font-size: clamp(22px, calc(30/1200*100vw), 30px);
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 0
}

.search-popup {
    position: relative
}
/* .search-popup::after{
    position: absolute;
    content: "";
    left: -40px;
    top: 5px;
    background: url(../images/81.png) no-repeat;
    width: 6px;
    height: 40px;
} */

.search-popup .icon-search {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: var(--color-main);
}

.search-popup .icon-search.active {
    background: #fff;
    color: var(--color-main);
    border: solid 1px var(--color-main)
}
.search-popup .icon-search.active i{
    color: var(--color-main);
}

.search-popup .search-grid {
    position: absolute;
    top: 30px;
    right: 0;
    width: 0;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    display: flex;
    align-items: center
}

.search-popup .search-grid p {
    width: 35px;
    height: 35px;
    cursor: pointer;
    outline: 0;
    border: none;
    margin: 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-main)
}

.search-popup .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 35px;
    outline: 0;
    border: none;
    color: #000;
    font-size: 14px
}

.search-popup .search-grid input::placeholder {
    color: #ccc
}
.product-item{
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #B9D3DB;
    background: #FFF;
    padding: 30px;
}

.product-item:hover .product-item__pic{

}
.zalo_pro{
    color: #fff;
    background: #0a22a4;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.zalo_pro:hover{
    background: #262626;
    color: #fff;
}
.zalo_pro b{
    color: var(--color-main);
    font-size: 18px;
}
.product-item a {
    display: block;
    position: relative
}

.product-item__pic {
    overflow: hidden;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.product-item__pic:after{
    /* position: absolute;
    right: 10px;
    bottom: 10px;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/cong.png) no-repeat top left; */
}
.xemthem_pro{
    color: #fff;
    font-size: 16px;
    display: inline-block !important;
    padding: 10px 20px;
    background: var(--color-main);
    border-radius: 50px;
font-family: var(--font-main);
}
.xemthem_pro:hover{
    background: linear-gradient(135deg, #FFDF8C, #AC7A00);
    color: #fff;
}
.product-item__info {
    color: #1e1e1e;
    background: #fff;
    text-align: center;
    margin-top: 10px;

}
.product-item__info:hover {
}
.product-item__info:hover .product-item__name{
}

.product-item__name {
    -webkit-line-clamp: 2;
    transition: .2s ease-in-out;
    margin-bottom: 10px;
    color: var(--color-main);
    font-family: SVNPoppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
}
.product-item__name:hover {
    color: #000;
}
.mota_pro{
    margin-bottom: 20px;
}
.mota_pro ul{
    padding: 0px;
    margin: 0px;
}
.mota_pro ul li{
    position: relative;
    padding-left: 20px;
    list-style: none;
}
.mota_pro li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00d3f2;
}
.lienhe_pro{
    background: linear-gradient(to right, #00B8DB, #155DFC);
    border-radius: 10px;
    color: #fff;
    display: block;
    padding: 6px 0px;
    font-weight: 500;
    text-align: center;
}
.lienhe_pro:hover{
    background: linear-gradient(to right, #FDC700, #F0B100);
    color: #000;
}
.product-item a:hover .product-item__name {

}

.product-item__price--new {
    font-size: clamp(14px, calc(15/1200*100vw), 15px);
    font-weight: 700;
    color: var(--color-main)
}

.product-item__price--old {
    margin: 0 8px;
    font-size: clamp(12px, calc(13/1200*100vw), 13px);
    color: #6c757d;
    text-decoration: line-through
}

.product-item__price--per {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--color-main);
    font-size: 11px;
    border-radius: 20px;
    padding: 3px 10px;
    gap: 5px
}

.splide.procategory:not(.is-overflow) .splide__list {
    justify-content: center
}

.notify-phone {
    animation: notifyPhone 1s infinite ease-in-out
}
.facebook-wrap{
    background: #FFFBE7;
    padding: 60px 0px;
}
.box_binhluan{
    max-width: 80%;
    margin: auto;
}

#thumbnail-carousel .splide__slide {
  cursor: pointer;
  transform: scale(0.8);
  transition: 0.3s;
  border-radius: 50%;
}
.thumb-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
#thumbnail-carousel .splide__slide.is-active {
  opacity: 1;
  transform: scale(1.05);
  padding: 10px; /* độ dày viền */
  background: linear-gradient(180deg, #9CC041, #00984A);
  border:none;
}
#thumbnail-carousel .splide__slide {
  transform: scale(0.8);
  transition: 0.3s;
}
#thumbnail-carousel {
}

#thumbnail-carousel .splide__track {
  overflow: hidden;
}

#thumbnail-carousel .splide__list {
  align-items: center;
  padding: 10px !important;
}

#thumbnail-carousel .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.75);
  transition: 0.3s;
}
.bluan{
    margin-top: 30px;
}
.bl_item{
    text-align: center;
}
.bl_item b{
    display: block;
    font-weight: 700;
    font-family: var(--font-main);
    color: var(--color-main);
    margin-bottom: 10px;
    font-size: 20px;
}
.bl_item span{
    font-size: 15px;
    color: #000;
    font-family: var(--font-main);
}

@keyframes notifyPhone {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.category-nav {
    margin-bottom: 30px
}

.category-nav__item {
    font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px);
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding-block: 7px;
    padding-inline: clamp(10px, calc(20 / 1200 * 100vw), 20px);
    transition: .2s;
    background-color: #f38f9d;
    border-radius: 50px;
}

.category-nav__item.active,.category-nav__item:hover {
    background:var(--color-main);
    color: #fff
}
.news-item__info_list{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #000000d9;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    padding-top: 10px;
}
.news-item__info_list a h3{
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    display: block;
    font-family: SVNPoppinsB;
    font-size: 15px;
}
.news-item__info_list a h3:hover{
    color: #FFF600;
}
.lienketweb {
	position: fixed;
	left: 0px;
	width: 260px;
	bottom: -260px;
	z-index: 999998;
	background: url(../images/hotline.png) no-repeat left top;
	
	min-height: 295px;
}
.in_lienketweb{
	width: 250px;
	min-height: 230px;
	margin: 35px 0px 0 0px;
	padding: 0 0 0 30px;
	background: #fff;
}
.p_lienketweb {
	padding: 2px 20px;
		margin: 0;
		position:absolute;
		top:10px;
		left:0px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		/* background: #1053be; */
}

.in_lienketweb{
	position: relative;
	
}

.in_lienketweb img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
}
.main-widget {
    position: fixed;
    right: 14px;
    bottom: 20px;
    z-index: 99;
    top: auto !important;
    display: none !important;
}

@media (max-width: 767px) {
    .main-widget {
        bottom: 85px
    }
}

.main-widge .img svg {
    width: 100%;
    height: 100%
}

.main-widget .img {
    width: 25px;
    height: 25px
}

.main-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-bottom: 5px
}

.main-icon p {
    font-size: 10px;
    color: #fff;
    margin: 0
}

.out-circle {
    overflow: hidden;
    padding: 17px;
    border-radius: 100%;
    background: var(--color-main);
    width: 60px;
    height: 60px
}

.main-icon {
    line-height: 0;
    color: #fff;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.main-icon i {
    width: 26px;
    height: 26px;
    transform: translateX(2px)
}

.ser-icon {
    display: inline-flex;
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 0;
    padding: 10%;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    border-radius: 100%;
    color: var(--color-main);
    width: 70%;
    height: 70%;
    margin: 15%;
    transition: .2s all
}

.unsee {
    opacity: 0;
    transform: scale(0)
}

.process {
    display: inline-flex;
    transform: translateX(0);
    transition: .15s linear transform;
    line-height: 0
}

.ser-icon .item {
    margin-right: 40px;
    width: 30px;
    height: 30px;
    color: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center
}

.ser-icon .item svg {
    width: 25px;
    height: 25px;
    color: var(--color-main)
}

.ser-icon i:nth-child(2n) {
    color: #000
}

.def-content {
    position: absolute;
    bottom: 62px;
    right: 0;
    background: #fff;
    border-radius: 8px;
    transition: .2s all;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    width: 300px;
    z-index: 1
}

.def-content:before {
    position: absolute;
    bottom: -8px;
    right: 22px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: ''
}

.def-content .def-header {
    background: var(--color-main);
    padding: 10px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 700
}

.def-content .def-header .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    left: initial;
    padding: 0;
    margin: 0;
    border: 0 none;
    background: 0 0;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    background: var(--color-main);
    border-radius: 50%;
    text-align: center
}

.def-content .item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    transition: .3s linear all
}

.def-content .item>a .img {
    flex-grow: 0;
    flex: none;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff !important
}

.def-content .item>a .img svg {
    height: 20px;
    width: 20px
}

.def-content .item>a .detail {
    flex-grow: 1;
    line-height: normal
}

.def-content .item>a .detail .arcu-item-title {
    font-weight: 700;
    font-size: 15px;
    display: block;
    line-height: normal;
    color: #000
}

.def-content .item>a .detail .arcu-item-subtitle {
    font-size: 14px;
    color: #787878
}

.def-content .item.phone>a .img {
    background: #4eb625
}

.def-content .item.mess>a .img {
    background: #31adff
}

.def-content .item.zalo>a .img {
    background: #0165f8
}

.def-content .item.map>a .img {
    background: #d94234
}

.def-content .item:last-child {
    margin-bottom: 0
}

.main-widget .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 25px;
    top: 0;
    padding: 10px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: var(--color-main);
    border-radius: 100%;
    transition: .2s all;
    transform: rotate(0);
    cursor: pointer
}

.main-widget .close-icon svg {
    width: 25px;
    height: 25px
}

.close-icon.unsee {
    transform: rotate(180deg)
}

.pregan {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #e53b16;
    z-index: -2;
    border-radius: 100%;
    opacity: .6;
    animation: zoomzoom 3s linear .2s infinite
}

.pregan:nth-child(1) {
    animation-delay: .5s
}

.main-widget .item svg {
    fill: var(--color-main)
}

.def-content .item svg {
    fill: #fff
}

.def-content .item:hover {
    background: #f1f1f1
}

@keyframes zoomzoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1.2)
    }
}

.scrollToTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 98;
    top: auto;
    width: 40px;
    height: 40px;
    display: flex;
    background: 0 0;
    text-decoration: none;
    transition: all .3s ease-out 0s;
    transform: translateY(-20px);
    background-color: color-mix(in srgb, var(--color-main) 10%, #fff);
    border-radius: 7px;
    cursor: pointer
}

@media (max-width: 870px) {
    .scrollToTop {
        bottom: 140px
    }
}

.scrollToTop svg {
    width: 100%;
    height: 100%;
    transform: rotate(270deg)
}

.scrollToTop svg path {
    stroke: var(--color-main)
}

.scrollToTop:hover {
    background: var(--color-main)
}

.scrollToTop:hover svg path {
    stroke: color-mix(in srgb, var(--color-main) 10%, #fff)
}
.news-item{
    position: relative;
}
.news-item a {
    display: block;
    position: relative
}

.news-item__pic {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 10px
}

.news-item__date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-main);
    padding: 5px;
    border-radius: 10px 0 10px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600
}
.ngaydang{
    color: #333333;
    font-family: var(--font-main);
}
.ngaydang b{
    font-size: 26px;
    font-weight: 600;
}
.ngaydang span{
    font-size: 14px;
    font-family: var(--color-main);
    color: #ccc;
    background: url(../images/ngay.png) no-repeat left center;
    padding-left: 20px;
}
.ngaydang i{
    font-size: 14px;
    font-style: normal;
    background: #1f2536;
    display: block;
    width: 100%;
    padding: 3px 0px;
    color:#787878 ;
    text-align: center;
    letter-spacing: 5px;
}
.news-item-index1__pic{
    overflow: hidden;
    border-radius: 20px;
}
.news-item__info {
    padding-top: 10px;
}
.news-item__info span{
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    color: #031127;
}
.news-item__name {
    font-size: clamp(15px, calc(16/1200*100vw), 22px);
    margin-bottom: 7px;
    transition: .2s;
    color:var(--color-main);
    -webkit-line-clamp: 2 !important;
    font-weight: 600;
    font-family: SVNPoppinsB;
}

.news-item__name:hover {
    color:#000;
}

.news-item__desc {
    -webkit-line-clamp: 2 !important;
    line-height: 20px;
    margin-bottom: 20px;
    word-break: break-word
}
.news-item__info b{
    color: #08ADED;
}
.xemchitiet{
    color: var(--color-main);
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 600;
    border:1px solid var(--color-main);
    border-radius: 50px;
    margin-top: 50px;
}
.xemchitiet span{
    display: inline-block;
    margin-left: 10px;
}
.xemchitiet:hover{
    color: #0F3D25;
    border:1px solid #0F3D25;
}

.items_dichvu .news-item__info{
    width: 90%;
    margin: auto;
    background: #fff;
    box-shadow: -1px 1px 10px 0px #ccc;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}
.news-item__next {
    font-weight: 600;
    color: var(--color-text);
    transition: .2s
}

.news-item a:hover .news-item__next {
    color: var(--color-main)
}
.tieuchi .splide__arrows, .news_index .splide__arrows, dm_pro{
    display: none !important;
}

.splide__arrow {
    background: color-mix(in srgb, var(--color-main) 10%, #fff) !important;
    
    border-radius: 50% !important; 
    transition: .2s;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important
}

.splide__arrow--prev {
    left: -20px;
}

.splide__arrow--next {
    right: -20px;
}

.splide__arrow svg {
    fill: var(--color-main) !important;
    width: 25px;
    height: 25px;
    transition: .2s 
}

.splide__arrow:hover {
     background: var(--color-main) !important;
}

.splide__arrow:hover svg {
    fill: color-mix(in srgb, var(--color-main) 10%, #fff) !important
}
.quangcao-wrap{
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

#footer-map {
    overflow: hidden
}

#footer-map iframe {
    display: block;
    width: 100%;
    height: 400px
}
.dichvu-wrap{
    padding: 60px 0;
    background: url(../images/dich_vh.png) no-repeat bottom center;
    background-size: cover;
}
.wrap-about{
    padding: 60px 0;
    background: #F2F2F2;
}
.newsnb-wrap{
    background: #fff;
    padding: 40px 0px;
}
.doitac-wrap{
    padding: 60px 0px;
    background: url(../images/bg_doitac.png) no-repeat top center;
}

.footer-article {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #012583 url(../images/bg_footer.png) no-repeat top center;
    background-size: cover;
    padding: 72px 0 54px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1.02fr 1.28fr .9fr;
    grid-template-areas:
        "brand policy support stats"
        "company newsletter video video";
    gap: 45px 62px;
    align-items: start;
}

.footer-brand {
    grid-area: brand;
}

.footer-logo {
    display: inline-flex;
    width: 352px;
    max-width: 100%;
    margin-bottom: 28px;
}

.footer-logo img {
    width: 100%;
    height: auto !important;
}

.footer-desc {
    max-width: 418px;
    color: #fff;
    font-family: var(--font-main);
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.footer-block {
    color: #fff;
}

.footer-policy {
    grid-area: policy;
}

.footer-support {
    grid-area: support;
}

.footer-stats {
    grid-area: stats;
}

.footer-company {
    grid-area: company;
    max-width: 620px;
}

.footer-newsletter {
    grid-area: newsletter;
}

.footer-video {
    grid-area: video;
    max-width: 366px;
}

.footer-title {
    display: block;
    position: relative;
    width: max-content;
    min-width: 223px;
    padding-bottom: 16px;
    margin: 0 0 22px;
    color: #fff;
    font-family: SVNPoppinsB, var(--font-main);
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 223px;
    height: 1px;
    background: linear-gradient(90deg, #00c3fe 0%, rgba(0, 195, 254, 0) 100%);
}

.footer-list,
.footer-stat-list,
.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list li,
.footer-stat-list li {
    position: relative;
    padding-left: 16px;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
}

.footer-list li::before,
.footer-stat-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}

.footer-list a,
.footer-contact a {
    color: #fff;
    transition: color .2s;
}

.footer-list a:hover,
.footer-contact a:hover {
    color: #00c3fe;
}

.footer-stat-list li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    min-width: 188px;
}

.footer-stat-list strong {
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 400;
    text-align: right;
}

.footer-contact li {
    position: relative;
    padding-left: 28px;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
}

.footer-contact li::before {
    position: absolute;
    content: "\f178";
    left: 0;
    top: 0;
    color: #fff;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 900;
}

.footer-map-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 320px;
    max-width: 100%;
    min-height: 56px;
    margin-top: 22px;
    border-radius: 4px;
    background: #1288ef;
    color: #fff;
    font-family: SVNPoppinsB, var(--font-main);
    font-size: 15px;
    line-height: 24px;
    transition: background .2s;
}

.footer-map-btn:hover {
    background: #00a3ff;
    color: #fff;
}

.footer-newsletter p {
    margin: 0 0 10px;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
}

.footer-form label {
    display: block;
    margin: 0;
    border-bottom: 1px solid #234aaf;
}

.footer-form span {
    display: none;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
}

.footer-form input {
    width: 100%;
    height: 50px;
    min-height: 50px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    outline: none;
}

.footer-form input::placeholder {
    color: #fff;
    opacity: 1;
}

.footer-form button {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 0 auto;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: SVNPoppinsB, var(--font-main);
    font-size: 15px;
    line-height: 50px;
    cursor: pointer;
}

.footer-form button i {
    font-size: 17px;
}

.footer-video-thumb {
    position: relative;
    display: block;
    width: 366px;
    max-width: 100%;
    aspect-ratio: 366 / 230;
    overflow: hidden;
    border-radius: 4px;
    background: url(../images/bg_footer.png) no-repeat center;
    background-size: cover;
}

.footer-video-thumb::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(18, 136, 239, .12);
}

.footer-video-thumb span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.footer-copyright {
    grid-area: copy;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.footer-copyright strong {
    font-family: SVNPoppinsB, var(--font-main);
    font-weight: 700;
}

@media (max-width: 1199px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "brand brand"
            "policy support"
            "stats stats"
            "company company"
            "newsletter video"
            "copy copy";
        gap: 34px;
    }

    .footer-stat-list {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .footer-article {
        padding: 48px 0 36px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "brand"
            "policy"
            "support"
            "stats"
            "company";
        gap: 28px;
    }

    .footer-logo {
        width: 260px;
        margin-bottom: 20px;
    }

    .footer-desc,
    .footer-contact li,
    .footer-list li,
    .footer-stat-list li,
    .footer-newsletter p,
    .footer-copyright {
        font-size: 14px;
    }

    .footer-desc {
        line-height: 26px;
    }

    .footer-title {
        min-width: 190px;
        font-size: 16px;
    }

    .footer-title::after {
        width: 190px;
    }

    .footer-contact li,
    .footer-list li,
    .footer-stat-list li {
        line-height: 34px;
    }

    .footer-list li::before,
    .footer-stat-list li::before {
        top: 15px;
    }

    .footer-map-btn {
        width: 100%;
    }
}
.tag_content a{
    background: #55C78C;
    border-radius: 30px;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 10px;
}
.tag_content a:hover{
    background: #FFDF8C;
    color: #000;
}
.kh-wrap{
    margin: auto;
    padding: 60px 0px;
    background: url(../images/bg_kh.png) no-repeat top center;
    background-size: cover;
}
.kh-item{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.kh-item__desc{
    margin-top: 10px;
}
.gap50{
    gap: 50px;
}
.gap30{
    gap: 30px;
}
.gap20{
    gap: 20px;
}
.kh-item__info{
    margin-top: 10px;
}
.kh-item__name{
    font-size: 16px;
    color: var(--color-main);
    margin-bottom: 5px;
    text-transform: uppercase;
}
.kh-item__pic{
    width: 84px;
    height: 84px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: -1px 1px 8px 3px #ebe1e1;
}
.kh-item__pic img{
    border-radius: 50%;
}
.form-group,
.form-group-select {
    position: relative;
    margin-bottom: 15px
}

.form-group input,
.form-group textarea {
    width: 100%;
    font-size: 14px;
    transition: .1s ease;
    resize: vertical;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 5px;
    border: 1px solid var(--color-main)
}
.form-group textarea {
    height: 105px !important;
}
.form-group.novalidate input,
.form-group.novalidate textarea {
    border: 1px solid #e2e2e2 !important
}

.form-group input {
    height: 45px
}

.form-group input.date-picker {
    padding-right: 35px
}

.form-group input:hover,
.form-group textarea:hover {
    border-color: #7799d0 !important
}

.form-group label,
.form-group-select>label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    color: #777;
    transition: .1s ease;
    pointer-events: none;
    background-color: transparent;
    margin: 0;
    line-height: 1.5
}

.form-group>span {
    position: absolute;
    right: 12px;
    top: 12px;
    transition: .1s ease;
    pointer-events: none;
    display: inline-block;
    max-width: 20px
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--main-color);
    outline: 0
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label,
.form-group-select>label {
    top: -10px;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    left: 8px;
    transform: none
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    content: attr(title);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.modal {
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.7);
}

.modal-header {
    border-bottom: 1px solid #d1d5db;
    background: rgba(249, 250, 251, .6)
}

.modal-title {
    font-weight: 600;
    letter-spacing: .05em;
    color: #111827
}

.modal-footer {
    border-top: 1px solid #d1d5db;
    background: rgba(249, 250, 251, .6)
}

.modal-btn--close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: red;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%
}

.invalid-feedback {
    font-size: 13px
}

.form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.form-btn--submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: clamp(14px, calc(16/1200*100vw), 16px);
    text-transform: uppercase;
}
.form-btn--submit:hover {
    background: #333;
}

.breadCrumbs {
    background: color-mix(in srgb, var(--color-main) 10%, #fff);
    margin-bottom: 30px;
    display: none;
}

.breadcrumb {
    gap: 10px;
    padding: 10px 0 !important
}

.breadcrumb li {
    display: flex;
    align-items: center;
    gap: 15px
}

.breadcrumb li a {
    flex: 1 1 0%;
    color: #666;
    transition: .2s;
}

.breadcrumb li a:hover {
    color: var(--color-main)
}

.breadcrumb li.active a {
    font-weight: 500;
    color: var(--color-main)
}

.breadcrumb li svg {
    width: 7px;
    color: #666;
    margin-top: 2px
}

.box-toc {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 2rem;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.box-toc__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #f8fafc;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    user-select: none
}

.box-toc__header:hover {
    background: #f1f5f9
}

.box-toc__title {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px
}

.box-toc__title i {
    font-size: 20px
}

.box-toc__toggle-icon {
    color: #64748b
}

.box-toc__body {
    max-height: 0;
    overflow: hidden
}

.box-toc--open .box-toc__body {
    max-height: 1000px;
    border-top: 1px solid #e2e8f0
}

.box-toc--open .box-toc__toggle-icon {
    transform: rotate(180deg)
}

.box-toc__list {
    list-style: none;
    padding: 12px 0;
    margin: 0
}

.box-toc__item {
    margin: 0;
    position: relative
}

.box-toc__link {
    display: block;
    padding: 8px 20px;
    color: #64748b;
    text-decoration: none;
    font-size: .95rem;
    line-height: 1.5;
    border-left: 3px solid transparent
}

.box-toc__link:hover {
    color: var(--color-main) !important;
    background: #eff6ff !important
}

.box-toc__link--active {
    color: var(--color-main);
    font-weight: 600;
    background: #eff6ff;
    border-left-color: var(--color-main)
}

.box-toc__item--h2 .box-toc__link {
    padding-left: 10px;
    font-weight: 600;
    color: #334155;
    font-size: 15px
}

.box-toc__item--h3 .box-toc__link {
    padding-left: 20px;
    font-size: 14px
}

.box-toc__item--h4 .box-toc__link {
    padding-left: 30px;
    font-size: 13px;
    font-style: italic
}

.content-main {
    line-height: 26px
}

.content-main h1 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px
}

.content-main h2 {
    margin: 20px 0;
    font-size: 19px
}

.content-main h3 {
    margin: 15px 0 20px;
    font-size: 17px
}

.content-main h4 {
    margin: 10px 0 20px;
    font-size: 15px
}

.content-main table {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 13px
}

.content-main table th {
    background: #444;
    color: #fff;
    text-align: center;
    padding: 12px 7px
}

.content-main table tr td {
    padding: 10px 7px
}

.content-main tr:nth-child(even) {
    background: #f4f4f4
}

.content-main tr:nth-child(odd) {
    background: #fff
}

/* .content-main ol,
.content-main ul {
    list-style-type: disc;
    margin: 10px 0
} */

.content-main ol li,
.content-main ul li {
    margin-bottom: 10px
}

.content-main a {
    color: #05f;
    font-weight: 700;
    display: contents
}

.content-main iframe {
    width: 100% !important;
    display: block;
    margin: 10px auto 20px
}

.content-main tr:nth-child(even) {
    background-color: #f2f2f2
}

.content-main tr:hover {
    background-color: #ddd
}

.content-main th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--color-main);
    color: #fff
}

.content-main td,
.content-main th {
    border: 1px solid #ddd;
    padding: 8px
}

.content-main figcaption {
    text-align: center
}

.content-main a img {
    max-width: 100%;
    height: auto !important
}

.content-main blockquote {
    border-left: solid 3px #ccc;
    padding-left: 20px;
    margin-left: 20px;
    font-style: italic
}

.skeleton-item {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05)
}

.skeleton-box {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    border-radius: 4px
}

.skeleton-img {
    width: 100%;
    margin-bottom: 10px
}

.skeleton-title {
    height: 20px;
    width: 80%;
    margin-bottom: 8px
}

.skeleton-price {
    height: 20px;
    width: 50%
}

@keyframes shine {
    to {
        background-position-x: -200%
    }
}

.ggdich-box {
    position: relative;
    display: inline-block
}

.ggdich-box__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    color: inherit
}

.ggdich-box__icon {
    margin-right: 6px
}

.ggdich-box__dropdown {
    position: absolute;
    z-index: 15;
    top: 100%;
    left: 0;
    margin-top: 10px;
    min-width: 150px;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.ggdich-box__item {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    margin-bottom: 10px;
    transition: color .2s
}

.ggdich-box__item:last-child {
    margin-bottom: 0
}

.ggdich-box__item:hover {
    color: #c0392b
}

.ggdich-box__flag {
    margin-right: 7px;
    display: inline-block;
    max-width: 22px
}

.ggdich-box__flag img {
    width: 100%;
    display: block
}
.slogan {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #fff;
}

.sidebox-group {
    position: sticky;
    top: 60px;
    border: 1px solid #dee2e6;
    border-radius: clamp(5px, calc(10/1200*100vw), 10px);
    padding: clamp(10px, calc(15/1200*100vw), 15px)
}

.sidebox-group__header {
    display: flex;
    font-size: clamp(15px, calc(16/1200*100vw), 16px);
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    padding: 0 0 8px;
    border-bottom: .5px dashed #ebe0e0;
    margin-bottom: 10px
}

.sidebox-group__icon {
    font-size: 22px
}

.sidebox-group__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebox-group__item {
    position: relative
}

.sidebox-group__link {
    color: #252a2b;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    transition: .3s;
    padding: 5px 0
}

.sidebox-group__item--has-child>.sidebox-group__link {
    padding-right: 30px
}

.sidebox-group__link--active,
.sidebox-group__link:hover {
    color: var(--color-main) !important
}

.sidebox-group__toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
    display: none
}

.sidebox-group__item--has-child .sidebox-group__toggle {
    display: block
}

.sidebox-group__toggle:hover {
    border: 1px solid #e7e7e7
}

.sidebox-group__toggle::after,
.sidebox-group__toggle::before {
    background: rgba(9, 9, 9, .6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    transition: all .25s linear
}

.sidebox-group__toggle::before {
    width: 9px;
    height: 1px;
    transform: translateY(-50%)
}

.sidebox-group__toggle::after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform: translateY(-50%) scale(1, 1)
}

.sidebox-group__item.opened>.sidebox-group__link .sidebox-group__toggle::after {
    transform: translateY(-50%) scale(1, 0)
}

.sidebox-group__sublist {
    margin: 0;
    padding-left: 10px;
    list-style: none;
    display: none
}

.prodetail {
    display: block;
    width: 100%
}

.prodetail__header {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 15px
}

.prodetail__gallery {
    position: relative;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.review-box{
    margin-top: 20px;
}

.prodetail__info {
    position: relative;
}

.prodetail__thumb {
    margin-bottom: 10px;
    border: solid 1px #eee;
    background: #fff;
    border-radius: 10px;
    overflow: hidden
}

.prodetail__nav .splide__slide {
    opacity: .6;
    transition: opacity .3s;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}

.prodetail__nav .splide__slide.is-active {
    opacity: 1;
    border: solid 1px var(--color-main) !important;
    overflow: hidden;
}

.prodetail__title {
    font-size: clamp(20px, calc(25/1200*100vw), 25px);
    font-weight: 700;
    margin-bottom: 10px
}

.prodetail__option {
    margin: 15px 0;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.prodetail__option li span {
    color: var(--color-main)
}

.prodetail__social {
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px
}

.prodetail__social-title {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap
}

.prodetail__price {
    margin: 15px 0;
    font-size: clamp(14px, calc(15/1200*100vw), 15px)
}

.prodetail__price-new {
    font-size: clamp(18px, calc(24/1200*100vw), 24px);
    font-weight: 700;
    color: #d0021b
}

.prodetail__price-old {
    text-decoration: line-through;
    color: #888;
    margin: 0 10px
}

.prodetail__price-discount {
    background: #d0021b;
    color: #fff;
    padding: 2px 3px;
    border-radius: 5px;
    font-size: 11px;
    position: relative
}

.prodetail__price-discount::before {
    content: "";
    border-right: 6px solid #d0021b;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translate(0, -50%)
}

.prodetail__qty-group {
    margin: 20px 0;
    display: flex;
    align-items: center
}

.prodetail__qty-group label {
    font-weight: 600;
    margin-right: 15px
}

.prodetail__qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: hidden
}

.prodetail__qty-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f3f3f3;
    transition: .2s
}

.prodetail__qty-btn:hover {
    background: #eee
}

.prodetail__qty-btn svg {
    width: 14px;
    height: 14px
}

.prodetail__qty-input {
    width: 60px;
    height: 35px;
    border: none;
    text-align: center;
    outline: 0;
    -moz-appearance: textfield;
    border-left: solid 1px #dadada;
    border-right: solid 1px #dadada
}

.prodetail__qty-input::-webkit-inner-spin-button,
.prodetail__qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.prodetail__desc {
    margin: 20px 0
}

.prodetail__actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 20px 0
}

.gallery {
    display: grid;
  grid-template-columns: repeat(12, 1fr); /* nâng lên 12 cột */
  gap: 10px;
}

/* ảnh lớn */
.gallery .item-big {
  grid-column: span 6;
  grid-row: span 2;
}

/* bên phải */
.gallery .item:nth-child(2),
.gallery .item:nth-child(3),
.gallery .item:nth-child(4),
.gallery .item:nth-child(5) {
  grid-column: span 3;
}

/* hàng dưới (3 ảnh đều nhau) */
.gallery .item:nth-child(6),
.gallery .item:nth-child(7),
.gallery .item:nth-child(8) {
  grid-column: span 4; /* 12 / 3 */
}
.gallery .item {
  border-radius: 10px;
  overflow: hidden;
}

.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grid_hinhanh{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.item_doitac{
    background: #fff;
    padding: 10px 5px;
}
.dknt-wrap{
    background: #f2f2f2 url('../images/dknt.png') no-repeat bottom center;
    padding: 50px 0px;
    background-size: cover;
}
.dknt_index{
    background: #fff;
    width: 51%;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 2px 1px #ccc;
}
.grid_doitac{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.doitacnb a{
    text-align: center;
}
.grid_doitac .box_doitac{
    border-radius: 20px;
    background: #fff;
    border:1px solid var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 370px;
}
.box_hinhanh1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.box_qr{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 20px;
    background: #fff;
}
.box_face{
    border-radius: 20px;
    background:var(--color-main);
    padding: 10px;
    height: 100%;
    padding-top: 30px;
}
.grid_taisao{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;

}
.ts-item{
    /* text-align: left;
    gap: 10px;
    padding: 0px 20px;
    fill: #FFF;
    stroke-width: 1px;
    stroke: var(--bg, #FFF);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.10)); */
}

.service-card {
  position: relative;
  width: 620px;
  padding-top: 115px;
  text-align: center;
}

.card-content {
  background: #fff;
  border-radius: 24px;
  padding: 150px 50px 60px;
  color: #222;
}

.card-content h3 {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -1px;
}

.card-content p {
  margin: 0 auto;
  max-width: 500px;
  font-size: 28px;
  line-height: 1.7;
  color: #6d6d6d;
}

.icon-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 230px;
  height: 230px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #26313d;
  z-index: 2;
}

.icon-wrap::before,
.icon-wrap::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 4px solid #ef2a24;
  border-top-color: transparent;
}

.icon-wrap::after {
  inset: 30px;
  border-width: 3px;
}

.icon-circle {
  position: absolute;
  inset: 35px;
  border-radius: 50%;
  background: #ed2924;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
}

.border_right{
    border-right: 1px solid #f48f9d;
}
.img-flex{
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.tieuchi-wrap .splide__slide{
    padding-top: 50px;
}
.ts-item{
    background: #fff;
    flex-direction: column;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 30px;
}
.ts-item::before{

}
.ts-item__pic{
    width: 108px;
    height: 94px;
    background: url(../images/bg_icon.png) no-repeat top left;
    margin-top: -48px;
}
.ts-item__pic a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;
}
.ts-item__name{
    color: #0D1951;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-family: var(--font-main);
    margin-top: 20px;
    -webkit-line-clamp: 1;
}
.ts-item__desc{
    font-size: 14px;
    color:var(--color-main) ;
    line-height: 25px;
    -webkit-line-clamp: 3;
}
.duan-wrap{
    padding: 50px 0px;
    background: #f8f8f8;
    margin-bottom: 50px;
}
.taisao-wrap{
    padding: 50px 0px;
    background: url(../images/bg_visao.png) no-repeat top center;
    background-size: cover;
}
.btn-primary1{
    background: var(--color-main);
    text-transform: uppercase;
    font-family: SVNPoppinsB;
    color: #fff;
}
.btn-primary1:hover{
    color:#1f8cc2;
}
.video-wrap{
    width: 100%;
}
.list-translate{
}
.box_solang a{
    margin-left: 5px;
    color: var(--color-main);
    font-size: 15px;
}
.product-wrap{
    padding-bottom: 50px;
}
.product-wrap .title-main span,.product-wrap .title-main h2{
}
.taisao-wrap .taisao_index{
}
.taisao-wrap .title-main p{
    color: #fff;
}
.taisao-wrap .title-main h2{
    color: #FFF600;
}

.doitac-wrap .title-main *{
    color: #fff;
}
.doitac-wrap .title-main{
   
} 
.doitac_index{
    margin-bottom: 50px;
}

.w30{
    width: 30%;
}
.w40{
    width: 40%;
}
.prodetail__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-block: clamp(7px, calc(10/1200*100vw), 10px);
    border: solid 1px #333;
    border-radius: 4px;
    font-size: clamp(14px, calc(15/1200*100vw), 15px);
    transition: all .3s;
    text-decoration: none;
    min-height: 45px;
    cursor: pointer
}

.prodetail__btn:hover {
    color: #fff !important;
    background: color-mix(in srgb, var(--color-main) 70%, #000) !important
}

.prodetail__btn--add {
    color: #d0021b;
    background: #fff;
    border-color: #d0021b
}

.prodetail__btn--buy {
    color: #fff;
    background: #d0021b;
    border-color: #d0021b
}

.prodetail__btn--hotline {
    color: #fff !important;
    background: var(--color-main);
    border-color: var(--color-main)
}

.prodetail__btn--zalo {
    color: #fff !important;
    background: #0068ff;
    border-color: #0068ff;
    padding: 5px 10px;
    text-align: left;
    justify-content: flex-start
}

.prodetail__btn-text {
    font-weight: 500;
    text-transform: uppercase
}

.prodetail__btn-subtext {
    display: block;
    font-size: 13px;
    font-weight: 300;
    text-transform: none
}

.prodetail__tab-header {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding: 0;
    list-style: none
}

.prodetail__tab-header li {
    padding: 10px 0;
    font-size: clamp(14px, calc(18/1200*100vw), 18px);
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: color .3s
}

.prodetail__tab-header li:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-main);
    transition: width .3s
}

.prodetail__tab-header li.active {
    color: var(--color-main)
}

.prodetail__tab-header li.active:after {
    width: 100%
}

.prodetail__tab-body {
    display: none
}

.prodetail__tab-body[x-show] {
    display: block
}

.prodetail__related {
    margin-top: 40px
}
.color_trang{
    
}

.prodetail__related-title h2 {
    font-size: clamp(18px, calc(24/1200*100vw), 24px);
    font-weight: 700;
    margin-bottom: 20px;
    border-left: 4px solid var(--color-main);
    padding-left: 10px;
    color: var(--color-main);
}

.prodetail__related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px
}

.prodetail__attribute {
    margin-bottom: 20px
}

.prodetail__attribute-label {
    display: block;
    font-size: clamp(14px, calc(16/1200*100vw), 16px);
    font-weight: 700;
    margin-bottom: 10px
}

.prodetail__attribute-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px
}

.prodetail__attribute-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 5px 12px;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff;
    color: #111;
    font-size: clamp(12px, 1.5vw, 14px);
    cursor: pointer;
    overflow: hidden
}

.prodetail__attribute-btn:hover {
    border-color: var(--color-main)
}

.prodetail__attribute-btn.active {
    border-color: var(--color-main);
    color: var(--color-main)
}

.prodetail__attribute-check {
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    width: 20px;
    height: 20px;
    display: none;
    align-items: flex-end;
    justify-content: flex-end;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    color: #fff;
    background-color: var(--color-main)
}

.prodetail__attribute-btn.active .prodetail__attribute-check {
    display: flex
}

.contact-flex {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 20px
}

.contact-map {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px
}

.contact-map-footer {
    position: relative;
    overflow: hidden;
    padding: 0px 2%;
}

.contact-map-footer iframe {
    width: 100%;
    height: 490px;
}

.contact-form {
    margin-top: 20px;
    /* background: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px */
}

.contact-input {
    margin-bottom: 10px
}

.contact-input input,
.contact-input textarea {
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    text-indent: 0;
    color: #000;
    font-size: 13px;
    min-height: 40px
}

/* Sort */
.sort-select {
	display: flex;
	justify-content: end;
	margin: 20px 0px;
	position: relative;
}

.sort-select .click-sort {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	padding: 6px 10px 6px 8px;
	margin: 0px;
}

.sort-select-main {
	display: grid;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
	position: absolute;
	padding: 0 7px;
	top: 30px;
	right: 0;
	width: 160px;
	z-index: 2;
}

.sort-select-main p {
	border-bottom: 1px solid #f1f1f1;
	margin: 0px;
	order: 2;
}

.sort-select-main p:has(.check) {
	order: 1;
}

.sort a {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	padding: 11px 3px;
	display: block;
	cursor: pointer;
}

.sort a.check i {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 16px;
	border: 2px solid transparent;
	border-radius: 100px;
	vertical-align: middle;
}

.sort a.check i::after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: -4px;
	width: 6px;
	height: 10px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	transform-origin: bottom left;
	transform: rotate(45deg);
}

.sort-select .sort-show {
	padding-right: 12px;
	position: relative;
}

.sort-select .sort-show::before {
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333;
	content: '';
	height: 0;
	position: absolute;
	top: 6px;
	right: 0;
	width: 0;
}
/* About */
.wrap-danhmuc{
    padding: 60px 0px;
    margin: auto;
}
.flex-about {
	display: flex;
    
}
.wrap-about .wrap-content1{
    position: relative;
}
/* .wrap-content1::before{
    position: absolute;
    bottom: -100px;
    right: -280px;
    width: 250px;
    content: "";
    background: url(../images/cay.png) no-repeat top left;
    height: 288px;
    pointer-events: none;
    animation: floatTree 2s ease-in-out infinite;
} */
@keyframes floatTree {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
/* .wrap-content1::after{
    position: absolute;
    top: 50px;
    right: -250px;
    width: 129px;
    content: "";
    background: url(../images/la.png) no-repeat top left;
    height: 103px;
}
.photo-about::before{
    position: absolute;
    top: 50px;
    left: -150px;
    width: 165px;
    content: "";
    background: url(../images/chim.png) no-repeat top left;
    height: 74px;
    animation: birdFly 6s ease-in-out infinite;
} */
@keyframes birdFly {
    0%   { transform: translate(0, 0) rotate(0deg); }
    25%  { transform: translate(10px, -8px) rotate(2deg); }
    50%  { transform: translate(20px, 0px) rotate(0deg); }
    75%  { transform: translate(10px, 8px) rotate(-2deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}
.logo_xoay{
	text-align: center;
	margin-bottom: 20px;
}
.photo-about p {
    margin-bottom: 0;
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 0px #00872d, 2px -2px 0px #00872d, -2px 2px 0px #00872d, -2px -2px 0px #00872d;
    writing-mode: vertical-lr;
    transform: scale(-1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height:1;
}
.photo-about p span{
	background: #F8F8F8;
	padding: 30px 0;
}
.content-about {
    text-align: left;
    width: 35%;
    position: relative;
}
.content-about::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    right: -40px;
    top: 10%;
    background: #D6D6D6;
}
.content-about::before{
    position: absolute;
    content: "";
    width: 108.8%;
    height: 1px;
    left:0px;
    bottom: 42%;
    background: #D6D6D6;
}
.photo-about {
	width: 65%;
	position: relative;
	z-index: 1;
    align-items: center;
    justify-content: center;
    padding-left: 5%;
}
.photo-about .img{
	/* border-radius:10px;
    position: relative; */
}
.photo-about .img:before{
    /* position: absolute;
    top:-10px;
    left: -10px;
    background:#009EDD;
    width: 150px;
    height: 165px;
    content: '';
    border-radius: 10px; */

}
.title-about a{
    color: var(--color-main);
    font-family: SVNPoppinsB;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}
.title-about a span{
    color: #E1291F;
}
.gap10{
    gap: 10px;
}
.box_img_about{
    position: relative;
}
/* .box_img_about::before{
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    top:0px;
    left: 0px;
    background: #CE3A2E;
    border-radius: 10px;
}
.box_img_about::after{
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    bottom:0px;
    right: 0px;
    background: #CE3A2E;
    border-radius: 10px;
} */
.box_img_about img{
    /* box-shadow: 0px 0px 10px 0px #ccc; */
    transition:.4s ease;
    position: relative;
    z-index: 1;
}
.box_img_about img:hover{
    /* transition:.4s ease;
    transform:
        perspective(1000px)
        rotateY(-25deg)
        rotateX(3deg)
        translateY(20px);

    transform-origin:right center; */
}
.box_about_img_xoay img{
    box-shadow:
        0 25px 40px rgba(0,0,0,.18),
        -10px 10px 25px rgba(0,0,0,.08);
    transform:
        perspective(1000px)
        rotateY(-25deg)
        rotateX(3deg)
        translateY(20px);

    transform-origin:left center;
    transition:.4s ease;
}
.box_about_img_xoay img:hover{
    transform:
        perspective(1000px)
        rotateY(-10deg)
        rotateX(1deg)
        translateY(0);

    box-shadow:
        0 35px 50px rgba(0,0,0,.22);
}
.img_xoay{
    position: absolute;
    left: -80px;
    bottom: -80px;
    z-index: 99;
    border-radius: 50%;
}
.photo-about .img img{
    /* position: relative;
    z-index: 9; */
}
.desc_about {
    line-height: 30px;
    margin-bottom: 50px;
	position: relative;
	font-size: 17px;
    color:var(--color-main);
    font-family: var(--font-main);
    margin-top: 10px;
    font-weight: 400;
}
.doitac-item-index__desc{
     color:var(--color-main);
}
.items_hinhanhs{
    position: relative;
}
.items_hinhanhs:hover .scale-img img{
    transition: all .3s;
    transform: scale(1.2, 1.2);
}
.ha-item__info{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.ha-item__info a h3{
    color: #fff;
    font-family: Inter;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0px;
}
.ha-item__info a h3:hover{
    color: var(--color-hover);
}
.ha-item__pic{
    overflow:hidden;
    border-radius: 10px;
}
.tieuchigioithieu{
        margin-top: -180px;
    margin-bottom: 70px;
}
.title-about span{
}
.hover-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.hover-sang {
    position: relative;
    overflow: hidden;
}

.hover-sang:before, .hover-sang:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #fffb;
    z-index: 1;
}

.hover-sang:before {
    top: 0;
    right: 0;
}

.hover-sang:after {
    left: 0;
    bottom: 0;
}

.hover-sang:hover:before, .hover-sang:hover:after {
    width: 100%;
    height: 100%;
    background: #fff0;
    transition: all 0.75s;
}
.title-about {
    font-size: 20px;
    font-weight: 400;
    position: relative;
}
.title-about:before{
    /* position: absolute;
    left: 50%;
    top: -25px;
    width: 79px;
    height: 17px;
    content: "";
    background: url(../images/i11.png) no-repeat top center;
    transform: translateX(-50%); */
}
.title-about:after{
    /* position: absolute;
    left: 50%;
    bottom: -5px;
    width: 79px;
    height: 2px;
    content: "";
    background: url(../images/i12.png) no-repeat top center;
    transform: translateX(-50%); */
}
.title-about i{
    color: var(--color-main);
    display: flex;
    font-family: var(--font-main);
    font-size: 18px;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
}
.title-about span {
}
.title-about span:before{
    /* height: 2px;
    width: 60px;
    content: '';
    background: url(../images/line1.png) no-repeat top left;
    position: absolute;
    left: 20px;
    top: 45%; */

}
.title-about span:after{
    /* height: 2px;
    width: 60px;
    content: '';
    background: url(../images/line1.png) no-repeat top left;
    position: absolute;
    left: 20px;
    top: 45%;
    transform: rotateY(180deg); */

}
.xemtatca a{
    display: flex;
    color: var(--color-main);
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    transition: .2s;
}
.xemtatca a b{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #fff;
    background: var(--color-main);
    border-radius: 50%;
}
.xemtatca a:hover{
}
.xemtatca a span i{
    display: block;
    font-style: normal;
}
.giaiphap-wrap{
    padding: 60px 0px;
}
.gp-item{
    position: relative;
    overflow: hidden;
}
.gp-item__info{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(1, 37, 131, 0.00) 35%, #012583 100%);
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.gp-item__name{
    color: #FFF;
    font-family: SVNPoppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}
.gp-item__name:hover{

}
.title-about h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    color: var(--color-main);
}
.view-about {
	display: inline-block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    padding: 0 20px;
    border: 1px solid transparent;
    background: var(--color-main);
    border-radius: 10px;
    margin-right: 30px;
    min-width: 175px;
}  
.view-about i { margin-right: 5px;}
.view-about:hover{
    color: #08ADEF;
    border: 1px solid #08ADEF;
    background: none;
}
.xemdichvu{
    display: inline-block;
    font-size: 15px;
    color: #08ADEF;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    padding: 0 20px;
    border: 1px solid #08ADEF;
    border-radius: 10px;
     min-width: 175px;
}
.xemdichvu:hover{

    color: #000;
    border: 1px solid transparent;
    background: linear-gradient(to right, #FDC700, #F0B100);
}
.box_so_full{
    gap: 30px;
    margin-top: 50px;
}
.box_so1{
   background: #13182a;
    border: 1px solid #113651;
    border-radius: 10px;
    padding: 20px 30px;
    width: 30%;
    flex-wrap: wrap;
    text-align: center;
}
.box_so1 b{
    color: #08ADEF;
    font-weight: bold;
    display: block;
    font-size: 20px;
}
.box_so1 span{
    color: #99a1af;
    font-size: 14px;
}
.banggia-wrap{
    padding-top: 50px;
    padding-bottom: 50px;
}
.imggt_index{
    position: relative;
}
.imggt_index .box_img_about:nth-child(2){
    position: absolute;
    bottom:-80px;
    right: 0px;
    width: 320px;
    height: 250px;
    border:5px solid #fff;
    overflow: hidden;
}
.imggt_index:before{
    position: absolute;
    content: "";
    left: 50px;
    top: 50px;
    width: 480px;
    height: 370px;
    border:5px solid #d9d9d9;
    background: none;
}
.hinhanh_grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
.dichvu_index{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.grid_news{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.tieuchi_gt{
    display: grid;
     grid-template-columns: repeat(4,1fr);
    gap: 100px;
    margin-top: 50px;
}
.tieuchi_gt-item{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tieuchi_gt-item:nth-child(2),.tieuchi_gt-item:nth-child(3){
    margin-top: 30px;
}
.tieuchi_gt-item__info{
    margin-top: 10px;
}
.tieuchi_gt-item__pic{
    display: flex;
    text-align: center;
    background: var(--color-main);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:5px solid #e899a4;
    align-items: center;
    justify-content: center;
}
.tieuchi_gt-item__name{
    font-size: 16px;
    font-family: var(--font-main);
    font-weight: 600;
}
.splide__slide_news:nth-child(even) .news-item-index {
    flex-direction: row-reverse;
}
.grid_pro{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.grid_pro .product-item:nth-child(3n+1) {
    /* border-left: 1px solid #e9e9e9; */
}
.grid_dichvu{
   display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px; 
}
.dv-item__pic{
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.hotline_gt{
    background: url('../images/bg_hotline.png') no-repeat left center;
    padding-left: 55px;
    margin-left: 50px;
}
.hotline_gt b{
    display: block;
    color: var(--color-main);
}
.dv-item__pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* -webkit-mask-image: url('../images/img_dv.png');
    mask-image: url('../images/img_dv.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center; */
    border-radius: 10px;
}
.dv-item__pic a span{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    background:url('../images/gbt.png') no-repeat top center ;
    transition: transform 0.3s ease; /* hiệu ứng mượt */
}
.dv-item__pic:hover span{
   transform: rotate(90deg); /* xoay nhẹ 15 độ */
}
.dv-item{
border-radius: 10px;
padding: 10px;
border:1px solid #19428080;
background: #fff;
box-shadow: 2px 2px rgba(25, 66, 128, 0.10);
}
.xemthemdv{
    position: relative;
    overflow: hidden;

    display: flex;
    color: #fff !important;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;

    padding: 12px 10px;
    margin-top: 20px;
    max-width: 185px;

    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;

    z-index: 1;
}
.xemthemdv::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('../images/bg_xemthem.png') no-repeat;
    background-size:cover;
    z-index:-1;

    transform:translateX(0);
    transition:transform .5s ease;
}

.xemthemdv:hover::before{
    transform:translateX(-100%);
}

.xemthemdv::after{
    content:"";
    position:absolute;
    inset:0;
    background:url('../images/bg_xemthem.png') no-repeat;
    background-size:cover;

    transform:translateX(100%);
    transition:transform .5s ease;
    z-index:-1;
}

.xemthemdv:hover::after{
    transform:translateX(0);
}
.xemthemdichvu_index{
    text-align: center;
}
.xemthemdichvu_index a{
    background:url('../images/bg_xtdv.png') no-repeat top center;
    text-align: center;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 295px;
    line-height: 55px;
    margin-top: 30px;
    display: inline-block;
}
.xemthemdichvu_index a:hover{
    color: #E1FF00;
}
.dichvu-item__name{
    color: var(--color-main);
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.dichvu-item__name:hover{
    color: #333;
}
.splide__arrows{
    /* display: none !important; */
}
.box_hotline{
    text-align: center;
}
.thongtin_email{
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}
.box_thongtin_email{
    width: 460px;
    text-align: center;
    padding: 30px;
    border:1px solid #113651;
    background: #13182a;
    border-radius: 10px;
    min-height: 170px;
}
.box_thongtin_email b{
    display: block;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.box_thongtin_email i{
    color: #08ADEF;
    font-size: 30px;
}
.box_thongtin_email span{
    color: #99A1AF;
    font-size: 14px;
}
.product-list{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.product-list__pic{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    background: #fff;
    border:5px solid #e9e9e9;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
}
.product-list__pic a{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
/* .product-list__pic a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/vongtron.png) no-repeat center/contain;
    animation: rotateCircle 10s linear infinite;
    z-index: 0;
} */
.product-list__pic a img{
    position: relative;
    z-index: 1;
    border-radius: 50%;
}


@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.cocau-wrap{
    background:url('../images/cocau.png') no-repeat bottom center ;
    padding: 30px 0px;
    background-size: cover;
}
.cocau_index{
    text-align: center;
}
.cursor-pointer{
    position: relative;
}
.btn-play{
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 1;
}
.product-list__info{
    text-align: center;
}
.product-list__name{
    font-size: 15px;
    font-weight: 600;
    color: #262626;
    font-family: var(--font-main);
}
.product-list__name:hover{
    color:var(--color-main);
}

.wrap-pro{
    padding: 60px 0px;
    padding-bottom: 0px;
}
.title_dm{
    background: var(--color-main);
    text-align: center;
}
.title_dm a{
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    font-family: var(--font-main);
    display: inline-block;
    padding: 12px 10px;
}
.xemchitiet_pro{
    margin-top: 20px;
}
.xct{
    display: inline-block;
    width: 140px;
    text-align: center;
    color: #1e1e1e;
    border:1px solid #d3d3d3;
    margin-right: 5px;
    line-height: 33px;
}
.content_dm{
    overflow: hidden;
}
.content_dm img{
    width: 100%;
}
.product-item__desc{
    text-align: center;
    -webkit-line-clamp: 2;
    font-size: 13px;
    color: #656565;
}
.form_index{
    /* padding: 60px 0px;
    background: url(../images/bg_form.png) no-repeat center center;
    background-attachment: fixed; */
}
.newsletter-wrap{
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-top: 50px;
    box-shadow: 1px 1px 8px 2px #ccc;
}
.title-main-newsletter{
    text-align: center;
    margin-bottom: 20px;
}
.title-main-newsletter b{
    text-transform: uppercase;
    font-family: var(--font-main);
    background: linear-gradient(to bottom, #9CC041, #00984A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    font-size: 32px;
}
.title-main-newsletter span{
        color: #000;
    display: block;
    font-size: 16px;
    font-family: 'Montserrat';
}
.w50{
    width: 50%;
}
.gap20{
    gap: 20px;
}
.mota_pro_list{

}
.wrap-main-cauchuyen{
    display: flex;
    align-items: center;
    gap: 40px 70px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.cauchuyen-item__img{
    overflow: hidden;
    width: 50%;
}
.cauchuyen-item__info{
    min-width: 240px;
    width: 44%;
}
.cauchuyen-item__name{
    font-family: SVNPoppinsB;
    font-size: 25px;
    color: var(--color-main);
}
.news-item__desc{
    font-size: 15px;
    line-height: 25px;
}
.wrap-main-cauchuyen:nth-child(even){
    flex-direction: row-reverse;
}
.news_index{
}
.video_index{
    width: 46%;
    padding-left: 2%;
}
.video-main{
    max-height: 320px;
    overflow: hidden;
    position: relative;
}
.box_video_index{
    margin-top: 10px;
}
.video-item{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.video-item::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    text-align: center;
    width: 46px;
    height: 46px;
    background: url(../images/play.png) no-repeat center center;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.video-item img{
    border-radius: 10px;
    height: 380px !important;
}
.box_news_index_2{
    position: relative;
}
.news-item-index1__info{
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%;
    background: #000000b5;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}
.news-item-index1__info a h3{
    color: #fff;
}
.news-item-index1__info a:hover h3{
    color: #f2cf11;
}
.news-item-index{
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.news-item-index__pic{
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.news-item-index__pic img{
    border-radius: 5px;
}
.news-item-index__pic a{
    display: block;
}
.news-item-index__pic a img{
}
.news-item-index__info{
    font-family: var(--font-main);
    text-align: center;
}
.news-item-index__info span{
    font-size: 15px;
    font-family: var(--font-main);
    color: var(--color-main);
}
.news-item-index__desc{
    font-size: 14px;
    font-family: var(--font-main);
    font-weight: 400;
    line-height: 25px;
    color: #868686;
}
/* .splide__slide.reverse .news-item-index  {
    flex-direction: row-reverse;
} */

/* .splide__slide:nth-child(even) .news-item-index {
    flex-direction: row-reverse;
} */
 .xemthem_tintuc{
    margin-top: 20px;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #ccc;
 }
 .xemthem_tintuc a{
    color: var(--color-hover);
    font-family: var(--font-main);
    font-size: 14px;
    background: url(../images/xemthem.png) no-repeat top left;
    padding: 0px 12px;
    padding-left: 25px;
    line-height: 18px;
 }
  .xemthem_tintuc a:hover{
    color: var(--color-main);
  }
.xemthem_tintuc span{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.xemthem_tintuc span i{
}

/* Hover đẹp hơn */
.xemthem_tintuc:hover span i{
    transform: rotate(0deg);
}

.ungdung-wrap{
    padding-top: 30px;
}
.ungdungnb-thumb {
  margin-top: 5px;
}

.ud-thumb-item {
  cursor: pointer;
  overflow: hidden;
  opacity: 0.85;
}

.ungdungnb-thumb .splide__slide.is-active .ud-thumb-item {
  opacity: 1;
}
.splide__track--nav>.splide__list>.splide__slide{
    border: none !important;
}
.splide__track--nav>.splide__list>.splide__slide.is-active{
    border: none !important;
}

.wrap_dm{
    width: 23%;
}
.wrap_dm_pro{
    width: 78%;
}

.ud-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__list2{
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.video_wrap{
    padding: 50px 0px;
    background: #fff;
}
.w60{
    width: 60%;
}
.follow{
    gap: 30px;
}
.follow_box{
    width: 33%;
    background: #cee0f0;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    gap: 10px;
    
}
.mxh_follow{
    width: 100%;
}
.hinhanh_album {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.ungdung_index{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ungdung_index_box{
    width: calc(50% - 10px);
}
.ud-item-index{
    position: relative;
}
.ud-item-index__pic{
    overflow: hidden;
}
.ud-item-index__pic img{
    width: 100%;
}
.ud-item-index__info{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background:#2f48588f;
    text-align: center;
}
.ud-item__name{
    font-family: var(--font-main);
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.ud-item__name:hover{
    color: var(--color-main);
}


.hinhanh_album a {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}

.hinhanh_album a img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.hinhanh_album a:nth-child(1){
    grid-column:1;
    grid-row:1 / span 3;
}

.hinhanh_album a:nth-child(4){
    grid-column:1;
    grid-row:4 / span 2;
}

/* cột 2 */
.hinhanh_album a:nth-child(2){
    grid-column:2;
    grid-row:1 / span 2;
}

.hinhanh_album a:nth-child(5){
    grid-column:2;
    grid-row:3 / span 3;
}

/* cột 3 */
.hinhanh_album a:nth-child(3){
    grid-column:3;
    grid-row:1 / span 2;
}

.hinhanh_album a:nth-child(6){
    grid-column:3;
    grid-row:3 / span 3;
}
.hotline_form{
    justify-content: space-between;
    margin-top: 20px;
}
.hotline-text{
    font-size: 14px;
}
.hotline-text div{
    margin-right: 50px;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.hotline-text div:nth-child(1){
    background: url(../images/dt1.png) no-repeat top left;
}
.hotline-text div:nth-child(2){
    background: url(../images/email1.png) no-repeat top left;
}

.hotline-text b{
    font-weight: 400;
    display: block;
}
.hotline-text span{
    color: var(--color-main);
}

.title_fllow{
    width: 52px;
    
    text-align: center;
    color: var(--color-main);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: sideways-lr;
    display: flex;
    padding-top: 65px;
    align-items: center;
    justify-content: end;
}
.tiktok{
    background: url(../images/tiktok.png) no-repeat top left;
}
.fanpage{
    background: url(../images/face.png) no-repeat top left;
}
.tieuchi-wrap{
    background: url(../images/bg_taisao.png) no-repeat top center;
    padding: 60px 0px;
    margin: auto;
    position: relative;
    background-size: cover;
}
/* .ts-item::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background: #cecece;
    right: -10px;
    top: 10px;
} */
 .bando__tabs{
    position: relative;
 }
 .bando__tab-header{
    position: absolute;
    top: 0px;
    right: 10%;
    z-index: 1;
    list-style: none;
 }
 .bando__tab-header li{
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    color: var(--color-main);
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Inter;
    cursor: pointer;
    font-weight: 700;
 }
 .bando__tab-header li:hover, .bando__tab-header li.active{
    background: var(--color-hover);
    color: #fff;
 }
 .doitacnb_index .splide__slide{
    padding-bottom: 10px;
 }
.review-box {}

.review-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-main);
} 
.review-group {
    margin-bottom: 18px;
}

.review-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s;
    background: #fafafa;
}

.review-input:focus {
    border-color: var(--color-main);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
} 
.rating-stars {
}

.rating-stars label {
    font-size: clamp(16px, calc(25 / 1200 * 100vw), 25px);
    color: #ccc;
    cursor: pointer;
    transition: color 0.25s;
    padding: 0 2px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.rating-stars label svg{
    max-width:50px;
    animation:fadeup 2s infinite linear;
}
.rating-stars input {
    display: none;
} 
.rating-stars label:hover,
.rating-stars label:hover ~ label {
    color: #ffcc00 !important;
} 
.rating-stars input:checked ~ label {
    color: #ffcc00;
} 
.review-button {
    text-align: center;
}

.btn-review-submit {
    background: var(--color-main);
    border: none;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    transition: 0.3s;
    opacity: 0.8;
}

.btn-review-submit:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 5px 10px;
}
.stars label {
    font-size: clamp(25px, calc(35 / 1200 * 100vw), 35px);
}
.stars label:hover {
    transform: scale(1.15);
    transition: transform 0.2s ease;
}
.review-group-gap{
    gap:10px;
    justify-content: center;
    align-items: center;
}
.feedback-list {
    margin-top: 40px;
    padding: 20px;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #eee;
}

.feedback-list .fb-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.feedback-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.feedback-item:last-child {
    border-bottom: none;
}

.fb-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ddd;
}

.fb-content {
    flex: 1;
}

.fb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #3498db;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.fb-name {
    font-size: 16px;
    font-weight: 600;
}

.fb-stars {
    display: flex;
    gap: 2px;
}

.fb-stars .star {
    font-size: 25px;
    color: #ccc;
    font-style: normal;
}

.fb-stars .star.active {
    color: #f7c21c;
}

.fb-text {
    margin: 8px 0 5px;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

.fb-date {
    font-size: 13px;
    color: #999;
}

.no-feedback {
    padding: 15px 0;
    color: #666;
    font-style: italic;
}
.list-review {
     width: 62%;
     border-radius: 20px;
     padding: 25px;
     box-shadow: 0 4px 18px rgb(0 0 0 / 30%);
}
.wrap-review {

}
.skiptranslate span{
    display: none;
}
.goog-te-gadget {
    font-size: 0px !important;
}
.goog-te-gadget .goog-te-combo {
      outline: none;
    max-width: 120px;
    height: 30px;
    padding: 0px 5px ;
    margin: 0px;
}
#google_translate_element {
    display: inline-block;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 1234;
}
.skiptranslate iframe{
    display: none !important;
}
.goog-te-banner-frame{visibility:hidden !important;}