/*
Theme Name: globalimm
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/SVN-PoppinsMedium.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-PoppinsLight.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  
  
  body, #masthead ul li a, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, li.tab.has-icon a {font-family: 'SVN-Poppins' !important;}
  h1, h2, h3, h5, h6, .heading-font {
      font-weight: 800 !important;
  }

  

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
@media (max-width: 767px) {
  .mouse-cursor {
    display: none;
  }
}


.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--fs-color-secondary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--fs-color-secondary);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--fs-color-secondary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 75px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--fs-color-secondary);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--fs-color-secondary);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    justify-content: center;
}


ul.contact-list {
    list-style: none;
}

ul.contact-list li {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 0;
}

ul.contact-list a {
    color: #fff;
}

.col-no-p p {
	margin-bottom: 0;
}


.header-block-block-1 {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3)
}

.header-block-block-2 {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    min-width: 175px
}

.header-block-block-1 .icon-box-img img {
	padding-top: 0;
}

.ht-title {
    line-height: 1.3
}

.ht-num {
    font-weight: 700;
    line-height: 1.3;
    color: var(--fs-color-primary);
}


.header-nav-main .header-block {
    display: inline-block;
    width: auto
}


.gl-bn-tt {
    padding: 8px;
    background: var(--fs-color-secondary);
    display: inline-block;
    margin-bottom: 10px;
}

.gl-bn-main {
    font-size: 40px;
    font-weight: 900;
}

.gl-bt {
    background-color: var(--theme);
    font-weight: 700;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 24px 45px;
    border-radius: 0;
    z-index: 9;
    display: inline-block;
    line-height: 1;
}

.gl-bn-sub {
    margin-bottom: 10px;
}

.gl-bt {
  background-color: var(--fs-color-secondary);
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 0;
  z-index: 9;
  display: inline-block;
  line-height: 1;
}

.gl-bt-2 {
  background-color: var(--fs-color-primary);
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 0;
  z-index: 9;
  display: inline-block;
  line-height: 1;
}

.gl-bt a {
	color: #fff;
}

.gl-bt i {
  margin-left: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .gl-bt i {
    margin-left: 3px;
    font-size: 12px;
  }
}
.gl-bt span {
  position: relative;
  z-index: 9;
}
.gl-bt:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--fs-color-primary);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}
.gl-bt:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--fs-color-primary);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}

.gl-bt.gl-bt-2:after,.gl-bt.gl-bt-2:before {
	background-color: var(--fs-color-secondary);
}

.col-cl {
	position: relative;
	overflow: hidden;
}
.img-ab {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.gl-bt:hover {
  color: #fff;
}
.gl-bt:hover::before {
  height: 100%;
}
.gl-bt:hover::after {
  height: 100%;
}
.gl-bt:hover i {
  transform: translate(5px);
	color: #fff;
	position: relative;
	z-index: 2;
}
.gl-bt.hover-white::before, .gl-bt.hover-white::after {
  background-color: #fff;
}
.gl-bt.hover-white:hover {
  color: var(--fs-color-secondary);
}
.gl-bt.hover-white:hover i {
  transform: translate(5px);
  color: var(--fs-color-secondary);
}
.gl-bt.bg-white {
  color: var(--fs-color-secondary);
}
.gl-bt.bg-white:hover {
  color: #fff;
}
.gl-bt.bg-white:hover i {
  transform: translate(5px);
  color: #fff;
}
.gl-bt.gl-bt-2 {
  background-color: var(--fs-color-primary);
}
.gl-bt.line-height {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .gl-bt {
    padding: 22px 30px;
  }
}
@media (max-width: 575px) {
  .gl-bt {
    padding: 18px 30px;
  }
  .gl-bt span {
    font-size: 14px;
  }
}




.giuseart_tabs > .nav .tab {
	display:flex;
    margin: 0;
}
.giuseart_tabs .nav{
	margin-bottom:15px;
	gap: 10px;
}
.giuseart_tabs > .nav .tab a {
	text-align:center;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	color: black;
	display: flex;
	align-items: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius: 10px;
	transition: all 0.4s ease-in-out;
	padding: 0;
	border-radius: 10px;
}
.giuseart_tabs > .nav .tab.active a {
  background: #2196F3;

}
.giuseart_tabs .nav-vertical > li + li {
    border-top: 0
}
.giuseart_tabs > .nav .tab a img {
	max-width: 200px;
		border-radius: 10px;
}

.giuseart_tabs > .nav .tab a .tab-img  {
	position: relative;
}

.giuseart_tabs > .nav .tab a .tab-img:before {
	content: '';
		border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #000 4.48%, rgba(10, 99, 108, 0) 74.78%);
}


.giuseart_tabs .nav .tab.active a .tab-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #ad0503 4.48%, rgba(10, 99, 108, 0) 74.78%);
}


.giuseart_tabs .nav .active h3 {
    color: #fff;
}
.giuseart_tabs > .tab-panels {
    width: 100%;
padding:20px;}
.giuseart_tabs .tab-panels .row {
    margin: 0;
}
.giuseart_tabs .tab-panels .panel .row .col {
    padding: 0 5px 5px;
}
.giuseart_tabs .nav.nav-vertical a{border-top: 1px solid #d2d2d2;text-align:center}
.giuseart_tabs .nav-vertical{margin-bottom:0}



.global-tt-sub {
    color: var(--fs-color-secondary);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.global-tt-main {
    display: block;
    position: relative;
    opacity: 1;
    font-size: 30px;
    line-height: 115%;
    font-weight: 900;
}


.tab-tt {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

.imb-sv {
    padding: 20px;
    background-color: #F5F5F7;
    transition: all 0.4s ease-in-out;
}

.imb-sv:hover {
    background-color: var(--fs-color-secondary);
}


.gb-box-tt {
	font-weight: bold;
	color: #222;
	font-size: 18px;
	transition: all 0.4s ease-in-out;
}

.imb-sv:hover .gb-box-tt {
	color: #fff;
}

.imb-sv:hover .link-btn {
	color: #fff;
}

.imb-sv:hover .link-btn i{
	 background-color: #fff;
    color:  var(--fs-color-secondary);
}

.imb-sv:hover .gb-box-sub {
	 color: #fff;
}

.gb-box-sub {
	color: #222;
	transition: all 0.4s ease-in-out;
}

.link-btn {
    text-transform: capitalize;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    display: flex !important;
    align-items: center;
	transition: all 0.4s ease-in-out;
}

.link-btn br{
	display: none;
}

.link-btn i {
    margin-left: 10px;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background-color: var(--fs-color-secondary);
    text-align: center;
    color: #fff;
}


.ft-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff
}

.ft-tt {
    margin-bottom: 10px;
}

.ft-email {
    font-weight: bold;
    margin-bottom: 14px;
}

.ft-line {
    margin-bottom: 20px;
}

.absolute-footer.dark.medium-text-center.text-center {
    background: #000;
    padding: 15px;
    color: #fff;
}


a.linh-vuc-t {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.tuyen-dung-shortcode .nav-line>li>a:before {
	display:none;
}

.tuyen-dung-shortcode .nav-line>li {
	margin: 0 10px 0 0;
}


.tuyen-dung-shortcode ul.nav.nav-line.nav-uppercase.filter-nav {
	overflow-x: auto;
	flex-flow: nowrap;
}

.linh-vuc-t .tab-thumbnail:before {
    content: '';
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 4.48%, rgba(10, 99, 108, 0) 74.78%);
}

.active .linh-vuc-t .tab-thumbnail:before {
    background: linear-gradient(0deg, #ad0503 4.48%, rgba(10, 99, 108, 0) 74.78%);
}

.linh-vuc-t:hover .tab-thumbnail:before {
    background: linear-gradient(0deg, #ad0503 4.48%, rgba(10, 99, 108, 0) 74.78%);
}

.tab-thumbnail img {
    max-width: 150px;
	border-radius: 10px;
}

.tab-name {
    position: absolute;
    bottom: 8px;
    color: #fff;
    text-align: center;
    font-size: 10px;
}



.td-info h2 a {
    display: -webkit-box;
    color: var(--fs-color-primary);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px;
}


.tuyen-dung-item:hover .td-info h2 a {
    color: var(--fs-color-secondary);
}

.td-icon-box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.icon-box-text {
    width: calc(100% - 25px);
}

.td-icon-box .td-ic img {
    width: 20px;
}


.tuyen-dung-item {
    box-shadow: 0 0 10px 0 rgb(169 4 6 / 27%);
}

.td-info {
    padding: 15px;
}

.td-info .gl-bt {
    padding: 10px 20px;
    font-size: 14px;
}

.entry-title.td-title {
    font-size: 24px;
}


.glb-icon-box {
    text-align: center;
    padding: 15px;
}

.glb-ic-tt {
    margin: 10px 0;
    font-weight: bold;
    color: var(--fs-color-primary);
}

.bg-at .bg.fill.bg-fill.bg-loaded {
    background-attachment: fixed;
}

.bg-at .section-bg {
	background-attachment: fixed;
}

.h-title {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

div#modal-dk {
    background-color: transparent;
}

.form-tv span.wpcf7-spinner {
    display: block;
}



.form-tv .wpcf7-form-control {
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #777;
    height: 40px;
}

.form-tv .ctf-bt {
	  background: linear-gradient(to bottom, #66a3ff, #0067c6); /* Gradient mÃƒÂ u */
  border: none; /* KhÃƒÂ´ng viÃ¡Â»Ân */
  border-radius: 25px; /* GÃƒÂ³c bo trÃƒÂ²n */
  color: white; /* MÃƒÂ u chÃ¡Â»Â¯ */
  text-align: center; /* CÃ„Æ’n giÃ¡Â»Â¯a chÃ¡Â»Â¯ */
  text-decoration: none; /* XÃƒÂ³a gÃ¡ÂºÂ¡ch dÃ†Â°Ã¡Â»â€ºi */
  display: inline-block; /* HiÃ¡Â»Æ’n thÃ¡Â»â€¹ dÃ¡ÂºÂ¡ng khÃ¡Â»â€˜i */
  font-size: 16px; /* KÃƒÂ­ch thÃ†Â°Ã¡Â»â€ºc chÃ¡Â»Â¯ */
  font-weight: bold; /* ChÃ¡Â»Â¯ Ã„â€˜Ã¡ÂºÂ­m */
  cursor: pointer; /* Con trÃ¡Â»Â khi hover */
}


