
html {overflow-x: hidden;}

body {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    color: #020202;
    position: relative;
    padding: 0px !important;
    text-decoration: none !important;
    background: #fff;
    overflow-x: hidden;
}



ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

a,
a:hover {
  text-decoration: none !important;
}

figure {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.container {
  max-width: 1330px;
  width: 100% !important;
  margin: 0px auto;
}

img {
  max-width: 100%;
  height: auto;
}

a:focus, img:focus, input:focus,
textarea:focus,
h2:focus,
figure:focus{
  outline: none !important;
}
/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}


/* BUTTON SLIDE */

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-slider {
  margin: 0px !important;
}

.slick-prev:before {
  content: url(../images/prev-arrow.png);
  font-size: 32px !important;
  width: 13px;
  height: 25px;
  display: inline-block;
  line-height: 40px !important;
  border-radius: 0px;
}

.slick-next:before {
  content: url(../images/next-arrow.png);
  font-size: 32px !important;
  width: 13px;
  height: 25px;
  display: inline-block;
  line-height: 40px !important;
  border-radius: 0px;
}

.slick-prev {
  left: -30px !important;
  top: 50%;
  margin-top: -22px;
  width: 13px;
  height: 25px;
}

.slick-next {
  right: -30px !important;
  top: 50%;
  margin-top: -22px;
  width: 13px;
  height: 25px;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  color: #fff !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0px;
  list-style-type: none;
  bottom: -45px;
}

.slick-dots li {
  margin: 0px 20px 0px 0px;
  width: 8px;
  height: 8px;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: blue;
  text-indent: -9999px;
  width: 20px !important;
  height: 4px !important;
  padding: 0px !important;
  background: #fff !important;
}
.slick-dots li.slick-active{
  width: 8px !important;
  height: 8px !important;
}
.slick-dots li.slick-active button {
  background-color: #ED1C24 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 6px;
  border: 1px solid #ED1C24 !important;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid red;
  border-radius: 50%;
  top: -4px;
  left: -4px;
}

.slick-dots li button {
  height: 8px !important;
  width: 8px !important;
  background: transparent !important;
  border: 1px solid #68696A;
  opacity: 0.5;
}

#pages-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
}

#pages-bg .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

/*CSS POPUP*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
/*display: none;*/
  overflow: auto;
}

.popup .content_popup {
  position: relative;
  margin: 50px auto 50px auto;
  z-index: 9;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  max-width: 580px;
  background: #fff;
  width: 100%;
  border-radius: 20px;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 40px;
}

.popup_get_new,
.popup_payment,
.popup_seal,
.popup_alert_type_process,
.popup_alert_type_success,
.popup_alert_type_fall{
  display: none;
}
[class*="popup_alert"] .content_popup{
  margin: 120px auto 0px auto;
}
.popup .content_popup .popup_title{
  text-align: center;
}
.popup .content_popup .popup_title figure{
  display: table;
  margin: 0px auto 32px auto;
}
.popup .content_popup .popup_title strong{
  font-size: 20px;
  line-height: 28px;
  display: table;
  margin: 0px auto 8px auto;
}
.popup .content_popup .confirm_btn,
.popup .content_popup .tryagain_btn{
  display: table;
  margin: 24px auto 0px auto;
  text-align: center;
  border-radius: 90px;
  background: #FCB431;
  color: #000;
  padding: 9px 32px;
}
.popup_seal .content_popup .seal_detailds{
  font-size:14px;
  line-height:22px;
  margin:0px 0px 24px 0px
}
.popup_seal .content_popup .seal_detailds ul li{
  position:relative;
  padding:0px 0px 0px 20px;
}
.popup_seal .content_popup .seal_detailds ul li:before{
  position:absolute;
  content:"";
  width:5px;
  height:5px;
  background:#000;
  border-radius: 50%;
  top: 9px;
  left: 0px;
}
.popup .content_popup .popup_general{
  margin: 20px 0px 0px 0px;
}
.popup .content_popup .tg_form_general .tg_item textarea::placeholder,
.popup .content_popup .tg_form_general .tg_item input::placeholder{
}
.popup .content_popup .popup_btn{
  gap:16px;
  display:flex;
  align-items: center;
}
.popup .content_popup .popup_btn a{
  color: #FCB431;
  width: 50%;
  border: 1px solid #FCB431;
  border-radius: 90px;
  padding: 8px 15px;
  text-align: center;
  font-weight: 500;
}
.popup .content_popup .popup_btn button[type="submit"]{
  width: 50%;
  font-size: 17px;
  line-height: 25px;
  padding: 8px 15px;
  background: #FCB431;
  border: 1px solid #FCB431;
  border-radius: 90px;
  font-weight: 500;
}
.popup .content_popup h2{
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  margin: 0px;
  text-align: center;
}
.popup .close_popup{
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
.popup .content_popup::-webkit-scrollbar { width: 0 !important }
.popup .content_popup { scrollbar-width: none; }
.popup .content_popup { -ms-overflow-style: none; }
.popup .content_popup::-webkit-scrollbar {
  width: 5px;
}

.popup .content_popup::-webkit-scrollbar-track {
  background: #F2F3F4;
  border-radius:15px;
}

.popup .content_popup::-webkit-scrollbar-thumb {
  background-color: #35A40D;
  border-radius: 90px;
  border: 90px solid #35A40D;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
 
/*END CSS POPUP*/

/* MENU MOBILE*/

.icon_mobile_click {
  margin: 0px;
  cursor: pointer;
  z-index: 99;
  display: none;
  cursor: pointer;
}

.icon_mobile_click i.fa {
  font-size: 30px;
  color: #14406F;
}

#page_wrapper {
  transition: all 0.3s;
}

#menu_mobile_full {
    position: fixed;
    top: 0;
    bottom: 100%;
    width: 100%;
    z-index: 9999999;
    border-right: 1px solid #fff;
    overflow: auto;
    transition: opacity .35s, visibility .35s, height .35s;
    padding: 0px 20px;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
div#menu_mobile_full::after{
  content: "";
  background: url(../images/wavy-lines.png?v=1) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 375px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  pointer-events: none;
  z-index: 1;
  
}
#menu_mobile_full .logo_mob{
  margin:25px 0px 0px 0px;
}
#menu_mobile_full .logo_mob figure{
  display:table;
  margin:0px auto;
}
.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}

.bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 9999;
}

.menu_hidden {
  z-index: -1;
  left: -260px;
}

.menu_show {
  z-index: 9999999;
}

#menu_mobile_full .close_menu {
  color: #fff;
  background: none;
  position: absolute;
  right: 0px;
  display: none;
  cursor: pointer;
  top: 16px;
  z-index: 999;
  max-width: 16px;
  right: 16px;
}

