.esg-orbit-section {
    position: relative;
    overflow: hidden;
    padding: 60px 20px 80px;
    background: radial-gradient(circle at 50% 45%, #149a97 0%, #0d8888 35%, #0a6f75 65%, #085d63 100%);
}

.esg-orbit-heading {
    max-width: 920px;
    margin: 0 auto 40px;
    text-align: center;
    color: #fff;
}

.esg-orbit-heading h2 {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: .5px;
}

.esg-orbit-heading p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,.9);
}

.esg-orbit-wrap {
 --orbit-size: 680px;   /* Ã„â€˜Ã†Â°Ã¡Â»Âng kÃƒÂ­nh vÃƒÂ²ng trÃƒÂ²n quÃ¡Â»Â¹ Ã„â€˜Ã¡ÂºÂ¡o */
 --center-size: 300px;  /* hÃƒÂ¬nh trÃƒÂ²n Ã¡Â»Å¸ giÃ¡Â»Â¯a */
 --planet-size: 200px;  /* hÃƒÂ nh tinh ngoÃƒÂ i, vÃƒÂ­ dÃ¡Â»Â¥ */
 --orbit-radius: 340px; /* bÃƒÂ¡n kÃƒÂ­nh quÃ¡Â»Â¹ Ã„â€˜Ã¡ÂºÂ¡o */

 position: relative;
 width: min(90vw, 760px);
 height: min(90vw, 760px);
 min-height: 620px;
 margin: 0 auto;
}

.esg-orbit-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--orbit-size);
    height: var(--orbit-size);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.28);
    box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset;
}

.esg-center-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--center-size);
    height: var(--center-size);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(180deg, #eef2f3 0%, #d6dde1 100%);
    border: 5px solid rgba(255,255,255,.75);
    box-shadow:
    0 0 0 10px rgba(255,255,255,.14),
    0 16px 40px rgba(0,0,0,.14);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.esg-center-inner {
    width: calc(var(--center-size) - 28px);
    height: calc(var(--center-size) - 28px);
    border-radius: 50%;
    border: 2px solid rgba(0, 113, 113, .2);
    background: rgba(255,255,255,.42);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2e6b6b;
    font-size: 26px;
    line-height: 36px;
    font-family: stavian_b;
    padding: 20px;
}

.esg-planet-item {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--planet-size);
    height: var(--planet-size);
    margin-left: calc(var(--planet-size) / -2);
    margin-top: calc(var(--planet-size) / -2);
    text-decoration: none;
    z-index: 4;
    will-change: transform;
}

.esg-planet {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    /*box-shadow:
      0 10px 24px rgba(0,0,0,.16),
      inset 0 0 26px rgba(255,255,255,.06);*/
      transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
  }

  .esg-planet::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    
    pointer-events: none;
}
.esg-planet-item .esg-planet-icon img{
    margin:0;
}
.esg-planet-item.item-summary-esg .esg-planet::before{
    background: url("https://stavianmetal.com/wp-content/uploads/2026/06/bg-summary-esg-05042025.png") center center no-repeat;
}
.esg-planet-item.item-product-esg .esg-planet::before{
    background: url("https://stavianmetal.com/wp-content/uploads/2026/06/bg-product-esg-05042025.png") center center no-repeat;
}
.esg-planet-item.item-report-esg .esg-planet::before{
    background: url("https://stavianmetal.com/wp-content/uploads/2026/06/bg-report-esg-05042025.png") center center no-repeat;
}
.esg-planet-item.item-project-esg .esg-planet::before{
    background: url("https://stavianmetal.com/wp-content/uploads/2026/06/bg-project-esg-05042025.png") center center no-repeat;
}
.esg-planet-item.item-strategy-esg .esg-planet::before{
    background: url("https://stavianmetal.com/wp-content/uploads/2026/06/bg-strategy-esg-05042025.png") center center no-repeat;
}

.esg-planet-content {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    padding: 12px 20px;
}

.esg-planet-item:hover .esg-planet {
    transform: scale(1.08);
    filter: brightness(1.08);
    box-shadow:
    0 15px 30px rgba(0,0,0,.18),
    0 0 24px rgba(255,255,255,.18);
}

.esg-planet-icon {
    font-size: 18px;
    line-height: 1;
    opacity: .95;
}

.esg-planet-text {
    font-size: 16px;
    line-height: 130%;
    font-family: stavian_b;
}

.esg_growth .short_text_h  {
    margin:0 0 90px 0;
}

/*  .green { background: linear-gradient(135deg, #13d86f 0%, #08ba84 100%); }
  .blue  { background: linear-gradient(135deg, #108cff 0%, #0061f1 100%); }
  .light { background: linear-gradient(135deg, #97c3ff 0%, #8b8fff 100%); }
  .mix   { background: linear-gradient(135deg, #57efc2 0%, #135eff 100%); }
  .deep  { background: linear-gradient(135deg, #1d6bff 0%, #1538bc 100%); }*/

  @media (max-width: 991px) {
    .esg-orbit-wrap {
      --orbit-size: 470px;
      --center-size: 170px;
      --planet-size: 84px;
      --orbit-radius: 235px;
  }

  .esg-orbit-heading h2 {
      font-size: 30px;
  }

  .esg-center-inner {
      font-size: 22px;
  }

  .esg-planet-text {
      font-size: 11px;
  }
}