p.p-dat-phong {
    color: #fff;
    margin-bottom: 10px;
}


.icb-qg {
    padding: 10px;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 0.4s ease-in-out;
}

.icb-qg-tt {
    font-weight: 900;
    font-size: 18px;
    color: var(--fs-color-primary);
}
.icb-qg .icon-inner img {
    transition: all 0.4s ease-in-out;
}

.icb-qg:hover .icon-inner img {
    transform: rotate(360deg);
}



.blog-qg .box.box-text-bottom.box-blog-post.has-hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
    background: #fff;
}

.blog-qg  .box.box-text-bottom.box-blog-post.has-hover .box-text {
    padding: 10px;
}

@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.open-video {
	position: relative;
}



.open-video::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}


a.button.open-video.icon.circle.is-outline.is-xlarge i {
    top: 3px;
    color: red;
    font-size: 25px !important;
}

a.button.open-video.icon.circle.is-outline.is-xlarge {
    background: #fff;
}


.open-video {
  position: relative;
}
.open-video::before, .open-video::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(214, 17, 30, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.open-video::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.video-button-wrapper .open-video::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}


@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}


.ab-tt {
    font-size: 18px;
    font-weight: 900;
	color: var(--fs-color-secondary);
}


.icb-tt img {
    padding-top: 0;
}

