/****************** RESET CSS ***************************/
:root {
    --studio-color-main: #e4338f;  
}

ul,
li,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}

h4,
h5,
h6 {
  font-size: 16px;
  line-height: 1.6;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  margin: 0px;
  padding: 0px;
  color: #1a202c;
  font-family: "Helvetica", "Arial","sans-serif";
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  min-width: 1000px;
  background: #ffffff;
  top: 0 !important;
}
b, strong{
  font-weight: bold !important;
}
button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

* {
  box-sizing: border-box;
}

/* tables still need 'cellspacing="0"' in the markup */
caption,
th,
td {
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

textarea {
  border: 1px solid #bdc7d8;
}

.clear {
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.red {
  color: red;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

a {
  text-decoration: none;
  color: #365899;
}

a:hover {
  color: #216cb4;
  text-decoration: none;
}

.content {
  width: 100%;
  float: left;
}

.break_line {
  width: 100%;
  height: 1px;
}

.web {
  color: #999;
}

.price {
  color: #c00;
}

.mg_bt_20 {
  margin-bottom: 20px;
}

.mg_top_20 {
  margin-top: 20px;
}

.bor_left {
  border-left: 1px solid #efefef;
}

.margin_10_0 {
  margin: 10px 0px;
}
.full_content {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  padding: 0px 30px;
}
/*************************************************************************/
.breadcrumbs {
  float: left;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
}

.breadcrumbs .item_breadcrumbs {
  width: auto;
  float: left;
}

.breadcrumbs.breadcrumbs a.current,
.breadcrumbs a:hover {
  color: #111;
}

.breadcrumbs .divider,
.breadcrumbs .separator {
   border-top: 1px solid #666;
   border-right: 1px solid #666;
   content: '';
   height: 5px;
   transform: rotate(45deg);
   width: 4px;
   display: block;
   float: left;
   overflow: hidden;
   margin: 8px 8px;
}

.breadcrumbs a {
  color: hsla(0, 0%, 40%, 0.7);
  font-weight: 400;
  float: left;
}
.my_pagination{
  width: 100%;
  float: left;
  padding: 15px 0px;
}
.my_pagination .active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--studio-color-main);
    border-color: var(--studio-color-main);
}
.my_pagination .page-link{
  color: var(--studio-color-main);
}
/****************** Header CSS ***************************/
.header{
   width: 100%;
   float: left;
}
.header_mobile {
  display: none;
}
.header_mobile_lang_icon {
  display: block;
  width: auto;
  height: 26px;
  position: relative;
  line-height: 30px;
  padding-left: 45px;
  margin-top: 10px;
}

.header_mobile_lang_icon_1 {
  background: url("/images/co_vn.png") 0px 0px no-repeat;
  background-size: contain;
}

.header_mobile_lang_icon span {
  display: block;
  width: 15px;
  height: 30px;
  position: absolute;
  right: -20px;
  top: 9px;
  background: url(/images/mui_ten_trang.png) right 0px no-repeat;
  background-size: contain;
}

.header_mobile_bootom_li_lag {
  position: relative;
  width: 40px;
  float: left;
}

.header_mobile_lang_select {
  position: absolute;
  top: 44px;
  left: 0px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  padding: 0px 10px;
  text-align: left;
  width: 160px;
  display: none;
}

.header_mobile_bootom_li_lag:hover .header_mobile_lang_select {
  display: block;
}

.header_mobile_lang_select_item {
  width: 100%;
  float: left;
  padding: 10px 0px;
}

.header_mobile_lang_select .header_mobile_lang_select_item a {
  color: #333;
  padding-left: 45px;
  width: 100%;
  float: left;
}

.header_mobile_lang_select_item_vi {
  border-bottom: 1px solid #c1c1c1;
}

.header_mobile_lang_select_item_vi a {
  background: url("/images/co_vn.png") 0px 0px no-repeat;
  background-size: contain;
}

.header_mobile_lang_select_item_en a {
  background: url("/images/co_en.png") 0px 0px no-repeat;
  background-size: contain;
}

.header_web {
  width: 100%;
  min-width: 1244px;
  background-color: var(--studio-color-main);
  z-index: 6;
  height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
}
#id_back_top {
  height: 1px;
  width: 100%;
  float: left;
  margin-top: 59px;
}

#top_page {
  background: url("/v1/images/btn_backtop.png") no-repeat bottom left
    transparent;
  bottom: 50px;
  height: 50px;
  position: fixed;
  right: 0px;
  width: 55px;
  z-index: 999;
  cursor: pointer;
}

.header_content {
  padding: 0px 20px;
}

.header_content .logo {
  width: 200px;
  float: left;
  position: relative;
  z-index: 9;
  padding: 5px 0px;
}

.header_content .logo a {
  display: block;
  float: left;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  border-radius: 100%;
  background-color: #FFF;
}

.header_search {
  width: 16.666666%;
  float: right;
  position: relative;
  margin-top: 10px;
  max-width: 300px !important;
}

.header_search button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.header_search #header_search_key {
  width: 100%;
  float: left;
  padding: 3px 30px 3px 10px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #c3c3c3;
  height: 36px;
}

.header_search i {
   position: absolute;
   right: 23px;
   top: 11px;
   z-index: 22;
   color: #999;
}

.header_mobile_search {
  width: 100%;
  float: left;
  padding: 0px 10px;
  position: relative;
  margin-top: 15px;
}

.header_mobile_search #header_mobile_search_key {
  width: 100%;
  float: left;
  padding: 3px 30px 3px 10px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c3c3c3;
}

.header_mobile_search i {
  position: absolute;
  right: 20px;
  top: 8px;
  z-index: 22;
  color: #999;
}

.header_mobile_search button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/***************************************************/
.header_menu {
  float: right;
  width: auto;  
  padding-right: 30px;
}

.header_menu .header_menu_li {
  display: inline-block;
  padding: 0px 5px;
  line-height: 46px;
  height: 50px;
  position: relative;
  margin-top: 10px;
}

.header_menu .header_menu_li svg {
  color: #FFF;
  transition: transform 0.2s linear;
}

.header_menu .header_menu_li:hover svg {
  transform: rotate(180deg);
}
.header_menu .header_menu_li:hover .header_menu_a{
   color: #f7aa00;
}
.header_menu .header_menu_li .header_menu_a {
   color: #FFF;
   font-size: 15px;
   font-weight: normal;
}

.header_menu_sub {
   position: absolute;
   top: 50px;
   left: 0px;
   width: 260px;
   background: #fff;
   display: none;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   z-index: 3;
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
   animation: slider_nav_up 0.7s;
   -webkit-transform-origin: 0% 0%;
   -moz-transform-origin: 0% 0%;
   -ms-transform-origin: 0% 0%;
   -o-transform-origin: 0% 0%;
   transform-origin: 0% 0%;
}

.header_menu .header_menu_li:hover .header_menu_sub {
  display: block;
}

.header_menu_sub ul {
  width: 100%;
  float: left;
  list-style: none;
  padding: 10px;
}

.header_menu_sub ul li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.header_menu_sub ul li:hover a{
  color: #f7aa00;
}

.header_menu_sub ul a {
   width: 100%;
   float: left;
   color: #333;
   line-height: 22px;
   font-size: 15px;
   padding: 5px 0px;
   padding-left: 10px;
   background: url(/images/arrow.png) no-repeat left 13px;
}

/*******************************************************/
.header_user {
  float: right;
  width: auto;
}

.header_user_nologin {
  padding: 0px 10px;
  line-height: 85px;
}

.header_user_nologin a {
  color: #fff;
  font-size: 17px;
  background: #fe7000;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.header_user_nologin a:hover {
  background: #d76002;
}
/******************************************************************/

.fancybox-thumbs {
   top: auto !important;
   width: auto !important;
   bottom: 0 !important;
   left: 0 !important;
   right : 0 !important;
   height: 95px !important;
   padding: 10px 10px 5px 10px !important;
   box-sizing: border-box !important;
   background: #222 !important;
}