#menu_mobile_full .mobile-menu {
  margin: 35px 0px 0px 0px;
}

#menu_mobile_full ul li {
  width: 100%;
  display: block;
}

.menu_show nav ul.menu > li{
    animation: fadeInRight_mobile .5s ease forwards;
  opacity: 0;
}

.menu_show nav ul.menu>li:nth-child(1) {
  animation-delay: .35s;
}

.menu_show nav ul.menu>li:nth-child(2) {
  animation-delay: .40s;
}

.menu_show nav ul.menu>li:nth-child(3) {
  animation-delay: .45s;
}

.menu_show nav ul.menu>li:nth-child(4) {
  animation-delay: .50s;
}

.menu_show nav ul.menu>li:nth-child(5) {
  animation-delay: .55s;
}
.menu_show nav ul.menu>li:nth-child(6) {
  animation-delay: .60s;
}

.menu_show nav ul.menu>li:nth-child(7) {
  animation-delay: .65s;
}

.menu_show nav ul.menu>li:nth-child(8) {
  animation-delay: .70s;
}

.menu_show nav ul.menu>li:nth-child(9) {
  animation-delay: .75s;
}

.menu_show nav ul.menu>li:nth-child(10) {
  animation-delay: .80s;
}
@keyframes fadeInRight_mobile {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

#menu_mobile_full .menu>li.active {
  padding: 15px 0px 10px 10px;
}

#menu_mobile_full ul li {
  position: relative;
  padding: 15px 0px 15px 10px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  display: table;
  margin: 0px auto 30px auto;
  text-align: center;
}
#menu_mobile_full ul>li:last-child{
  margin:0px;
}
#menu_mobile_full ul li a {
  color: #0B264A;
}

#menu_mobile_full ul li a:hover {
  text-decoration: none;
  background: none;
}

#menu_mobile_full li span {
  margin: 0px 0px 0px 10px;
}

#menu_mobile_full .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #fff;
  margin: 10px 0px 0px 0px;
}

#menu_mobile_full .sub-menu li {
  padding: 15px 0px 15px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
  border-bottom: none;
  padding: 15px 0px 0px 15px;
}

#menu_mobile_full .sub-menu li a {
  font-size: 14px;
  text-transform: none;
}

/*.editBefore_mobile::before {
  content: "" !important;
}*/

#menu_mobile_full li.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  color: #fff;
}

#menu_mobile_full .menu>li.not-have-child {
  padding: 0px;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child>a {
  padding: 10px 0px 10px 15px;
  display: table;
  width: 100%;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child:last-child>a {
  padding: 10px 0px 0px 15px;
}

#menu_mobile_full .menu>li.not-have-child>a {
  display: block;
}

#menu_mobile_full .sub-menu li {
  padding: 10px 0px 10px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
  padding: 10px 0px 0px 15px;
}

/* END MENU MOBILE*/
/*CSS HEADER*/
.header_desktop{position: absolute;padding: 16px 0px;background: none;top: 0px;left: 0px;width: 100%;z-index: 99999;}

.header_desktop::before{
  content:"";
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  height: 247px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 87.85%);
  z-index: -1;
}

.header_desktop .container{
  position: relative;
}

.home .header_desktop .tg_wrap_hd{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo_hd{
  padding: 0px;
}
.logo_hd figure{
  display: table;
  margin: 0px auto;
}
.menu_hd{
  display: flex;
  align-items: center;
}
.menu_hd .ct_middle{
}
.menu_hd .ct_right{padding: 0px 0px 0px 35px;cursor: pointer;}
.menu_hd .ct_right figure{
  max-width: 32px;
  width: 100%;
}
.menu_hd .ct_middle nav>ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 52px;
}
.menu_hd .ct_middle nav>ul>li{
}
.menu_hd .ct_middle nav>ul>li>a{
  display: inline-block;
  padding: 0px;
  color: #0B264A;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  font-weight: 500;
  line-height: 23px;
}
.menu_hd .ct_middle nav>ul>li>a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 51%;
  right: 51%;
  bottom: -8px;
  background: #FCB431;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu_hd .ct_middle nav>ul>li>a:hover::before ,  .menu_hd .ct_middle nav>ul>li.active>a::before {
  left: 0;
  right: 0;
}