.icb-tt .icon-box-img {
    margin-top: -45px;
    background: #fff;
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

span.count-up.active {
    font-size: 50px;
    font-weight: 900;
}

.col-tt {
	margin-top: 50px;
}


.five-columns .col {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    padding: 15px; /* Adjust padding as needed */
    box-sizing: border-box;
}

/* Ensure row wraps columns correctly */
.five-columns {
    display: flex;
    flex-wrap: wrap;
}


.col-tt .col-inner {
	 transition: all 0.4s ease-in-out;
}

.col-tt:hover .col-inner {
    background-color: var(--fs-color-secondary) !important;
}

.col-tt .icon-box-img {
	    transition: transform 500ms ease;
}

.col-tt:hover .icon-box-img {
	    transform: scaleX(-1);
}


.col-tt:hover .tt-numer, .col-tt:hover .tt-text {
	color: #fff;
}


.icb-qt .icon-box-img {
    background: #fff;
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.icb-qt .icb-nb {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: calc(50% - 50px);
	background: var(--fs-color-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
}

.qt-tt {
	font-weight: 900;
}

.five-columns .col:first-child .icb-qt:before {
	display: none;
}

.five-columns .col:last-child .icb-qt:before {
	display: none;
}

.icb-qt:before {
    content: '';
    position: absolute;
    width: 30px;
    top: 50%;
    left: -30px;
    height: 3px;
    border-top: 2px dashed var(--fs-color-secondary);
}


span.post-date-day {
    display: block;
    background: var(--fs-color-secondary);
    padding: 10px;
}

span.post-date-month.is-xsmall {
    display: block;
    padding: 10px;
    background: #fff;
    color: #222;
}

.badge-inner br {
    display: none;
}

.badge-inner {
    background-color: transparent;
    padding: 0;
}

.badge.absolute.top.post-date.badge-square {
    top: 5px;
    left: 5px;
}

.contact-tt {
    font-weight: 900;
    font-size: 18px;
}


.widget .is-divider {
    display: none
}

.widget {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    padding: 15px
}

.widget .post_comments {
    display: none
}

span.widget-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    background: var(--fs-color-primary);
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 12px
}

.recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
    color: #111
}

.off-canvas-left .mfp-content {
    background-color: #fff
}
.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {width: 100%;}


.c-item-number {
    text-align: center;
}

.c-item-number span.count-up.active {
    color: var(--fs-color-secondary);
}

.c-item-tt {
    text-align: center;
    background: var(--fs-color-primary);
    color: #fff;
    padding: 5px;
}

.child-tt {
    font-size: 24px;
    font-weight: 900;
}

.child-tt span {
    color: var(--fs-color-secondary);
}



.child-tt-white {
    font-size: 24px;
    font-weight: 900;
	color: #fff;
}

.child-tt-white span {
    color: var(--fs-color-primary);
}

.child-tt-sub-white {
    color: #fff;
}


.ab-item {
    padding: 10px 20px;
    border-left: 3px solid var(--fs-color-secondary);
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.ab-item-tt {
    display: flex;
    gap: 30px;
	justify-content: space-between;
}

.ab-item-tt-num {
    font-size: 41px;
    color: #777;
}

.ab-item-tt-text {
    font-weight: bold;
	max-width: 200px;
}

.ab-item-2 {
    padding: 10px 20px;
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
	background: var(--fs-color-secondary);
}


.ab-item-2 .ab-item-tt-text {
    color: #fff;
}

.ab-item-2 .ab-item-sub {
    color: #fff;
}

.imb-sv-2 {
    background: #fff;
    text-align: center;
}


.child-form-tt {
	font-weight: bold;
	font-size: 18px;
}

.price-child-p {
	display: flex;
	align-items: center;
	gap: 10px;
}

.col-cl-1 > .col-inner{
	background-image: url(/wp-content/uploads/2025/06/ez7yw_gh20200320125235.jpg);
	background-size: cover;
	position: relative;
}


.col-cl-2 > .col-inner div{
	position: relative;
}

.col-cl-1 > .col-inner:before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.3);
}