.fancybox-show-thumbs .fancybox-inner {
   right: 0 !important;
   bottom: 95px !important;
}
.fancybox-thumbs__list a{
   border: 2px solid #FFF !important;
   border-radius: 5px !important;
}
.fancybox-thumbs__list .fancybox-thumbs-active{
   border: 2px solid #f68a39 !important;
}
.fancybox-thumbs__list a:before{
   border:none !important;
}

/*****************************************main_carousel**************/
#main_carousel{
   width: 100%;
   float: left;
}
#main_carousel .carousel-item {
   width: 100%;
   float: left;
   aspect-ratio: 8 / 2;
   overflow: hidden;
   position: relative;
}
#main_carousel .carousel-item .intro{
   position: absolute;
   top: 50px;
   left: 5%;
   width: 90%;  
}
#main_carousel .carousel-item h2{
   font-size: 40px;
   color: #FFF;
   width: 100%;
   float: left;
   text-align: center;
}
#main_carousel .carousel-item h3{
   font-size: 20px;
   color: #FFF;
   width: 100%;
   float: left;
   text-align: center;
}
#main_carousel .carousel-item img{
   width: 100%;
   float: left;
   min-height: 100%;
}
/*********************************************************************/
#home_strengths{
   padding: 50px 0px;
   width: 100%;
   float: left;
   background: #fff4f9;
}
#home_strengths .item{
   width: 25%;
   float: left;
   padding: 0px 20px;
   text-align: center;
}
#home_strengths .item h4{
   font-size: 20px;
   line-height: 22px;
   font-weight: bold;
   margin-bottom: 10px;
}
#home_strengths .item p{
   font-size: 14px;
}
#home_strengths .item .item_icon{
   height: 80px;
   width: 100%;
   float: left;
   margin-bottom: 30px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center center;
}

/**********************************************************************/
#home_product_list{
    padding: 20px 0px;
    width: 100%;
    float: left;
}
.wrapper {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 5px;
}
.home-section-head {
    text-align: center;
}
.home-section-head h2 {
   color: var(--studio-color-main);
   padding: 20px 0px;
   margin: 0;
   font-size: 28px;
   width: 100%;
   float: left;
   text-transform: uppercase;
}
.home-section-body .section-desc {
    text-align: center;
    color: var(--studio-color-main);
}
.text-center {
    text-align: center !important;
}
.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 25%;
}
#home-featured-product .product-item, #home-featured-product2 .product-item {
    margin-bottom: 50px;
    animation: zoom_pro 0.5s;
}
.product-item {
    position: relative;
    padding: 0px 10px;
}
.product-item-content{
   box-shadow: 0px 12px 10px #f1f1f1 !important;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   background: #FFF;
   width: 100%;
   overflow: hidden;
}
.product-list .grid__item, .pro-tabcontent .grid__item {
    padding-left: 0px;
}
.product-item .product-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.product-item .product-img a {
    display: block;
    padding: 0px;
    height: 100%;
    width: 100%;
}
.product-item .product-img a img {
    width: 100%;
    min-height: 100%;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.product-item .product-info {
    margin: 5px 0px;
    padding: 0px 8px;
}
.product-item .product-info .product-title {
    margin-bottom: 5px;
}
.product-item .product-info .product-price{
   width: 100%;
   padding: 15px 0px;
}
.product-item .product-info .product-price > span.current-price {
   color: var(--studio-color-main);
   font-weight: bold;
   font-size: 16px;
}
.home_pro_more{
   width: 100%;
   float: left;
   text-align: center;
   padding: 15px 0px;
   margin-bottom: 20px;
}
.home_pro_more a{
   border: 1px solid var(--studio-color-main);
   background-color: var(--studio-color-main);
   color: #FFF;
   display: inline-block;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
   padding: 8px 20px;
   line-height: 1.5;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   font-weight: bold;
}
.home_pro_more a:hover{
   color: #FFF;
   background: #f37e21;
   border-color: #f37e21;
}
.product-item .product-actions {
    display: none !important;
}
.product-item .product-info .product-title a {
   color: #000;
   display: block;
   font-weight: bold;
   font-size: 18px;
   padding: 10px 0px;
   height: 72px;
   overflow: hidden;
}
.product-item .product-info .product_intro{
    width: 100%;
    float: left;
    height: 32px;
    overflow: hidden;
}
#home-featured-product .product-item, #home-featured-product2 .product-item {
    margin-bottom: 50px;
    animation: zoom_pro 0.5s;
}
.product-item:hover .product-img a img {
    transform: scale(1.1);    
}
#home-featured-product .view-collection-btn, #home-featured-product2 .view-collection-btn {
    margin-top: 0;
}
.view-collection-btn span {
    color: #666666;
    font-weight: normal;
}
.section_home_two{
   background-color: #f0f0f0;
   padding-bottom: 50px !important;
}
/*****************************************************************/
#home_news{
   width: 100%;
   float: left;
}
#home_videos{
   width: 100%;
   float: left;
   margin-bottom: 50px;
}
.home_videos_left{
   width: 66.666666%;
   float: left;
   padding: 0px 15px;
}
.home_videos_right{
   width: 33.33333%;
   float: left;
   padding: 0px 15px;
   aspect-ratio: 16 / 18;
   overflow: hidden;
   overflow-y: scroll;
}
.home_videos_right::-webkit-scrollbar {
  width: .6em;
}
 
.home_videos_right::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
 