.menu_hd .ct_middle nav>ul>li:nth-child(1)>a{
}
.menu_hd .ct_middle nav>ul>li:last-child>a{
}
.search_hd{
  padding: 24px 0px 24px 0px;
  display: none;
}
.search_hd .form_group{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
}
.search_hd .form_group .hover_input{
  max-width: 700px;
  width: 100%;
  border: 2px solid #EBEBEB;
  margin: 0px 8px 0px 0px;
}
.search_hd .form_group .hover_input:hover{
  border: 2px solid #6E839E;
}
.search_hd .form_group input{width: 100%;background: #EBEBEB;padding: 8px 12px;font-size: 14px;color: #0E305D;line-height: 22px;border: none;}

.search_hd .form_group input::placeholder{
  color: #6E839E;
}
.search_hd .form_group button{font-size: 14px;line-height: 22px;color: #fff;background: #0E305D;padding: 8px 10px;border: 2px solid transparent;transition: all 0.3s;}
.search_hd .form_group button:hover{
  background:#7F1917;
}
.search_hd .form_group figure{
  cursor: pointer;
  margin: 0px 0px 0px 8px;
}
.tg_pay_hd{
  display: flex;
  gap: 20px;
}

.tg_pay_hd svg{
  cursor: pointer;
}

.tg_pay_hd {

}

.tg_pay_hd  a{

font-size: 18px;

line-height: 25px;

background: none;

color: #FCB431;

padding: 9px 33px;

border-radius: 30px;

font-weight: 500;

border: 1px solid #FCB431;
}

.tg_pay_hd a span{
  background: #FCB431;
}

.tg_pay_hd a:hover{
  color:#fff;
}

.tg_intro_home.tg_pd_120{

position: relative;

overflow: hidden;

padding: 150px 0px 60px 0px;
}

.tg_intro_home.tg_pd_120.tg_pd_rm_150_120{
  padding:150px 0px 120px 0px;
}

.tg_intro_home.tg_pd_120 .container{
  position: relative;
}

.tg_intro_home::before{
  content:"";
  background: url(../images/tg_before_mission.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -580px;
  right: -270px;
  width: 1283px;
  height: 1267px;
  pointer-events: none;
  z-index: 0;
}


.tg_intro_home::after{
   content:"";
   background: url(../images/tg_after_mission20052024.png) center center no-repeat;
   background-size: contain;
   position: absolute;
   top: 45%;
   right: 0px;
   width: 94px;
   height: 146px;
   pointer-events: none;
   z-index: 0;
}

.tg_intro_home .tg_wrap_intro{
  display: flex;
  gap: 60px;
}

.tg_intro_home .tg_intro_l{
  
width: 48%;
}

.tg_intro_home .tg_intro_l .tg_list_figure{
  display: flex;
  gap: 30px;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item{

position: relative;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(1)::before{
  content:"";
  position: absolute;
  background: url(../images/dots_mission_before_2005.png) center center no-repeat;
  background-size: contain;
  width: 113px;
  height: 113px;
  top: -40px;
  left: -60px;
  z-index: 1;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(1) .tg_twg{

position: absolute;

top: 40px;

right: -230px;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(2) .tg_twg{

max-width: 204px;

position: absolute;

bottom: 11px;

left: -250px;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(2){
  margin: 100px 0px 0px 0px;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(1) .tg_figure bdi{
  position: absolute;
  width: 50px;
  height: 50px;
  top:50px;
  right: 0px;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(1) .tg_figure bdi::before{
  content:"";
  width: 0px;
  height: 1px;
  background: #222831;
  position: absolute;
  top: 1px;
  left: 36px;
  transition: width 1.2s;
}

.tg_intro_home .tg_intro_l.tg_current .tg_list_figure .tg_item:nth-child(1) .tg_figure bdi::before{
  width: 64px;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(1) .tg_figure::after{
  content:"";
  width: 6px;
  height: 6px;
  background: #222831;
  position: absolute;
  top: 49px;
  right: -54px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.9s;
  transition-duration: 0.3s;
}

.tg_intro_home .tg_intro_l.tg_current .tg_list_figure .tg_item:nth-child(1) .tg_figure::after,
.tg_intro_home .tg_intro_l.tg_current .tg_list_figure .tg_item:nth-child(2) .tg_figure::after{
  opacity: 1;
  visibility: visible;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(2) .tg_figure bdi{
  position: absolute;
  width: 50px;
  height: 50px;
  bottom:50px;
  left: 0px;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(2) .tg_figure bdi::before{
  content:"";
  width: 0px;
  height: 1px;
  background: #EAC56C;
  position: absolute;
  bottom: -10px;
  right: 40px;
  transition: width 1.2s;
}

.tg_intro_home .tg_intro_l.tg_current .tg_list_figure .tg_item:nth-child(2) .tg_figure bdi::before{
  width: 64px;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(2) .tg_figure::after{
  content: "";
  width: 6px;
  height: 6px;
  background: #EAC56C;
  position: absolute;
  bottom: 37px;
  left: -54px;
  border-radius: 50%;
    opacity: 0;
  visibility: hidden;
  transition-delay: 0.9s;
  transition-duration: 0.3s;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item .tg_figure{
  position: relative;
}



.tg_intro_home .tg_intro_l .tg_list_figure .tg_item .tg_figure img{
  
border-radius: 10px;
  
height: 561px;
  
object-fit: cover;
  
position: relative;
}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item .tg_twg{

}

.tg_intro_home .tg_intro_l .tg_list_figure .tg_item .tg_twg p{

margin: 0px;

font-size: 18px;

line-height: 20px;

font-weight: 600;
}

.tg_intro_home .tg_intro_r{
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tg_form_general .tg_list_form .tg_item{

margin: 0px 0px 16px 0px;

position: relative;
}

.tg_form_general .tg_list_form .tg_item:last-child{
  margin: 0px;
}

.tg_form_general .tg_list_form{
  
margin: 0px 0px 40px 0px;
}

.tg_form_general .tg_item input[type="email"], .tg_form_general .tg_item input[type="text"],
.tg_form_general .tg_item input[type="tel"], .tg_form_general .tg_item select,
.tg_form_general .tg_item textarea{
  border:none;
  border-bottom: 1px solid #B6B6B6;
  padding: 18px 18px 18px 0px;
  width: 100%;
  color: #000;
  background: none;
}

 .tg_form_general .tg_item select{
  
padding: 18px 30px 18px 0px;
 }

.tg_form_general .tg_item select option{
  padding:10px;
}

.tg_form_general .tg_item textarea{
  resize: none;
  height: 110px;
}

.tg_form_general .tg_item input::placeholder, .tg_form_general .tg_item textarea::placeholder{
  font-size: 18px;
  line-height: 20px;
  color:#B6B6B6;
   font-style: italic;
}

.tg_form_general a.tg_btn_mission , .tg_form_general button[type="submit"]{
  
font-size: 18px;
  
line-height: 25px;
  
background: #FCB431;
  
color: #222831;
  
padding: 16.5px 41px;
  
border-radius: 30px;
  
font-weight: 500;
  
border: none;
  
display: inline-block;
}

.tg_intro_home .tg_intro_r h2{

font-size: 38px;

line-height: 41px;

font-weight: 600;

margin: 0px 0px 24px 0px;
}

.tg_intro_home .tg_intro_r h2 strong{

color: #FCB431;
}

.tg_intro_home .tg_intro_r .tg_twg{

margin: 0px 0px 40px 0px;

font-size: 18px;

line-height: 27px;

color: #808080;

position: relative;
}

/* .tg_intro_home .tg_intro_r .tg_twg::before{
  content:"";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -46px;
  left: 0px;
  background: url(../images/bg_lineall_repeatx_17052024.png) center center no-repeat;
  background-size: contain;
} */

.tg_intro_home .tg_intro_r .tg_twg p{
  font-size: 17px;
  margin-bottom: 10px;
}
.tg_intro_home .tg_intro_r .tg_twg p b.bold_black{
  color: #000000;
}
.tg_cus_intro{

display: flex;

align-items: center;

background: #fff;

padding: 15px 24px;

border-radius: 20px;

gap: 15px;

box-shadow: 0px 11px 48px 0px #3333330F;

max-width: 375px;

margin: 0px auto;

justify-content: space-around;

opacity: 0;
}

.tg_cus_intro ul{

display: flex;

flex-shrink: 0;
}

.tg_cus_intro ul li{
 
opacity: 0;
}



.tg_cus_intro ul li:nth-child(1)~li{
   margin: 0px 0px 0px -27px;
}

.tg_cus_intro ul li figure{

border-radius: 50%;

background: #fff;

padding: 3px;

box-shadow: 0px 0px 6px #ccc;
}

.tg_cus_intro ul li figure img{

border-radius: 50%;

width: 50px;

height: 50px;

object-fit: cover;
}

.tg_cus_intro .tg_people_1k{

text-align: left;

opacity: 0;
}

.tg_cus_intro .tg_people_1k b{

font-size: 16px;

font-weight: 700;

color: #1B1C57;

display: block;

text-align: left;
}

.tg_cus_intro .tg_people_1k p{margin: 0px;font-size: 12px;font-weight: 500;color: #68799F;}

.tg_pd_120{
  padding: 120px 0px;
}

.tg_pdb_120{
  padding:0px 0px 100px 0px;
}

.tg_banner_16052024 .tg_list_banner .tg_item{
  position: relative;
}

.tg_banner_16052024 .tg_list_banner .tg_item::before{
  content:"";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.34%, rgba(0, 0, 0, 0.7) 82.36%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget{
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top{

margin: 0px 0px 45px 0px;

position: relative;

z-index: 9;

opacity: 0;
}

.tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top p{
  margin: 0px 0px 32px 0px;
}

.tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top cite{

font-size: 18px;

line-height: 27px;

color: #F9F9F9;

margin: 0px 0px 20px 0px;

font-weight: 500;

font-style: normal;
}

.tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top p strong{

font-size: 68px;

line-height: 70px;

color: #FCB431;

margin: 0px 12px 0px 0px;
}

.tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top p i{
  
font-size: 68px;
  
font-weight: 700;
  
font-style: normal;
  
color: #fff;
}


 .swiper-pagination-bullet {
  cursor: pointer;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  -o-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  margin: 0px 6px !important;
}
.slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FCB431;
  width: 45px;
  height: 11px;
}

.tg_list_banner  .swiper-pagination{
  bottom:92px;
}

.tg_banner_16052024{
  margin: 0px;
}

.short_text_h{

text-align: center;

margin: 0px 0px 60px 0px;
}

.short_text_h h2{
  
font-size: 38px;
  
line-height: 42px;
  
font-weight: 600;
  
color: #020202;
  
margin: 0px 0px 24px 0px;
}

.short_text_h p{
  
font-size: 17px;
  
line-height: 27px;
  
margin-bottom: 10px;
  
color: #808080;

text-align: left;
}
.short_text_h p b{
  color: #000000;
}
.tg_list_roadmap{display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 50px;position: relative;}

.tg_list_roadmap::before{
  content:"";
  width: 3px;
  background: #F5B70A;
  position: absolute;
  left: 50%;
  height: 850px;
  top: 50%;
  margin: -425px 0px 0px 0px;
}

.tg_list_roadmap .tg_item_rm{
  
display: flex;
  
align-items: center;
  
gap: 100px;
  
width: 100%;
  
max-width: 950px;
}

.tg_list_roadmap .tg_item_rm:nth-child(2n){
  flex-direction: row-reverse;
}

.tg_list_roadmap .tg_item_rm .tg_twg{
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 400px;
}

.tg_list_roadmap .tg_item_rm .tg_twg b{
  
font-size: 48px;
  
line-height: 52px;
  
font-weight: 600;
  
margin: 0px 0px 16px 0px;
}

.tg_list_roadmap .tg_item_rm .tg_twg strong{
  
font-size: 20px;
  
line-height: 30px;
  
font-weight: 600;
  
margin: 0px 0px 8px 0px;
}

.tg_list_roadmap .tg_item_rm .tg_twg p{
  
font-size: 18px;
  
line-height: 27px;
  
color: #808080;
  
margin: 0px;
}

.tg_list_roadmap .tg_item_rm:nth-child(2n) .tg_img{
  width: 50%;
  text-align: right;
  padding: 0px 70px 0px 0px;
}

.tg_list_roadmap .tg_item_rm:nth-child(2n) .tg_img::before{
  content:"";
  width: 100px;
  height: 2px;
  background: url(../images/tg_line_circlerm_17052024.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: -20px;
}

.tg_list_roadmap .tg_item_rm:nth-child(2n) .tg_img::after{
      content: "";
      position: absolute;
      top: 50%;
      right: -46px;
      width: 37px;
      height: 37px;
      border: 3px solid #F5B70A;
      background: #fff;
      border-radius: 50%;
      margin: -17px 0px 0px 0px;
}

.tg_list_roadmap .tg_item_rm:nth-child(2n+1) .tg_img{
  padding:0px 0px 0px 70px;
}

.tg_list_roadmap .tg_item_rm .tg_img cite{
  width: 33px;
  height: 33px;
  background-color: #fcb431;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s ease;
  position: absolute;
  z-index: 2;
}

.tg_list_roadmap .tg_item_rm:nth-child(2n+1) .tg_img cite{
  top: 68px;
  left: -40px;
}

.tg_list_roadmap .tg_item_rm:nth-child(2n) .tg_img cite{
  top: 68px;
  right: -44px;
}

.tg_list_roadmap .tg_item_rm:hover .tg_img cite{
  transform: scale(1);
}

.tg_list_roadmap .tg_item_rm:nth-child(2n+1){
  text-align: right;
}

.tg_list_roadmap .tg_item_rm .tg_img{
  
position: relative;
}

.tg_list_roadmap .tg_item_rm:nth-child(2n+1) .tg_img::before{
  content:"";
  width: 100px;
  height: 2px;
  background: url(../images/tg_line_circlerm_17052024.png) center center no-repeat;
  position: absolute;
  top: 50%;
  left: -20px;
}

.tg_list_roadmap .tg_item_rm:nth-child(2n+1) .tg_img::after{
  content:"";
  position: absolute;
  top: 50%;
  left: -42px;
  width: 37px;
  height: 37px;
  border:3px solid #F5B70A;
  background: #fff;
  border-radius: 50%;
  margin: -17px 0px 0px 0px;
}

.tg_list_roadmap .tg_item_rm .tg_img img{
  
width: 166px;
  
height: 166px;
  
object-fit: cover;
  
border-radius: 50%;
  
position: relative;
}

.tg_pd_60{
  padding:60px 0px;
}

.tg_pd_60_120{
  padding:60px 0px 120px 0px;
}

.tg_getnew_deal .tg_wrap_gnd{

display: flex;

box-shadow: 0px 8px 16px 0px #6C6C6C1F;

border-radius: 20px;
height: 460px;
}

.tg_getnew_deal .tg_figure{
  width: 50%;
}

.tg_getnew_deal .tg_figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.tg_getnew_deal .tg_wrap_gnd .tg_twg{

width: 50%;

padding: 40px 62px 40px 40px;
}

.tg_getnew_deal .tg_wrap_gnd .tg_twg .short_text_h{

margin: 0px 0px 40px 0px;
}

.tg_getnew_deal .tg_wrap_gnd .tg_twg .short_text_h h2{

margin: 0px;
margin-bottom: 20px;
}

form select{
  outline: none;
}

.tg_getnew_deal .tg_form_general button[type="submit"]{
  display: table;
  margin: 0px auto;
}

.tg_invest_now{
  background: url(../images/bg_invest_yn_17052024.jpg) #f3a10f center center no-repeat;
  background-size: cover;
}

.tg_invest_now .short_text_h h2, .tg_invest_now .short_text_h p {
  color:#fff;
}

.tg_invest_now .tg_form_invest .tg_form_general{
  background: #fff;
  max-width: 790px;
  width: 100%;
  display: table;
  margin: 0px auto;
  border-radius: 20px;
  padding: 40px;
}

.tg_invest_now  .tg_form_general input[type="submit"]{
  display: table;
  margin: 0px auto;
  padding: 16.5px 58px;
}


.tg_form_general select::-ms-expand {
    display: none;
}


.tg_form_general select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tg_form_general .tg_list_form .tg_item.tg_select_item::before{
  content:url(../images/angle_select_17052024.png);
  position: absolute;
  top: 19px;
  right: 10px;
  z-index: 2;
  pointer-events: none;
}

.tg_ip_uploadf{
  position: relative;
  display: flex;
  width: auto;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin: 0px 0px 25px 0px;
}
.tg_ip_uploadf p{
  font-size: 16px;
  border: 1px solid #FCB431;
  padding: 8px 25px;
  display: block;
  border-radius: 30px;
  margin: 0px;
  color: #FCB431;
  font-weight: 600;
  cursor: pointer;
}
.tg_ip_uploadf input[type="file"]{

}
.tg_ip_uploadf input[type="file"]{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
}

.tg_ip_uploadf cite{
   width: 310px;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   display: block;
}

.tg_ip_uploadf .tg_ipf_bank{
  position: relative;
}

.tg_invest_now .tg_bank_method{
  display: none;

border-bottom: 1px solid #B6B6B6;

margin: 0px 0px 25px 0px;
}

.tg_invest_now .tg_bank_method .tg_twg{

font-size: 14px;

line-height: 20px;

text-align: center;

margin: 0px 0px 20px 0px;
}

.tg_invest_now .tg_bank_method .tg_twg p{

margin: 0px;
}

.tg_invest_now .tg_bank_method .tg_info_bank {

box-shadow: 0px 8px 16px 0px #6C6C6C1F;

display: table;

width: 100%;

max-width: 480px;

margin: 0px auto 25px auto;

padding: 20px;

border-radius: 20px;
}

.tg_invest_now .tg_bank_method .tg_info_bank b{

display: block;

text-align: center;

font-size: 18px;

line-height: 26px;

font-weight: 700;

margin: 0px 0px 17px 0px;
}

.tg_invest_now .tg_bank_method .tg_info_bank ul{

display: table;

margin: 0px auto;
}

.tg_invest_now .tg_bank_method .tg_info_bank ul li{

margin: 0px 0px 9px 0px;
}

.tg_invest_now .tg_bank_method .tg_info_bank ul li:last-child{
  margin: 0px;
}

.tg_invest_now .tg_bank_method .tg_info_bank ul li cite{

font-size: 16px;

line-height: 23px;

color: #828282;

font-style: normal;

min-width: 150px;

display: inline-block;

text-align: right;

margin: 0px 8px 0px 0px;
}

.tg_invest_now .tg_bank_method .tg_info_bank ul li bdi{

}

.mob_tp{
  display: none;
}
.tg_footer{
  overflow: hidden;
  background: #222831;
  position: relative;
}
.tg_logo_ft_28062024 img{
  width: 75px;
  height: auto;
  object-fit: contain;
  position: relative;
  top: -8px;
}
.tg_footer:before{
  position: absolute;
  content: "";
  background: url(../images/ft-tinhthe-bg-trai-15082024.png) no-repeat;
  max-width: 552px;
  width: 100%;
  height: 418px;
  top: 0px;
  right: 0px;
  filter: contrast(0.3);
}
.tg_footer:after{
  position: absolute;
  content: "";
  background: url(../images/ft-tinhthe-bg-phai-15082024.png) no-repeat;
  max-width: 575px;
  width: 100%;
  height: 296px;
  bottom: 0px;
  left: 0px;
  filter: contrast(0.3);
}
.tg_footer .top_footer{
  padding: 50px 0px 0px 0px;
  position: relative;
  z-index: 5;
}
.tg_footer .top_footer b{
  font-size: 56px;
  line-height: 64px;
  color: #FCB431;
  display: table;
  margin: 0px auto;
  text-align: center;
}
.tg_footer .top_footer strong{
font-size: 40px;
line-height: 48px;
display: table;
margin: 0px auto;
text-align: center;
color: #fff;
}
.tg_footer .top_footer .ft_detailds_btn{
  font-size: 18px;
  line-height: 26px;
  color: #FCB431;
  font-weight: 500;
  display: block;
  margin: 32px auto 0px auto;
  text-align: center;
  border-radius: 90px;
  background: none;
  padding: 16px 33px;
  border: 1px solid #F5B70A;
  max-width: 210px;
}
.tg_footer .top_footer .top_social{
      display: flex;
      gap: 30px;
}
.top_footer .top_ft_general{
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 30px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding: 0px 0px 40px 0px;
}

.tg_footer .top_footer .top_social li{
  text-align:center;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding: 0px 0px 0px 25px;
  position: relative;
  display: table;
  margin: 0px auto;
}

.tg_footer .top_footer .top_social li img{
  position: absolute;
  top: -2px;
  left: -8px;
}

.tg_footer .top_footer .top_social li:nth-child(2) img{
  position: absolute;
  top: 4px;
  left: -3px;
}

.tg_footer .bottom_footer{
  position:relative;
  z-index:5;
  padding: 30px 0px;
}
.tg_footer .bottom_footer .bottom_ft_general{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.tg_footer .bottom_footer .bottom_social{
  display: flex;
  align-items: center;
  gap: 32px;
}
.scrolltop{
  position: fixed;
  z-index: 99999;
  transition: all 0.5s;
  right: -120px;
}
.scrolltop.go_scrolltop{
  bottom: 35px;
  right: 50px;
}
.scrolltop figure{
  width: 60px;
  height: 60px;
  position: relative;
  background: #FCB431;
  cursor: pointer;
  border-radius: 90px;
}
.scrolltop figure:hover{
  background: #ffd17c;
}
.scrolltop figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.tg_achievement_area , .tg_getnew_deal  , .tg_invest_now  {
  display: none;
}


.g_content{
  position: relative;
  overflow: hidden;
}

.g_content::before{
  content:"";
  background: url(../images/tg_before_mission.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: -360px;
  width: 1083px;
  height: 1067px;
  pointer-events: none;
  z-index: 0;
}

.tg_getnew_deal {
  position: relative;
  overflow: hidden;
}

.tg_getnew_deal::before{
       content: "";
    background: url(../images/tg_after_mission20052024.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 40%;
    left: 0px;
    width: 94px;
    height: 146px;
    pointer-events: none;
    z-index: 0;
}

.tg_getnew_deal::after{
      content: "";
      background: url(../images/tg_before_mission.png) center center no-repeat;
      background-size: contain;
      position: absolute;
      bottom: -580px;
      right: -270px;
      width: 1283px;
      height: 1267px;
      pointer-events: none;
      z-index: 0;
}
.tg_list_banner  .tg_item.swiper-slide-active{

}

.tg_list_banner  .tg_item.swiper-slide-active .tg_cus_intro ul li:nth-child(1){
    animation:fadeInRight_20px 0.6s linear 0.6s forwards;
}

.tg_list_banner  .tg_item.swiper-slide-active .tg_cus_intro ul li:nth-child(2){
    animation:fadeInRight_20px 0.7s linear 0.6s forwards;
}

.tg_list_banner  .tg_item.swiper-slide-active .tg_cus_intro ul li:nth-child(3){
    animation:fadeInRight_20px 0.8s linear 0.6s forwards;
}

.tg_list_banner  .tg_item.swiper-slide-active  .tg_textwidget .tg_twg_top{
    animation:fadeInUp_20px 0.3s linear 0.6s forwards;
}

.tg_list_banner  .tg_item.swiper-slide-active .tg_cus_intro{
  animation:fadeInCus 0.5s linear 0.6s forwards;
}

.tg_list_banner  .tg_item.swiper-slide-active .tg_cus_intro .tg_people_1k{
    animation:fadeInRight_20px 0.9s linear 0.6s forwards;
}

.tg_footer .bottom_footer .bottom_social li:hover img , .tg_footer .top_footer .top_social li:hover img {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.tg_footer .bottom_footer .bottom_social li a img , .tg_footer .top_footer .top_social li img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

#menu_mobile_full.menu_show {
    bottom: 0px !important;
    transition: all 0.5s;
}

.tg_btn_type1 {
   overflow: hidden;
    position: relative;
}

.tg_btn_type1 bdi{
  position: relative;
}

.tg_btn_type1 span {
    position: absolute;
    width: 25%;
    height: 100%;
    background: #ffd17c;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: 0;
}



.tg_btn_type1:hover span {
    transform: translateY(0) scale(2);
}

.tg_btn_type1 span:nth-child(1) {
    --n: 1;
}

.tg_btn_type1 span:nth-child(2) {
    --n: 2;
}

.tg_btn_type1 span:nth-child(3) {
    --n: 3;
}

.tg_btn_type1 span:nth-child(4) {
    --n: 4;
}

.tg_form_invest button[type="submit"]{
  display: table;
  margin: 0px auto;
}

.tg_footer .top_footer .ft_detailds_btn span{
  background: #FCB431;
}

.tg_footer .top_footer .ft_detailds_btn:hover{
  color:#fff;
}

.tg_btn_type1.tg_hv_type2 span{
  background: #FCB431;
  border:1px solid #FCB431;
}

.tg_btn_type1.tg_hv_type2:hover bdi{
  color:#222831;
}

.tg_ip_uploadf p.tg_hv_type3 span{
  background: #FCB431;
}

.tg_ip_uploadf p.tg_hv_type3:hover bdi{
  color:#fff;
}

.header_desktop.fixed_hd {
    background: #fff;
    animation: stuckMoveDown 0.6s;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    box-shadow: 0px 0px 10px #ccc;
    padding: 8px 0px;
}

.header_desktop.fixed_hd::before{
  opacity: 0;
  pointer-events: none;
}

.tg_list_banner  img{
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.tg_form_general .tg_item input:focus~cite{
  right: 0px;
}

.tg_form_general .tg_item textarea:focus~cite{
  right: 0px;
 
}

.tg_form_general .tg_list_form .tg_item cite{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 0px;
    background: #ffffff;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #F5B70A;

}

.tg_form_general .tg_list_form .tg_item textarea~cite{
  bottom: 6px;
}

/*END RAU*/
/*CSS RESPONSIVE*/
@media (min-width:1025px) and (max-width:1600px){
  .tg_list_banner .swiper-pagination{
    bottom:32px;
  }
  .tg_footer .top_footer .top_social li{
    font-size: 16px;
  }
  .swiper-pagination-bullet{
    height: 8px;
  }
  .scrolltop.go_scrolltop{
    bottom: 70px;
  }
  .tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(1)::before{
    width: 83px;
    height: 83px;
    top: -40px;
    left: -34px;
    opacity: 0;
  }
  .tg_intro_home::after, .tg_getnew_deal::before{
    opacity: 0;
  }
}

@media(min-width:1025px) and (max-width:1200px){
  .top_footer .top_ft_general{
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .tg_intro_home::after, .tg_getnew_deal::before{
    opacity: 0;
  }
  .tg_list_roadmap .tg_item_rm .tg_img cite{
    display: none;
  }
  .short_text_h{

margin: 0px 0px 40px 0px;

}
  .short_text_h p{
    
font-size: 16px;
    
line-height: 24px;
  }
  .tg_invest_now{
    background-size: contain;
    background-position: center bottom;
  }
  .short_text_h h2{

margin: 0px 0px 16px 0px;

font-size: 30px;

line-height: 40px;

}
  .tg_pd_120{
    padding:60px 0px;
  }
  .tg_list_roadmap .tg_item_rm .tg_twg b{

font-size: 35px;

line-height: 45px;

margin: 0px 0px 10px 0px;

}
  .tg_list_roadmap .tg_item_rm .tg_twg strong{

font-size: 18px;

line-height: 25px;

}

  .tg_list_roadmap .tg_item_rm .tg_twg p{

font-size: 16px;

line-height: 24px;

}

  .tg_footer .top_footer b{

font-size: 40px;

line-height: 50px;

}

.tg_footer .top_footer .top_social li{
  font-size: 16px;
  line-height: 26px;
}


  .tg_footer .top_footer strong{
    
font-size: 30px;
    
line-height: 40px;
  }
  .menu_hd .ct_middle nav>ul{
    gap: 30px;
  }
  .tg_intro_home .tg_intro_r .tg_twg{
    font-size: 16px;
    line-height: 24px;
  }
   .tg_intro_home .tg_intro_r .tg_twg::before{
    background-position: left center;
  }
  .tg_intro_home.tg_pd_120.tg_pd_rm_150_120{
    padding:60px 0px;
  }
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top p{
    margin: 0px 0px 16px 0px;
  }
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top cite{
    font-size: 14px;
    line-height: 22px;
  }
  .tg_banner_16052024 img{
  }
   .tg_footer .top_footer{
     padding: 60px 0px 0px 0px;
   }
  .scrolltop{
      display:none;
    }
    .tg_footer .top_footer .top_social{
    padding:  0px;
    margin:  0px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 8px;
    flex-direction: column;
  }
  .tg_footer .top_footer .top_social{
    padding: 24px 0px;
    margin: 24px 0px 0px 0px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 8px;
  }
  .tg_getnew_deal .tg_wrap_gnd .tg_twg{
  padding: 40px 24px 40px 24px;
  }
  .tg_list_roadmap{
    align-items: inherit;
  }
   .tg_list_roadmap .tg_item_rm .tg_img{
     padding: 0px !important;
   }
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top{
      
max-width: 670px;
      
margin: 0px auto 30px auto;
    } 
  .tg_list_roadmap .tg_item_rm .tg_twg {
        order: 2;
        flex-grow: 1;
        text-align: left;
    }
  .tg_list_roadmap .tg_item_rm .tg_img::after,
  .tg_list_roadmap .tg_item_rm .tg_img::before{
    display: none;
  }
  .tg_list_roadmap::before{
    top: 30px;
    left: 83px;
    margin: 0px;
    height: 90%;
  }
  .tg_list_roadmap .tg_item_rm:nth-child(2n){
  flex-direction: row;
  align-items: center;
  }
  .tg_list_roadmap .tg_item_rm:nth-child(2n) .tg_img{
    padding: 0px 0px 0px 70px;
    width: initial;
  }
  .tg_list_roadmap .tg_item_rm{
  gap: 30px;
  }
  .tg_intro_home.tg_pd_120{
     padding: 100px 0px 0px 0px;
   }
  .swiper-wrapper{
     padding: 0px 0px 60px 0px;
   }
  .tg_list_banner .swiper-pagination{
      bottom: 0px;
    }
  .swiper-pagination-bullet-active{
    background: #FCB431 !important;
  }
  .swiper-pagination-bullet{
    background: #EDEDED;
  }
.tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top p strong,
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top p i{
    font-size: 48px;
    line-height: 53px;
  }
}
@media (max-width:1024px){
  .top_footer .top_ft_general{
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .tg_logo_ft_28062024 img{
    top:0px;
  }
  .tg_footer:before,
  .tg_footer:after{
    display:none;
  }
  .tg_intro_home .tg_intro_l .tg_list_figure{
    justify-content: center;
  }
.tg_intro_home .tg_intro_l .tg_list_figure .tg_item{
  }
  .tg_intro_home .tg_intro_r{
    width:100%;
  }
  .tg_intro_home .tg_intro_l{
    width:100%;
  }
  .tg_intro_home .tg_wrap_intro{
    flex-direction: column;
    gap: 30px;
  }
  .tg_intro_home::before{
    display:none;
  }
}
@media (max-width:767px){
  .tg_list_roadmap .tg_item_rm .tg_img cite{
    display: none;
  }
  .tg_intro_home::after, .tg_getnew_deal::before{
    opacity: 0;
  }
  .popup .content_popup .popup_general{
    margin: 20px 0px 0px 0px;
  }
  .tg_achievement_area{
    padding:60px 0px 50px 0px;
  }
  .tg_ip_uploadf{
    flex-direction: column-reverse;
  }
  .tg_ip_uploadf cite{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .tg_invest_now .tg_bank_method .tg_info_bank b{
    margin: 0px 0px 10px 0px;
  }
  .tg_invest_now .tg_bank_method .tg_info_bank ul li cite{
    font-size: 14px;
    line-height: 22px;
    min-width: initial;
  }
  .tg_invest_now .tg_bank_method .tg_info_bank ul li bdi{
    font-size: 14px;
    line-height: 22px;
  }
  .tg_list_roadmap{
    gap: 32px;
  }
  .tg_form_general a.tg_btn_mission, .tg_form_general button[type="submit"]{
    width: 100%;
    text-align: center;
    padding: 12px 41px;
    font-size: 14px;
    line-height: 20px;
  }
  .tg_intro_home::before, .g_content::before , .tg_getnew_deal::after{
    opacity: 0;
  }
  .tg_intro_home.tg_pd_120.tg_pd_rm_150_120{
    padding: 40px 0px 60px 0px;
  }
  .tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(1)::before{
    opacity: 0;
  }
   .tg_banner_16052024 img{
    height: 570px;
    object-fit: cover;
    border-radius: 0px 0px 20px 20px;
  }
  .scrolltop{
    display:none;
  }
  .tg_footer .bottom_footer .bottom_ft_general .ft_left{
    order: 2;
  }
  .tg_footer .bottom_footer .bottom_ft_general{
  flex-direction: column;
  gap: 16px;
  }
  .tg_footer .bottom_footer{
    padding: 24px 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .tg_footer .top_footer .top_social li{
    font-size: 14px;
    line-height: 22px;
  }
  .tg_footer .top_footer .top_social li span{
    color: #fff;
  }
  .tg_footer .top_footer .top_social{
    padding: 24px 0px;
    margin: 24px 0px 0px 0px;
    flex-direction: column;
  }
  .tg_footer .top_footer .ft_detailds_btn{
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 16px auto 0px auto;
    padding: 10px 15px;
  }
  .tg_footer .top_footer strong{
    font-size: 18px;
    line-height: 26px;
  }
  .tg_footer .top_footer b{
    font-size: 24px;
    line-height: 32px;
  }
  .tg_footer .top_footer{
    
padding: 60px 0px 0px 0px;
  }
  .popup .content_popup h2{
    font-size: 25px;
    line-height: 33px;
  }
  .popup .content_popup .popup_title figure{
    max-width: 60px;
    width: 100%;
  }
  .popup .content_popup .popup_title span br{
    display:none;
  }
  .popup .content_popup .popup_title strong br{
    display:none
  }
  .popup .content_popup{
    
width: 90%;
    
padding: 24px;
    
margin: 50px auto 0px auto;
  }
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top{
    margin: 0px 0px 30px 0px;
    padding: 0px 16px;
    min-height: 148px;
  }
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top p{
    margin: 0px 0px 16px 0px;
  }
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top cite{
    
font-size: 14px;
    
line-height: 22px;
  }
  .swiper-pagination-bullet-active{
    background: #FCB431 !important;
  }
  .swiper-pagination-bullet{
    background: #EDEDED;
    height: 8px;
  }
  .tg_list_banner .swiper-pagination{
    bottom: 26px;
  }
/* .swiper-wrapper{
    padding: 0px 0px 110px 0px;
  } */
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget{
    top: 84%;
    padding: 0px 5px;
  }
  .tg_banner_16052024 .tg_list_banner .tg_item::before{
 
border-radius: 0px 0px 20px 20px;
 
}
  .tg_cus_intro{
    margin: 0px auto;
    padding: 15px 16px;
  }
  .tg_form_general .tg_list_form .tg_item select{

  }
.tg_invest_now .tg_bank_method{
    display:none;
  }
  .tg_invest_now .tg_form_invest .tg_form_general{
    
max-width: 100%;
    
padding: 16px;
    
display: inherit;
  }
  .tg_invest_now{
    padding: 60px 0px;
    background: url(../images/bg_mobile_payment.jpg) center center no-repeat;
    background-size: cover;
  }
  .tg_getnew_deal .tg_figure img{
    height: 230px;
  }
  .tg_getnew_deal .tg_wrap_gnd .tg_twg .short_text_h{
    margin: 0px 0px 24px 0px;
  }
  .tg_getnew_deal .tg_figure{
    width: 100%;
  }
  .tg_getnew_deal .tg_wrap_gnd .tg_twg{
    width:100%;
    padding: 24px 16px;
  }
  .tg_getnew_deal .tg_wrap_gnd{
    flex-direction: column;
    box-shadow: 0px 0px 16px 0px #6C6C6C1F;
    height: auto;
  }
  .tg_getnew_deal {
    padding: 18px 0px 60px 0px;
  }
  .tg_list_roadmap::before{
    width: 1.5px;
    top: 30px;
    left: 30px;
    margin: 0px;
    height: 90%;
  }
  .tg_footer .top_footer .top_social{
    padding:  0px;
    margin:  0px;
    flex-direction: column;
    gap: 10px;
  }
  .tg_list_roadmap .tg_item_rm:nth-child(2n){
  flex-direction: row;
  align-items: center;
  }
  .tg_list_roadmap .tg_item_rm:nth-child(2n) .tg_img{
    padding: 0px;
    width: initial;
  }
  .tg_list_roadmap .tg_item_rm .tg_twg p{
    font-size: 12px;
    line-height: 20px;
  }
  .tg_list_roadmap .tg_item_rm .tg_twg strong{
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 4px 0px;
  }
  .tg_list_roadmap .tg_item_rm .tg_twg b{
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0px 4px 0px;
  }
  .tg_list_roadmap .tg_item_rm{
    gap: 20px;
  }
  .tg_list_roadmap .tg_item_rm .tg_img img{
    width: 60px;
    height: 60px;
  }
  .tg_list_roadmap .tg_item_rm .tg_img::after,
  .tg_list_roadmap .tg_item_rm .tg_img::before{
    display:none;
  }
  .tg_list_roadmap .tg_item_rm .tg_twg{
    order: 2;
    flex-grow: 1;
    text-align: left;
  }
  .tg_list_roadmap .tg_item_rm .tg_img{
    
  }
  .tg_list_roadmap .tg_item_rm:nth-child(2n+1) .tg_img{
    padding: 0px;
  }
  .short_text_h{
    margin: 0px 0px 24px 0px;
  }
  .short_text_h p{
    font-size: 14px;
    line-height: 22px;
  }
  .short_text_h h2{
    font-size: 24px;
    line-height: 26px;
    margin: 0px 0px 16px 0px;
  }
  .tg_form_general input[type="submit"]{
    width: 100%;
    font-size: 14px;
    padding: 9.5px 15px !important;
  }
  .tg_form_general .tg_list_form{
    margin: 0px 0px 24px 0px;
  }
  .tg_form_general .tg_item textarea{
    height: 100px;
  }
  .tg_form_general .tg_item input::placeholder, .tg_form_general .tg_item textarea::placeholder{
        font-size: 14px;
    line-height:22px;
  }
  .tg_form_general .tg_item input[type="email"], .tg_form_general .tg_item input[type="text"], .tg_form_general .tg_item input[type="tel"], .tg_form_general .tg_item select, .tg_form_general .tg_item textarea{
    padding: 16px 16px 16px 0px;
    font-size: 14px;
    line-height:22px;
  }
  .tg_intro_home .tg_intro_r .tg_twg::before{
    bottom: -18px;
  }
  .tg_intro_home .tg_intro_r .tg_twg{
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 23px 0px;
  }
  .tg_intro_home .tg_intro_r h2{
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 0px 0px 16px 0px;
  }
  .tg_intro_home .tg_intro_l .tg_list_figure .tg_item .tg_figure img{
    height: auto;
  }
  .tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(2) .tg_twg{
    bottom: 11px;
    width: 90%;
    left: -185px;
  }
  .tg_intro_home .tg_intro_l .tg_list_figure .tg_item:nth-child(1) .tg_twg{
    right: -165px;
    top: 43px;
  }
  .tg_intro_home .tg_intro_l .tg_list_figure .tg_item .tg_twg p{
    font-size: 12px;
    line-height: 20px;
  }
  .tg_intro_home.tg_pd_120{
    padding: 60px 0px 0px 0px;
  }
  .logo_hd figure{
    max-width: auto;
    width: 100%;
  }
  .header_desktop{padding: 13px 0px;}
  .header_desktop.fixed_hd{
    padding: 8px 0px;
  }
  .icon_mobile_click{
    display:block !important;
  }
  .menu_hd .ct_middle,
  .tg_pay_hd{
    display: none;
  }
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top p i{
    font-size: 14px;
    line-height: 22px;
  }
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top p strong,
  .tg_banner_16052024 .tg_list_banner .tg_item .tg_textwidget .tg_twg_top p i{
    font-size: 28px;
    line-height: 36px;
  }
  .mob_tp{
  display: block;
}
.des_tp{
  display: none;
}
}
/*END CSS RESPONSIVE*/

@keyframes fadeInRight_20px {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight_20px {
  -webkit-animation-name: fadeInRight_20px;
  animation-name: fadeInRight_20px;
}

@keyframes fadeInUp_20px {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp_20px {
  -webkit-animation-name: fadeInUp_20px;
  animation-name: fadeInUp_20px;
}

@keyframes fadeInCus {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;

  }
}

.fadeInCus {
  -webkit-animation-name: fadeInCus;
  animation-name: fadeInCus;
}


@-webkit-keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}