.col-cl-2 > .col-inner:before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}

.col-cl-2 > .col-inner{
	background-image: url(/wp-content/uploads/2025/06/apwnyzs720200320125224.jpg);
	background-size: cover;
}

.child-sale-price {
            display: inline-block;
            padding: 10px 20px;
            background: var(--fs-color-primary);
            color: #fff;
            border-radius: 20px;
            font-size: 1.5em;
            font-weight: bold;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

.child-regular-price {
	display: inline-block;
	padding: 5px 15px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 15px;
	font-size: 1.2em;
	text-decoration: line-through;
	opacity: 0.8;
	position: relative;
        }
 
.col-tren {
	z-index: 1;
	position: relative;
}


.global-tt-sub-white {
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
	position: relative;
}

.global-tt-main-whte{
    display: block;
    position: relative;
    opacity: 1;
    font-size: 30px;
    line-height: 115%;
    font-weight: 900;
    color: #fff;
	position: relative;
	margin-bottom: 15px;
}


.contact-bg {
  position: absolute;
  top: 0;
  left: -375px;
  right: -433px;
  bottom: -120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 76% 100%, 0% 100%);
  z-index: -1;
	height: 100%;
}

.contact-shape {
  position: absolute;
  top: 0;
  bottom: -120px;
  left: -375px;
  right: -190px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  opacity: 0.8;
  z-index: 0;
	height: 100%;
}

.about-image-items {
	position: relative;
}

.about-image-items:before {
    position: absolute;
    top: 100px;
    left: 0px;
    height: 210px;
    width: 4px;
    background-color: var(--fs-color-secondary);
    content: "";
}


.img-ab-2 {
    position: absolute;
    z-index: -1;
    left: 50px;
    top: 50px;
}

