/*====================== Trang chủ ======================*/
.banner-home{
	height: 100%;
	min-height: 1024px !important;
  border-radius: 0 0 40px 40px;
  z-index: 2;
}
.banner-home .section-content{
	margin-top: 200px;
}
.banner-home h1{
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 800 !important;
    color: #020f24;
}
.banner-home h1 span{
	color: var(--blue) !important;
}
.banner-home .sup-title{
	font-size: 20px;
	color: var(--min-grey) !important;
}
.banner-home .button{
	background: linear-gradient(90deg, #0052D4, #4364F7, #6FB1FC);
	border: unset;
	font-weight: 500;
	z-index: 2;
}
.banner-home .banner{
	background-color: unset;
}
.banner-home .bg{
	border-radius: 30px;
}
.banner-home .banner img{
	border-radius: 32px;
}
.banner-home .cd{
	font-size: 42px;
	font-weight: 700;
	margin: unset;
}
.banner-home .text-box-content{
	border-radius: 22px;
}
.banner-home .text-box{
	padding: 15px 0 0 15px;
    background-color: #fff;
	border-radius: 20px 0 0 0;
}
.banner-home .text-box-content .text-inner{
	padding: 20px;
	position: relative;
}
.banner-home .text-box-content .text-inner:before{
	position: absolute;
	content: '';
	top: -60px;
	left: initial;
	right: 0;
	width: 20px;
	height: 45px;
	box-shadow: 0 15px 0 0 #fff;
	background-color: transparent;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}
.banner-home .text-box-content .text-inner:after{
	position: absolute;
	content: '';
	bottom: 0px;
	left: -35px;
	width: 20px;
	height: 45px;
	box-shadow: 0 15px 0 0 #fff;
	background-color: transparent;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}
.banner-home .text-box-content .content{
	font-size: 18px;
	margin: unset;
}
.banner-home .col-top{
    padding-bottom: unset;
}
.banner-home .col-bottom{
    margin-top: -90px;
}
.banner-home .col-bottom .button-wrapper {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
    z-index: 2;
    left: 12%;
    top: 90px;
}
.banner-home .col-bottom .background-circle {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #f9f9f9;
      z-index: -1;
}
.banner-home .col-bottom .outer-circle {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      border: 2px dashed #2f80ed;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: border-spin 30s linear infinite;
}
.banner-home .col-bottom .button-container {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
}
.banner-home .col-bottom .icon-container {
      font-size: 50px;
      background: linear-gradient(180deg, #0052D4, #4364F7, #6FB1FC);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }


    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
      }
      40% {
        transform: translateY(-15px);
      }
      60% {
        transform: translateY(-7px);
      }
    }

    @keyframes rotate {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }

    @keyframes border-spin {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

    /* Slider logo */
.slider-logo{
  background: linear-gradient(70deg, #0052D4, #4364F7, #6FB1FC);
  padding: 30px 20px !important;
  position: relative;
  border-radius: 0 0 30px 30px;
}
.slider-logo::before{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #0052D4;
  top: -50px;
  left: 0;
  z-index: 1;
}
.slider-logo::after{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #6FB1FC;
  top: -50px;
  right: 0;
  z-index: 1;
}
/* .slider-logo img{
  width: 140px;
  height: 30px;
} */
.slider-logo .line-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0 0 15px;
}

.slider-logo .line {
  background-color: #ffffff;
  height: 1px;
  flex-grow: 1;
}
.slider-logo .line-left{
  max-width: 80px;
  width: 100%;
}

.slider-logo .line-icon .icon {
  z-index: 1;
  padding: 0 10px;
}

.slider-logo .line-icon .icon img {
  width: 20px;
  height: 20px;
}
.slider-logo .slick-slider{
    margin-left: 85px;
}


.slider-vct{
    padding-top: 90px !important;
}
.slider-vct .row-full-width .col{
    padding: unset;
}
.slider-vct h2{
    font-family: 'Open Sans', sans-serif;
    color: var(--black);
    font-size: 36px;
}
.slider-vct h4{
    font-family: 'Open Sans', sans-serif;
    color: var(--blue);
}
.slider-vct .col-right p{
    color: var(--black);
}
.slider-vct .col-right button{
    margin: unset;
    margin-top: -5px;
    padding-left: unset;
    padding-right: 5px;
    text-transform: none;
    color: var(--blue);
}
.slider-vct .col-right i{
    color: var(--blue);
}
.slider-vct .col-right .button-btn{
    position: relative;
}
.slider-vct .col-right .button-btn::before{
    content: '';
    position: absolute;
    background: var(--blue);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    top: 25px;
}
.slick-slider-vct {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.slick-slider-vct .slide {
    position: relative;
    padding: 0 25px;
    box-sizing: border-box;
}

.slick-slider-vct .img-min{
    max-width: 600px;
}
.slick-slider-vct .img-max{
    max-width: 600px;
}
.slick-slider-vct .slide img {
    width: 100%;
    max-width: 100%;
    height: 420px;
    border-radius: 30px;
    transition: transform 0.3s, border-radius 0.3s;
}
.slick-slider-vct .button-wrapper {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2;
    left: 85%;
    top: 20px;
}

.slick-slider-vct .background-circle {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 120px;
    height: 120px;
    border-radius: 0 0 0 40%;
    background-color: #fff;
    z-index: -1;
}

.slick-slider-vct .outer-circle {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px dashed #2f80ed;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: border-spin 10s linear infinite;
    z-index: 1;
}

.slick-slider-vct .button-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0052D4, #4364F7, #6FB1FC);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.slick-slider-vct .icon-container {
    font-size: 40px;
    background-color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 3;
}

@keyframes border-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.slick-slider-vct .img-min-active{
    position: relative;
}
.slick-slider-vct .img-min-active::before{
    content: '';
    position: absolute;
    width: 90px;
    height: 100px;
    background-color: transparent;
    top: 0px;
    left: 67%;
    box-shadow: 0 -60px 0 0 #fff;
    border-radius: 0 45px 0px 0px;
}
.slick-slider-vct .img-min-active::after{
    content: '';
    position: absolute;
    width: 45px;
    height: 50px;
    background-color: transparent;
    top: 118px;
    left: 89%;
    box-shadow: 0 -20px 0 0 #fff ;
    border-radius: 0 35px 0 0;
}

/*Giải pháp*/
.giaiphap{
    background-image: url(/wp-content/uploads/2024/08/logo.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 10rem;
}
.giaiphap h4{
    color: var(--blue);
}
.giaiphap h2{
    font-size: 36px;
    color: var(--black);
}
.giaiphap h3{
    font-size: 24px;
    color: var(--black);
    display: flex;
    margin-top: 1.6em;
}
.giaiphap .sup-title{
    color: var(--min-blue);
    margin-bottom: 1.6em;
}
.solution-item{
    display: flex;
    justify-content: space-between;
}
.solution-item .number-title{
    display: flex;
}
.solution-item .number-title h3 span{
    font-size: 20px;
    color: var(--medium-grey);
    display: flex;
    align-items: center;
    padding-right: 10px;
    font-weight: 500;
}
.giaiphap .content-right{
    display: flex;
    align-items: center;
}
.giaiphap .content-right a{
    border: 1px solid var(--blue);
    color: var(--blue);
    padding: 15px 20px;
    border-radius: 50%;
}
.giaiphap .solution-item:hover h3{
    color: var(--blue);
    transition: all .5s;
}
.giaiphap .solution-item:hover .content-right a{
    background: linear-gradient(180deg, #0052D4, #4364F7, #6FB1FC);
    color: #fff;
    border: unset;
    transition: all .5s;
}

.giaiphap .content-right a i{
    transform: rotate(-45deg);
}
.giaiphap .solution-item:not(:last-child){
    border-bottom: 1px solid #CDD4DD;
}

/* Lời giới thiệu */
.gioithieu h2{
    font-size: 34px;
    color: var(--black);
    line-height: 1.3em;
    position: relative;
}
.gioithieu h2::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/07/icon-nhay-doi.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -32px;
    left: 0;
    width: 65px;
    height: 65px;
}
.gioithieu .row-content{
    max-width: 100% !important;
    padding: 60px;
}
.gioithieu .row-content .col-left{
    display: flex;
    align-items: center;
}
.row-bottom h4{
    text-transform: capitalize;
    font-size: 20px;
    color: var(--black);
    text-align: center;
    position: relative;
}
.row-bottom .content-bottom p{
    font-size: 90px;
    text-align: center;
    color: rgba(179, 191, 215, 0.23);
    font-weight: 700;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: unset;
}
.row-bottom .content-bottom{
    padding-bottom: 60px;
}

/* Nhận xét khách hàng */
.customer-cmt h4{
    color: var(--blue);
}
.customer-cmt h2{
    color: var(--black);
    font-size: 36px;
}
.customer-cmt .cus-item{
    margin: 0 25px;
    border: 1px solid #D8E1EA;
    border-radius: 20px;
    padding: 20px;
    height: 300px;
}
.customer-cmt .content-top p{
    color: #354254;
    border-bottom: 1px solid #D8E1EA;
    padding-bottom: 20px;
    height: 160px;
}
.customer-cmt .content-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.customer-cmt .content-bottom .content-bottom-left img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}
.customer-cmt .content-bottom .content-bottom-left{
    display: flex;
    flex-direction: row;
    column-gap: 15px;
}
.customer-cmt .content-bottom .content-bottom-right img{
    width: 40px;
    height: 32px;
}
.customer-cmt .content-bottom-left .cus-name{
    color: #020F24;
    font-weight: bold;
    font-size: 18px;
}
.customer-cmt .content-bottom-left .sup-name{
    color: #718497;
    font-size: 16px;
}
.customer-cmt .col-right{
    display: flex;
    align-items: center;
}
.customer-cmt .form-button{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 20px;
    color: var(--blue);
}
.customer-cmt .form-button .arrow{
    border: 1px solid var(--blue);
    border-radius: 50%;
}
.customer-cmt .form-button .arrow:hover{
    background: linear-gradient(180deg, #0052D4, #4364F7, #6FB1FC);
    border: unset;
    transition: all .2s;
}
.customer-cmt .form-button .arrow:hover button{
    color: #fff;
}
.customer-cmt .form-button button{
    margin: unset;
    padding: 8px 20px;
}

/* Bài viết mới */
.new-post h4{
    color: var(--blue);
}
.new-post h2{
    font-size: 36px;
    color: var(--black);
}
.new-post .button-more{
    text-align: center;
    padding-top: 30px;
}
.new-post .button-more a{
    color: var(--blue);
    font-weight: 600;
    position: relative;
}
.new-post .button-more a button{
    margin: unset;
    margin-top: -5px;
    padding-left: unset;
    padding-right: 5px;
    text-transform: none;
}
.new-post .button-more a::before{
    content: '';
    position: absolute;
    background: var(--blue);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    top: 25px;
}
.new-post .featured-posts-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}
.new-post .featured-posts-container .featured-post{
    border: 1px solid #D8E1EA;
    border-radius: 20px;
}
.new-post .featured-post .top-content img{
    width: 100%;
    height: 250px;
    border-radius: 20px;
}
.new-post .featured-post .top-content{
    position: relative;
}
.new-post .featured-post .cate-container{
    position: absolute;
    content: '';
    background-color: #fff;
    bottom: 0;
    padding: 10px;
    border-radius: 0 20px 0 0;
}
.new-post .featured-post .category-name{
    border: 1px solid #DEDEDE;
    padding: 5px 25px;
    width: fit-content;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin-bottom: unset;
}
.new-post .cate-container .cate-name-title{
    position: relative;
}
.new-post .cate-container .cate-name-title:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    bottom: 1px;
    left: 0;
    box-shadow: 0 20px 0 0 #fff;
    border-bottom-left-radius: 20px;
}
.new-post .featured-post .category-name:before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #0052D4, #4364F7, #6FB1FC);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: auto;
    transform: translate(-15px, -50%);
}
.new-post .featured-post h3{
    padding: 20px 20px 0;
    color: var(--black);
}
.new-post .featured-post .bottom-content{
    padding: 0 20px;
}
.new-post .featured-post .bottom-content p{
    color: #486284;
}
.new-post .featured-post .bottom-content .author-info{
    display: flex;
    flex-direction: row;
    padding-right: 20px;
    position: relative;
}
.new-post .featured-post .bottom-content .author-info:before{
    position: absolute;
    content: '';
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0052D4, #4364F7, #6FB1FC);
}
.new-post .featured-post .author-info img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.new-post .featured-post .author-info .author-name{
    color: var(--black);
    margin-bottom: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}
