/*
Theme Name: Flatsome Child
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  ***************/


}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rhodium+Libre&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
:root {
	--color-pr:#fff;
	--font-pr: 'Roboto';
}
.home #header{
	position:absolute;
	top:0px;
	width:100%;
	left:0;
}
#wide-nav{
	position: fixed;
    left: 0;
    top: 50%;
    height: auto;
    display: block;
    width: 64px;
    transform: translateY(-50%);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px 0;
}
#masthead{
	background:#ECECEC;
}
.home #masthead{
	background:transparent;
}

#wide-nav .flex-row{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
	padding:0;
}
#wide-nav .flex-row .flex-col{
	height:33.33%;
	position: relative;
}
#wide-nav .flex-left .header-nav{
	width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-13%, -50%) rotate(-90deg);
}
#wide-nav .flex-left .header-nav a{
	background: transparent;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #676767;
}
#wide-nav .flex-center{
	margin: 0;
}
#wide-nav .flex-center .nav.header-nav {
	height: 100%;
    flex-direction: column;
    justify-content: space-around;
}
#wide-nav .nav>li.header-divider{
	margin: 0;
    transform: rotate(90deg);
}
#wide-nav .flex-right {
    margin-left: 0;
	display:flex;
	justify-content:flex-end;
}
#wide-nav .flex-right .nav.header-nav{
	display: flex;
    flex-direction: column;
}
#wide-nav .social-icons{
	flex-direction: column;
    display: flex;
	margin-bottom:10px;
	gap:10px;
}
#wide-nav .social-icons a{
	color: #676767;
}

.polylang-flags {
    list-style: none;
}
.polylang-flags li a {
    background: #D9D9D9;
    padding: 0 6px 0 0;
    border-radius: 100px;
    color: #000;
    line-height: 22px;
    height: 22px;
    width: 55px;
    display: flex;
    align-items: center;
}
.polylang-flags li a img {
    width: 23px !important;
    border-radius: 20px;
    height: 23px !important;
}
.gtranslate_wrapper a{
	background: #D9D9D9;
    padding: 0 6px 0 0;
    border-radius: 100px;
    color: #000;
    line-height: 22px;
    height: 22px;
    width: 55px;
    display: flex;
    align-items: center;
	margin-bottom:10px;
}
.gtranslate_wrapper a.gt-current-lang{
	background: #36b2e2;
    color: #fff;
}
.gtranslate_wrapper a img{
	width: 23px !important;
    border-radius: 20px;
    height: 23px !important;
	    object-fit: cover;
	
}
.gtranslate_wrapper a span{
	margin-right:0;
	margin-left:5px;
}
.home #header .header-nav-main li.active a,
.home #header .header-nav-main li a:hover{
	 background: rgba(255, 255, 255, 1);
}
#header .header-nav-main li a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #676767;
}
.home #header .header-nav-main li a{
    padding: 6px 13px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}
#header .header-nav-main li.header-search a{
	height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #36B2E2;
    font-size: 17px;
	background:transparent;
	border:0;
}
.home #header .header-nav-main li.header-search a{
    background: #fff;
}
.home #header .header-nav-main li.html a{
	background:transparent;
	animation: zoomInOut 1s infinite ease-in-out;
}
@keyframes zoomInOut {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.08);
	}
}
/* #wide-nav .flex-row .flex-col.flex-right{
	max-height:max-content;
} */
body{
	
	font-family: var(--font-pr);
}
P{
	margin-bottom:10px;
	
}
h1{
	font-family: var(--font-pr);
	font-style: normal;
	font-weight: 800;
	font-size: 45px;
	line-height: 48px;
	text-transform: uppercase;
	color: #4D4D4D;
}