.home_videos_right::-webkit-scrollbar-thumb {
   background-color: var(--studio-color-main);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.home_videos_item .plain::after {
    content: '';
    background-color: rgba(51, 54, 69, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
}
.home_videos_item .plain:hover::after{
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.home_videos_item .plain::before {
    content: '';
    background: url("/images/video_youtube_icon.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 64px;
    width: 64px;
    margin-left: -32px;
    margin-top: -32px;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
}
.home_videos_item .plain:hover::before{
    opacity: 1;
    z-index: 3;
    filter: opacity(1);
    visibility: visible;
}

#home_videos .home_videos_item, #home-featured-product2 .home_videos_item {
    margin-bottom: 20px;
    animation: zoom_pro 0.5s;
}
.home_videos_item {
   position: relative;
   padding: 0px;
   width: 100%;
   float: left;
   box-shadow: 0px 12px 10px #f1f1f1 !important;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   overflow: hidden;
   aspect-ratio: 16 / 9;
   border: 1px solid #d2ab7f !important;
}
.home_videos_item a{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.home_videos_item .home_videos_img {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
}
.home_videos_item .home_videos_img a {
    display: block;
    padding: 0px;
}
.home_videos_item .home_videos_img a img {
    width: 100%;
    min-height: 100%;
}
.home_videos_item .home_videos_info {
    margin: 5px 0px;
    padding: 10px;
}
.home_videos_title {
   font-size: 16px;
   line-height: 22px;
   font-weight: bold;
   position: absolute;
   left: 0;
   bottom: 0;
   padding: 10px;
   width: 100%;
   height: 60px;
   z-index: 2;
   color: #FFF;
}
.home_videos_left .home_videos_title{
   font-size: 20px;
   line-height: 23px;
}
.home_videos_item .item_bg {
  content: " ";
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%; 
  height: 60px;  
  opacity: .4; 
  z-index: 1;
  background: #000;
}
.home_videos_item .home_videos_title a {    
    color: var(--studio-color-main);
    display: block;
}
.home_videos_item:hover {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.35);
}
.home_videos_item:hover .home_videos_img a img {
    transform: scale(1.1);
}
.home_videos_item img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
/****************************************************************/
#home_service {
    width: 100%;
    float: left;
}
#home_service .home_service_item, #home-featured-product2 .home_service_item {
    margin-bottom: 50px;
    animation: zoom_pro 0.5s;
}
.home_service_item {
   position: relative;
   padding: 0px;
   width: 31.7%;
   float: left;
   box-shadow: 0px 12px 10px #f1f1f1 !important;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   margin: 0px 0.81666%;
   overflow: hidden;
   border: 1px solid #d2ab7f !important;
}
.home_service_list .grid__item, .pro-tabcontent .grid__item {
    padding-left: 0px;
    margin-bottom: 50px;
}
.home_service_item .home_service_img {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 300px;
}
.home_service_item .home_service_img a {
    display: block;
    padding: 0px;
}
.home_service_item .home_service_img a img {
    width: 100%;
    min-height: 300px;
}
.home_service_item .home_service_info {
    margin: 5px 0px;
    padding: 10px;
}
.home_service_item .home_service_info .home_service_title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}
.home_service_intro{
   width: 100%;
   float: left;
   text-align: left;
   height: 110px;
   overflow: hidden;
}
.home_service_item .home_service_actions {
    display: none !important;
}
.home_service_item .home_service_info .home_service_title a {    
    color: var(--studio-color-main);
    display: block;
}
.home_service_item:hover {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.35);
}
.home_service_item:hover .home_service_img a img {
    transform: scale(1.1);
}
.home_service_item img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.home_service_more{
   width: 100%;
   float: left;
   text-align: center;
   padding: 15px 0px;   
   margin-bottom: 20px;
}
.home_service_more a{
   border: 1px solid var(--studio-color-main);
   background-color: var(--studio-color-main);
   color: #FFF;
   display: inline-block;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
   padding: 8px 20px;
   line-height: 1.5;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   font-weight: bold;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home_service_more a:hover{
   color: #FFF;
   background: #f37e21;
   border-color: #f37e21;
}
/****************************************************************/
.news_main {
  width: 100%;
  float: left;
  /* padding: 0px 10px; */
}
.news_detail {
  width: 75%;
  float: left;
  padding-right: 20px;
  margin-bottom: 20px;
}

.news_detail h1.title {
  font-size: 32px;
  font-weight: 700;
  color: #0b0b0b;
  line-height: 1.6;
}

.news_detail h2.intro {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  float: left;
  padding: 10px 0px;  
  margin-bottom: 15px;
}
.news_detail_video{
   text-align: center;
   width: 100%;
   float: left;
}
.news_detail_video iframe{
   margin: auto;
   width: 90%;
   aspect-ratio: 16 / 9;
}
.news_detail ol,
.news_detail li {
  padding: 0;
}

.news_detail ol li {
  list-style: auto;
  list-style-type: auto;
}

.news_detail ul li {
  list-style: auto;
  list-style-type: disc;
  white-space: normal !important;
}
.news_detail *{
   white-space: normal !important;
}
.news_detail tbody,.news_detail  td,.news_detail  tfoot,.news_detail  th,.news_detail  thead,.news_detail  tr {
    border-color: inherit;
    border-style: solid;
    border-width: inherit;
}
.news_detail_doc {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  float: left;
  background-color: #f9f9f9;
  border-radius: 3px;
}

.news_detail_doc .news_detail_doc_h3 {
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
}

.news_detail_doc .toc_ul {
  list-style: none;
  padding-left: 20px;
  display: none;
}

.news_detail_doc_active .toc_ul {
  display: block;
}

.news_detail_doc .toc_ul li {
  list-style: none;
  line-height: 32px;
  width: 100%;
  float: left;
}

.news_detail_doc .toc_ul .item_toc_h2 {
  font-size: 16px;
}

.news_detail_doc .toc_ul .item_toc_h3 {
  font-size: 14px;
  padding-left: 20px;
}

.news_detail_doc .toc_ul li a {
  list-style: none;
  color: #111;
  width: 100%;
  float: left;
}

.news_detail_doc .toc_ul li a:hover {
  color: #fdb92a;
}

.news_detail img {
  max-width: 100%;
  height: auto !important;
}

.news_detail .blog_avatar {
  width: 100%;
  display: inline-block;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  background: #eee;
  margin: 10px 0;
}

.news_detail .blog_avatar img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100% !important;
  width: 100%;
  height: auto;
}

.news_detail_wrap .news_home_hot_3 {
  margin: 0px -10px;
}

.news_detail .description {
   width: 100%;
   float: left;
   font-size: 16px;
   line-height: 26px;
}
.news_detail .description ul{
   padding-left: 20px;
}
.news_detail .description p {
  margin: 10px 0px;
}

.news_detail .description .caption {
  text-align: center;
}

.news_detail .description .caption img {
  margin: 10px 0px;
}
.news_detail .description h2,.news_detail .description h3{
   font-size: 26px;
}

/*****************************************************************************/
.news_main .news_right {
  width: 25%;
  float: right;
  margin-bottom: 20px ;
  display: flex;
   flex-direction: column;
   position: sticky;
   top: 75px;
}
/**************************************************************************/
.main_new_list {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.main_new_list .new_item {
  list-style: none;
  float: left;
  padding: 10px;
  width: 25%;
  overflow: hidden;
}

.new_item_content {
  width: 100%;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 3;
  overflow: hidden;
  padding-bottom: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.new_item_content .new_image  {
  width: 100%;
  float: left;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.new_item_content .new_image  img {
  width: 100%;
  float: left;
  min-height: 100%;
}

.new_item_content .new_info {
  width: 100%;
  float: left;
  padding: 0px 10px;
}
.time_view{
   width: 100%;
   float: left;
   font-size: 13px;
   line-height: 16px;
   color: #666;
   margin-top: 5px;
}
.time_view .time i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/icon_date.png) top 2px left no-repeat;
    background-size: 80%;
    float: left;
}
.new_item_content .new_info .category {
  width: 100%;
  float: left;
  text-align: center;
  color: #03a9f4;
  font-size: 11px;
  line-height: 26px;
  padding: 5px 5px;
  text-transform: uppercase;
}

.new_item_content .new_info .meta .category a {
  margin-right: 0;
}

.new_item_content .new_info .new_title {
  width: 100%;
  float: left;
  text-align: center;
  color: black;
  overflow: hidden;  
  height: 72px;
  font-size: 16px;
}

.new_item_content .new_info a:hover .new_title {
  color: #e31586;
}

/***********************************************************************/
.main_new_cat{
   width: 100%;
   float: left;
}
.main_new_cat h1{
   padding: 20px 0px;
   text-align: center;
   font-size: 26px;
}
/****************************************************************/
.news_right h2 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #333;
}
.news_right .item_new {
  list-style: none;
  float: left;
  padding: 10px 0px;
  width: 100%;
  overflow: hidden;
}
.news_right .item_new .new_image  {
  width: 110px;
  float: left;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.news_right .new_image  img {
  width: 100%;
  float: left;
  min-height: 100%;
}
.news_right .item_new .new_info{
   padding-left: 120px;
}
.news_right .item_new .new_title{
   font-size: 14px;
   font-weight: normal;
   color: #333;
}
/****************************************************************/
.news_same{
   width: 100%;
   float: left;
   margin-bottom: 30px;
}
.news_same h2 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #333;
}
.news_same .item_new {
  list-style: none;
  float: left;
  padding: 0px 10px;
  width: 25%;
  overflow: hidden;
}
.news_same .item_new .new_item_content{
  width: 100%;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 3;
  overflow: hidden;
  padding-bottom: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.news_same .item_new .new_image  {
  width: 100%;
  float: left;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.news_same .new_image  img {
  width: 100%;
  float: left;
  min-height: 100%;
}
.news_same .item_new .new_info{
  width: 100%;
  float: left;
}
.news_same .item_new .new_title{
   width: 100%;
   float: left;
   color: #333;
   font-size: 16px;
   padding: 10px 0px;
   font-weight: 700;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow-y: hidden;
   height: 60px;
   overflow: hidden;
}
/****************************************************************/
.news_faq{
   width: 100%;
   float: left;
   margin-bottom: 30px;
}
.news_faq h2 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #333;
}
.news_faq .item_faq {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0px ;
  overflow: hidden;
}
.news_faq .item_faq h3{
  float: left;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 15px;
}
.news_faq .item_faq h3:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fillRule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 18px;
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    float: right;
}
.news_faq .item_faq .faq_info{
  float: left;
  width: 100%;
  margin-bottom: 15px;
  display: none;
}
.news_faq .item_faq.item_active .faq_info{
  display: block;
}