.new-post .featured-post .name-date{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

/* ================= REPONSIVE LAPTOP ================= */
@media only screen and (min-width: 1025px) and (max-width: 1440px){
    .slick-slider-vct .slide img{
        height: 380px;
    }
    .slick-slider-vct .img-min-active::before{
        left: 67%;
        border-radius: 0 50px 0px 0px;
    }
    .slick-slider-vct .img-min-active::after{
        width: 50px;
        left: 88%;
        border-radius: 0 35px 0 0;
    }
}


/* ================= REPONSIVE TABLET ================= */
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .banner-home .text-box{
        width: 40% !important;
    }
    .slider-logo .slick-slider{
        margin-left: unset;
    }
    .slider-vct .col-right p br{
        display: none;
    }
    .row-bottom .content-bottom p{
        font-size: 80px;
        top: -50px;
    }
    .new-post .featured-posts-container{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }
    .new-post .featured-posts-container .featured-post:last-child{
        grid-column: span 2;
    }
    .new-post .featured-post .cate-container{
        bottom: -5px;
    }
    /* .new-post .featured-post:last-child .cate-container {
        top: 78%;
    } */
    .slick-slider-vct .background-circle{
        top: -22px;
    }
    .slider-logo .slick-slide{
        margin-left: 22px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1366px){
    .header-main #logo{
        width: 100px;
    }
    .header-nav li a{
        font-size: 13px !important;
    }
    .slick-slider-vct .background-circle{
        top: -22px;
    }
    .new-post .featured-post .cate-container{
        bottom: -5px;
    }
}