@media (max-width: 767px) {

    .esg-planet-icon{
        max-width: 30px;
    }
    .esg-orbit-section {
      padding: 46px 16px 60px;
  }

  .esg-orbit-heading {
      margin-bottom: 26px;
  }

  .esg-orbit-heading h2 {
      font-size: 24px;
  }

  .esg-orbit-heading p {
      font-size: 13px;
      line-height: 1.6;
  }

  .esg-orbit-wrap {
      --orbit-size: 320px;
      --center-size: 128px;
      --planet-size: 100px;
      --orbit-radius: 160px;

      width: 100%;
      height: 420px;
      min-height: 420px;
  }

  .esg-center-inner {
      width: calc(var(--center-size) - 20px);
      height: calc(var(--center-size) - 20px);
      font-size: 14px;
      padding: 10px;
      line-height: 1.35;
  }

  .esg-planet-content {
      padding: 8px;
      gap: 4px;
  }

  .esg-planet-icon {
      font-size: 14px;
  }

  .esg-planet-text {
      font-size: 12px;
      line-height: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
    .esg-planet-item {
      transition: none !important;
  }
}

/*css 31-03-2026*/
.tg_product_home .pdhome_wrap{
    margin: 50px 0px 0px 0px;
    display: flex;
    gap: 4%;
    position: relative;
}
.tg_product_home .pdhome_wrap .pdhome_nav{
    width: 13.5%;
    height: 490px;
}
.tg_product_home .pdhome_wrap .pdhome_nav:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 20%);
    top: 0px;
    left: 40.5px;

}
.tg_product_home .pdhome_wrap .pdhome_main{
    width: 515px;
    height: 510px;
    position: relative;
}
.tg_product_home .pdhome_wrap .pdhome_products{
    width: 41%;
}
.tg_product_home .pdhome_wrap .pdhome_main .main_item figure{
    position: relative;
    width: 495px;
    height: 495px;
    left: 10px;
    top: 4px;
}
.tg_product_home .pdhome_wrap .pdhome_products .product_list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 24px;
}
.tg_product_home .pdhome_wrap .pdhome_products .wrap_post .wrap_figure figure{
    height: 170px;
    overflow: hidden;
    border-radius: 12px;
} 
.tg_product_home .pdhome_wrap .pdhome_products .wrap_post .wrap_figure figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.3s;
}
.tg_product_home .pdhome_wrap .pdhome_products .wrap_post:hover .wrap_figure figure img{
    transform: scale(1.1);
}
.tg_product_home .pdhome_wrap .pdhome_products .wrap_post .info_post{
    margin: 8px 0px 0px 0px;
}
.tg_product_home .pdhome_wrap .pdhome_products .wrap_post .info_post h3{
    margin: 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
.tg_product_home .pdhome_wrap .pdhome_products .wrap_post .info_post h3 a{
    color: #fff;
    transition: all 0.3s;
}
@keyframes spin-right {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.tg_product_home .pdhome_wrap .pdhome_main .main_item .name_pro{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    display: none;
} 
.tg_product_home .pdhome_wrap .pdhome_main .main_item .circle_rotation{
    border-radius: 50%;
    border: 1px solid #50B8B1;
    width: 490px;
    height: 490px;
    position: absolute;
    margin-top: -245px;
    margin-left: -245px;
    top: 50%;
    left: 50%;
    animation: spin-right 22s linear infinite;
}
.tg_product_home .pdhome_wrap .pdhome_main .main_item .circle_spin1{
    height: 14px;
    width: 14px;
    background: #50B8B1;
    border-radius: 50%;
    position: absolute;
    top: 301px;
    left: 0px;
}
.tg_product_home .pdhome_wrap .pdhome_main .main_item .circle_spin2{
    height: 12px;
    width: 12px;
    background: #50B8B1;
    border-radius: 50%;
    position: absolute;
    top: 213px;
    right: -5px;
}
.tg_product_home .pdhome_wrap .pdhome_main .main_item figure img{
    width: 464px;
    height: 464px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tg_product_home .pdhome_wrap .pdhome_main .main_item figure a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 166px;
    height: 166px;
    background: #1D615A66;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content:center;
    transition: all 0.3s;
}
.tg_product_home .pdhome_wrap .pdhome_main .main_item figure a:hover{
    background: #1D6059;
}
.tg_product_home .pdhome_wrap .pdhome_nav .slick-track {
    display: flex !important;
    flex-direction: column;
    justify-content: center; 
    height: 100% !important;
    gap: 48px;
    transform: inherit !important;
}

.tg_product_home .pdhome_wrap .pdhome_nav .slick-list{
    height: 100% !important;
}
.tg_product_home .pdhome_wrap .pdhome_nav .slick-slide{width: auto !important;}
.tg_product_home .pdhome_wrap .pdhome_nav .nav_item{
    display: flex !important;
    align-items: center;
    gap: 25px;
    cursor: pointer;
}
.tg_product_home .pdhome_wrap .pdhome_nav .nav_item figure{
    position: relative;
    width: 80px;
    height: 80px;
}
.tg_product_home .pdhome_wrap .pdhome_nav .nav_item figure:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #50B8B1;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transition: all 0.3s;
}
.tg_product_home .pdhome_wrap .pdhome_nav .slick-current .nav_item figure:before,
.tg_product_home .pdhome_wrap .pdhome_nav .nav_item:hover figure:before{
    opacity: 1;
    visibility: visible;
}
.tg_product_home .pdhome_wrap .pdhome_nav .nav_item figure img{
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    border-radius: 50%;
}
.tg_product_home .pdhome_wrap .pdhome_nav .nav_item strong{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    color: rgb(255 255 255 / 20%);
    transition: all 0.3s;
}
.tg_product_home .pdhome_wrap .pdhome_nav .nav_item:hover strong,
.tg_product_home .pdhome_wrap .pdhome_nav .slick-current .nav_item strong{
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}
.tg_product_home{
    padding: 120px 0px;
    min-height: inherit;
}
.page-template-page-template-trangchu .tg_csnb_home .csnb_detailds p{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}
.page-template-page-template-trangchu .tg_csnb_home .csnb_detailds h4{
    margin: 4px 0px;
    padding: 0px;
    border-bottom: none;
    font-size: 44px;
    line-height: 52px;
    color: #fff;
}
.page-template-page-template-trangchu .tg_csnb_home  .csnb_detailds{
    border: 1px solid #50B8B1;
    background: #FFFFFF0D;
    border-radius: 40px;
    padding: 24px;
}

.page-template-page-template-trangchu .tg_csnb_home  .csnb_detailds:hover{
    background:rgba(255,255,255,0.2);
}

.short_text_white h3.widget-title{
    color: #fff !important;
}
.short_text_h h3{
    padding: 0px 0px 16px 0px;
    text-align: center;
    display: flex !important;
    justify-content: center;
}
.short_text_h h3.widget-title:before{
    width: 120px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    top: inherit !important;
    right: 0px !important;
    margin: 0px auto;
}
.short_text_white h3.widget-title:before{
    background: #50B8B1 !important;
}
.short_text_h .textwidget{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.about_ush .short_text_h .textwidget{
    font-size: 18px;
    line-height: 26px;
}
.short_text_white .textwidget {
    color: #fff;
    text-align: center;
}
.page-template-page-template-trangchu .tg_csnb_home .csnb_general{
    margin: 40px 0px 0px 0px;
}
.about_ush .short_text_h h3{
    display: table !important;
}
.about_ush .short_text_h h3.widget-title:before{
    right: inherit;
    margin: 0px;
}
.about_ush:before {
    position: absolute;
    content: "";
    background: url(../images/sim-arr-bg.png) no-repeat;
    max-width: 67px;
    width: 100%;
    height: 262px;
    top: 120px;
    left: 65px;
}
.dis_sys {
    padding: 120px 0px;
    position: relative;
}
.dis_sys:before{
    position: absolute;
    content: "";
    background: url(../images/sim-arr-ngang-bg.png) no-repeat;
    max-width: 296px;
    width: 100%;
    height: 75px;
    top: 120px;
    left: 20px;
}
.dis_sys:after{
    position: absolute;
    content: "";
    background: url(../images/sim-gptd-circle-bg.png) no-repeat;
    max-width: 545px;
    width: 100%;
    height: 449px;
    bottom: 0px;
    right: 20px;
}
.dis_sys .short_text_h .textwidget{
}
.dis_sys .dis_sys_general{
    margin: 25px 0px 0px 0px;
}
.dis_sys .tg_lottie_w{
    padding: 0px;
    position: relative;
}
.dis_sys .img_building_abu .textwidget{
    position: relative;
}

.dis_sys .wrap_lottie{
    top: 0px;
}
.dis_sys .tg_lottie_w svg{
    border-radius: 40px;
}
.dis_sys .dis_sys_btn{
    margin: 12px 0px 0px 0px;
}
.dis_sys .dis_sys_btn a{
    display: table;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #1D615A;
    padding: 8.5px 19.5px;
    border-radius: 90px;
    border:1px solid #1D615A;
    transition: all 0.3s;
}
.dis_sys .dis_sys_btn a:hover{
    background: #1D615A;
    color: #fff;
}
.dis_sys .text_widget .textwidget{
    text-align: justify;
}
.breadcrumb h1, .breadcrumb h2{
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}
.wrap_bg_bot_bread{
    position: relative;
    bottom: 0px;
    left: 0px;
    margin: 16px 0px 0px 0px;
}
.breadcrumb ul{
    justify-content: center;
}
.breadcrumb ul li:after{
    position: relative;
    content: "";
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
}


.breadcrumb ul li,
.breadcrumb ul li a{
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.wrap_bg_bot_bread ul li:last-child{
    color: #fff;
}
.providing_sol,
.domestic_sol,
.international_sol{
    position: relative;
}
.providing_sol:before,
.domestic_sol:before,
.international_sol:before{
    position: absolute;
    content: "";
    background: url(../images/sim-arr-bg.png) no-repeat;
    max-width: 67px;
    width: 100%;
    height: 262px;
    top: -30px;
    left: 50px;
}
.providing_sol:after,
.domestic_sol:after,
.international_sol:after{
    position: absolute;
    content: "";
    background: url(../images/sim-arr-linear-bg.png) no-repeat;
    max-width: 99px;
    width: 100%;
    height: 679px;
    top: 20%;
    right: 10px;
}
.providing_sol .providing_sol_general{
    margin: 0px 0px 60px 0px;
}
.providing_sol .short_text_h h3{
    text-align: left;
}
.providing_sol .short_text_h h3.widget-title:before{
    display: none;
}
.compre_sol {
    position: relative;
    z-index: 1;
}
.compre_sol_btn{
    margin: 40px 0px 0px 0px;
}
.compre_sol_btn a {
    display: table;
    margin: 0px auto;
    font-size: 18px;
    line-height: 26px;
    color: #1D615A;
    font-weight: 700;
    border:1px solid #1D615A;
    border-radius: 90px;
    transition: all 0.3s;
    padding: 10px 30px;
}
.compre_sol_btn a:hover{
    background: #1D615A;
    color: #fff;
}
.compre_sol .compre_sol_detailds .textwidget{
    position: relative;
}
.compre_sol .compre_sol_detailds figure{
    height: 400px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
}
.compre_sol .compre_sol_detailds figure:before{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 174, 156, 0) 0%, rgba(0, 174, 156, 0.8) 100%);
    width: 100%;
    height: 75%;
    border-radius: 0px 0px 24px 24px;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.compre_sol .compre_sol_detailds:hover figure:before{
    opacity: 1;
    visibility: visible;
}
.compre_sol .compre_sol_detailds figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    border-radius: 24px;
    margin: 0px;
}

.compre_sol .compre_sol_detailds a{
    color: #fff;
}
.compre_sol .compre_sol_detailds strong{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    position: absolute;
    bottom: 28px;
    left: 40px;
}

footer{
    margin: 120px 0px 0px 0px;
}

.page-template-page-template-giaiphaptd .bg_breadcrumb,
.page-template-page-template-kinhdoanhnd .bg_breadcrumb,
.page-template-page-template-kinhdoanhqt .bg_breadcrumb{
    background: url(../images/sim-gptd-bg.png) !important;
    height: 600px !important;
}
.domestic_sol_general{
    margin: 40px 0px 0px 0px;
}   
.domestic_sol  .domestic_sol_general>.panel-grid-cell>.so-panel{
    margin-bottom: 40px !important;
    padding: 0px 0px 40px 0px;
    border-bottom: 1px solid #CECECE;
}
.domestic_sol  .domestic_sol_general>.panel-grid-cell>.so-panel:last-child{
    margin-bottom: 0px !important;
    padding: 0px;
    border-bottom: none;
}
.domestic_sol .wrap_figure .textwidget figure{
    height: 320px;
}
.domestic_sol_detailds .wrap_figure .textwidget figure{
    border-radius: 24px;
    overflow: hidden;
}
.domestic_sol_detailds  .wrap_figure .textwidget figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    transition: all 0.3s;
}
.domestic_sol_detailds:hover  .wrap_figure .textwidget figure img{
    transform: scale(1.1);
}
.domestic_sol .domestic_sol_detailds>.panel-layout>.panel-grid{
    gap: 40px;
}
.domestic_sol .text_widget .widget-title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D6059;
    margin: 0px 0px 20px 0px;
}
.domestic_sol .text_widget .textwidget{
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
}
.domestic_sol .text_widget .textwidget p:last-child{
    margin: 0px;
}
.domestic_sol .text_widget .textwidget ul li{
    padding: 0px 0px 0px 32px;
    margin: 0px 0px 8px 0px;
    position: relative;
}
.domestic_sol .text_widget .textwidget ul>li:last-child{
    margin: 0px;
}
.domestic_sol .text_widget .textwidget ul li:before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-size: cover;
    background: url(../images/sim-check-icon.svg) no-repeat;
    top: 7px;
    left: 0px;
}
.domestic_sol_btn{
    margin: 20px 0px 0px 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #1D615A;
    border: 1px solid #1D615A;
    border-radius: 90px;
    padding: 8px 25px;
    display: table;
    cursor: pointer;
    transition: all 0.3s;
}
.domestic_sol .domestic_sol_btn:hover{
    background: #1D615A;
    color: #fff;
}
.international_sol .domestic_sol_general>.panel-grid-cell{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 70px;
}
.international_sol .domestic_sol_detailds .wrap_figure .textwidget figure{
    height: 310px;
}
.international_sol .domestic_sol_detailds .text_widget{
    margin: 24px 0px 0px 0px;
}
.international_sol .domestic_sol_detailds .text_widget .widget-title{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #1D6059;
    margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0 0 10px 0;
}
.banner_home .wrap_banner_ct{
    background: transparent;
    padding: 0px;
    color: #fff;
    border-radius: 0px;
}
.banner_home .wrap_banner_ct:hover{
    box-shadow: none;
}
.banner_home li.change_color .wrap_banner_ct h2,
.banner_home li.change_color .wrap_banner_ct {
    color: #1D615A;
}
.banner_home .slick-active li figure{
    overflow: hidden;
}
.banner_home .slick-active li figure img{
    animation-name: zoom-out;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_home .scrolldown_note{
    position: absolute;
    bottom: 5%;
    right: 60px;
    z-index: 1;
}
.banner_home .scrolldown_note>img:nth-child(1){
    -webkit-animation: rotate 5s normal linear infinite;
    animation: rotate 20s normal linear infinite;
    transition: all 0.5s;
}
.banner_home .scrolldown_note>img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

@keyframes zoom-out {
  from {
    transform: scale(1.1);
}

to {
    transform: scale(1);
}
}

.banner_home .banner_ct a{
    border-radius: 90px;
    color: #1D615A;
    background: #fff;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 45px;
    margin: 40px 0px 0px 0px;
    max-width: inherit;
    width: inherit;
    text-transform: inherit;
    transition: all 0.3s;
}
.banner_home li.change_color .banner_ct a{
    background: #1D615A;
    color: #fff;
    border:1px solid #1D615A;;
    padding: 16px 44px;
}
.banner_home .banner_ct a:hover{
    color: #fff;
    background: #1D615A;
}
.banner_home li.change_color .banner_ct a:hover{
    color: #1D615A;
    background: #fff;
}
.banner_home .banner_ct a strong{
    position: relative;
    display: inline-block;
    padding: 0px 46px 0px 0px;
}
.banner_home .banner_ct a strong:after{
    position: absolute;
    content: "";
    background:  url(https://stavianmetal.com/wp-content/uploads/2026/06/sim-slider-button-arr-white.svg) no-repeat;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    transition: all 0.3s;
    background-size: cover !important;
}
.banner_home li.change_color .banner_ct a strong:after{
    background:  url(https://stavianmetal.com/wp-content/uploads/2026/06/sim-slider-button-arr-green.svg) no-repeat;
}
.banner_home .banner_ct a:hover strong:after{
    background:  url(https://stavianmetal.com/wp-content/uploads/2026/06/sim-slider-button-arr-white.svg) no-repeat;
}
.banner_home li.change_color .banner_ct a:hover strong:after{
    background:  url(https://stavianmetal.com/wp-content/uploads/2026/06/sim-slider-button-arr-green.svg) no-repeat;
}
.custom_control {
    position: absolute;
    bottom: 90px;
    left: 120px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 9;
}

.progress_wrap {
    display: flex;
    gap: 8px;
}

.progress_item {
    width: 20px;
    height: 2px;
    background: rgba(255,255,255,0.3);
    overflow: hidden;
    border-radius: 90px;
    cursor: pointer;
}

.progress_item span {
    display: block;
    height: 100%;
    width: 0%;
    background: #fff;
}
.custom_control .arrow{
    border:none;
    background: transparent;
    padding: 0px;
    position: relative;
    top: -2px;
}
.banner_ct h2{
    text-transform: uppercase;
    font-size: 60px;
    line-height: 68px;
}
.banner_home .bg_f{
    height: 100vh;
}

.banner_home .wrap_icon_scroll,
#mute{
    display: none;
}
.page-template-page-template-trangchu .tg_csnb_home,
.about_ush{
    padding: 120px 0px;
}

.certifications_slider {
    width: 100%;
}
.certifications_slider .slick-list{padding: 90px 0px 70px 0px !important;}
.certifications_slider .cert_img figure{
    position: relative;
}
.certifications_slider .cert_img figure:before{
    position: absolute;
    content: "";
    background: url(https://stavianmetal.com/wp-content/uploads/2026/06/sim-laurel-sliver-left.png) no-repeat;
    max-width: 56px;
    width: 100%;
    height: 121px;
    top: 40px;
    left: 5px;
}
.certifications_slider .cert_img figure:after{
    position: absolute;
    content: "";
    background: url(https://stavianmetal.com/wp-content/uploads/2026/06/sim-laurel-sliver-right.png) no-repeat;
    max-width: 56px;
    width: 100%;
    height: 121px;
    top: 40px;
    right: 17px;
}
.certifications_slider .slick-center .cert_img figure:before{
    position: absolute;
    content: "";
    background: url(https://stavianmetal.com/wp-content/uploads/2026/06/sim-laurel-yellow-left.png) no-repeat;
    max-width: 100px;
    width: 100%;
    height: 158px;
    top: 0px;
    left: -10px;
    background-size: contain;
}
.certifications_slider .slick-center .cert_img figure:after{
    position: absolute;
    content: "";
    background: url(https://stavianmetal.com/wp-content/uploads/2026/06/sim-laurel-yellow-right.png) no-repeat;
    max-width: 100px;
    width: 100%;
    height: 158px;
    top: 2px;
    right: -30px;
    background-size: contain;
}
.cert_item {
    text-align: center;
    transform: scale(0.7);
    transition: all 0.3s ease;
}

.cert_item img {
    margin: auto;
}

.cert_title {
    margin-top: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
}

.slick-center .cert_item {
    transform: scale(1.1);
}

.tg_certifi_home {
    padding: 120px 0px;
    background: url("https://stavianmetal.com/wp-content/uploads/2026/06/sim-certifi-bg.jpg") no-repeat;
    background-size: cover;
}
.tg_certifi_home .slick-dots li{
    margin: 0px 15px;
}
.tg_certifi_home .slick-dots li button{
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    position: relative;
}
.tg_certifi_home .slick-dots li.slick-active button{
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #fff !important;
    padding: 0px;
}
.tg_certifi_home .slick-dots li.slick-active button:before{
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border:1.5px solid #fff;
    border-radius: 50%;
}
.tg_news_home{
    padding: 120px 0px;
    margin: 0px;
}
.tg_news_home .wrap_img_readm .read_m a{
    border-radius: 90px;
    border: 1px solid #1D615A;
    background: #fff;
    font-weight: 700;
    padding: 10px 28px;
    color: #1D615A;
    display: table;
    margin: 0px auto;
    font-size: 18px;
    line-height: 26px;
    transition: all 0.3s;
}
.tg_news_home .wrap_img_readm .read_m a:hover{
    color: #fff;
    background: #1D615A;
}
.tg_news_home .wrap_img_readm .read_m a:after{
    display: none;
}
.tg_list_arc_10052024 .tg_item .tg_title p a{
    font-size: 18px;
    line-height: 26px;
    color: #1D615A;
    font-weight: 700;
}
.page-template-page-template-trangchu .list_doitac{
    padding: 120px 0px;
    background: url(https://stavianmetal.com/wp-content/uploads/2026/06/sim-certifi-bg.jpg) no-repeat;
    background-size: cover;
}
.page-template-page-template-trangchu .list_dt_item h4{
    border-bottom: none;
    text-transform: uppercase;
}
.page-template-page-template-trangchu .list_dt_item span{
    font-size: 24px;
    line-height: 32px;
    padding: 0px;
    background: transparent;
    text-transform: inherit;
}
.page-template-page-template-trangchu .list_dt_item .slick-slide{
    margin: 0px;
}
.page-template-page-template-trangchu .list_doitac .qb_hide>.list_dt_item:nth-child(1){
    border-bottom: 1px solid #FFFFFF;
    margin: 0px 0px 40px 0px;
}
.page-template-page-template-trangchu .list_dt_item .slick-list{
    padding: 24px 0px 40px 0px;
}
.page-template-page-template-trangchu .list_doitac ul li figure{
    border-radius: 10px;
}
.tg_list_arc_10052024 .tg_item .tg_title p a::after{
    display: none;
}
.tg_product_home .short_text_h{
    justify-content: center;
    margin: 0px;
}

.page-template-page-template-trangchu .tg_product_home .short_text_h h3.widget-title{
    margin: 0px 0px 15px 0px;
}
/* ===== FIXED WRAP ===== */
.fixed_info {
      position: fixed;
    z-index: 9;
    bottom: 30px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}
/* ===== DOWNLOAD BUTTON ===== */
.download_quotation a {
    position: relative;
    display: table;
}

.download_quotation a strong {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #FF9021;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative;
}

/* ANIMATION */
@keyframes coccoc-alo-circle-fill-anim {
    0% { transform: scale(0.7); opacity: 1; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.7); opacity: 1; }
}

.download_quotation a:before,
.download_quotation a:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}

.download_quotation a:before {
    width: 105px;
    height: 105px;
    top: -7px;
    left: -9px;
    background: rgb(255 144 33 / 50%);
}

.download_quotation a:after {
    width: 130px;
    height: 130px;
    top: -20px;
    left: -20px;
    background: rgb(255 144 33 / 50%);
}

.social_fixed_info ul {
    padding: 0;
    margin: 0;
}

.social_fixed_info ul li {
    position: relative;
    list-style: none;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

.social_fixed_info ul li a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1D615A 0%, #3BC7B9 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.social_fixed_info ul li figure{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1D615A 0%, #3BC7B9 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.social_fixed_info ul li .label {
    position: absolute;
    right: calc(100% + 13px);
    white-space: nowrap;
    font-size: 18px;
    line-height: 26px;
    background: #1D6059;
    color: #fff;
    border-radius: 90px;
    padding: 8px 20px;
    font-weight: 400;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.social_fixed_info ul li a:hover + .label,
.social_fixed_info ul li a:hover ~ .label {
    opacity: 1;
    transform: translateX(0);
}

.menu_fixed_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.menu_fixed_hd .logo_site{
    margin: 0px;
}
.menu_fixed_hd .tg_lang_search{
    margin-left: inherit;
}
.nav_primary .menu>li.menu-item-has-children::before{
    content: "\f107" !important;
}

.page-template-page-template-trangchu .list_doitac ul li figure{
    overflow: hidden;
}
.lib_content {
 display: none;
}

.lib_content.active {
 display: block;
}
.tg_download_broc {
    background: transparent;
    border-top: none;
}
.download_broc_title .short_text_h{
    margin: 60px auto 0px auto !important;
    padding: 60px 0px 0px 0px;
    border-top: 1px solid #50B8B1;
}

.tg_download_broc .textwidget ul li{
    border-radius: 24px;
    background: #E2F4F3;
    padding: 20px 20px;
    margin: 0px;
    display: flex;
}
.page-template-page-template-trangchu .tg_product_home .short_text_h .textwidget a:after{
    display:none;
}
.tg_download_broc .textwidget ul li a{
    font-size: 24px;
    line-height: 32px;
    text-transform: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0px;
    border: none;
    color: #000;
    width: 100%;
    font-family: stavian_b;
    text-align: left;
}
.tg_download_broc .textwidget ul li a img{
    margin: 0px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.tg_download_broc .textwidget ul li::before,
.tg_download_broc ul li a::before{
    display: none !important;
}
.tg_download_broc .textwidget ul li a strong{
    position: relative;
    padding: 0px 40px 0px 0px;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
}
.tg_download_broc .textwidget ul li a strong:after{
    position: absolute;
    content: "";
    background: url("https://stavianmetal.com/wp-content/uploads/2026/06/sim-download-file-icon.svg") no-repeat;
    background-size: cover;
    width: 37px;
    height: 37px;
    top: 50%;
    right: 0px;
    margin: -18.5px 0px 0px 0px;
}
.tg_lib_home:before{
    display: none;
}
.tg_lib_home{
    background: #FAFFFE;
}
.tg_lib_home .short_text_h{
    justify-content: center;
}
.page-template-page-template-about .tg_csnb_home .short_text_h .textwidget{
    text-align: center;
}
.page-template-page-template-trangchu .tg_product_home .short_text_h{
    display: inherit;
}
.page-template-page-template-trangchu .tg_news_home .short_text_h{
    justify-content: center;
}
.tg_download_broc{
    padding: 0px;
}
.header.fixed .search_form .tg_search_b{
    position: relative;
    top: 2px;
}

@media(min-width: 1601px){
    header .container{
        max-width: 1750px;
    }
}

@media (min-width: 1025px) and (max-width: 1600px){
    .page-template-page-template-trangchu .tg_csnb_home .csnb_detailds h4{
        font-size: 36px;
        line-height: 46px;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav .nav_item strong{
        font-size: 16px;
        line-height: 24px;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav .nav_item:hover strong, .tg_product_home .pdhome_wrap .pdhome_nav .slick-current .nav_item strong{
        font-size: 20px;
        line-height: 28px;
    }
    .tg_lib_home .show_hide_tab li{
        font-size: 20px;
        line-height: 30px;
    }
    .short_text_h h3.widget-title {
    font-size: 40px;
    line-height: 50px;
}
.compre_sol .compre_sol_detailds strong{
    font-size: 26px;
    line-height: 34px;
}


.short_text_h .textwidget{
    max-width: 1000px;
    margin: 0 auto;
}
    .tg_product_home .pdhome_wrap .pdhome_main .main_item figure a{
        width: 100px;
        height: 100px;
        font-size: 16px;
        line-height: 26px;
    }
    .banner_home .scrolldown_note{
        max-width: 70px;
    }
    .nav_primary ul.menu>li.menu-item-has-children{
        margin: 0px 20px;
    }
    .tg_download_broc .textwidget ul li{
        padding: 12px 16px;
    }
    .banner_home .banner_ct a,
    .banner_home li.change_color .banner_ct a{
        font-size: 14px;
        line-height: 22px;
        padding: 8px 15px;
        margin: 20px 0px 0px 0px;
    }
    .banner_home .banner_ct a strong{
        padding: 0px 30px 0px 0px;
    }
    .banner_home .banner_ct a strong:after{
        width: 25px;
        height: 25px;
    }
   
    .custom_control{
        bottom: 70px;
    }
    .banner_ct h2{
        font-size: 38px;
        line-height: 46px;
    }
    footer{
        margin: 60px 0px 0px 0px;
    }
    .compre_sol .compre_sol_detailds figure{
        height: 350px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item .circle_spin1{
        top: 241px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item .circle_spin2{
        right: -5px;
    }
    .tg_product_home .pdhome_wrap{
        gap: 35px;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav{
        width: fit-content;
        height: 395px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item figure img{
        width: 364px;
        height: 364px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item .circle_rotation{
        width: 390px;
        height: 390px;
        margin-top: -195px; 
        margin-left: -195px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item figure{
        width: 395px;
        height: 395px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main{
        width: 415px;
        height: 410px;
    }
    .breadcrumb h1, .breadcrumb h2{
        font-size: 38px;
        line-height: 48px;
    }
    .about_ush:before,
    .dis_sys:before,
    .dis_sys:after,
    .providing_sol:before,
    .domestic_sol:before,
    .international_sol:before,
    .providing_sol:after,
    .domestic_sol:after,
    .international_sol:after{
        display: none;
    }
}
@media (min-width: 1025px) and (max-width: 1280px){
    .tg_product_home .pdhome_wrap .pdhome_main .main_item figure img{
        width: 434px;
        height: 434px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item figure{
        width: 465px;
        height: 465px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item .circle_rotation{
        width: 460px;
        height: 460px;
        margin-top: -230px;
        margin-left: -230px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main{
        width: 485px;
        height: 480px;
    }
    .tg_product_home .pdhome_wrap .pdhome_products .product_list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .tg_product_home .pdhome_wrap{
        gap:24px;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav{
        height: 480px;
        width: 20%;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav .slick-slide{
        width:auto !important;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav .slick-track{
        gap: 16px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .international_sol .domestic_sol_detailds .text_widget .widget-title{
        min-height: 52px;
    }
    .banner_home .bg_f,
    .banner_home{
        height: 400px;
    }
    .banner_ct{
        top: 20%;
        left: 16px;
    }
    .certifications_slider .slick-dots{
        bottom: -10px;
    }
    .dis_sys .dis_sys_btn a{
        font-size: 14px;
        line-height: 22px;
        padding: 8px 20px;
    }
    .certifications_slider .cert_img figure:after{
        right: 10px;
    }
    .certifications_slider .cert_img figure:before{
        left: 10px;
    }
    .slick-center .cert_item{
        transform: scale(1.1);
    }
    .certifications_slider .slick-center .cert_img figure:before{
        height: 128px;
        left: -10px;
    }
    .certifications_slider .slick-center .cert_img figure:after{
        height: 128px;
        right: -50px;
        top: 0px;
    }
    .tg_download_broc .textwidget ul li figure{
        width: 55px;
        height: 55px;
        flex-shrink: 0;
    }
    .tg_download_broc .textwidget ul li a{
        font-size: 16px;
        line-height: 24px;
    }
    .domestic_sol_general>.panel-grid-cell{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tg_product_home .pdhome_wrap .pdhome_main .slick-track{
        display: flex !important;
        justify-content: center;
    }
    .tg_product_home .pdhome_wrap .pdhome_main{
        width: 100%;
    }
}

.scroll_top {
    bottom: 20px;
    position: fixed;
    right: -40px;
    transition: all .3s;
    z-index: 500;
    cursor: pointer;
    max-width: 40px;
    left: initial;
}
.scroll_top i.fa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #72a499;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
.go_scrolltop {
    right: 20px;
}

.py-120{
    padding:120px 0;
}

.pt-120{
    padding:120px 0 0 0;
}

.pb-120{
    padding:0 0 120px 0;
}

.strategy_esg{
    padding-top:50px;
}

.strategy_esg  h3.widget-title, .orientation_esg  h3.widget-title, .project_esg  h3.widget-title,
.product_esg h3.widget-title , .summary_esg  h3.widget-title{
    color:#1D6059;
    font-size: 44px;
    line-height: 52px;
    font-family: 'stavian_b';
    position: relative;
    margin:0 0 40px 0;
    text-transform: uppercase;
}

.strategy_esg  h3.widget-title::before , .orientation_esg h3.widget-title::before{
 content:"";
 position: absolute;
 width: 120px;
 height: 2px;
 background: #1D6059;
 bottom: -15px;
 left:0;
}

.strategy_esg  .textwidget, .orientation_esg .textwidget{
    font-size: 18px;
    line-height: 26px;
}

.strategy_esg  .textwidget p, .orientation_esg .textwidget p{
    text-align: justify;
}

.strategy_esg .figure_esg , .orientation_esg .figure_esg {
    text-align: center;
}

.orientation_esg  h3.widget-title , .orientation_esg .textwidget{
    color:#fff;
}

.orientation_esg h3.widget-title::before{
    background: #50B8B1;
}

.orientation_esg{
    background:url("../images/bg-orientation.webp") center center no-repeat;
    background-size: cover;
}

.project_esg  h3.widget-title::before , .summary_esg  h3.widget-title::before{
 content: "";
 position: absolute;
 width: 120px;
 height: 2px;
 background: #1D6059;
 bottom: -15px;
 left: 50%;
 transform: translateX(-50%);
}

.project_esg  h3.widget-title , .summary_esg  h3.widget-title{
    display: table;
    margin:0 auto 50px auto;
}

.project_esg .container > .panel-layout > .panel-grid:not(:first-child) {
    margin: 40px 0 0 0;
}

.project_esg .container > .panel-layout > .panel-grid:nth-child(2){
    margin:0;
}

.project_esg .item_project_esg .figure_project_esg{
    position: relative;
    margin: 0 0 15px 0;
    border-radius: 16px;
    overflow: hidden;
}

.project_esg .item_project_esg .figure_project_esg img{
    height: 370px;
    object-fit: cover;
    width:100%;
    border-radius: 16px;
}

.project_esg .item_project_esg .figure_project_esg::before{
    content:"";
    background: linear-gradient(180deg, rgba(29, 97, 90, 0) 0%, rgba(29, 97, 90, 0.8) 100%);
    height: 150px;
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    pointer-events: none;
}

.project_esg .item_project_esg .figure_project_esg::after{
    content:"";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 0;
    transition: all 0.5s;
    background: linear-gradient(180deg, rgba(0, 174, 156, 0) 0%, rgba(0, 174, 156, 0.8) 100%);
    bottom: 0;
    left: 0;
}

.project_esg .item_project_esg .figure_project_esg:hover::after{
    height: 280px;
}

.project_esg .item_project_esg h4{
    font-size: 24px;
    line-height: 32px;
    color:#fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: 'stavian_b';
    margin: 0;
    z-index: 2;
    padding: 0 0 30px 34px;
}

.project_esg .item_project_esg .textwidget_project_esg  {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.project_esg .item_project_esg .textwidget_project_esg  strong{
    font-size: 18px;
    line-height: 26px;
    font-family: stavian_b;
    color:#1D615A;
    text-transform: none;
}

.product_esg  {
    background:url("../images/banner_product_04042026.webp") center center no-repeat;
    background-size: cover;
}

.product_esg h3.widget-title{
    color:#fff;
    display: table;
    margin: 0 auto 50px auto;
}


.product_esg h3.widget-title::before{
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    background: #50B8B1;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.product_esg .item_product_esg figure{
        border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 250px;
}
.product_esg .item_product_esg figure a{
        border-radius: 16px;
    overflow: hidden;
}
.product_esg .item_product_esg figure img{
width: 100%;
height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.5s;
}
.product_esg .item_product_esg:hover figure img{
    transform: scale(1.1);
}

.product_esg .item_product_esg h4{
    font-size: 24px;
    line-height: 32px;
    font-family: stavian_b;
    color:#fff;
    margin: 15px 0 0 0;
}
  
.product_esg.product_text_white .item_product_esg h4 a{
        color:#fff;
}
.product_esg .item_product_esg h4 a{
color: #1D6059;
}

.list_product_esg>.panel-grid-cell>.so-panel>.panel-layout{
    display: flex;
    flex-direction: column;
    gap:40px;
}

.about_us_home .about_ush .img_building_abu img{
    border-radius: 40px;
    height: 720px;
}

.dis_sys>.panel-grid-cell {
    position: relative;
    z-index: 2;
}

.dis_sys .textwidget{
    font-size: 18px;
    line-height: 26px;
}

.dis_sys .tg_lottie_w {
    position: relative;
}


.dis_sys .tg_lottie_w .wrap_lottie{

}

#curved-corner-bottomleft,
#curved-corner-bottomright,
#curved-corner-topleft,
#curved-corner-topright{
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
#curved-corner-bottomleft{
    bottom:0;
    left:0;
}
#curved-corner-bottomright{
    bottom:0;
    right:0;
}
#curved-corner-topleft{
    top:0;
    left:0;
}
#curved-corner-topright{
    top:0;
    right:0;
}
#curved-corner-bottomleft:before,
#curved-corner-bottomright:before,
#curved-corner-topleft:before,
#curved-corner-topright:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
}
#curved-corner-bottomleft:before {
  bottom: 0;
  left: 0;
  box-shadow: -50px 50px 0 0 #ffffff;
}
#curved-corner-bottomright:before {
  bottom: 0;
  right: 0;
  box-shadow: 50px 50px 0 0 #ffffff;
}
#curved-corner-topleft:before {
  top: 0;
  left: 0;
  box-shadow: -50px -50px 0 0 #ffffff;
}
#curved-corner-topright:before {
  top: 0;
  right: 0;
  box-shadow: 50px -50px 0 0 #ffffff;
}
.tg_download_broc{
    margin:30px 0 0 0;
}

.download_quotation {
    text-align: center;
}

.esg_growth  {
    background:url("../images/bg-esg-growth-compress.jpg") center center no-repeat;
    background-size: cover;
}
.tab-content {
   display: none ;
   padding: 0px;
}
.tab-content.tg_current{
   display: inherit ;
   -webkit-animation: slide-down 0.3s ease-out;
   -moz-animation: slide-down 0.3s ease-out;
}

.tg_lib_home .tab-content{
    opacity: 0;           /* Trong suÃ¡Â»â€˜t */
    transition: opacity 0.5s ease-in-out; /* ThÃ¡Â»Âi gian hiÃ¡Â»â€¡u Ã¡Â»Â©ng 0.5s */
}

.tg_lib_home .tab-content.tg_current{
    animation: fadeInTab 0.5s forwards;
    animation-delay: 0.5s; /* Ã„ÂÃ¡Â»Ëœ TRÃ¡Â»â€ž 0.5 GIÃƒâ€šY Ã¡Â»Å¾ Ã„ÂÃƒâ€šY */
}

.tg_lib_home .show_hide_tab{
    display: flex;
    gap:20px;
    justify-content: center;
    margin: 0 0 30px 0;
}

.tg_lib_home .show_hide_tab li{
    color:#151515;
    font-size: 30px;
    line-height: 40px;
    font-family: stavian_b;
    cursor: pointer;
}

.tg_lib_home .show_hide_tab li.tg_current{
    color:#1D615A;
}

.logo_site a{
    display: flex;
}

.summary_esg .textwidget {
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
}

.summary_esg .textwidget img{
    margin:25px 0 0 0;
}

.solution_sim  .wrap_sim_solution {
    background: linear-gradient(270deg, #E3F9F8 0%, #CEF0EC 100%);
    border-radius: 40px;
    padding:50px;
    min-height: 432px;
    align-items: center !important;
}

.solution_sim  .wrap_sim_solution{
    position: relative;
    overflow: hidden;
}

.solution_sim  .wrap_sim_solution h3.widget-title{
    font-size: 32px;
    line-height: 40px;
    font-family: stavian_b;
    color: #1D6059;
    margin:0 0 20px 0;
}
.solution_sim .img_solution_sim img{
    position: absolute;
    top:0;
    right:0;
}
.solution_sim  .wrap_sim_solution p{
    font-size: 24px;
    line-height: 120%;   
}

.solution_sim  .wrap_sim_solution a{
    font-size: 18px;
    line-height: 26px;
    color:#fff;
    font-family: stavian_b;
    padding:10px 30px;
    border-radius: 100px;
    background: #1D6059;
    display: inline-flex;
    margin:20px 0 0 0;
    justify-content: center;
}

.international_sol .domestic_sol_detailds .text_widget .textwidget ul li{
    padding: 0px 0px 0px 32px;
    margin: 0px 0px 8px 0px;
    position: relative;
}

.international_sol .domestic_sol_detailds .text_widget .textwidget ul li::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;

    background: url(https://stavianmetal.com/wp-content/uploads/2026/06/sim-check-icon.svg) no-repeat;
    top: 7px;
    left: 0px;
}

.international_sol .domestic_sol_detailds .text_widget .textwidget {
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
}

.product_esg.product_esg_single_p {
    background:none !important;
}

.product_esg.product_esg_single_p .item_product_esg h4{
    color:#1D6059;
}

.product_esg.product_esg_single_p h3.widget-title{
    color:#1D6059;
}

.compre_sol .compre_sol_detailds a::before{
    content:"";
    z-index: 2;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact_company_tv h4{
    font-family: stavian_b;
    color:#1D6059;
    font-size: 20px;
    line-height: 28px;
}

.contact_company_tv .textwidget{
    font-size: 18px;
    line-height: 26px;
}

.contact_company_tv {
    background:#f8f8f8;
}

.intro_single_cpn .textwidget strong{
    color:#1D6059;
}

.contact_company_tv img{
    margin:0 0 10px 0 !important;
}

.sgl_report_2025{
    padding: 82px 100px;
    border-radius: 24px;
}
.sgl_report_2025 .wrap_figure .textwidget figure {
    height: 250px;
}
.sgl_report_2025 .wrap_figure .textwidget figure img{
    margin: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.sgl_report_2025 .text_widget .textwidget{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.sgl_report_2025 .text_widget .textwidget h3{
    padding: 4px 20px;
    border-radius: 90px;
    background: #5bedd6;
    color: #1D6059;
    margin: 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    display: table;
    font-family: 'stavian_b';
}
.sgl_report_2025 .text_widget .textwidget h2{
    margin: 24px 0px 8px 0px;
    font-family: 'stavian_b';
    color: #5bedd6;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
}
.sgl_report_2025 .text_widget .textwidget .report_btn{
    padding: 10px 25px;
    display: table;
    text-align: center;
    border-radius: 90px;
    border:1px solid #fff;
    color: #fff;
    transition: all 0.3s;
    margin: 16px 0px 0px 0px;
}
.sgl_report_2025 .text_widget .textwidget .report_btn:hover{
    background: #fff;
    color: #1D6059;
}
.sustainable_products .short_text_h .textwidget figure{
    display: flex;
    justify-content: center;
}
.sustainable_products .short_text_h h3{
    margin: 0px 0px 35px 0px;
}
.sustainable_products .sustainable_ct {
    margin: 24px 0px 0px 0px;
}
.sustainable_products .sustainable_ct .widget-title{
    color: #1D6059;
    font-family: 'stavian_b';
    margin: 0px 0px 15px 0px;
}
.sustainable_products .sustainable_ct table{
    width: 100%;
    margin: 20px auto 0px auto;
    max-width: 65%;
    border-collapse: collapse;
}
.sustainable_products .sustainable_ct table tbody tr td{
border:1px solid #1D6059;
padding: 15px;
}
.sustainable_products .sustainable_ct table tbody tr td strong{
        color: #1D6059;
    font-family: 'stavian_b';
}

#esgOrbitWrap .esg-center-inner img{
       position: relative;
    top: -7px;
    left: 3px;
}

/*end rau*/

/* Ã„ÂÃ¡Â»â€¹nh nghÃ„Â©a hiÃ¡Â»â€¡u Ã¡Â»Â©ng hiÃ¡Â»â€¡n hÃƒÂ¬nh */
@keyframes fadeInTab {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-webkit-keyframes slide-down {
   0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
}
}
@-moz-keyframes slide-down {
   0% {
    opacity: 0;
    -moz-transform: translateY(15%);
}
100% {
    opacity: 1;
    -moz-transform: translateY(0);
}
}

@media(max-width: 1024px){
    .sgl_report_2025 .text_widget .textwidget h2{
        margin: 12px 0px 8px 0px;
    }
    .sgl_report_2025 .text_widget .textwidget{
        font-size: 14px;
        line-height: 22px;
    }
.sgl_report_2025{
    padding: 20px;
    gap: 24px;
}
    .banner_ct{
                left: 0;
        padding: 0 25px 0 25px;
    }
     .pb-120{
        padding: 0 0 60px 0;
    }
    .pt-120{
        padding:60px 0 0 0;
    }
    .project_esg .item_project_esg .figure_project_esg img{
        height: 240px;
    }

    .strategy_esg .textwidget, .orientation_esg .textwidget{
        font-size: 16px;
        line-height: 24px;
    }
    .strategy_esg h3.widget-title, .orientation_esg h3.widget-title, .project_esg h3.widget-title, .product_esg h3.widget-title, .summary_esg h3.widget-title{
        font-size: 28px;
        line-height: 36px;
        display: table;
        margin: 0 auto 40px auto;
    }
    .strategy_esg h3.widget-title::before, .orientation_esg h3.widget-title::before{
        bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    }
    .summary_esg .textwidget{
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .esg_growth .short_text_h{
        margin:0 0 30px 0;
    }
    .tg_list_arc_10052024 .tg_item .tg_title p a{
        font-size: 14px;
    }
    .slick-center .cert_item{
        transform: scale(1);
    }
    .py-120 {
        padding: 60px 0;
    }
    .tg_lib_home .show_hide_tab li{
        font-size: 16px;
        line-height: 24px;
    }
    .tg_lib_home .show_hide_tab{
        margin:0 0 15px 0;
    }
    .tg_lib_home .short_text_h{
        margin:0 !important;
    }
    .tg_download_broc .textwidget ul li a strong{
        font-size: 16px;
        line-height: 24px;
        font-family: 'stavian';
    }
    .tg_bld_wrapper>.panel-grid-cell>.so-panel .textwidget h4 a{
        font-size: 16px;
        line-height: 22px;
    }
    .breadcrumb h1, .breadcrumb h2{
        font-size: 24px;
        line-height: 32px;
    }
    .page-template-page-template-trangchu .tg_csnb_home .csnb_general{
        margin:10px 0 0 0;
    }
    .about_ush .short_text_h .textwidget{
        font-size: 16px;
        line-height: 26px;
    }
    .dis_sys .textwidget{
        font-size: 16px;
        line-height: 26px;
    }
    .tg_search_f{
        position: relative;
        top: 2px;
    }
    .international_sol .domestic_sol_detailds .text_widget .widget-title{
        font-size: 18px;
        line-height: 26px;
    }
    .custom_control{
        bottom: 20px;
        left: 16px;
    }
    .menu_fixed_hd .tg_lang_search{
        padding: 0px 40px 0px 0px;
    }
    .icon_mobile_click{
               position: absolute;
        right: 0;
        top: 6px;
    }
    .cert_title br{
        display: none;
    }
    .compre_sol_btn{
        margin: 20px 0px 0px 0px;
    }
    .dis_sys .dis_sys_btn a{
        font-size: 16px;
        line-height: 24px;
        padding: 8px 20px;
    }
    .compre_sol_btn a{
        font-size: 16px;
        line-height: 24px;
        padding: 8px 20px;
    }
    .tg_download_broc{
        margin: 24px 0px 0px 0px;
    }
    .banner_home .scrolldown_note{
        display: none;
    }
    .page-template-page-template-trangchu .tg_csnb_home .csnb_detailds h4{
        font-size: 25px;
        line-height: 33px;
    }
    .search_form{
        padding: 0px 5px 0px 0px;
    }
    .header.fixed .search_form .tg_search_b{
        position: relative;
        top: 2px;
    }
    .tg_lang{
        margin: 0px;
        padding: 0px;
    }
    .short_text_h h3.widget-title{
        font-size: 26px;
        line-height: 34px;
        padding:0;
    }
    .tg_download_broc .textwidget ul li{
        padding: 12px 16px;
    }
    .banner_ct h2{
        font-size: 26px;
        line-height: 34px;
    }
    .tg_product_home .short_text_h{
        justify-content: center;
    }
    .page-template-page-template-trangchu .tg_csnb_home,
    .about_ush,
    .tg_certifi_home,
    .tg_news_home,
    .page-template-page-template-trangchu .list_doitac{
        padding: 40px 0px;
    }
    .banner_home .banner_ct a,
    .banner_home li.change_color .banner_ct a{
        font-size: 16px;
        line-height: 24px;
        padding: 8px 20px;
        margin: 10px 0px 0px 0px;
    }
    .banner_home .banner_ct a strong{
        padding: 0px 26px 0px 0px;
    }
    .banner_home .banner_ct a strong:after{
        width: 20px;
        height: 20px;
        top: 2px;
    }
    .domestic_sol .domestic_sol_general>.panel-grid-cell>.so-panel{
        margin-bottom: 20px !important;
        padding: 0px 0px 20px 0px;
    }
    .domestic_sol .text_widget .widget-title{
        margin: 0px 0px 10px 0px;
    }
    .domestic_sol .domestic_sol_detailds>.panel-layout>.panel-grid{
        gap: 16px;
    }
    .domestic_sol .text_widget .textwidget ul li:before{
        top: 5px;
    }
    .domestic_sol .text_widget .textwidget{
        font-size: 16px;
        line-height: 24px;
    }
    .domestic_sol_btn{
        margin: 10px 0px 0px 0px;
        font-size: 16px;
        line-height: 24px;
    }
    .international_sol .domestic_sol_detailds .text_widget{
        margin: 16px 0px 0px 0px;
    }
    .domestic_sol_detailds .text_widget .widget-title{
        font-size: 18px;
        line-height: 26px;
    }
    .international_sol .domestic_sol_detailds .wrap_figure .textwidget figure{
        height: 200px;
    }
    .domestic_sol_detailds .wrap_figure .textwidget figure img,
    .domestic_sol_detailds .wrap_figure .textwidget figure{
        border-radius: 12px;
    }
    .international_sol .domestic_sol_general>.panel-grid-cell {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .domestic_sol_general{
        margin: 20px 0px 0px 0px;
    }
    .domestic_sol .wrap_figure .textwidget figure{
        border-radius: 12px;
    }
    .domestic_sol .wrap_figure .textwidget figure img{
        border-radius: 12px;
    }
    footer{
        margin: 40px 0px 0px 0px;
    }
    .compre_sol .compre_sol_detailds strong{
        font-size: 20px;
        line-height: 28px;
        bottom: 16px;
        left: 16px;
    }
    .compre_sol .compre_sol_detailds figure{
        height: 220px;
        border-radius: 12px;
    }
    .providing_sol .providing_sol_general{
        margin: 0px 0px 30px 0px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item figure{
        left: 0px;
        top: 0px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item{
        display: flex !important;
        justify-content: center;
    }
    .tg_product_home{
        margin: 0px !important;
        padding: 40px 0px !important;
    }
    .dis_sys .dis_sys_general{
        margin: 0px;
    }
    .short_text_h .textwidget{
        font-size: 15px;
        line-height: 23px;
    }   
    .tg_product_home .pdhome_wrap .pdhome_nav:before{
        display: none;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav .slick-track{
        gap: 16px;
        flex-wrap: wrap;
        height: auto !important;
        flex-direction: inherit;
    }
    .tg_product_home .pdhome_wrap .pdhome_products{
        width: 100%;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav{
        width: 100%;
        height: inherit;
    }
    .tg_product_home .pdhome_wrap{
        flex-direction: column;
        gap: 24px;
        margin: 0px;
    }

    .dis_sys {
        padding: 40px 0px;
    }
    .img_building_abu figure,
    .dis_sys .tg_lottie_w svg{
        border-radius: 20px;
    }
    .page-template-page-template-trangchu .tg_csnb_home .csnb_detailds br{
        display: none;
    }
    .about_ush:before,
    .dis_sys:before,
    .dis_sys:after,
    .providing_sol:before,
    .domestic_sol:before,
    .international_sol:before,
    .providing_sol:after,
    .domestic_sol:after,
    .international_sol:after{
        display: none;
    }
    .page-template-page-template-trangchu .tg_csnb_home{
        padding: 40px 0px;
    }
    .fixed_info{
        right:5px;
        bottom:100px;
    }
    .download_quotation a strong{
        width: 70px;
        height: 70px;
        font-size: 14px;
        line-height: 17px;
    }
    .download_quotation a:before{
        width: 84px;
        height: 84px;
        left: -8px;
    }
    .download_quotation a:after{
        width: 100px;
        height: 100px;
        left: -16px;
        top: -15px;
    }
}


@media (max-width: 767px){
    #esgOrbitWrap .esg-center-inner img {
            top: -4px;
    left: 2px;
    }
    .product_esg .item_product_esg figure{
        height: 200px;
    }
    .sgl_report_2025 .text_widget .textwidget h3{
padding: 4px 15px;
font-size: 16px;
line-height: 24px;
    }
    .sgl_report_2025 .text_widget .textwidget h2{
        font-size: 18px;
        line-height: 26px;
    }
    .sgl_report_2025 .wrap_figure .textwidget figure{
        height: 170px;
    }
    .project_esg .container.contact_company_tv  > .panel-layout > .panel-grid:not(:first-child){
        gap:10px;
    }
    .page-template-page-template-giaiphaptd .bg_breadcrumb, .page-template-page-template-kinhdoanhnd .bg_breadcrumb, .page-template-page-template-kinhdoanhqt .bg_breadcrumb{
        height: 400px !important;
    }
    #curved-corner-bottomleft:before, #curved-corner-bottomright:before, #curved-corner-topleft:before, #curved-corner-topright:before{
        width: 50px;
        height: 50px;
    }
    .dis_sys .dis_sys_general{
        flex-direction: column-reverse !important;
    }
    .about_us_home .about_ush .img_building_abu img{
        height: 403px;
    }
    .solution_sim .wrap_sim_solution p{

font-size: 20px;

line-height: 28px;

}
    .solution_sim .wrap_sim_solution{
        min-height: initial;
    }
    .solution_sim .wrap_sim_solution h3.widget-title{

font-size: 24px;

line-height: 32px;

}
    .solution_sim .wrap_sim_solution{
        padding:30px 20px;
        flex-direction: column-reverse !important;
        gap: 0px;
    }
    .solution_sim .img_solution_sim img{
        position: relative;
        top: -30px;
    }
    .project_esg .item_project_esg h4 {
    font-size: 20px;
    line-height: 30px;
   
    padding: 0 0 30px 20px;
}

 .product_esg .item_product_esg h4{
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0 0 0;
    }

    .project_esg .container > .panel-layout > .panel-grid:not(:first-child) {
    gap:40px;
    }
    .list_product_esg>.panel-grid-cell>.so-panel>.panel-layout>.panel-grid {
        gap: 30px;
    }
    .strategy_esg  .container>.panel-layout>.panel-grid {
        gap:30px;
    }

    .orientation_esg .container>.panel-layout>.panel-grid {
        gap:30px;
        flex-direction: column-reverse !important;   
    }
   

    .certifications_slider .slick-list {
    padding: 20px 0px 30px 0px !important;
}
    .page-template-page-template-trangchu .tg_product_home .short_text_h h3.widget-title{
        margin: 0px;
        padding: 0px;
    }
    .international_sol .domestic_sol_detailds .text_widget .widget-title{
        -webkit-line-clamp: 1;
        min-height: inherit;
    }
    .banner_home .bg_f,
    .banner_home{
        height: 500px;
    }
    .page-template-page-template-trangchu .list_dt_item span{
        font-size: 16px;
        line-height: 25px;
    }
    .certifications_slider .slick-dots{
        bottom: -10px;
    }
    .cert_title{
        margin-top: 12px;
        font-size: 14px;
        line-height: 22px;
    }
   
    .tg_download_broc .textwidget ul li a{
        font-size: 18px;
        line-height: 26px;
        justify-content: space-between;
    }
    .tg_download_broc .textwidget ul li{
        max-width: 100%;
        justify-content: space-between;
        width: 100%;
    }
    .tg_download_broc .textwidget ul{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .certifications_slider .slick-center .cert_img figure:after{
        height: 128px;
        right: -10px;
    }
    .certifications_slider .slick-center .cert_img figure:before{
        height: 128px;
        left: 28px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item .name_pro{
        display: block;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item{
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav{
        display:none;
    }
    .banner_home .banner_ct h2 br{
        display:none;
    }
    
    .domestic_sol  .domestic_sol_detailds .wrap_figure .textwidget figure{
        height: 200px;
    }
    .domestic_sol_btn{
        width: 100%;
    }
    .international_sol .domestic_sol_general>.panel-grid-cell {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .tg_product_home .pdhome_wrap .pdhome_products .wrap_post .info_post h3{
        font-size: 15px;
        line-height: 23px;
    }
    .tg_product_home .pdhome_wrap .pdhome_products .wrap_post .wrap_figure figure img{
        border-radius: 6px;
    }
    .tg_product_home .pdhome_wrap .pdhome_products .wrap_post .wrap_figure figure{
        height: 120px;
        border-radius: 6px;
    }
    .tg_product_home .pdhome_wrap{
        margin: 0px;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav .nav_item:hover strong, 
    .tg_product_home .pdhome_wrap .pdhome_nav .slick-current .nav_item strong{
        font-size: 18px;
        line-height: 26px;
    }
    .tg_product_home .pdhome_wrap .pdhome_nav .nav_item{
        gap: 8px;
        flex-direction: column;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item figure{
        width: 305px;
        height: 305px;
        left: 0px;
        top: 0px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item .circle_rotation{
        width: 280px;
        height: 280px;
        margin-top: -140px;
        margin-left: -140px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item figure img{
        width: 250px;
        height: 250px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main{
        width: inherit;
        height: inherit;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item .circle_spin1{
        top: 180px;
    }
    .tg_product_home .pdhome_wrap .pdhome_main .main_item .circle_spin2{
        right: 2px;
        top: 90px;
    }
    .dis_sys .dis_sys_btn a{
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
}
/*end css 31-03-2026*/