.news_faq .item_faq.item_active h3:after {
    transform: rotate(-180deg);
}
/**************************************************************/
.filter_content{
   width: 100%;
   float: left;
}
.filter_content .filter_title{
   width: 100%;
   float: left;
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 5px;
   color: #4a4a4a;
}

.category_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.category_header_ul {
  display: inline-block;
  margin-bottom: 10px;
}

.category_header a {
  text-decoration: none;
  color: #333;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f0f0f0;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.category_header a:hover {
  background-color: #ddd;
}

.category_header a.active {
  background-color: #ff6700;
  color: white;
}
/**********************************************************************/
.album_image {
  width: 100%;
  float: left;
  list-style: none;
  position: relative;
  margin: 15px 0px;
}

.album_image .album_item {
  width: 100%;
  float: left;
  overflow: hidden;
}

.album_image .item_hiden {
  display: none;
}

.album_image .album_item img {
  width: 100%;
  height: auto;
}

.album_image_total_2 .album_item_0,
.album_image_total_3 .album_item_0,
.album_image_total_4 .album_item_0,
.album_image_total_5 .album_item_0 {
  border-bottom: 2px solid #fff;
}

.album_image_total_3 .album_item_1 {
  width: 50%;
  float: left;
  height: 200px;
  border-right: 1px solid #fff;
}

.album_image_total_3 .album_item_2 {
  width: 50%;
  float: left;
  height: 200px;
  border-left: 1px solid #fff;
}

.album_image_total_3 .album_item_1 img,
.album_image_total_3 .album_item_2 img {
  width: 100%;
  height: auto;
  min-height: 200px;
}

.album_image_total_4 .album_item_1,
.album_image_total_4 .album_item_2 {
  width: 33.33333333%;
  float: left;
  height: 150px;
  border-right: 1px solid #fff;
}

.album_image_total_4 .album_item_3 {
  width: 33.33333333%;
  float: right;
  height: 150px;
  border-left: 1px solid #fff;
}

.album_image_total_4 .album_item_1 img,
.album_image_total_4 .album_item_2 img,
.album_image_total_4 .album_item_3 img {
  width: 100%;
  height: auto;
  min-height: 200px;
}

.album_image_total_5 .album_item_1,
.album_image_total_5 .album_item_2,
.album_image_total_5 .album_item_3 {
  width: 25%;
  float: left;
  height: 120px;
  border-right: 1px solid #fff;
}

.album_image_total_5 .album_item_4 {
  width: 25%;
  float: right;
  height: 120px;
  border-left: 1px solid #fff;
}

.album_image_total_5 .album_item_1 img,
.album_image_total_5 .album_item_2 img,
.album_image_total_5 .album_item_3 img,
.album_image_total_5 .album_item_4 img {
  width: 100%;
  height: auto;
  min-height: 120px;
}

.album_image .album_more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.58);
  color: #fff;
  padding: 50px 10px 20px 10px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
}