/*
Theme Name: globalimm
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/SVN-PoppinsMedium.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-PoppinsLight.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  
  
  body, #masthead ul li a, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, li.tab.has-icon a {font-family: 'SVN-Poppins' !important;}
  h1, h2, h3, h5, h6, .heading-font {
      font-weight: 800 !important;
  }

  

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
@media (max-width: 767px) {
  .mouse-cursor {
    display: none;
  }
}


.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--fs-color-secondary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--fs-color-secondary);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--fs-color-secondary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 75px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--fs-color-secondary);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--fs-color-secondary);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    justify-content: center;
}


ul.contact-list {
    list-style: none;
}

ul.contact-list li {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 0;
}

ul.contact-list a {
    color: #fff;
}

.col-no-p p {
	margin-bottom: 0;
}


.header-block-block-1 {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3)
}

.header-block-block-2 {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    min-width: 175px
}

.header-block-block-1 .icon-box-img img {
	padding-top: 0;
}

.ht-title {
    line-height: 1.3
}

.ht-num {
    font-weight: 700;
    line-height: 1.3;
    color: var(--fs-color-primary);
}


.header-nav-main .header-block {
    display: inline-block;
    width: auto
}


.gl-bn-tt {
    padding: 8px;
    background: var(--fs-color-secondary);
    display: inline-block;
    margin-bottom: 10px;
}

.gl-bn-main {
    font-size: 40px;
    font-weight: 900;
}

.gl-bt {
    background-color: var(--theme);
    font-weight: 700;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 24px 45px;
    border-radius: 0;
    z-index: 9;
    display: inline-block;
    line-height: 1;
}

.gl-bn-sub {
    margin-bottom: 10px;
}

.gl-bt {
  background-color: var(--fs-color-secondary);
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 0;
  z-index: 9;
  display: inline-block;
  line-height: 1;
}

.gl-bt-2 {
  background-color: var(--fs-color-primary);
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 0;
  z-index: 9;
  display: inline-block;
  line-height: 1;
}

.gl-bt a {
	color: #fff;
}

.gl-bt i {
  margin-left: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .gl-bt i {
    margin-left: 3px;
    font-size: 12px;
  }
}
.gl-bt span {
  position: relative;
  z-index: 9;
}
.gl-bt:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--fs-color-primary);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}
.gl-bt:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--fs-color-primary);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}

.gl-bt:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}

.gl-bt.gl-bt-3 {
	background-color: #fff;
}
.gl-bt.gl-bt-3 a{
	color: #222;
}

.gl-bt.gl-bt-3:hover a{
	color: #fff;
}

.ss-ab-ex {
	z-index: 9;
}

.gl-bt.bl-bt-3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: 1;
}



.gl-bt.gl-bt-3:after,.gl-bt.gl-bt-3:before {
	background-color: #222;
}

.gl-bt.gl-bt-2:after,.gl-bt.gl-bt-2:before {
	background-color: var(--fs-color-secondary);
}

.col-cl {
	position: relative;
	overflow: hidden;
}
.img-ab {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.gl-bt:hover {
  color: #fff;
}
.gl-bt:hover::before {
  height: 100%;
}
.gl-bt:hover::after {
  height: 100%;
}
.gl-bt:hover i {
  transform: translate(5px);
	color: #fff;
	position: relative;
	z-index: 2;
}
.gl-bt.hover-white::before, .gl-bt.hover-white::after {
  background-color: #fff;
}
.gl-bt.hover-white:hover {
  color: var(--fs-color-secondary);
}
.gl-bt.hover-white:hover i {
  transform: translate(5px);
  color: var(--fs-color-secondary);
}
.gl-bt.bg-white {
  color: var(--fs-color-secondary);
}
.gl-bt.bg-white:hover {
  color: #fff;
}
.gl-bt.bg-white:hover i {
  transform: translate(5px);
  color: #fff;
}
.gl-bt.gl-bt-2 {
  background-color: var(--fs-color-primary);
}
.gl-bt.line-height {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .gl-bt {
    padding: 22px 30px;
  }
}
@media (max-width: 575px) {
  .gl-bt {
    padding: 18px 30px;
  }
  .gl-bt span {
    font-size: 14px;
  }
}




.giuseart_tabs > .nav .tab {
	display:flex;
    margin: 0;
}
.giuseart_tabs .nav{
	margin-bottom:15px;
	gap: 10px;
}
.giuseart_tabs > .nav .tab a {
	text-align:center;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	color: black;
	display: flex;
	align-items: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius: 10px;
	transition: all 0.4s ease-in-out;
	padding: 0;
	border-radius: 10px;
}
.giuseart_tabs > .nav .tab.active a {
  background: #2196F3;

}
.giuseart_tabs .nav-vertical > li + li {
    border-top: 0
}
.giuseart_tabs > .nav .tab a img {
	max-width: 200px;
		border-radius: 10px;
}

.giuseart_tabs > .nav .tab a .tab-img  {
	position: relative;
}

.giuseart_tabs > .nav .tab a .tab-img:before {
	content: '';
		border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #000 4.48%, rgba(10, 99, 108, 0) 74.78%);
}


.giuseart_tabs .nav .tab.active a .tab-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #ad0503 4.48%, rgba(10, 99, 108, 0) 74.78%);
}


.giuseart_tabs .nav .active h3 {
    color: #fff;
}
.giuseart_tabs > .tab-panels {
    width: 100%;
padding:20px;}
.giuseart_tabs .tab-panels .row {
    margin: 0;
}
.giuseart_tabs .tab-panels .panel .row .col {
    padding: 0 5px 5px;
}
.giuseart_tabs .nav.nav-vertical a{border-top: 1px solid #d2d2d2;text-align:center}
.giuseart_tabs .nav-vertical{margin-bottom:0}



.global-tt-sub {
    color: var(--fs-color-secondary);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.global-tt-main {
    display: block;
    position: relative;
    opacity: 1;
    font-size: 30px;
    line-height: 115%;
    font-weight: 900;
}



.global-tt-sub-w {
    color: #fff;;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}


.global-tt-main-w {
    display: block;
    position: relative;
    opacity: 1;
    font-size: 30px;
    line-height: 115%;
    font-weight: 900;
	color: #fff;
}

.glb-tt-sub-w {
	color: #fff;
	margin-bottom: 20px;
}



.tab-tt {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

.imb-sv {
    padding: 20px;
    background-color: #F5F5F7;
    transition: all 0.4s ease-in-out;
}

.imb-sv:hover {
    background-color: var(--fs-color-secondary);
}


.gb-box-tt {
	font-weight: bold;
	color: #222;
	font-size: 18px;
	transition: all 0.4s ease-in-out;
}

.imb-sv:hover .gb-box-tt {
	color: #fff;
}

.imb-sv:hover .link-btn {
	color: #fff;
}

.imb-sv:hover .link-btn i{
	 background-color: #fff;
    color:  var(--fs-color-secondary);
}

.imb-sv:hover .gb-box-sub {
	 color: #fff;
}

.gb-box-sub {
	color: #222;
	transition: all 0.4s ease-in-out;
}

.link-btn {
    text-transform: capitalize;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    display: flex !important;
    align-items: center;
	transition: all 0.4s ease-in-out;
}

.link-btn br{
	display: none;
}

.link-btn i {
    margin-left: 10px;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background-color: var(--fs-color-secondary);
    text-align: center;
    color: #fff;
}


.ft-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff
}

.ft-tt {
    margin-bottom: 10px;
}

.ft-email {
    font-weight: bold;
    margin-bottom: 14px;
}

.ft-line {
    margin-bottom: 20px;
}

.absolute-footer.dark.medium-text-center.text-center {
    background: #000;
    padding: 15px;
    color: #fff;
}


a.linh-vuc-t {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.tuyen-dung-shortcode .nav-line>li>a:before {
	display:none;
}

.tuyen-dung-shortcode .nav-line>li {
	margin: 0 10px 0 0;
}


.tuyen-dung-shortcode ul.nav.nav-line.nav-uppercase.filter-nav {
	overflow-x: auto;
	flex-flow: nowrap;
}

.linh-vuc-t .tab-thumbnail:before {
    content: '';
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 4.48%, rgba(10, 99, 108, 0) 74.78%);
}

.active .linh-vuc-t .tab-thumbnail:before {
    background: linear-gradient(0deg, #ad0503 4.48%, rgba(10, 99, 108, 0) 74.78%);
}

.linh-vuc-t:hover .tab-thumbnail:before {
    background: linear-gradient(0deg, #ad0503 4.48%, rgba(10, 99, 108, 0) 74.78%);
}

.tab-thumbnail img {
    max-width: 150px;
	border-radius: 10px;
}

.tab-name {
    position: absolute;
    bottom: 8px;
    color: #fff;
    text-align: center;
    font-size: 10px;
}



.td-info h2 a {
    display: -webkit-box;
    color: var(--fs-color-primary);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px;
}


.tuyen-dung-item:hover .td-info h2 a {
    color: var(--fs-color-secondary);
}

.td-icon-box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.icon-box-text {
    width: calc(100% - 25px);
}

.td-icon-box .td-ic img {
    width: 20px;
}


.tuyen-dung-item {
    box-shadow: 0 0 10px 0 rgb(169 4 6 / 27%);
}

.td-info {
    padding: 15px;
}

.td-info .gl-bt {
    padding: 10px 20px;
    font-size: 14px;
}

.entry-title.td-title {
    font-size: 24px;
}


.glb-icon-box {
    text-align: center;
    padding: 15px;
}

.glb-ic-tt {
    margin: 10px 0;
    font-weight: bold;
    color: var(--fs-color-primary);
}

.bg-at .bg.fill.bg-fill.bg-loaded {
    background-attachment: fixed;
}

.bg-at .section-bg {
	background-attachment: fixed;
}

.h-title {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

div#modal-dk {
    background-color: transparent;
}

.form-tv span.wpcf7-spinner {
    display: block;
}



.form-tv .wpcf7-form-control {
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #777;
    height: 40px;
}

.form-tv .ctf-bt {
	  background: linear-gradient(to bottom, #66a3ff, #0067c6); /* Gradient mÃƒÂ u */
  border: none; /* KhÃƒÂ´ng viÃ¡Â»Ân */
  border-radius: 25px; /* GÃƒÂ³c bo trÃƒÂ²n */
  color: white; /* MÃƒÂ u chÃ¡Â»Â¯ */
  text-align: center; /* CÃ„Æ’n giÃ¡Â»Â¯a chÃ¡Â»Â¯ */
  text-decoration: none; /* XÃƒÂ³a gÃ¡ÂºÂ¡ch dÃ†Â°Ã¡Â»â€ºi */
  display: inline-block; /* HiÃ¡Â»Æ’n thÃ¡Â»â€¹ dÃ¡ÂºÂ¡ng khÃ¡Â»â€˜i */
  font-size: 16px; /* KÃƒÂ­ch thÃ†Â°Ã¡Â»â€ºc chÃ¡Â»Â¯ */
  font-weight: bold; /* ChÃ¡Â»Â¯ Ã„â€˜Ã¡ÂºÂ­m */
  cursor: pointer; /* Con trÃ¡Â»Â khi hover */
}