/* Contact us */
/* .page-id-45  #masthead{
	display:none;
} */
.section-ab1 h1{
	font-family: 'Rhodium Libre';
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	line-height: 1.2;
	color: var(--color-pr);
	margin-bottom: 0;
	text-transform: capitalize;
}
.section-ab1 h3{
	font-family: var(--font-pr);
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	color: var(--color-pr);
}
.section-ab1 .is-divider{
	background: linear-gradient(90deg, #36B2E2 0%, #B6FBFF 100%);
	border-radius: 20px;
}
.section-ab1 p{
	font-family: var(--font-pr);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	color:var(--color-pr);
}
.section-ab1 p strong{
	font-style: normal;
	font-weight: 900;
	font-size: 26px;
	line-height: 30px;
}
.sec-ab2{
	background: linear-gradient(280.54deg, #300BA8 1.85%, #090F64 29.92%, #021059 49.71%, #021057 68.11%, #2A0C9E 96.64%);
}
.sec-ab2:before{
    content: '';
    position: absolute;
    width: 46%;
    height: 26%;
    background-image: url(/wp-content/uploads/2025/06/gbsdk-3.png);
    background-size: auto;
    background-repeat: no-repeat;
    bottom: 28%;
    background-size: contain;
}
.sec-ab2:after{
	content: '';
    position: absolute;
    width: 25%;
    height: 13%;
    background-image: url(/wp-content/uploads/2025/06/gbsdk-2.png);
    background-size: auto;
    background-repeat: no-repeat;
    bottom: 52%;
    background-size: contain;
    right: 4%;
}
.box-cnt-item h6{
    background: linear-gradient(90deg, rgba(182, 251, 255, 0.2) 0%, rgba(54, 178, 226, 0.2) 100%);
    border: 1px solid #36B2E2;
    border-radius: 50px;
    font-family: var(--font-pr);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #B6FBFF;
    padding: 10px 40px;
    display: table-caption;
}
.box-cnt-item h3{
	font-family: var(--font-pr);
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	text-align: justify;
	color:var(--color-pr);
	padding-top:24px;
}
.box-cnt-item p{
	font-family: var(--font-pr);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	padding-top:44px;
	color:var(--color-pr);
}
.img-main{
	max-width:446px;
}
.img-main:before{
	background: rgba(217, 217, 217, 0.3);
    border-radius: 127px;
    transform: rotate(-17.32deg);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 20px;
}
.col-left .img-01{
    max-width: 145px;
    margin-bottom: 0!important;
    position: absolute;
    top: 0;
    left: 70%;
	 animation: shake 1.2s infinite ease-in-out;
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}
@keyframes shake-rotate {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
  75% { transform: rotate(-3deg); }
}
.col-left .img2{
	max-width: 273px;
    position: absolute;
    bottom: 0;
    left: 0px;
	animation: shake-rotate 1.2s infinite ease-in-out;
  transform-origin: center center;
}
.col-left .img3{
	max-width:241px;
	position: absolute;
    bottom: 0;
	left: 65%;
	z-index: -1;
	animation: shake-diagonal 1.3s infinite ease-in-out;
	  transform-origin: center;
}
@keyframes shake-diagonal {
  0%   { transform: translate(0, 0) rotate(0deg); }
  20%  { transform: translate(-2px, 2px) rotate(-1.5deg); }
  40%  { transform: translate(2px, -2px) rotate(1.5deg); }
  60%  { transform: translate(-2px, 2px) rotate(-1.5deg); }
  80%  { transform: translate(2px, -2px) rotate(1.5deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}
.title-sec h2{
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color:var(--color-pr);
}
.list-cotloi .col-inner{
	background: linear-gradient(90deg, #622FF7 0%, #1F32BF 100%);
	border-radius: 115px;
	padding:60px 64px 45px;
	border:1px solid transparent;
}
.list-cotloi h3{
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	color:var(--color-pr);
	height:58px;
}
.list-cotloi .is-divider{
	background:url(/wp-content/uploads/2025/06/Line-22.png);
	height: 5px;
    background-position: left;
    background-repeat: no-repeat;
}
.list-cotloi p{
	padding-top:14px;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	color: #FFFFFF;
}
.box-cap-blue{
	background: linear-gradient(90deg, #622FF7 0%, #1F32BF 100%);
	border-radius: 40px;
	padding:85px;
}
.box-cap-blue h2{
	font-size:50px;
}
.text-hesinh h5{
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color:var(--color-pr);
}

.cnt-cap:before{
	background:url(/wp-content/uploads/2025/06/unnamed-file.png);
    content: '';
    width: 52px;
    height: 60px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.cnt-cap:after{
	background:url(/wp-content/uploads/2025/06/unnamed-file.png);
    content: '';
    width: 52px;
    height: 60px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain; 
	bottom:0;
	right:0;
	transform:rotate(180deg)
}
blockquote{
	border-left: 0;
    padding: 40px 60px 0px;
}
.box-count p{
	font-family: 'Inria Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 77px;
	line-height: 92px;
	text-align: center;
	text-transform: uppercase;
	color: #4D4D4D;
	margin-bottom:0;
}
.text-count p{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #676767;
}
.row-five-col .col{
	flex-basis: 20%;
	max-width: 20%;
}
.sec-count h2{
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #4D4D4D;
}
.sec-form h2{
	max-width: 695px;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	margin:0 auto 20px;
}
.sec-form p{
	max-width: 589px;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	margin:0 auto 0px;
}
.wpcf7-form .col{
	padding-bottom:0;
}
.sec-form .wpcf7-form .wpcf7-form-control{
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background: transparent;
    min-height: 41px;
	padding:5px 22px;
	color:#fff;
}
.sec-form .wpcf7-form .wpcf7-form-control option{
	color:#000;
}
.sec-form .wpcf7-form .wpcf7-form-control::placeholder {
	color:#fff;
}
.sec-form .wpcf7-form-control.wpcf7-submit{
	filter: drop-shadow(0px 12px 15px rgba(49, 49, 141, 0.4)); 5911px;
	background: linear-gradient(180deg, #66DAE0 0%, #36B2E2 100%);
	border-radius: 60px;
	min-width: 348px;
    margin: 0 auto;
    display: table;
	margin-top: 45px;
    border: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
/* 	background-image:url('/wp-content/uploads/2025/06/Arrow-1.png'); */
}
.sec-form:before{
    position: absolute;
    top: 30px;
    background-image: url(/wp-content/uploads/2025/06/gbsdk-4-1.png);
    height: 100%;
    width: 20%;
    content: '';
    z-index: 1;
    background-size: auto;
    background-repeat: no-repeat;
}
.col-right-act{
	background: linear-gradient(143.36deg, #39B0F3 4.42%, rgba(3, 16, 88, 0.56) 94.24%);
	border: 3px solid #133261;
	border-radius: 36px;
	
}
.col-left-act{
	margin-right:-100px;
	z-index:1;
}
.col-right-act .col-inner{
	padding:60px 10px 0 93px;
}
.infor-user p{
	font-family:var(--font-pr);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    color: #FFFFFF;
	max-width: 385px; 
	width:100%;
	margin-bottom:54px;
}
.infor-user h5{
	font-family:var(--font-pr);
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	text-align: right;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom:85px;
}
.infor-name p:nth-child(2){
    font-family: var(--font-pr);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
	position: relative;
}
.infor-name p:nth-child(2):before{
	position: absolute;
    content: '';
    width: 5px;
    left: -20px;
    bottom: -24px;
    height: 100%;
    background: url(/wp-content/uploads/2025/06/Line-49.png);
}
.infor-name{
    padding-left: 20px;
    margin-left: 20px !important;	
}
.box-giaiphap{
	background: linear-gradient(206.78deg, #5430C8 20.67%, rgba(3, 16, 88, 0) 78.89%);
	border-radius: 120px 120px 36px 36px;
	padding:90px 90px 0;
}
.box-giaiphap h2{
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF;
}
.item-giaiphap{
    background: url(/wp-content/uploads/2025/06/Vector-7.png);
	background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
	border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.row-list-gp{
	margin-left:auto!important;
	margin-right:auto!important;
}
.row-list-gp .col-inner{
    background: url(/wp-content/uploads/2025/06/Vector-4.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    left: 0;
    padding-left: 14px;
    padding-top: 17px;
	border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.item-giaiphap h3{
	font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #4D4D4D;
    padding-top: 32px;
    padding-left: 32px;
    padding-bottom: 42px;
    max-width: 207px;
    text-align: left;
    min-height: 126px;
}
.box-icon-gp{
	padding-left: 32px;
    padding-bottom: 39px;
    padding-top: 14px;
    padding-right: 40px;
}
.box-icon-gp p{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #4D4D4D;
}
.icon-readmore {
    position: absolute;
    max-width: 76px;
    right: 0;
	top:11px;
}
.btn-custom {
    background: linear-gradient(180deg, #36B2E2 0%, #31318D 100%);
    border-radius: 60px;
    border: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    max-width: 243px;
    width: 100%;
	padding: 0;
}
.row-list-gp .col .btn-custom{
	margin: 0 auto !important;
}
.btn-custom:after{
	content:'';
	width:50px;
	height:30px;
	background:url('/wp-content/uploads/2025/06/Arrow-1.png');
	display:inline-block;
	background-position:center;
	background-repeat:no-repeat;
}
footer .ux-logo-link{
	padding-left:0!important;
}
footer .name-cpn h3{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFBFB;
}
footer .text a{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-decoration-line: underline;
	color: #FFFBFB;
}
footer .text h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	text-transform: uppercase;
	color: #FFFBFB;
}
footer .ux-menu-link__link{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFBFB;
}
.title-form p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFBFB;
}
footer .wpcf7-form-control{
	border: 1px solid #FFFBFB;
	background:transparent;
	height: 32px;
	padding:5px 24px;
	color:#fff!important;
	margin-bottom:10px;
	margin-top:10px;
}
footer .wpcf7-form-control::placeholder {
	color:#fff;
}
footer .wpcf7-form-control.wpcf7-submit{
	height: 32px;
	background: #D9D9D9;
	width: 100%;
    height: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000!important;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    background-color: transparent;
}
.wpcf7-spinner{
	display:none;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
    padding-left: 0;
    padding-right: 0;
    border: 0;
    color: #fb3939;
    padding-top: 0;
    margin: 10px 0;
    font-weight: 700;
	text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip{
	background:transparent;
	text-align:left;
	padding-left: 0;
}
.wpcf7 .wpcf7-not-valid-tip:after{
	display:none;
}
.absolute-footer .container{
	max-width:1378px;
}
.content-footer-copy{
	display: flex;
    justify-content: space-between;
    width: 100%;
}
.content-footer-copy a{
	color:#D9D9D9;
}
.cnt-right{
	color:#FFFBFB;
}
.absolute-footer{
padding: 15px 0 15px;
}

/* page giải pháp */

.sec-gp .text-title-sec h3{
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 59px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}
.sec-gp .text-title-sec h2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-size: 70px;
	line-height: 82px;
	text-align: center;
	color: #FFFFFF;
}
.sec-gp .divider{
	background:url('/wp-content/uploads/2025/06/Line-44.png');
	background-size:cover;
	background-repeat:no-repeat;
}
.text-dec{
	max-width: 436px;
	width:100%;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	margin:0 auto;
}
.sec-bogp .title-sec h3{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #4D4D4D;
}
.sec-bogp .title-sec h3 span{
	color:#36B2E2;
}
.list-box-master .col .col-inner{
	background: #EFF1FE;
	border-radius: 33px;
	padding:41px 21px 41px 58px;
}
.list-box-master .col .col-inner h2{
	font-family: "Rhodium Libre", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	color: #4D4D4D;
	margin-bottom:55px;
	min-height:84px;
}
.list-box-master .col .col-inner p{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #676767;
}
.list-box-master .col .col-inner p:before{
    content: '';
    display: inline-block;
    background: url(/wp-content/uploads/2025/06/Line-51.png);
    width: 24px;
    height: 7px;
	margin-right:4px;
}
.list-box-master .col:nth-child(2) .col-inner{
	background:#F9F8FD;
}
.title-sec-two h2{
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	color: #4D4D4D;
}
.sec-bottom h2{
	font-style: normal;
	font-weight: 800;
	font-size: 60px;
	line-height: 70px;
	color: #4D4D4D;
	margin-bottom: 0;
}
.sec-bottom h3{
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #4D4D4D;
}
.sec-bottom .icon-box{
	display:flex!important;
/* 	margin-bottom:64px; */
   padding:30px 40px;
}
.sec-bottom .icon-box .icon-box-img .icon{
	border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px #f1f1f1;
	width:94px!important;
}
.sec-bottom .icon-box .icon-inner{
	height:94px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-bottom .icon-box h3{
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0.1em;
	color: #4D4D4D;
}
.sec-bottom .icon-box p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #4D4D4D;
}
.sec-bottom .icon-box .icon-box-img .icon img{
	max-width:45px;
}
/* .slick-active:nth-child(2){
	background: #FFFFFF;
	box-shadow: 0px 20px 36px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	padding:50px 40px;
} */
.sec-bottom .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0 !important;
    background: rgba(217, 217, 217, 0.5);
    border-radius: 5px;
    width: auto !important;
    margin-bottom: 0;
}
.sec-bottom .slick-dots li{
    list-style: none;
    margin: 0 !important;
    width: 8px;
    display: block;
    height: 40px;
}
.sec-bottom .slick-dots li button{
	margin: 0;
    padding: 0;
    color: transparent;
	height:40px;
}
.slick-dots .slick-active button{
	background: #D9D9D9;
	border-radius: 5px;
}
.slide-vertical .slick-current{
	background: #FFFFFF;
	border-radius: 30px;
}
.slide-vertical .icon-box:hover{
	background: #FFFFFF;
	border-radius: 30px;
}
/* Css page child */
.sec-top h2{
	font-style: normal;
    font-weight: 700;
    font-size: 66px;
    line-height: 62px;
    background: linear-gradient(180deg, #31318D 0%, #36B2E2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sec-top h4{
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	color: #676767;
}
.text-decs p{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	color: #4D4D4D;
}
.btn-cus{
    border-radius: 60px;
    border: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    max-width: 348px;
    width: 100%;
    padding: 0;
	background: linear-gradient(180deg, #66DAE0 0%, #36B2E2 100%);
	border-radius: 60px;
}
.btn-cus:after {
    content: '';
    width: 50px;
    height: 30px;
    background: url(/wp-content/uploads/2025/06/Arrow-1.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-two h2{
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	color: #4D4D4D;
}
.sec-two .box .box-text h4{
	font-family: 'Rockwell';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    color: #36B2E2;
    margin-bottom: 25px;
}
.sec-two .box .box-text p{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	color: #676767;
}
.sec-three h2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 31px;
	line-height: 41px;
/* 	text-transform: capitalize; */
	color: #4D4D4D;
}
.list-box-mienphi .slick-slide .box-image img{
	opacity:0;
	visibility:hidden;
}
.list-box-mienphi  .slick-current.slick-active .box-image img{
	opacity:1;
	visibility:visible;
}
.list-box-mienphi  .slick-active{
	transform:scale(0.95);
}
.list-box-mienphi  .slick-current.slick-active{
	transform:scale(1.1);
}
.list-box-mienphi  .slick-current.slick-active .box-text{
	max-width: 192px;
    left: calc(50% - 96px);
	box-shadow: none;
    border: 0;
	padding-left: 10px;
    padding-right: 10px;
}
.list-box-mienphi .box-text {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 0;
}
.list-box-mienphi .slick-current.slick-active .box-text .icon-box-text{
	background: #F5F5F5;
	border-radius: 15px;
	padding: 11px;
}
.list-box-mienphi  .icon-box-text {
    text-shadow: none;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #676767;
    padding: 15px 25px;
}
.list-box-mienphi  .icon-box-text p{
	color: #676767;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0;
}
.list-box-mienphi .slick-current.slick-active .icon-box-img .icon{
    border-radius: 15px;
    overflow: hidden;
}
.list-box-mienphi .col-right p{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #676767;
}
.list-box-mienphi .box .icon-box{
	background:#fff;
	border-radius:30px;
}
.sec-three .col-right{
	flex-basis: 36%;
	max-width: 36%;
}
.sec-three .col-left{
	flex-basis: 64%;
	max-width: 64%;
}
.sec-three .col-right .icon-box{
    margin-bottom: 12px;
    align-items: center;
}
.sec-four .col-inner h2{
	max-width: 503px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #4D4D4D;
}
.sec-four .col-inner h2:after{
    content: '';
    width: calc(100% - 500px);
    height: 30px;
    background: url(/wp-content/uploads/2025/06/Line-56.png);
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}
.sec-four .icon-box{
	background: #F4F4F6;
	border-radius: 44px;
	padding:51px 41px 60px 36px;
	position: relative;
}
.sec-four .icon-box .icon-box-img{
	position: absolute;
    right: 28px;
    bottom: 18px;
    margin-bottom: 0;
}
.sec-four .icon-box h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom:49px;
	min-height:50px;
	
}
.sec-four .list-has-icon .icon-box h3{
	letter-spacing: 0.2em;
}
.sec-four .icon-box p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    min-height: 150px;
	color:#000;
}
.sec-four .icon-box:nth-child(2n){
	background:#24282A;
}
.sec-four .icon-box:nth-child(2n) h3{
	color:#fff;
}
.sec-four .icon-box:nth-child(2n) p{
	color:#fff;
}
.sec-four .icon-box:nth-child(2n) svg{
	filter: invert(93%) sepia(100%) saturate(27%) hue-rotate(20deg) brightness(105%) contrast(107%);
}
.slide3 .slick-dots,.slide4 .slick-dots{
	text-align:right;
}
.slide3 .slick-dots li,.slide4 .slick-dots li{
	width: 28px;
	height: 4px;
	background: rgba(68, 68, 68, 0.5);
	margin-left: 5px;
}
.slide3 .slick-dots li.slick-active,.slide4 .slick-dots li.slick-active{
	width: 58px;
	background: #444444;
}
.slide3 .slick-dots li button,.slide4 .slick-dots li button{
	display:none;
}
.sec-top-one.sec-top h2{
	color:#fff;
	-webkit-text-fill-color: inherit;
	    font-size: 62px;
}
.sec-top-one.sec-top h4{
	color:#fff;	
}
.sec-top-one.text-decs p{
	color:#fff;	
}
.sec-four .list-mast-ai  .icon-box h3{
	height:48px;	
}
.sec-four .list-mast-ai .icon-box{
	padding-bottom:60px;
}
.sec-four .list-mast-ai .icon-box p{
	height:175px;
}
video {
    max-width: 100%;
	width: 100%;
}
.sec-two-chanel h3{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #676767;
}

.sec-top-new h2{
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 66px;
	color: #4D4D4D;
}
.sec-top-new p{
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	color: #4D4D4D;
}
.row-wellcome{
	padding-left:50px;
	padding-right:50px;
	position: relative;
}
.row-wellcome:before{
    content: '';
    width: 100%;
    height: 65%;
    top: 50%;
	transform:translatey(-50%);
    left: 0;
    background: #EFF3F4;
    z-index: -1;
    position: absolute;
    border-radius: 50px;
}
/* Page tin tức */


@media(min-width:767px){
	.list-post-hot{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	gap: 20px;
	list-style: none;
	padding: 0;
	height: 426px; 
}
.list-post-hot .col{ 
	display: flex;
	flex-direction: column;
	flex-basis:100%;
	max-width: 100%;
	overflow: hidden
}
.list-post-hot .col:nth-child(1) {
	grid-column: 1;
	grid-row: span 6;
}
.list-post-hot .col:nth-child(2) {
 	grid-column: 2;
    grid-row: span 3;
	min-height:200px;
}
.list-post-hot .col:nth-child(3) {
   grid-column: 2;
   grid-row: span 3;
	min-height:200px;
}
.list-post-hot .col:nth-child(4) {
	grid-column: 3;
	grid-row: 1 / span 2;
}
.list-post-hot .col:nth-child(5) {
 	grid-column: 3;
    grid-row: 3 / span 2;
}
.list-post-hot .col:nth-child(6) {
	grid-column: 3;
	grid-row: 5 / span 2;
}
.list-post-hot .col:not(:nth-child(1)) .box{
	display:flex;
}
.list-post-hot .col:nth-child(2) .box .box-image,
.list-post-hot .col:nth-child(3) .box .box-image{ 
	width: 200px;
    height: 200px;
}
.list-post-hot .col:nth-child(n+ 4) .box .box-image{ 
	width: 130px;
}
.list-post-hot .col:nth-child(n+ 4) .box .box-image .image-cover{ 
	padding-top:130px!important;
}
.list-post-hot .col:nth-child(2) .box .box-text,
.list-post-hot .col:nth-child(3) .box .box-text{ 
    width: calc(100% - 200px);
    padding-top: 0;
    padding-left: 15px;
}
.list-post-hot .col:nth-child(n+ 4) .box .box-text{ 
	width: calc(100% - 130px);
	padding:0;
	padding-left: 15px;
}
.list-post-hot .col:nth-child(n+ 4) .from_the_blog_excerpt{ 
	display:none;
}
.list-post .is-divider{ 
	display:none;
}
.list-post-hot .col:nth-child(1) .post-title{ 
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 25px;
	line-height: 29px;
	color: #676767;
	margin-bottom: 15px;
}
.list-post .col .from_the_blog_excerpt{ 
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	color: #676767;
}
.list-post-hot .col:nth-child(n+ 4) .box-text-inner{ 
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
}
.list-post .col .post-meta:before{ 
    display: inline-block;
    background: url(/wp-content/uploads/2025/06/calendar-3.svg);
    width: 24px;
    height: 24px;
    content: '';
    margin-right: 5px;
}
.list-post .col .post-meta{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #676767;
}
.list-post .col .box-text-inner{ 
    display: flex;
    flex-wrap: wrap;
}
.list-post .col .post-title{ 
	order:1;
}
.list-post .col .from_the_blog_excerpt { 
	order:2;
	padding-bottom:20px;
}
.list-post .col .post-meta{ 
	order:3;
}
.section-title-normal span{ 
	border-color:#000;
}
.list-post-new .col .post-title{ 
	font-style: normal;
	font-weight: 900;
	font-size: 25px;
	line-height: 29px;
	color: #676767;
	margin-bottom:15px;
}
.list-post-noibat .col-inner{ 
	display:flex;
}
.list-post-noibat .col-inner .post-number{ 
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 50px;
	color: #C2C2C2;
	margin-right:90px;
}
.list-post-noibat .col-inner a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 21px;
	color: #676767;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.list-post-noibat .col{
	padding-left:0;
	padding-right:0;
}
.list-post-noibat .col-inner .post-title{ 
	padding-bottom:30px;
}
.list-buttont{
	padding-top: 20px;
	margin-bottom: 50px;
}
.list-buttont ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	gap: 20px;
	flex-wrap:wrap;
}
.list-buttont ul li a{
    background-color: #D9D9D9;
    padding: 12px 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-left: 20px;
    background-position: calc(100% - 15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 
.list-buttont ul li a:hover{
	background: #7FC8D0;
	color:#fff;
}
.list-buttont ul li a:hover img{
	filter: invert(97%) sepia(6%) saturate(46%) hue-rotate(250deg) brightness(118%) contrast(100%);
}
.box-share h3{
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 16px;
}
.box-share ul{
	list-style:none;
	display:flex;
	gap:15px;
	flex-wrap:wrap;
}
.box-share ul li{
	margin-bottom:0;
}
.box-share ul li a{
	padding: 5px 12px;
	background: #444444;
	font-weight: 700;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.cnt-box-related ul li{
	list-style:none;
	padding-left:0;
}
.cnt-box-related h4{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #36B2E2;
}
.cnt-box-related ul li a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 37px;
	color: #676767;
	display:block;
}
.cnt-box-related ul li a:hover{
	background: #F2F2F2;
}
.single .entry-title{
	font-weight: 400;
	font-size: 33px;
	line-height: 39px;
	color: #000000;
	text-transform: initial;
}
.single .entry-header .is-divider{
	max-width: 130px;
    height: 8px;
    background: #D9D9D9;
}
.single .byline{
	display:none;
}
.widget .cat-item a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 37px;
	color: #676767;
}
.widget .cat-item a:hover{
	color: #36B2E2;
}
.widget-title span{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #36B2E2;
}
/* css Page có background  */
.page-id-432 #main,
.page-id-515 #main,
.page-id-542 #main,
.page-id-582 #main
{ 
	background: linear-gradient(280.54deg, #300BA8 1.85%, #090F64 29.92%, #021059 49.71%, #021057 68.11%, #2A0C9E 96.64%);
}
.sec-sms-top h2{
	font-style: normal;
	font-weight: 700;
	font-size: 66px;
	line-height: 60px;
	background: linear-gradient(180deg, #FFFFFF 0%, #36B2E2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.sec-sms-top h4{
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	text-align: justify;
	color: #FFFFFF;
}
.sec-sms-top p{
	text-align:justify;
}
.box-text-title h3{
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 42px;
	color: #FFFFFF;
}
.sec-sms .box-text-title p{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	text-align: justify;
	color: #FFFFFF;
}
.row-list-brand{
	background: linear-gradient(90deg, #622FF7 0%, #1F32BF 100%);
    border-radius: 40px;
}
.row-list-brand .col{
	padding-bottom:0;
}
.row-list-brand .brand-left{
	padding-left:40px;
}
.row-list-brand .icon-box-text h4{
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
}
.brand-right .col-inner{ 
	height:100%;
}
.brand-right{ 
	padding-right:0!important;
}
.img-hand-ab{
	position:absolute;
	bottom:0;
}
.brand-left .row .col{
	padding-top:35px;
	padding-bottom:35px;
}
.row-sms-list .icon-box{ 
	padding:35px 25px 20px 30px; 
	border-radius: 33px;
	min-height:286px;
}
.row-sms-list .col:nth-child(2) .icon-box{ 
	background: linear-gradient(180deg, rgba(157, 127, 230, 0.8) 0%, rgba(54, 178, 226, 0.8) 100%);
}
.row-sms-list .col:nth-child(3) .icon-box{ 
	background: linear-gradient(180deg, rgba(124, 218, 227, 0.8) 0%, rgba(38, 115, 223, 0.8) 100%);
}
.row-sms-list .col:nth-child(4) .icon-box{ 
	background: linear-gradient(180deg, rgba(96, 46, 245, 0.8) 0%, rgba(120, 104, 202, 0.8) 100%);
}
.row-sms-list .col:nth-child(5) .icon-box{ 
	background: linear-gradient(180deg, rgba(157, 127, 230, 0.8) 0%, rgba(54, 178, 226, 0.8) 100%);
}
.row-sms-list .icon-box .icon-box-img{ 
	float:right;
}
.row-sms-list .icon-box h3{
	font-family: 'Rockwell';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	color: #FFFFFF;
	height:70px;
	margin-bottom:35px;
}
.row-sms-list .icon-box p{ 
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	min-height:90px;
	text-align:justify;
}
.sec-sms-three .icon-box{
	background: linear-gradient(180deg, rgba(96, 46, 245, 0.73) 0%, rgba(120, 104, 202, 0) 100%);
	border-radius: 33px;
	padding:20px 20px 20px 50px;
	margin-bottom:20px;
	border-bottom: 0 !important;
	min-height:132px;
}
.sec-sms-three .icon-box h4{
	font-style: normal;
	font-weight: 400;
	font-size: 23px;
	line-height: 30px;
/* 	text-transform: uppercase; */
	color: #FFFFFF;
		position:relative;
}
.sec-sms-three .icon-box h4:before{ 
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #B6FBFF;
    position: absolute;
    right: 100%;
    top: 8px;
    margin-right: 10px;
}
.sec-sms-three .icon-box p{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;
}
.sec-sms-three .slick-dots {
    position: absolute;
    right: -30px;
    bottom: 0 !important;
    background: rgba(217, 217, 217, 0.5);
    border-radius: 5px;
    width: auto !important;
    margin-bottom: 0;
    bottom: inherit;
}
.sec-sms-three .slick-dots li{
    list-style: none;
    margin: 0 !important;
    width: 8px;
    display: block;
    height: 78px;
}
.sec-sms-three .slick-dots li button{
	margin: 0;
    padding: 0;
    color: transparent;
	height:78px;
}
.row-step-step{
	background:url('/wp-content/uploads/2025/06/bgr.png');
	padding-top:34px;
	padding-bottom:30px;
	background-size:cover;
	background-position:bottom center;
	background-repeat:no-repeat;
	border-radius:34px;
	padding-left:50px;
	padding-right:50px;
}
.row-step-step .col{
	flex-basis: 20%;
	max-width: 20%;
}
.row-step-step .number{
	width:100px;
	height:100px;
	background: linear-gradient(180deg, #79DBE3 0%, #3C9DF2 100%);
	border-radius:100%;
	font-family: 'Rockwell';
	font-weight: 400;
	font-size: 55px;
	line-height: 65px;
	color: #FFFFFF;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:22px;
}
.row-step-step h4{
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	padding-bottom:12px;
	min-height:70px;
}
.row-step-step p{
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
}
.img-step{
    position: absolute;
    left: 70%;
    top: 0;
    max-width: 220px;
}
.sec-zalo-zns h3{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #FFFFFF;
}
.sec-step-zalo{ 
	background: linear-gradient(90deg, #622FF7 0%, #1F32BF 100%);
}
.sec-step-zalo .row-step-step{ 
	background:transparent;
}
.sec-step-zalo .row-step-step .col {
	flex-basis: 16.6666666667%;
	max-width: 16.6666666667%;
}
.sec-step-zalo .img-step{ 
	max-width:180px;
}
.row-sms-iconcheck .icon-box p{ 
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.row-sms-iconcheck .icon-box h3{ 
	margin-bottom:0;
}
.page-id-600 #main, 
.page-id-634 #main,
.page-id-651 #main{
	background: linear-gradient(90deg, #622FF7 0%, #1F32BF 100%);
}
.sec-ai-top h2{
    background: transparent;
    color: #fff;
    -webkit-text-fill-color: inherit;
}
.sec-ai-two{
	z-index:5;
}
.sec-ai-three .bg{
    height: 130%;
    top: -30%;
}
.sec-ai-three .icon-box{
	background: linear-gradient(180deg, rgba(69, 27, 197, 0.73) 0%, rgba(120, 104, 202, 0) 100%);
}
.sec-ai-two .row-sms-list .icon-box {
    min-height: 400px;
}
.sec-voice-two .row-sms-list .icon-box {
    min-height: 430px;
}
.sec-sms-top .count-box p{ 
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	text-transform: lowercase;
	color: #FFFFFF;
}
.row-item-fun .col{ 
	padding-bottom:0;
}
.row-item-fun{ 
	padding:42px 45px;
	background: #F2F8FE;
	border-radius: 33px;
	margin-bottom:24px;
}
.item-row-two{
	background:#E5EEE2;
}
.item-row-three{
	background:#FFF2F2;
}
.row-item-fun h3{
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #676767;
}
.row-item-fun p{ 
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #676767;
}
.sec-software .row-sms-list .icon-box{
	min-height:395px;
}
.sec-item-nobgr .row-sms-list .icon-box{
	    background: #FFFFFF !important;
	box-shadow: 0px 10px 60px rgba(84, 86, 165, 0.2);
}
.sec-item-nobgr .row-sms-list .icon-box h3,
.sec-item-nobgr .row-sms-list .icon-box p{
	color: #676767;
}
.sec-voice-two .row-sms-list .list-box-zaloMin .icon-box{
	min-height:320px;
}
.box-slide-bluelink{
	background: linear-gradient(180deg, #9D7FE6 0%, rgba(54, 178, 226, 0.14) 100%);
	border-radius: 33px;
	padding:57px;
}
.slide-vertical-sms.slick-slider {
    margin-bottom: 0;
}
.sec-sms-three .slide-pango  .icon-box p{
	min-height: 74px;
}
/* Page contact */
.section-banner h3{
	font-family: 'Roboto Slab';
	font-weight: 400;
	font-size: 36px;
	line-height: 47px;
	text-transform: uppercase;
	color: #FFFBFB;
}
.section-banner  h1{
	font-weight: 400;
	font-size: 55px;
	line-height: 64px;
	text-transform: uppercase;
	color: #FFFBFB;
}

.sec-contact .wpcf7-form-control{
    border: 0;
    border-bottom: 1px solid #B7B7B7;
    box-shadow: none;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #676767;
}
.sec-contact .wpcf7-form-control.wpcf7-submit{
	background-color: #3163AF;
    margin-left: auto;
    margin-right: 0;
    display: table;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.5em;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 40px;
    background-image: url(/wp-content/uploads/2025/06/Mask-group-4-1.svg);
    background-position: 70px center;
    background-repeat: no-repeat;
	margin-top:40px;
}
.col-contact-left>.col-inner{
	padding-right:30px;
	margin-right:30px;
}
.col-contact-left>.col-inner:after{
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2025/06/Line-53.svg);
    height: 100%;
    width: 10px;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec-contact h2{
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 53px;
	color: #66CDF1;
}
.sec-contact .icon-box{
	align-items:center;
	margin-bottom: 12px;
}
.sec-contact .icon-box a{
	text-decoration:underline;
}
.sec-contact{
    margin-top: -100px;
    z-index: 4;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background: #fff;
}
.sec-case .button-cus{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
	margin:0;
}
.sec-case .button-cus:after{
	content: '';
    display: inline-block;
    background: url(/wp-content/uploads/2025/06/Line-24.svg);
    width: 28px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.sec-case .col .col-inner .box .box-text{
	padding-left:20px;
	padding-right:20px;
}
.sec-case .col .col-inner .box:hover .box-text{
background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
border-radius: 60px;
}
.sec-two .box .box-text{
	padding-left:15px;
	padding-right:15px;
}
.sec-two .box:hover .box-text{
	background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
	border-radius: 30px;
}
.sec-case .col .col-inner .box:hover .box-text .button-cus{
	color:#36B2E2;
}
.sec-case .col .col-inner .box:hover .box-text .button-cus:after{
	filter: invert(73%) sepia(67%) saturate(3107%) hue-rotate(164deg) brightness(94%) contrast(88%);
}
/* Câu chuyện khách hàng */
.sec-partner .team-box-cus{
	position:relative;
	display:flex!important;
	margin-left:22px;
	margin-right:22px;
}
.team-box-cus .testimonial-image{
	max-width: 359px;
    width: 100% !important;
    align-items: flex-end;
    display: flex;
}
.team-box-cus .testimonial-image:before{
	width: 231px;
    height: 294px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
    content: '';
    border-radius: 36px !important;
    display: inline-block;
}
.team-box-cus .testimonial-image img{
	max-width: 184px;
    border-radius: 0 !important;
    position: absolute;
    right: 0px;
}
.team-box-cus .testimonial-meta{
	position: absolute;
    left: 31px;
    top: 21px;
}
.team-box-cus .testimonial-meta .test_name{
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #36B2E2;
}
.team-box-cus .testimonial-meta .test_name span{
	font-size: 33px;
	line-height: 39px;
	display: block;
}
.team-box-cus .testimonial-text>p{
	text-align:justify;
}
.star-rating{
	position:absolute;
	left: 31px;
	bottom:25px;
}
.cnt-job{
	position:absolute;
	left: 31px;
	bottom:59px;
	max-width:142px;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #4D4D4D;
}
.sec-partner h2{
	font-weight: 800;
	font-size: 50px;
	line-height: 59px;
	text-align: center;
	color: #36B2E2;
	margin-bottom: 0;
}
.sec-partner h4{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #4D4D4D;
}
.slide2 .slick-dots{
	text-align:right;
}
.slide2 .slick-dots li{
	width: 28px;
	height: 4px;
	background: rgba(68, 68, 68, 0.5);
	margin-left: 5px;
}
.slide2 .slick-dots li.slick-active{
	width: 58px;
	background: #444444;
}
.slide2 .slick-dots li button{
	display:none;
}
.slide2 .slick-list{
	padding-top:10px;
	padding-bottom:10px;
}

/* css home  */
canvas{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
	opacity:0.5;
	
}
.section-ft-bt .section-content{
	padding:80px 0 58px;
}
footer canvas {
  height: 600px!important;
}

.sec-home-two .box-icon-gphap{
	align-items:center;
}
.sec-home-two .box-icon-gphap .icon-box-text>p{
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
}
.sec-home-two .box-icon-gphap h3{
	font-weight: 700;
	font-size: 27px;
	line-height: 32px;
	text-transform: uppercase;
	color: #36B2E2!important;
}
.box-text-gp-blue h2{
	font-weight: 800;
	font-size: 52px;
	line-height: 70px;
	color: #FFFFFF;
	margin-bottom: 0;
}
.box-text-gp-blue h3{
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.sec-home-four h4{
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
}
.sec-home-four h4 span{
	color:#36B2E2;
	font-weight:700;
}
.sec-home-four .wpcf7-form-control{
	background: linear-gradient(143.36deg, #39B0F3 4.42%, rgba(3, 16, 88, 0.56) 94.24%);
	border: 3px solid #133261;
	border-radius: 36px;
	text-align:center;
	height:44px;
	color: #fff;
}
.sec-home-four .wpcf7-form-control option{
	color:#000!important;
}
.sec-home-four .wpcf7-form-control.wpcf7-textarea{
	min-height:44px;
}
.sec-home-four form input::placeholder,
.sec-home-four form textarea::placeholder{
	color: #fff; 
	font-size: 14px;
}
.sec-home-four .wpcf7-form-control.wpcf7-submit{
	width: 100%;
    margin: 0;
    background: linear-gradient(180deg, #E19C29 0%, #EB732B 100%);
    border-radius: 60px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.sec-home-four .wpcf7-form-control.wpcf7-submit:before{
	content:'';
	width:20px;
	background:url('/wp-content/uploads/2025/06/Arrow-1.svg');
	width:38px;
	display:inline-block;
}
.sec-home-partner h3{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #4D4D4D;
	margin-bottom:0;
}
.sec-home-partner h2{
	font-weight: 800;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: #36B2E2;
}

.sec-home-new h2{
	font-weight: 800;
	font-size: 50px;
	line-height: 59px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}
.button-new{
	background: #36B2E2;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
    line-height: 40px;
	display:inline-flex;
	align-items:center;
}
.button-new:after
 {
    content: '';
    width: 50px;
    height: 30px;
    background: url(/wp-content/uploads/2025/06/Arrow-1.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-home-new .post-item .col-inner .box{
	background: linear-gradient(143.36deg, #021156 4.42%, #14249E 94.24%);
	border: 3px solid #133261;
	border-radius: 36px;
	padding:36px 42px;
}
.sec-home-new .post-item .box-text {
	padding:0;
}
.sec-home-new .post-item .post-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;
	 display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 70px;
}
.sec-home-new .post-item .post-title:hover a{
	color:#36B2E2;
}
.sec-home-new .post-item .is-divider{
	background:url('/wp-content/uploads/2025/06/Line-32.png');
	max-width:100%;
	height:5px;
	background-size:cover;
	background-repeat:no-repeat;
	margin-top:19px;
	margin-bottom:30px;
}
.sec-home-new .post-item .badge.post-date{
	left:initial;
	right:-33px;
	width:65px;
	
}
.sec-home-new .post-item  .badge-inner{
	background: #36B2E2;
	border-radius: 10px;
	border:0;
	padding:8px 9px 15px;
}
.sec-home-new .post-item .post-date-day{
	font-family: 'Inria Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFBFB;
}
.sec-home-new .post-item .post-date-month{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFBFB;
}
.sec-home-new .post-item .from_the_blog_excerpt {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	color: #FFFFFF;
}
.sec-home-new .post-item .button{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #B6FBFF;
	margin-top:30px;
}

.sec-home-new .post-item .button:after {
    content: '';
    width: 28px;
    height: 10px;
    background: url(/wp-content/uploads/2025/06/Line-27.svg);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-home-new .ux-relay__control.ux-relay__control--bottom{
	position: absolute;
    width: auto;
    right: calc(100% + 30px);
    bottom: 0;
    padding-bottom: 30px;
}
.sec-home-new  .page-numbers li{
	margin:0;
	margin-top:15px;
}
.sec-home-new  .page-numbers li{
	color:#fff;
}
.sec-home-new  .nav-pagination>li>span {
	background:transparent;
	border-color:#fff;
	color:#fff;
	margin-bottom:70px;
	position: relative;
}
.sec-home-new  .nav-pagination>li>span.curren{
	margin-bottom:70px;
}
.sec-home-new  .page-numbers li span.current:before{
	background: url(/wp-content/uploads/2025/06/Line-38.svg);
    content: '';
    width: 10px;
    height: 70px;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
    margin-left: 0;
    margin-top: 5px;
}
.prev.page-number,.next.page-number{
	display:none;
}
.home .sec-form {
	display:none;
}
.sec-slide h1{
	font-weight: 800;
	font-size: 45px;
	line-height: 48px;
	text-transform: uppercase;
	color: #4D4D4D;
	margin-bottom:0;
}
.sec-slide h3{
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	text-align: justify;
	color: #4D4D4D;
}
.sec-slide p{
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
	color: #4D4D4D;
}
.sec-slide .btn-tuvan-home{
	background: linear-gradient(180deg, #36B2E2 0%, #31318D 100%);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
	align-items:center;
	display:inline-flex;
	margin:0;
}
.sec-slide .btn-tuvan-home span:after{
	content: '';
    width: 50px;
    height: 20px;
    background: url(/wp-content/uploads/2025/06/Arrow-1.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-slide .btn-tuvan-home:hover{
	background: linear-gradient(180deg, #14B5F3 0%, #35E4D0 100%);
	border-radius: 60px;
}

.sec-cauchuyen{
	background: linear-gradient(276.14deg, #365EE2 1.13%, #132082 29.79%, #272787 50%, #1D278C 68.8%, #3448B8 97.93%);
}
.sec-cauchuyen h2{
	font-weight: 800;
	font-size: 42px;
	line-height: 59px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}
.sec-cauchuyen h4{
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-align: justify;
	color: #FFFFFF;
}
.sec-cauchuyen .box{
	background: #F3F3F3;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
	border-radius: 64px;
	padding:25px 35px 50px;
}
.sec-cauchuyen .box p{
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #4D4D4D;
}
.sec-cauchuyen .list-kh-home .col .col-inner{
	min-width:261px;
}
.sec-cauchuyen .list-kh-home .col:first-child .box-text{
	padding-right:40px;
}
.sec-cauchuyen .list-kh-home .col:nth-child(2){
	margin-left:-25px;
}
.sec-cauchuyen .list-kh-home .col:nth-child(3){
	margin-left:-15px;
	margin-top:-100px;
}
.sec-cauchuyen .list-kh-home .col:nth-child(4){
	margin-left:-30px;
}
.sec-cauchuyen .button.primary{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.sec-cauchuyen .button.primary:after{
	background:url('/wp-content/uploads/2025/06/Arrow-1.png');
	content: '';
    width: 28px;
    height: 18px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
	background-size:contain;
}
.sec-slide .flickity-page-dots{
    left: 50%;
    right: 0;
    max-width: 1350px;
    transform: translateX(-50%);
    text-align: right;
    width: 100%;
}
.sec-slide .flickity-page-dots .dot{
	background: rgba(77, 77, 77, 0.36);
	border-radius: 5px;
	width:40px;
	height: 7px;
	border:0;
}
.sec-slide .flickity-page-dots .dot.is-selected{
	width: 84px;
	background: #4D4D4D;
	border-radius: 5px;
}
/* Section câu chuyện  */
.list-blog-kh .col.post-item .box-image .image-cover{
	padding-top: 600px !important;
    border-radius: 20px
}
.list-blog-kh .col .box-image img{
	min-height:600px;
	border-radius: 20px;
	object-fit:cover;
}
.col.post-item.active{
	flex-basis: 50%;
	max-width: 50%;
}
.list-blog-kh .col.post-item:first-child .post-date{
	display:none;
}
.list-blog-kh .post-date .badge-inner{
	background: #36B2E2;
	border-radius: 10px;
	border:0;
	padding:7px 21px 15px;
}
.list-blog-kh .post-date .post-date-day{
	font-family: 'Inria Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFBFB;
}
.list-blog-kh .post-date .post-date-month{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFBFB;
}
.list-blog-kh .badge.post-date{
	top:initial;
	bottom:12%;
	margin-left: -10px;
}
.col-left-kp .col-inner{
	height:100%;
}
.col-left-kp .col-inner .box-content-khampha{
	position: absolute;
    bottom: 15%;
	z-index: 1;
}
.col-left-kp .col-inner .box-content-khampha .icon-box-text{
	display: flex;
    margin-right: -80px;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
	
}
.col-left-kp .col-inner .box-content-khampha .icon-box-text p{
	padding:15px 20px;
	margin-bottom:0;
}
.sec-top-slide{
 background: linear-gradient(180deg, #FFFFFF 21.15%, #EDEDED 100%);
}
.col-left-kp .col-inner .box-content-khampha a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFBFB;
    background: #36B2E2;
    border-radius: 10px;
    margin: 0;
    display: flex;
    align-items: center;
}
.list-blog-kh .gallery-col.col.active{
	flex-basis: 50%;
    max-width: 50%;
}
.list-tuyendung .col-inner{
	background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 44px;
	padding:30px;
}
.list-tuyendung .col-inner h6{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
	height:75px;
}
.list-tuyendung .col:nth-child(2n) .col-inner{
	background: #24282A;
}
.list-tuyendung .col:nth-child(2n) .col-inner h6,
.list-tuyendung .col:nth-child(2n) .read-more a{
	color: #fff;
}
.list-tuyendung .col:nth-child(2n) .read-more a:after{
	filter: invert(93%) sepia(100%) saturate(27%) hue-rotate(20deg) brightness(105%) contrast(107%);
}
.read-more{
	padding-top:76px;
}
.read-more a{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000;
}
.read-more a:after{
	content: '';
    width: 28px;
    height: 10px;
    background: url(/wp-content/uploads/2025/06/Line-8.svg);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
	margin-left:5px;
}
/* Css menu */

.nav-dropdown>li.nav-dropdown-col{
	display:initial;
	    width: 100%;
}
.nav-dropdown>li.nav-dropdown-col .nav-dropdown-default{
    position: absolute;
    left: 100%;
    background: #fff;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    padding: 25px 0px;
    border-left: 1px solid #D9D9D9;
	min-width:300px;
	min-height:260px;
}
.nav-dropdown>li.nav-dropdown-col .nav-dropdown-default li{
	list-style:circle!important;
}
.nav-dropdown>li.nav-dropdown-col .nav-dropdown-default li a{
    color: #36B2E2 !important;
    text-transform: initial !important;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
	font-weight:700!important;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
}
.nav-dropdown>li.nav-dropdown-col .nav-dropdown-default li a i{
	display:block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #676767;
}
.nav-dropdown>li.nav-dropdown-col .nav-dropdown-default li a:hover{
	background:#EBEDFF!important;
}
.sub-menu.nav-dropdown{
	min-width: 280px;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
#header .nav-dropdown.nav-dropdown-default>li>a{
	border:0;
	line-height:46px!important;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0;
	padding-left:32px;
	padding-right:20px;
	padding-top:0;
	padding-bottom:0;
	
}
.home #header .nav-dropdown.nav-dropdown-default>li>a{
	border-radius:0!important;
}
.home #header .header-nav-main .nav-dropdown.nav-dropdown-default li a{
	border-radius:0!important;
}
.nav-dropdown.nav-dropdown-default>li>a:hover{
	background:#EBEDFF;
}
.nav-dropdown.nav-dropdown-default>li>a:after{
	width: 19px;
    height: 10px;
    background: url(/wp-content/uploads/2025/06/Arrow-3.svg);
    display: inline-block;
    background-position: center;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}
.nav-dropdown>li.nav-dropdown-col.menu-item-has-children:hover .nav-dropdown-default{
	opacity:1;
	visibility:visible;
}
.btn-custom:hover,
.button-new:hover,
.btn-cus:hover{
	background: linear-gradient(180deg, #14B5F3 0%, #35E4D0 100%);
}
#footer-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.footer {
  position: relative;
  z-index: 1;
}
/* Css animation */
.phone-vr{
	position: relative;
    visibility: visible;
    background-color: #fff0;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.image-wifi:after {
	content: '';
    width: 70%;
    height: 70%;
    top: 13%;
    left: 8%;
    position: absolute;
    box-shadow: 0 0 0 0 #3b55e6b3;
    background-color: rgb(59 85 230 / .35);
    border-radius: 50%;
    border: 60px solid rgb(59 85 230 / 19%);
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
    z-index: -1;
}
.left-13:after{
	left:15%;
}
.left-10:after{
	left: 12%;
    top: 10%;
}
.img-mms:after{
	width: 50vh;
	height: 50vh;
	top: 5%;
	left: 17%;
}
.image-zns:after{
	width: 60%;
	top: 13%;
	left: 21%;
}
.img-top:after{
	top:0;
	left:11%;
}
.img-left-right:after{
	left:15%;
}
.tl513:after{
	top:5%;
	left:13%;
}
.wh-cus:after{
	width: 20vw;
    height: 20vw;
    top: 13%;
    left: 25%;
}
.row-zalo-zns-pc{
	flex-direction:row-reverse;
}
.col-bgr-map{
	background:url('/wp-content/uploads/2025/07/sjkdcn-01-3.png');
	background-size: contain;
}
@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 30px rgb(59 85 230 / 19%);
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgb(59 85 230 / 19%);
    }
}
.image-bgr:before{
    content: '';
    position: absolute;
    max-width: 460px;
    max-height: 460px;
    width: 100%;
    height: 100%;
    background: #EFF3F4;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%);
}
.particles-js{
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index:-1;
}
/*  */
.lightbox-content{
	border-radius:15px;
	overflow:hidden;
}

.box-cnt-popup h2{
	font-family: 'UTM Aurora';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.box-cnt-popup h3{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.box-cnt-popup .title-form h2{
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #66CDF1;
}
.box-cnt-popup .wpcf7-form{
    max-width: 320px;
    margin: 0 auto;
}
.box-cnt-popup .wpcf7-form .wpcf7-form-control{
	border: 1px solid #CFECE8;
	height:40px;
	box-shadow:none;
	text-align:center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
.box-cnt-popup .wpcf7-form .wpcf7-form-control::placeholder {
	color: #B7B7B7;
}
.box-cnt-popup .wpcf7-form-control.wpcf7-submit{
	background: linear-gradient(65.03deg, #3163AF 33.02%, #36B2E2 66.98%);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.5em;
    color: #FFFFFF;
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
	
	color: #fff;
	text-align: center;
/* 	background: #3bc044; */
	border-radius: 0;
/* 	width: max-content; */
	margin: 20px auto;
	font-size: 20px;
	font-weight: bold;
}
.sec-contact .wpcf7 form.sent .wpcf7-response-output,
.box-cnt-popup .wpcf7 form.sent .wpcf7-response-output{
	color:#000;
}
@media (max-width: 849px) {
    .header-main li.html.custom {
        display: block;
    }
	.header {
		background:#fff;
	}
	.sec-slide h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.item-giaiphap h3 {
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 26px;
		color: #4D4D4D;
		padding-top: 20px;
		padding-left: 15px;
		padding-bottom: 6px;
		max-width: 170px;
		text-align: left;
		min-height: 115px;
	}
	.box-icon-gp {
		padding-left: 15px;
		padding-bottom: 15px;
		padding-top: 14px;
		padding-right: 15px;
	}
	.item-giaiphap{
        background-size: cover;
        background-position: top right;
	}
	.list-blog-home .col{
		padding-right:40px!important;
	}
	.box-giaiphap{
		padding: 50px 0px 0;
	}
	.row-five-col .col {
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-left .img-01{
		left:77%;
	}
	.col-left .img2{
		left:0;
	}
	.col-left .img3{
		left:initial;
		right:0;
	}
	.sec-three .col-left {
		flex-basis: 100%;
		max-width: 100%;
	}
	.wh-cus:after {
		width: 50vw;
		height: 50vw;
		top: 5%;
		left: 25%;
	}
	.sec-three .col-right {
		flex-basis: 100%;
		max-width: 100%;
	}
	.row-sms-list .icon-box{
		padding:15px;
	}
	.row-sms-list .icon-box h3{
		font-size:22px;
	}
	.row-sms-list .icon-box .icon-box-img{
		width:40px!important;
	}
	.row-step-step,
	.sec-step-zalo .row-step-step{
		max-width:100%!important;
		padding-left: 10px;
    	padding-right: 10px;
	}
	.row-step-step h4{
		font-size:20px;
	}
	.col-left-kp .col-inner .box-content-khampha {
		position: relative;
		bottom: 0;
		z-index: 1;
	}
	.col-left-kp .col-inner .box-content-khampha .icon-box-text{
		margin-right:0;
	}
	.nav.nav-vertical li .sub-menu .sub-menu a{
        flex-wrap: wrap;
        flex-direction: column;
        color: #36B2E2 !important;
        align-items: flex-start;
	}
	.nav.nav-vertical li .sub-menu .sub-menu a i{
		display: block;
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		color: #676767;
	}
	.lang-item{
		margin-bottom:0;
	}
}

@media (max-width: 549px) {
	.box-icon-gphap .icon-box-img{
		display:none;
	}
	.text-gp-css{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
		color: #FFFFFF;
	}
	.text-gp-css span{
		color:#36B2E2;
	}
	.box-text-gp-blue h2{
		font-size:35px;
		line-height:41px;
	}
	.row-list-gp .col-inner{
		height:86%;
	}
	.sec-bottom h2{
		font-size: 40px;
    	line-height: 60px;
	}
	.sec-bottom h3{
		font-size: 18px;
   	 	line-height: 35px;
	}
	.sec-bottom .icon-box{
		padding:10px;
	}
	.sec-bottom .icon-box h3{
		font-size: 18px;
    	line-height: 30px;
	}
	.sec-bottom .icon-box p{
		font-size: 14px;
    	line-height: 18px;
	}
	.sec-bottom .icon-box .icon-box-img{
		width: 60px!important;
	}
	.sec-bottom .icon-box .icon-inner{
		height:60px;
	}
	.sec-bottom .icon-box .icon-box-img .icon img {
		max-width: 34px;
	}
	.sec-bottom .icon-box .icon-box-img .icon{
		background-size:cover;
		width:60px!important;
	}
	.is-full-height{
		min-height:auto!important;
		height:auto;
		padding: 50px 0 !important;
	}
	.section-ab1.is-full-height{
		padding-bottom:0!important;
	}
	.sec-home-partner h3{
		font-size:20px;
	}
	.sec-home-partner h2{
		font-size: 27px;
    	line-height: 36px;
	}
	.sec-cauchuyen .list-kh-home .col .col-inner {
		min-width: auto;
	}
	.sec-cauchuyen .list-kh-home .col .box-text{
		max-width: 180px;
	}
	.sec-cauchuyen .list-kh-home .col:nth-child(2) .box-text{
		padding-left:45px;
	}
	.sec-cauchuyen .box {
		border-radius: 10px;
		padding: 15px;
	}
	.sec-cauchuyen .box p {
		font-size: 14px;
		line-height: 21px;
	}
	.sec-partner h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.sec-partner h4{
		font-size:20px;
	}
	.star-rating{
		bottom:45%;
	}
	.cnt-job{
		bottom: 55%;
	}
	.sec-home-new .ux-relay__control.ux-relay__control--bottom {
		position: relative;
		width: auto;
		right: 0;
		bottom: 0;
		padding-bottom: 30px;
	}
	.sec-home-new .nav-pagination>li>span {
		margin-bottom: 0;
		margin-right: 50px;
	}
	.sec-home-new .page-numbers li span.current:before {
		height: 41px;
		top: -12px;
		left: 190%;
		transform: translateX(-50%) rotate(90deg);
		margin-top: 5px;
	}
	ul.links{
		text-align:center;
	}
	.content-footer-copy {
		flex-wrap: wrap;
		justify-content: center;
	}
	.col-left .img2 {
		max-width: 120px;
	}
	.col-left .img3{
		max-width:100px;
	}
	.col-left .img-01{
		max-width:90px;
	}
	.box-cnt-item h3{
		font-size:24px;
		text-align:left;
	}
	.box-cap-blue{
		padding: 50px 0px;
	}
	.box-cap-blue h2 {
		font-size: 40px;
	}
	.text-hesinh h5 br{
		display:none;
	}
	.text-hesinh h5{
		font-size:16px;
	}
	.col-left-act {
		margin-right: 0px;
		z-index: 1;
	}
	.col-right-act .col-inner {
		padding: 60px 15px 0 15px;
	}
	.box-giaiphap{
		    border-radius: 60px 60px 36px 36px;
	}
	.sec-gp .text-title-sec h2{
		font-size: 42px;
    	line-height: 64px;
	}
	.sec-gp .text-title-sec h3{
		font-size: 30px;
    	line-height: 40px;
	}
	.sec-bogp .title-sec h3 br{
		display:none;
	}
	.list-box-master .col .col-inner{
		padding:35px;
	}
	.sec-top h2,
	.sec-sms-top h2{
		font-size: 40px;
    	line-height: 50px;
	}
	.sec-top h4{
		font-size: 20px;
   	 	line-height: 28px;
	}
	.sec-two h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.sec-sms-top h4{
		 font-size: 20px;
		 text-align: left;
	}
	.row-list-brand .brand-left {
		padding-left: 15px;
	}
	.row-list-brand{
		max-width:90%!important;	
	}
	.img-hand-mb{
		max-width:70%;
		margin: 0 auto;
	}
	.row-step-step .col,
	.sec-step-zalo .row-step-step .col{
		flex-basis: 100%;
		max-width: 100%;
	}
	.img-step{
		display:none;
	}
	.row-step-step h4 br{
		display:none;
	}
	.box-text-title h3{
		text-align:center;
		font-size:24px;
	}
	.img-mms:after{
		width: 50vw;
		height: 50vw;
		top: 5%;
		left: 17%;
	}
	.sec-top-one.sec-top h2 {
		font-size: 42px;
	}
	.box-slide-bluelink{
		padding:28px;
	}
	.list-blog-kh .col.post-item .box-image .image-cover{
		padding-top:300px!important;
		border-radius: 10px;
	}
	.list-blog-kh .col .box-image img {
		min-height: 300px;
		border-radius: 10px;
		object-fit: cover;
	}
	.list-blog-kh .post-date .badge-inner {
		border-radius: 10px;
		padding: 5px 12px 5px;
	}
	.list-blog-kh .post-date .post-date-day {
		font-family: 'Inria Serif';
		font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
		color: #FFFBFB;
	}
	.list-blog-kh .post-date .post-date-month{
		font-size:12px;
	}
	.list-blog-kh .col.post-item:first-child .post-date{
		display:block;
	}
	.row-wellcome {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec-top-new h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.sec-top-new p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 25px;
		color: #4D4D4D;
	}
	.col-contact-left>.col-inner:after{
		display:none;
	}
	.section-ab1 .bg{
		background:#300BA8!important;
	}
	    blockquote {
        padding-right: 0;
        padding-left: 0;
        padding-top: 60px;
        padding-bottom: 20px;
    }
	.sec-cauchuyen .list-kh-home .col:nth-child(2){
		margin-left:0;
	}
	.sec-cauchuyen .list-kh-home .col:nth-child(3) {
		margin-left: 0;
		margin-top: 0;
	}
	.sec-cauchuyen .list-kh-home .col:nth-child(4) {
		margin-left: 0px;
	}
	.row-collapse.list-kh-home>.col{
		padding:0 10px 20px!important;
	}
	.sec-cauchuyen .list-kh-home .col:nth-child(2) .box-text {
        padding-left: 0;
    }
	.sec-cauchuyen .list-kh-home .col:first-child .box-text {
		padding-right: 0px;
	}
	.row-five-col .col {
        flex-basis: 100%;
        max-width: 100%;
		padding-bottom:15px!important;
    }
	.row-five-col{
		margin-left:auto!important;
		margin-right:auto!important;
	}
	.row-five-col .col-inner{
		border: 2px solid #D9D9D9;
		border-radius: 30px;
	}
	.sec-two .box .box-text{
		padding:0;
	}
	.sec-two .box .box-text h4 {
		font-size: 18px;
		line-height: 20px;
		color: #36B2E2;
		margin-bottom: 10px;
	}
	.sec-four .icon-box h3{
		font-size:24px;
		line-height:36px;
	}
	.sec-four .icon-box .icon-box-img svg{
		filter: invert(100%) sepia(0%) saturate(7455%) hue-rotate(200deg) brightness(107%) contrast(107%);
	}
	.row-sms-list .icon-box {
        padding: 25px;
    }
	.row-sms-list .icon-box h3 {
        font-size: 30px;
		height: auto;
    }
	.zalo-bg-mb .bg{
		background:#300BA8!important;
	}
	.sec-form:before {
		height: 50%;
		width: 70%;
		background-size: contain;
	}
	.home #header{
		position:relative;
	}
	.sec-sms-three .slick-dots {
		right: -18px;
		top: 50% !important;
	}
	.sec-ai-two .row-sms-list .icon-box {
		min-height: 300px;
	}
	footer canvas,.sec-home-two canvas{
		height:100%!important;
	}
    .image-bgr:before {
        max-width: 240px;
        max-height: 230px;
    }
	.list-box-mienphi .slick-current.slick-active .icon-box {
		max-width:93px;
	}
	.list-box-mienphi  .slick-active{
		transform:scale(0.9);
	}
	.list-box-mienphi  .slick-current.slick-active{
		transform:scale(1.15);
	}
	.list-box-mienphi .icon-box-text{
		    padding: 5px 8px;
			font-size:6px;
			line-height:12px;
	}
	.list-box-mienphi .box .icon-box {
		border-radius: 10px;
	}
	.list-box-mienphi .slick-current.slick-active .box-text {
		left: calc(50% - 66px);
	}
	.list-box-mienphi .slick-current.slick-active .box-text .icon-box-text{
		padding:3px;
	}
	.list-box-mienphi  .icon-box .icon-box-img{
		margin-bottom:5px;
	}
	.list-box-mienphi .slick-slide{
		margin:0;
	}
	.sec-three .col.col-left{
		padding-left:0;
		padding-right:0;
	}
	.list-box-mienphi .slick-list{
		padding-top:10px!important;
		padding-bottom:10px!important;
	}
	.sec-bottom .slick-dots li{
		height:30px;
	}
	.sec-bottom .slick-dots li button{
		height:30px;
	}
	.sec-bottom .slick-dots {
		bottom: -70px !important;
	}
}