/* ================= REPONSIVE MOBILE ================= */
@media only screen and (max-width: 767px){
    .banner-home .section-content{
        margin-top: 180px;
    }
    .banner-home .text-box{
        width: 100% !important;
        padding: 15px;
        border-radius: 20px;
    }
    .slider-logo .slick-slider{
        margin-left: 20px;
    }
    .slider-vct .col-right p br{
        display: none;
    }
    .slick-slider-vct .slide img{
        height: 320px;
    }
    .slick-slider-vct .background-circle{
        top: -22px;
    }
    .slick-slider-vct .img-min-active::before{
        width: 87px;
        left: 50%;
    }
    .slider-vct h2,
    .giaiphap h2,
    .gioithieu h2,
    .customer-cmt h2{
        font-size: 28px;
    }
    .gioithieu h2 br{
        display: none;
    }
    .giaiphap h3{
        font-size: 20px;
    }
    .slick-slider-vct .button-wrapper{
        left: 75%;
    }
    .row-bottom .content-bottom p{
        font-size: 70px;
        top: -45px;
    }
    .customer-cmt .cus-item{
        margin: 0 10px;
    }
    .new-post .featured-posts-container{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }
    .banner-home .col-bottom .button-wrapper{
        width: 130px;
        height: 130px;
    }
    .banner-home .col-bottom .outer-circle{
        top: 5px;
        left: 5px;
        width: 120px;
        height: 120px;
    }
    .banner-home .col-bottom .button-container{
        width: 90px;
        height: 90px;
    }
    .giaiphap .content-right{
        padding-left: 10px;
    }
}
@media only screen and (min-device-width: 390px) and (max-device-width: 390px) 
and (min-device-height: 844px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .slick-slider-vct .img-min-active::before{
        width: 73px;
    }
    .slick-slider-vct .img-min-active::after{
        left: 82%;
    }
    .customer-cmt .content-top p{
        height: 200px;
    }
    .customer-cmt .cus-item {
        height: 340px;
    }
}
@media only screen and (min-device-width: 430px) and (max-device-width: 430px) 
and (min-device-height: 932px) and (max-device-height: 932px) and (-webkit-device-pixel-ratio: 3) {
    .slick-slider-vct .background-circle{
        top: -22px;
    }
    .slick-slider-vct .img-min-active::after{
        left: 84%;
    }
}