p.p-dat-phong {
    color: #fff;
    margin-bottom: 10px;
}


.icb-qg {
    padding: 10px;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 0.4s ease-in-out;
	margin-bottom: 10px;
}

.icb-qg-tt {
    font-weight: 900;
    font-size: 16px;
    color: var(--fs-color-primary);
}

.icb-qg-line {
    font-size: 14px;
}

.icb-qg .icon-inner img {
    transition: all 0.4s ease-in-out;
}

.icb-qg:hover .icon-inner img {
    transform: rotate(360deg);
}



.blog-qg .box.box-text-bottom.box-blog-post.has-hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
    background: #fff;
}

.blog-qg  .box.box-text-bottom.box-blog-post.has-hover .box-text {
    padding: 10px;
}

@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.open-video {
	position: relative;
}



.open-video::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}


a.button.open-video.icon.circle.is-outline.is-xlarge i {
    top: 3px;
    color: red;
    font-size: 25px !important;
}

a.button.open-video.icon.circle.is-outline.is-xlarge {
    background: #fff;
}


.open-video {
  position: relative;
}
.open-video::before, .open-video::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(214, 17, 30, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.open-video::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.video-button-wrapper .open-video::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}


@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}


.ab-tt {
    font-size: 18px;
    font-weight: 900;
	color: var(--fs-color-secondary);
}


.icb-tt img {
    padding-top: 0;
}