/**************************************************************************/
.main_branch h1 {
    padding: 20px 0px;
    text-align: center;
    font-size: 26px;
}
.branch_list {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.branch_list .branch_item {
  list-style: none;
  float: left;
  padding: 10px;
  width: 33.3333%;
  overflow: hidden;
}

.branch_list.branch_list_2 .branch_item,.branch_list.branch_list_4 .branch_item {
  list-style: none;
  float: left;
  padding: 10px;
  width: 50%;
  overflow: hidden;
}
.branch_item_content {
  width: 100%;
  float: left;
  /* -webkit-border-radius: 10px; */
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 3;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.branch_item_content .branch_image  {
  width: 100%;
  float: left;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.branch_item_content .branch_image  img {
  width: 100%;
  float: left;
  min-height: 100%;
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.branch_item:hover .branch_image img {
    transform: scale(1.1);    
}
.branch_item_content .branch_info {
  width: 100%;
  float: left;
  padding: 0px 10px;
}
.branch_item .info{
   width: 100%;
  float: left;
  padding: 0px 10px;
}
.branch_item .info a{
   color: #333;
}
.branch_item .map{
   width: 100%;
   float: left;
   text-align: center;
   padding: 15px 0px;
   margin-bottom: 20px;
}
.branch_item .map .btn_map{
   border: 1px solid var(--studio-color-main);
   background-color: var(--studio-color-main);
   color: #FFF;
   display: inline-block;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
   padding: 8px 20px;
   line-height: 1.5;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   font-weight: bold;
}
.branch_item .btn_map:hover{
   color: #FFF;
   background: #f37e21;
   border-color: #f37e21;
}
.branch_item_content .branch_info .category {
  width: 100%;
  float: left;
  text-align: center;
  color: #03a9f4;
  font-size: 11px;
  line-height: 26px;
  padding: 5px 5px;
  text-transform: uppercase;
}

.branch_item_content .branch_info .meta .category a {
  margin-right: 0;
}

.branch_item_content .branch_info .branch_title {
  width: 100%;
  float: left;
  text-align: center;
  color: black;
  overflow: hidden;  
  height: 72px;
  font-size: 16px;
}

.branch_item_content .branch_info a:hover .branch_title {
  color: #e31586;
}
.contact_info{
   width: 50%;
   float: left;
   padding-right: 50px;
}
.contact_info .title{
   font-size: 30px;
   font-weight: bold;
}
.contact_info .title a{
   font-size: 22px;
   font-weight: bold;
   color: #333;
}
.contact_info_item{
   width: 100%;
   float: left;
   padding: 10px 0px;
}
.contact_info_item .label{
   font-weight: bold;
}
.contact_form{
   width: 50%;
   float: left;
}
.contact_form .item{
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 0px;
}
.contact_form .input_txt {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #e7eaf3;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 0.5rem;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}
.contact_form .form_textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #e7eaf3;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 0.5rem;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}
.contact_form .item_submit{
   width: 100%;
   float: left;
   text-align: center;
   padding: 30px 0px;
}
.contact_form .item_submit .contact_form_submit{   
   border: 1px solid var(--studio-color-main);
   background-color: var(--studio-color-main);
   color: #FFF;
   display: inline-block;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
   padding: 12px 28px;
   line-height: 1.5;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   font-weight: bold;
}
.contact_form .item_submit .contact_form_submit:hover{
   color: #FFF;
   background: #f37e21;
   border-color: #f37e21;
}
.form_item_message {
   width: 100%;
   float: left;
   color: red;
   display: none;
   margin-top: 20px;
}
.form_item_message_success {
   width: 100%;
   float: left;
   color: green;
   display: none;
   margin-top: 20px;
}

.main_branch h2{
   color: var(--studio-color-main);
    padding: 20px 0px;
    margin: 0;
    font-size: 32px;
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
}
/*****************************************************************************/
.product_main .product_right {
  width: 25%;
  float: right;
  margin-bottom: 20px ;
  display: flex;
   flex-direction: column;
   position: sticky;
   top: 75px;
   margin-top: 15px;
}
/**************************************************************************/
.main_pro_list {
  width: 100%;
  float: left;
}

.main_pro_list .pro_item {
  list-style: none;
  float: left;
  padding: 10px;
  width: 25%;
  overflow: hidden;
}

.pro_item_content {
  width: 100%;
  float: left;
  /* -webkit-border-radius: 10px; */
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 3;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.pro_item_content .pro_image  {
  width: 100%;
  float: left;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.pro_item_content .pro_image  img {
  width: 100%;
  float: left;
  min-height: 100%;
}

.pro_item_content .pro_info {
  width: 100%;
  float: left;
  padding: 0px 10px;
}
.time_view{
   width: 100%;
   float: left;
   font-size: 12px;
    line-height: 18px;
   color: #666;
   margin-top: 5px;
}
.time_view .time i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/icon_date.png) top 2px left no-repeat;
    background-size: 80%;
    float: left;
}
.pro_item_content .pro_info .category {
  width: 100%;
  float: left;
  text-align: center;
  color: #03a9f4;
  font-size: 11px;
  line-height: 26px;
  padding: 5px 5px;
  text-transform: uppercase;
}

.pro_item_content .pro_info .meta .category a {
  margin-right: 0;
}

.pro_item_content .pro_info .pro_title {
  width: 100%;
  float: left;
  text-align: center;
  color: black;
  overflow: hidden;  
  height: 72px;
  font-size: 16px;
}

.pro_item_content .pro_info a:hover .pro_title {
  color: #e31586;
}

/***********************************************************************/
.main_pro_cat{
   width: 100%;
   float: left;
}
.main_pro_cat h1{
   padding: 20px 0px;
   text-align: center;
   font-size: 26px;
}
/****************************************************************/
.product_right h2 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #333;
}
.product_right .item_new {
  list-style: none;
  float: left;
  padding: 10px 0px;
  width: 100%;
  overflow: hidden;
}
.product_right .item_new .pro_image  {
  width: 110px;
  float: left;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.product_right .pro_image  img {
  width: 100%;
  float: left;
  min-height: 100%;
}
.product_right .item_new .pro_info{
   padding-left: 120px;
}
.product_right .item_new .pro_title{
   font-size: 14px;
   font-weight: normal;
   color: #333;
}
/****************************************************************/
.product_same{
   width: 100%;
   float: left;
   margin-bottom: 30px;
}
.product_same h2 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #333;
}
.product_same .item_new {
  list-style: none;
  float: left;
  padding: 0px 10px;
  width: 25%;
  overflow: hidden;
}
.product_same .item_new .pro_image  {
  width: 100%;
  float: left;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.product_same .pro_image  img {
  width: 100%;
  float: left;
  min-height: 100%;
}
.product_same .item_new .pro_info{
  width: 100%;
  float: left;
}
.product_same .item_new .pro_title{
   width: 100%;
   float: left;
   color: #333;
   font-size: 18px;
   margin-bottom: 15px;
   font-weight: 700;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow-y: hidden;
   height: 60px;
   overflow: hidden;
}
/****************************************************************/
.product_same_item {
   position: relative;
   padding: 0px 10px;
   width: 25%;
   float: left;
   margin-bottom: 30px;
}
.product_same_item-content{
   box-shadow: 0px 12px 10px #f1f1f1 !important;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   background: #FFF;
   width: 100%;
   overflow: hidden;
}
.product-list .grid__item, .pro-tabcontent .grid__item {
    padding-left: 0px;
}
.product_same_item .product-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.product_same_item .product-img a {
    display: block;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.product_same_item .product-img a img {
    width: 100%;
    min-height: 100%;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.product_same_item .product-info {
    margin: 5px 0px;
    padding: 0px 8px;
}
.product_same_item .product-info .product-title {
   margin-bottom: 5px;
   height: 72px;
   overflow: hidden;
}
.product_same_item .product-info .product-price{
   width: 100%;
   padding: 15px 0px;
}
.product_same_item .product-info .product-price > span.current-price {
   color: var(--studio-color-main);
   font-weight: bold;
   font-size: 16px;
}
.home_pro_more{
   width: 100%;
   float: left;
   text-align: center;
   padding: 15px 0px;
   margin-bottom: 20px;
}
.home_pro_more a{
   border: 1px solid var(--studio-color-main);
   background-color: var(--studio-color-main);
   color: #FFF;
   display: inline-block;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
   padding: 8px 20px;
   line-height: 1.5;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   font-weight: bold;
}
.home_pro_more a:hover{
   color: #FFF;
   background: #f37e21;
   border-color: #f37e21;
}
.product_same_item .product-actions {
    display: none !important;
}
.product_same_item .product-info .product-title a {
   color: #000;
   display: block;
   font-weight: bold;
   font-size: 18px;
   padding: 10px 0px;
   max-height: 72px;
   overflow: hidden;
}
.product_same_item .product-info .product_intro{
    width: 100%;
    float: left;
    height: 32px;
    overflow: hidden;
}
#home-featured-product .product_same_item, #home-featured-product2 .product_same_item {
    margin-bottom: 50px;
    animation: zoom_pro 0.5s;
}
.product_same_item:hover .product-img a img {
    transform: scale(1.1);    
}
#home-featured-product .view-collection-btn, #home-featured-product2 .view-collection-btn {
    margin-top: 0;
}
.view-collection-btn span {
    color: #666666;
    font-weight: normal;
}
/****************************************************************/
.product_main {
  width: 100%;
  float: left;
  /* padding: 0px 10px; */
}
.product_detail_top {
   width: 100%;
   float: left;
   box-shadow: 0px 12px 10px #f1f1f1 !important;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   background: #FFF;
   overflow: hidden;
   padding: 15px;
   margin-bottom: 50px;
   padding-top: 0px;
}
.product_detail_album{
   width: 45%;
   float: left;
   padding-right: 30px;
}
.product_detail_info{
   width: 55%;
   float: left;
}
.product_detail_info  h1{
   font-size: 23px;
   line-height: 28px;
   padding: 10px 0px;
}
.product_detail_info .pro_code{
   padding:  0px;
   font-size: 18px;
}
.product_detail_info .pro_code span{
    font-weight: bold;
}

.product_detail_info .price{
   padding: 10px 0px;
   color: var(--studio-color-main);
   font-weight: bold;
   font-size: 28px;
}
.product_detail_info .price span{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.product_detail_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.product_detail_tab .tab_item {
  display: inline-block;
  margin-bottom: 10px;
}

.product_detail_tab a {
  text-decoration: none;
  color: #333;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f0f0f0;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.product_detail_tab a:hover {
  background-color: #ddd;
}

.product_detail_tab a.active {
  background-color: #ff6700;
  color: white;
}
.product_detail_tab_child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.product_detail_tab_child .tab_item {
  display: inline-block;
  margin-bottom: 10px;
}

.product_detail_tab_child a {
  text-decoration: none;
  color: #333;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f0f0f0;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.product_detail_tab_child a:hover {
  background-color: #ddd;
}

.product_detail_tab_child a.active {
  background-color: #ff6700;
  color: white;
}

.product_detail_info  h2{
   font-weight: normal;
   width: 100%;
  float: left;
  font-size: 16px;
}
.product_detail_size{
  width: 100%;
  float: left;
  font-size: 16px;
    line-height: 1.6;
}
.product_detail_size span{
  font-weight: bold;
}

.product_detail_commit{
   width: 100%;
  float: left;
  margin-top: 20px;
  display: none;
}
.product_detail_commit .item{
   width: 50%;
   float: left;
   padding-left: 60px;
   padding-right: 20px;
   padding-top: 10px;
   padding-bottom: 10px;
}
.product_detail_commit .item_1{
   background: url("/images/icon_sp.png") left center no-repeat;
   background-size: 40px;
}
.product_detail_commit .item_2{
   background: url("/images/icon_exchange232102.png") left center no-repeat;
   background-size: 40px;
}
.product_detail_commit .item_3{
   background: url("/images/icon_bao _hanh170837.png") left center no-repeat;
   background-size: 40px;
}
.product_detail_commit .title{
    color: #101828;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

.product_detail_action{
   width: 100%;
   float: left;
   margin-bottom: 20px;
   margin-top: 20px;
}
.product_detail_action .item{
   width: 33%;
   float: left;
   text-align: center;
   padding: 5px 10px;
}
.product_detail_action .item a{  
   width: 100%;
   height: 48px;
   line-height: 48px;
   display: inline-block;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
   padding: 0px 20px;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   font-weight: bold;
}
.product_detail_action .item_call a{
   border: 1px solid #fc7600;
   background-color: #fc7600;
   color: #FFF;
  
}
.product_detail_action .item_call img{
   width: 25px;
   margin-right: 10px;
}
.product_detail_action .item_zalo img{
   width: 25px;
   margin-right: 10px;
}

.product_detail_action .item_zalo a{
   border: 1px solid #2f80ed;
   background-color: #FFF;
   color: #2f80ed;
   
}
.product_detail_action .item_zalo a:hover{
   background: #CCC;
}
.product_detail_action .item_call a:hover{
   background: #d76908;
}

.product_detail_action .item_fb a{
   border: 1px solid #0866ff;
   background-color: #0866ff;
   color:  #FFF;   
}
.product_detail_action .item_fb a img{
   height: 26px;
}
.product_detail_action .item_fb a:hover{
   background: #3374dd;
}

/************************************************/
.product_detail {
  width: 75%;
  float: left;
  padding-right: 20px;
  margin-bottom: 20px;
}
.product_detail .content{
   width: 100%;
   float: left;
   box-shadow: 0px 12px 10px #f1f1f1 !important;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   background: #FFF;
   overflow: hidden;
   padding: 15px;
   margin-bottom: 20px;
}
.product_detail .title2{
   font-size: 18px;
   font-weight: 700;
   color: #0b0b0b;
   margin-bottom: 15px;
   line-height: 1.6;
}
.product_detail h1.title {
  font-size: 32px;
  font-weight: 700;
  color: #0b0b0b;
  margin-bottom: 15px;
  line-height: 1.6;
}

.product_detail h2.intro {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  float: left;
  padding: 10px 0px;
}

.product_detail ol,
.product_detail li {
  padding: 0;
}

.product_detail ol li {
  list-style: auto;
  list-style-type: auto;
}

.product_detail ul li {
  list-style: auto;
  list-style-type: disc;
  white-space: normal !important;
}
.product_detail *{
   white-space: normal !important;
}

.product_detail_doc {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  float: left;
  background-color: #f9f9f9;
  border-radius: 3px;
}

.product_detail_doc .product_detail_doc_h3 {
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
}

.product_detail_doc .toc_ul {
  list-style: none;
  padding-left: 20px;
  display: none;
}

.product_detail_doc_active .toc_ul {
  display: block;
}

.product_detail_doc .toc_ul li {
  list-style: none;
  line-height: 32px;
  width: 100%;
  float: left;
}

.product_detail_doc .toc_ul .item_toc_h2 {
  font-size: 16px;
}

.product_detail_doc .toc_ul .item_toc_h3 {
  font-size: 14px;
  padding-left: 20px;
}

.product_detail_doc .toc_ul li a {
  list-style: none;
  color: #111;
  width: 100%;
  float: left;
}

.product_detail_doc .toc_ul li a:hover {
  color: #fdb92a;
}

.product_detail img {
  max-width: 100%;
  height: auto !important;
}

.product_detail .blog_avatar {
  width: 100%;
  display: inline-block;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  background: #eee;
  margin: 10px 0;
}

.product_detail .blog_avatar img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100% !important;
  width: 100%;
  height: auto;
}

.product_detail_wrap .product_home_hot_3 {
  margin: 0px -10px;
}

.product_detail .description {
   width: 100%;
   float: left;
   font-size: 16px;
   line-height: 26px;
}
.product_detail .description ul{
   padding-left: 20px;
}
.product_detail .description p {
  margin: 10px 0px;
}

.product_detail .description .caption {
  text-align: center;
}

.product_detail .description .caption img {
  margin: 10px 0px;
}
.product_detail .description h2,.product_detail .description h3{
   font-size: 26px;
}
/********************************************************************/
.list-post{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
.list-post .post-item {
    margin-bottom: 30px;
}
.col-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
a.plain {
    color: currentColor;
    transition: color .3s, opacity .3s, transform .3s;
}
.post-item .box, .box-image, .box-text {
    transition: opacity .3s, transform .3s, background-color .3s;
}
.post-item .box {
   margin: 0 auto;
   position: relative;
   width: 100%;
   box-shadow: 0px 12px 10px #f1f1f1 !important;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.list-post .post-item .box-image {
    border-radius: 10px;
}
.post-item .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.has-equal-box-heights .box-image img, .has-format img, .image-cover img, .video-fit iframe, .video-fit video, img.back-image {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.box-image img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.has-format, .image-cover, .video-fit {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.has-hover .bg, .has-hover [class*=image-] img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.list-post .post-item .box-text, .blog-archive .post-item .box-text {
    background: white;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-post .post-item .post-title, .blog-archive .post-item .post-title {
    padding-bottom: 10px;
    max-height: 54px;
    overflow: hidden;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 24px;
}
.list-post .post-item .from_the_blog_excerpt {
   color: #333;
   font-size: 14px;
   height: 72px;
   overflow: hidden;
   width: 100%;
}
.box-text p {
    margin-bottom: .1em;
    margin-top: .1em;
}
.list-post .post-item .button, .blog-archive .post-item .button {
    border: none;
    letter-spacing: 0;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    color: gray;
    margin: 0;
    background-image: url(/images/arrow-short-right-svgrepo-com-2.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position-y: center;
    padding-left: 25px;
}
.bg-zoom:hover .bg, .has-hover:hover .image-zoom img {
    transform: scale(1.1);
}
.post-item .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}
/*********************************************************************/
#home_achievements{
   padding: 50px 0px;
   width: 100%;
   float: left;
   background: var(--studio-color-main);
   text-align: center;
   color: #FFF;
}
#home_achievements .item{
   width: 25%;
   float: left;
   padding: 0px 20px;
   text-align: center;
}
#home_achievements .item h4{
   font-size: 50px;
   line-height: 50px;
   font-weight: bold;
   margin-bottom: 10px;
}
#home_achievements .item p{
   font-size: 18px;
}
/*******************************************************************************/
.index_review {
   padding: 30px 0px 60px 0px;
   background: #f0f0f0;
   width: 100%;
   float: left;
}
.swiper {
   width: 100%;
   height: 100%;
}

.swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
}

.swiper-slide img {
   display: block;
   width: 100%;
   object-fit: cover;
}
.swiper .swiper-button-prev:after, .swiper .swiper-rtl .swiper-button-next:after{
   font-size: 23px;
   color: var(--studio-color-main);
   font-weight: bold;
}
.swiper .swiper-button-next:after,.swiper .swiper-rtl .swiper-button-prev:after {
    font-size: 23px;
    color: var(--studio-color-main);
    font-weight: bold;
}
.swiper  .swiper-slide{
    box-shadow: 0px 12px 10px #f1f1f1 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    overflow: hidden;
}
.swiper  .swiper-slide .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    aspect-ratio: 3 / 2;
}
.swiper  .swiper-slide .img img{
    width: 100%;
    min-height: 100%;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.swiper  .swiper-slide:hover .img img {
    transform: scale(1.1);
}
.swiper  .swiper-slide .description {
   font-size: 14px;
   height: 70px;
   overflow: hidden;
   margin: 15px 0px;
   width: 100%;
   padding: 0px 10px;
}
.swiper  .swiper-slide .title{
   font-size: 16px;
   padding: 0px 10px;
   margin-bottom: 20px;
}
/************************* FOOTER***********************************/
.footer {
  width: 100%;
  float: left;
  background: #f4f4f4;
}
.footer_content{
   width: 100%;
   padding: 30px 0px;
}
.footer .wrapper {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer_menu {
  width: 100%;
  display: inline-block;
  margin: auto;
}
.footer_site_info{
   width: 23%;
   float: left;
   margin-right: 2%;
}
.footer_site_link{
   width: 75%;
   float: left;
}
.footer_site_link .footer_contact{
   width: 40%;
}
.footer_site_link .footer_contact .addr {
   padding-left: 14px;
   background: url(/images/location-pin-solid.svg) no-repeat left 10px;
   background-size: 10px;
}
.footer_site_link .footer_contact .phone {
   padding-left: 15px;
   background: url(/images/phone-solid.svg) no-repeat left 10px;
   background-size: 12px;
}
.footer_site_link .footer_contact .email {
   padding-left: 15px;
   background: url(/images/envelope-solid.svg) no-repeat left 10px;
   background-size: 12px;
}
.footer_site_link .footer_contact .mst {
   padding-left: 15px;
   background: url(/images/circle-info-solid.svg) no-repeat left 10px;
   background-size: 12px;
}
.footer_site_link .footer_contact .time {
   padding-left: 15px;
   background: url(/images/clock-solid.svg) no-repeat left 10px;
   background-size: 12px;
}
.footer_item {
  float: left;
  width: 30%;
  text-align: left;
  padding-left: 30px;
}

.footer_item .title {
   font-size: 16px;
   padding: 15px 0px;
   text-transform: uppercase;
}

.footer_item .title a {
  color: #333;
  font-weight: bold;
}

.footer_item ul {
  width: 100%;
  float: left;
}

.footer_item ul li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 5px 0px;
}

.footer_item ul li a {
   color: #333;
   padding-left: 10px;
   background: url(/images/arrow.png) no-repeat left 7px;
}
.footer_item ul li a:hover{
   color: var(--studio-color-main);
}
.footer_site_info .logo {
   width: 100%;
   height: 90px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.footer_site_info .intro{
   width: 100%;
   float: left;
   margin: 10px 0px;
   text-align: center;
}
.footer_site_info ul {
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
   flex-basis: auto;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   width: 100%;
   float: left;
   flex-direction: row;
   display: flex;
}

.footer_site_info .facebook {
  background: url(/images/a_facebook.png) no-repeat center 0px;
  background-size: 26px;
}

.footer_site_info .instagram {
  background: url(/images/a_instagram.png) no-repeat center 0px;
  background-size: 26px;
}
.footer_site_info .zalo {
  background: url(/images/zalo.png) no-repeat center 0px;
  background-size: 26px;
}

.footer_site_info .youtube {
  background: url(/images/a_youtube.png) no-repeat center 0px;
  background-size: 26px;
}

.footer_site_info .tiktok {
  background: url(/images/a_tiktok.png) no-repeat center 0px;
  background-size: 26px;
}

.footer_site_info .twitter {
  background: url(/images/a_twitter.png) no-repeat left 0px;
  background-size: 26px;
}

.footer_site_info li {
   padding: 3px 0px;
   width: auto;
   float: left;
}

.footer_site_info a {
   padding-left: 35px;
   width: 100%;
   float: left;
   display: block;
   height: 30px;
   width: 30px;
}
.footer_bootom {
  width: 100%;
  float: left;
  background: #fff;
  color: #666666;
  text-align: center;
}

.footer_bootom .copyrights {
   width: 100%;
   float: left;
   line-height: 22px;
   text-align: center;
   background: var(--studio-color-main);
    color: #fff;
   padding: 8px;
}
/*********************************************************/
.mobile_footer {
  display: none;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 60px;
  left: 0;
  z-index: 99;
}

.hotline-phone-ring-wrap2 {
  position: fixed;
  bottom: 110px;
  left: 0;
  z-index: 99;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid var(--studio-color-main);
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 80px;
  height: 80px;
  top: 16px;
  left: 16px;
  position: absolute;
  background-color: rgb(153 4 4 / 82%);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: var(--studio-color-main);
  width: 50px;
  height: 50px;
  top: 31px;
  left: 31px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 33px;
  height: 33px;
}

.hotline-bar {
  position: absolute;
  background: #19255c;
  height: 40px;
  width: 165px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  border-radius: 50px !important;
  left: 42px;
  bottom: 31px;
}

.hotline-bar>a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 32px;
  letter-spacing: 1px;
  display: block;
  line-height: 42px;
  font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
  color: #fff;
}

/* messager */

.fb-messager {
  position: fixed;
  bottom: 150px;
  left: 0;
  z-index: 99;
}

.fb-messager-ring-wrap2 {
  position: fixed;
  bottom: 110px;
  left: 0;
  z-index: 99;
}

.fb-messager-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.fb-messager-ring-circle {
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #2196f3;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.fb-messager-ring-circle-fill {
  width: 80px;
  height: 80px;
  top: 16px;
  left: 16px;
  position: absolute;
  background-color: #2196f3;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.fb-messager-ring-img-circle {
  background-color: #2196f3;
  width: 50px;
  height: 50px;
  top: 31px;
  left: 31px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-messager-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fb-messager-ring-img-circle .pps-btn-img img {
  width: 33px;
  height: 33px;
}

.hotline-bar {
  position: absolute;
  background: #FFF;
  height: 40px;
  width: 165px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  border-radius: 50px !important;
  left: 42px;
  bottom: 31px;
  border:  1px solid var(--studio-color-main);;
}

.hotline-bar>a {
  color: var(--studio-color-main);
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 32px;
  letter-spacing: 1px;
  display: block;
  line-height: 42px;
  font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
  color: var(--studio-color-main);
}

/* zalo */

.zalo-messager {
  position: fixed;
  bottom: 250px;
  left: 0;
  z-index: 99;
}

.zalo-messager-ring-wrap2 {
  position: fixed;
  bottom: 110px;
  left: 0;
  z-index: 99;
}

.zalo-messager-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.zalo-messager-ring-circle {
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #2196f3;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.zalo-messager-ring-circle-fill {
  width: 80px;
  height: 80px;
  top: 16px;
  left: 16px;
  position: absolute;
  background-color: #2196f3;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zalo-messager-ring-img-circle {
  background-color: #ffff;
  width: 50px;
  height: 50px;
  top: 31px;
  left: 31px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zalo-messager-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zalo-messager-ring-img-circle .pps-btn-img img {
  width: 33px;
  height: 33px;
}


@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

/******************************************************************************/
.atp-call .atp-vong {
  z-index: 999;
  position: fixed;
  border-radius: 100%;
  border: 2px solid;
  opacity: 0.5;
  top: 155px;
  right: 26px;
  width: 80px;
  height: 80px;
  border-color: #1c8937;
}

.atp-call .atp-tron {
  opacity: 0.75;
  z-index: 999;
  position: fixed;
  border-radius: 100%;
  top: 164px;
  right: 34px;
  width: 63px;
  height: 63px;
  background-color: rgb(153 4 4 / 82%);
}

.atp-call .atp-phone {
  position: fixed;
  border: 2px solid transparent;
  border-radius: 100%;
  z-index: 999;
  background-size: 70%;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 173px;
  right: 43px;
  width: 45px;
  height: 45px;
  background-image: url(/themes/v1/images/shopping-basket.png);
  background-color: #fe7000;
}

.atp-call .atp-text {
  position: fixed;
  z-index: 999;
  top: 230px;
  right: 25px;
  background-color: #ffff00;
  color: #000000;
}

.atp-call a:hover .atp-text {
  background-color: #c75b06;
}

.atp-call .atp-text {
  position: fixed;
  z-index: 999;
  border-radius: 10px;
  top: 230px;
  right: 17px;
  width: 95px;
  height: 32px;
  background-color: #fe7000;
  color: #ffffff;
  text-align: center;
}

.atp-call .atp-text p {
  font-size: 14px;
  color: #fff !important;
  line-height: 31px;
  font-weight: 600;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}

.atp-call .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
  }
}

.atp-call .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.atp-call .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.atp-call .animated.infinite {
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.atp-call .animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.contact_mobile {
  display: none;
}

@media (max-width: 767px) {
  .atp-call .atp-vong {
    top: 99px;
    right: 7px;
  }

  .atp-call .atp-text {
    height: 25px;
    width: unset;
  }

  .atp-call .atp-tron {
    top: 106px;
    right: 15px;
  }

  .atp-call .atp-phone {
    top: 115px;
    right: 23px;
  }

  .atp-call .atp-text {
    color: #fff;
    background-color: #1e2f7f;
    text-align: center;
    top: 183px;
    right: 0px;
    border-radius: 10px;
    box-shadow: none;
    border: 2px solid #fff;
  }

  .atp-call .atp-text p {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 16px;
    /* width: unset; */
  }

  .atp-call .atp-text p {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 16px;
    /* width: unset; */
  }  
/************************************************************************************** Mobile ***************************************************************************************/
@media screen and (max-width: 800px) {
  body {
    width: 100%;
    min-width: 0px;
  }
   .full_content{
      width: 100%;
   }
   .main_top_content{
      background-size: 100%;
   }
  .breadcrumbs {
    float: left;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
  }

  .show-more-btn {
    display: block;
    margin: 20px 0px 0px 0px;
    border: none;
    color: #2579f2;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
  }

  .full_content {
    padding: 0px 10px;
  }

  .product_wrapper .main .full_content {
    padding: 0px 10px;
  }

  .full_content iframe {
    max-width: 100%;
    height: auto;
  }

  .header_web {
    display: none;
  }

  #id_back_top {
    display: none;
  }

  .header_mobile {
    width: 100%;
    display: block;
    background: var(--studio-color-main);
    z-index: 6;
    height: 55px;
    float: left;
    /* padding: 5px 0px; 
    border-bottom: 1px solid #c4c2c2;
    */
  }

  .header_mobile_fix {
    /* position: fixed; */
    top: 0;
    left: 0;
  }

  .header_content .icon_show_menu {
    float: left;
    width: 40px;
  }

  .header_content .icon_show_menu .btn_show_menu {
    display: block;
    float: left;
    width: 100%;
    height: 45px;
    background: url(/images/mobi_menu_w.png) left center no-repeat;
    background-size: 33px;
  }

  .header_content .header_user {
    float: right;
    width: 40px;
  }

  .header_user .btn_login {
    color: #fff;
    display: block;
    font-size: 13px;
    /* background: #fe7000; */
    padding: 5px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0px;
    text-align: center;
  }

  .header_user_loged {
    margin: 0;
  }

  .header_mobile_user .header_user_menu {
    right: 10px;
    left: unset;
  }

  .header_mobile_user .header_user_menu .arrow {
    right: 10px;
    left: unset;
  }
  .header_content{
   display: flex;
   justify-content: center; /* Căn giữa theo chiều ngang */
   align-items: center;
  }
  .header_content .logo {
    width: 100%;
    float: inherit;
    display: flex;
   justify-content: center; /* Căn giữa theo chiều ngang */
   align-items: center;
  }

  .header_content .logo a {
      display: block;
      float: left;
      width: 100%;
      height: 46px;
      width: 50px;
      margin: 0px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
  }
   
  
  .header_mobile_menu {
    position: fixed;
    background: #fff;
    width: 70%;
    top: 0px;
    left: 0px;
    z-index: 9;
    padding: 10px 0px;
    height: 100%;
    display: none;
  }

  .header_mobile_menu_top {
    width: 100%;
    float: left;
    padding: 0px 10px;
    position: relative;
  }

  .header_mobile .icon_hide_menu {
    float: left;
    width: 40px;
    display: none;
  }

  .header_mobile .icon_hide_menu .btn_hide_menu {
    display: block;
    float: left;
    width: 100%;
    height: 45px;
    background: url(/images/mobi_close.png) center left no-repeat;
    background-size: 30px;
  }

  .header_content .logo_menu {
    padding-right: 0px;
    width: 100%;
    float: initial;
  }

   .header_content .logo_menu a {
      display: block;
      float: left;
      width: 100%;
      height: 46px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
  }

  .header_mobile_close {
    float: right;
    width: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .header_mobile_close .btn_header_mobile_close {
    background: url(/images/mobi_close.png) center center no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    background-size: 50%;
    float: right;
    margin: auto;
  }

  .header_mobile_search {
    width: 100%;
    float: left;
    padding: 0px 10px;
    position: relative;
    margin-top: 15px;
  }

  .header_mobile_search #header_mobile_search_key {
    width: 100%;
    float: left;
    padding: 3px 30px 3px 10px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
  }

  .header_mobile_search button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }

  .header_mobile_search i {
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 22;
    color: #999;
  }

  .header_mobile_menu_list {
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  .header_mobile_menu_list .header_mobile_menu_li {
    display: block;
    padding: 5px 15px;
    line-height: 35px;
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
  }

  .header_mobile_menu_list .header_mobile_menu_li .header_mobile_menu_a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }

  .header_mobile_menu_list .header_mobile_menu_li svg {
    color: #333;
    transition: transform 0.2s linear;
    float: right;
    margin-top: 10px;
    scale: 1.5;
  }

  .header_mobile_menu_sub {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 3;
    display: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  }

  .header_mobile_menu_sub ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 10px;
  }

  .header_mobile_menu_sub ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .header_mobile_menu_sub ul a {
    width: 100%;
    float: left;
    color: #333;
    line-height: 36px;
  }
  body .item_mobile_full{
    width: 100% !important;
    padding-left: 0px ;
    padding-right: 0px ;
  }
  .product_detail_action .item{
    width: 100%;
  }
  #main_carousel .carousel-item{
   aspect-ratio: 6 / 3;
  }
  .news_detail_video iframe{
      margin: auto;
      width: 100%;
   }
   .home_videos_left{
      width: 100%;
   }
   .home_videos_right{
      width: 100%;
      aspect-ratio: auto;
      height: auto;
      overflow: visible;
   }
  /*************************************************************************************/
  .pop_content_add{
   width: 90%;
   left: 5%;
   margin-left: 0;
  }
  .pop_content_add .form_content{
   padding: 0px 0px;
  }
  .news_detail{
   padding-right: 0px;
  }
  /*************************************************************************************/
  .mi_layout{
   padding: 10px 0px;
  }
  .mi_layout .main_item_sub_1,.mi_layout .main_item_sub_2{
   width: 100%;
  }
  .main_top:before{
   display: none;
  }
  .mi_layout .main_item_sub_1 h3{
   margin-top: 30px;
  }
  .list-post{
   display: block;
  }
  .list-post .post-item .box-text, .blog-archive .post-item .box-text{
   padding: 10px 0px;
  }
  .main_giai_phap .list-module{
   display: block;
  }
  .main_giai_phap .box-module{
   width: 50%;
   float: left;
  }
  .footer_copyright{
    width: 100%;
    float: left;
  }
  .footer_bootom .container{
   float: left;
  }
  .footer_menu .footer_item{
   padding-left: 0;
  }
  /*************************************************************************************/ 
  .user_order_info_title {
    display: none;
  }

  .user_order_info .item {
    width: 100%;
    border-bottom: 1px solid #efefef;
    border-right: 0;
  }

  .popup_close {
    right: -3px;
  }

  .popup_close .btn_popup_close {
    background: url(/v1/images/mobi_close.png) center center no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    background-size: 50%;
  }

  .popup_close .btn_popup_close i {
    display: none;
  }

  .hotline-phone-ring-wrap {
    bottom: 10px;
  }

  .fb-messager {
    bottom: 10px;
    left: 66%;
    display: none;
  }

  .zalo-messager {
    bottom: 10px;
    left: 33%;
    display: none;
  }
   .hotline-bar{
      display: none;
   }
  .mobile_footer {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    background: #0092ab;
  }
  .footer_item_2{
    display: none;
  }
  .footer_item.footer_item_1{
   width: 100%;
  }
}    


/****************************************************************/
@-webkit-keyframes slider_nav_up {
  0% {
    transform: perspective(600px) rotateX(-90deg); }
  100% {
    transform: perspective(600px) rotateX(0deg); } 
}

@keyframes {
  0% {
    transform: perspective(600px) rotateX(-90deg); }
  100% {
    transform: perspective(600px) rotateX(0deg); } 
}

@media screen and (min-width: 480px) {
    .wrapper {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 769px) {
    .large--one-quarter {
        width: 25%;
    }
}
@media only screen and (min-width: 769px) {
    .grid-uniform .large--one-half:nth-child(2n+1), .grid-uniform .large--one-third:nth-child(3n+1), .grid-uniform .large--one-quarter:nth-child(4n+1), .grid-uniform .large--one-fifth:nth-child(5n+1), .grid-uniform .large--one-sixth:nth-child(6n+1), .grid-uniform .large--two-sixths:nth-child(3n+1), .grid-uniform .large--three-sixths:nth-child(2n+1), .grid-uniform .large--two-eighths:nth-child(4n+1), .grid-uniform .large--four-eighths:nth-child(2n+1), .grid-uniform .large--five-tenths:nth-child(2n+1), .grid-uniform .large--one-twelfth:nth-child(12n+1), .grid-uniform .large--two-twelfths:nth-child(6n+1), .grid-uniform .large--three-twelfths:nth-child(4n+1), .grid-uniform .large--four-twelfths:nth-child(3n+1), .grid-uniform .large--six-twelfths:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (min-width: 850px) {
    .gallery-columns-3 .gallery-item, .large-columns-3 .flickity-slider>.col, .large-columns-3>.col {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    
    
  