.icb-tt .icon-box-img {
    margin-top: -45px;
    background: #fff;
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

span.count-up.active {
    font-size: 50px;
    font-weight: 900;
}

.col-tt {
	margin-top: 50px;
}

.col-tt.col-tt-2 {
	position: relative;
}

.col-tt.col-tt-2:before {
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #90010f;
    border-radius: 9px;
    z-index: -1;
    top: -50px;
    height: initial;
    transition: all 0.4s 
ease-in-out;
    visibility: hidden;
    opacity: 0;
}


.col-tt.col-tt-2:hover:before {
	top: 0%;
    visibility: visible;
    opacity: 1;
}

.ab-tt-numer {
    font-size: 50px;
    font-weight: 900;
}

.col-tt.col-tt-2:hover .col-inner {
    background-color: transparent !important;
}

.five-columns .col {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    padding: 15px; /* Adjust padding as needed */
    box-sizing: border-box;
}

/* Ensure row wraps columns correctly */
.five-columns {
    display: flex;
    flex-wrap: wrap;
}


.col-tt .col-inner {
	 transition: all 0.4s ease-in-out;
}

.col-tt:hover .col-inner {
    background-color: var(--fs-color-secondary) !important;
}

.col-tt .icon-box-img {
	    transition: transform 500ms ease;
}

.col-tt:hover .icon-box-img {
	    transform: scaleX(-1);
}


.col-tt:hover .tt-numer, .col-tt:hover .tt-text {
	color: #fff;
}


.icb-qt .icon-box-img {
    background: #fff;
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.icb-qt .icb-nb {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: calc(50% - 50px);
	background: var(--fs-color-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
}

.qt-tt {
	font-weight: 900;
}

.five-columns .col:first-child .icb-qt:before {
	display: none;
}

.five-columns .col:last-child .icb-qt:before {
	display: none;
}

.icb-qt:before {
    content: '';
    position: absolute;
    width: 30px;
    top: 50%;
    left: -30px;
    height: 3px;
    border-top: 2px dashed var(--fs-color-secondary);
}


span.post-date-day {
    display: block;
    background: var(--fs-color-secondary);
    padding: 10px;
}

span.post-date-month.is-xsmall {
    display: block;
    padding: 10px;
    background: #fff;
    color: #222;
}

.badge-inner br {
    display: none;
}

.badge-inner {
    background-color: transparent;
    padding: 0;
}

.badge.absolute.top.post-date.badge-square {
    top: 5px;
    left: 5px;
}

.contact-tt {
    font-weight: 900;
    font-size: 18px;
}


.widget .is-divider {
    display: none
}

.widget {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    padding: 15px
}

.widget .post_comments {
    display: none
}

span.widget-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    background: var(--fs-color-primary);
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 12px
}

.recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
    color: #111
}

.off-canvas-left .mfp-content {
    background-color: #fff
}
.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {width: 100%;}


.c-item-number {
    text-align: center;
}

.c-item-number span.count-up.active {
    color: var(--fs-color-secondary);
}

.c-item-tt {
    text-align: center;
    background: var(--fs-color-primary);
    color: #fff;
    padding: 5px;
}

.child-tt {
    font-size: 24px;
    font-weight: 900;
}

.child-tt span {
    color: var(--fs-color-secondary);
}



.child-tt-white {
    font-size: 24px;
    font-weight: 900;
	color: #fff;
}

.child-tt-white span {
    color: var(--fs-color-primary);
}

.child-tt-sub-white {
    color: #fff;
}


.ab-item {
    padding: 10px 20px;
    border-left: 3px solid var(--fs-color-secondary);
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.ab-item-tt {
    display: flex;
    gap: 30px;
	justify-content: space-between;
}

.ab-item-tt-num {
    font-size: 41px;
    color: #777;
}

.ab-item-tt-text {
    font-weight: bold;
	max-width: 200px;
}

.ab-item-2 {
    padding: 10px 20px;
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
	background: var(--fs-color-secondary);
}


.ab-item-2 .ab-item-tt-text {
    color: #fff;
}

.ab-item-2 .ab-item-sub {
    color: #fff;
}

.imb-sv-2 {
    background: #fff;
    text-align: center;
}


.child-form-tt {
	font-weight: bold;
	font-size: 18px;
}

.price-child-p {
	display: flex;
	align-items: center;
	gap: 10px;
}

.col-cl-1 > .col-inner{
	background-image: url(/wp-content/uploads/2025/06/ez7yw_gh20200320125235.jpg);
	background-size: cover;
	position: relative;
}


.col-cl-2 > .col-inner div{
	position: relative;
}

.col-cl-1 > .col-inner:before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.3);
}

.col-cl-2 > .col-inner:before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}

.col-cl-2 > .col-inner{
	background-image: url(/wp-content/uploads/2025/06/apwnyzs720200320125224.jpg);
	background-size: cover;
}

.child-sale-price {
            display: inline-block;
            padding: 10px 20px;
            background: var(--fs-color-primary);
            color: #fff;
            border-radius: 20px;
            font-size: 1.5em;
            font-weight: bold;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

.child-regular-price {
	display: inline-block;
	padding: 5px 15px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 15px;
	font-size: 1.2em;
	text-decoration: line-through;
	opacity: 0.8;
	position: relative;
        }
 
.col-tren {
	z-index: 1;
	position: relative;
}


.global-tt-sub-white {
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
	position: relative;
}

.global-tt-main-whte{
    display: block;
    position: relative;
    opacity: 1;
    font-size: 30px;
    line-height: 115%;
    font-weight: 900;
    color: #fff;
	position: relative;
	margin-bottom: 15px;
}


.contact-bg {
  position: absolute;
  top: 0;
  left: -375px;
  right: -433px;
  bottom: -120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 76% 100%, 0% 100%);
  z-index: -1;
	height: 100%;
}

.contact-shape {
  position: absolute;
  top: 0;
  bottom: -120px;
  left: -375px;
  right: -190px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  opacity: 0.8;
  z-index: 0;
	height: 100%;
}

.about-image-items {
	position: relative;
}

.about-image-items:before {
    position: absolute;
    top: 100px;
    left: -10px;
    height: 210px;
    width: 4px;
    background-color: var(--fs-color-secondary);
    content: "";
}


.img-ab-2 {
    position: absolute;
    z-index: -1;
    left: 50px;
    top: 50px;
    width: 80% !important;
}

.img-ab-3 {
    position: absolute;
    right: 0;
    bottom: -25%;
}

.single-circle-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-circle-bar .circle-bar {
    position: relative;
    height: 120px;
    width: 120px;
}

.single-circle-bar .circle-bar div {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.single-circle-bar .circle-bar .background {
    background-color: #f5f5f7 !important;
}

.single-circle-bar .circle-bar .rotate {
    clip: rect(0 50px 100px 0);
    background-color: var(--fs-color-secondary) !important;
}

.single-circle-bar .circle-bar .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: #f5f5f7 !important;
}

.single-circle-bar .circle-bar .right {
    clip: rect(0 50px 100px 0);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    background-color: var(--fs-color-secondary) !important;
	left: 0;
}

.single-circle-bar .circle-bar div span {
    position: absolute;
    font-size: 30px;
    line-height: 92px;
    height: 90px;
    width: 90px;
    left: 5px;
    top: 5px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #16171a;
	
}

.glb-ab-list ul li {
    list-style: none;
    margin-left: 0;
    font-weight: bold;
    font-size: 20px;
}

.glb-ab-list ul li i {
    margin-right: 5px;
    color: var(--fs-color-secondary);
}

.ceo-tt {
    color: var(--fs-color-secondary);
    font-weight: bold;
}

.kh-note {
    margin-top: 14px;
}

ul.kh-note-time li {
    list-style: none;
    margin-left: 0;
    padding: 15px;
    background: var(--fs-color-secondary);
    color: #fff;
}

ul.kh-note-time {
    margin-top: 15px;
    position: relative;
}

ul.kh-note-time:after {
	    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -15px;
    left: 50px;
    right: 0px;
    z-index: -1;
    border-left: 10px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 35px solid var(--fs-color-secondary);
    transition: 0.4s ease-in-out;
}


.kh-name {
    font-weight: 900;
    font-size: 14px;
}

.kh-qg {
    font-size: 14px;
}

.kh-nghe {
    font-size: 14px;
    color: var(--fs-color-secondary);
}


.desktop-fixed {
    position: fixed;
    left: 15px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 150px;
    padding: 10px 0;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
@media only all and (max-width: 767px){
    .desktop-fixed {
        left: 0;
        bottom: 0;
        background: #fff;
        border-radius: 0;
        width: 100%;
        z-index: 150;
        padding: 10px 0;
        border: 1px solid #f2f2f2;
    }
    .desktop-fixed ul {
        display: flex;
    }
    .desktop-fixed ul li {
        width: 25%;
    }
    .desktop-fixed ul li a {
        margin: 0 auto;
    }

}

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

.desktop-fixed ul li {
    margin-bottom: 10px;
}

.desktop-fixed ul li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}

.desktop-fixed ul li a img {
    margin: auto;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}


.rm-bt-ct span {
	background-image: linear-gradient(var(--fs-color-secondary), var(--fs-color-secondary));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline-block;
    transition: all 0.4s 
ease-in-out;
	font-weight: 900;
	margin-top: 10px;
	font-size: 16px;
	color: #222;
}

.rm-bt-ct:hover span {
	    color: var(--fs-color-secondary);
    background-size: 100% 1px;
}

.rm-bt-ct i {
	    margin-left: 10px;
    font-size: 16px;
    transition: all 0.4s 
ease-in-out;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background-color: var(--fs-color-secondary);
    text-align: center;
    color: #fff;
}


.g-team-ic {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "";
    -webkit-transition: all 0.4s 
ease-in-out;
    transition: all 0.4s 
ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}

.imb-team .box-text.text-center {
    position: static;
	margin-top: -30px;
}

.imb-team ul {
	transform: translateY(-100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.g-team-ic ul li:not(:last-child) {
    margin-bottom: 10px;
}

.g-team-ic ul li {
   list-style: none;
	margin-left: 0;
}

.g-team-ic ul li a:hover {
	background: var(--fs-color-secondary);
	color: #fff;
}

.g-team-ic ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    background: #fff;
    color: #222;
    -webkit-transition: all 0.4s 
ease-in-out;
    transition: all 0.4s 
ease-in-out;
    text-align: center;
    margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.g-team-ic:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.g-team-ic span {
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
    background: var(--fs-color-secondary);
    color: #fff;
    -webkit-transition: all 0.3s 
ease-in-out;
    transition: all 0.3s 
ease-in-out;
    margin-bottom: 10px;
}


.imb-team .box-image {
    position: static;
}

.imb-team .box-text-inner {
    background: #fff;
}

.imb-team{
    display: flex;
    flex-direction: column;
}

.g-team-info {
    padding: 10px;
}

.g-team-tt {
    font-weight: 900;
}