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

:root{
	--ds-btn-grad: linear-gradient(to top, #00154c, #12376e, #23487f);
	--ds-btn-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	--ds-btn-hover-color: #b10505;
	--ds-sub-title-color: #006099;
	--ds-box-sd: 0px 1px 13px rgba(0, 0, 0, 0.1);
	--ds-thumb-decor-bg: linear-gradient(160deg, #a4cbff 0%, #015e95 100%);
	--ds-overlay-bg: linear-gradient(to right, #00225c 4%, #00225c9e 50%, rgb(255 117 109 / 48%));
}

/* Global */
.icon-box-img img, .icon-box-img svg{
	padding-top: 0;
}
.ds-capitalize{
	text-transform: capitalize;
}
.button{
	font-weight: 500 !important;
}
.ds-pri-btn{
	padding: 8px 30px;
	border-radius: 1rem;
	font-size: 1rem;
	border: 1px solid transparent;
	transition: all .3s ease-in-out;
	box-shadow: unset !important;
	background: var(--primary-color);
  color: white;
}
.ds-pri-btn:hover, .ds-btn-outline{
	color: var(--primary-color);
	border-color: var(--primary-color);
	background-color: white;
}
.ds-btn-outline{
	border-radius: 50em;
}
.ds-btn-outline:hover{
	background-color: var(--primary-color);
	color: white;
}
.ds-pri-title{
	color: var(--primary-color);
	margin: 10px 0 20px 0;
  font-size: 38px;
}
.ds-sub-title{
	color: var(--ds-sub-title-color);
}
.ds-btn-round{
	border-radius: 50em;
}
.pr-0{
	padding-right: 0 !important;
}
/* End Global */

/* Header */
.header-nav-main > li > a:not(.ds-header-cta):before{
	height: 2px;
	width: 0;
	left: 50%;
	transform: translatex(-50%);
	transition: all .3s ease-in-out;
}
.header-nav-main > li.active > a:not(.ds-header-cta):before, .header-nav-main > li > a:not(.ds-header-cta):hover:before{
	width: 100%;
}
.ds-header-cta-wrapper > a{
	color: white;
	padding: 15px 30px;
	border-radius: 50em;
	background: var(--primary-color);
/* 	box-shadow: var(--ds-btn-box-shadow); */
	font-size: 16px;
	transition: all .3s ease-in-out;
	border: 1px solid transparent;
}
.ds-header-cta-wrapper > a:hover{
	background: var(--ds-btn-hover-color); 
}

/* End header */

/* Home */
.ds-home-inro-banner .overlay{
    background-color: transparent !important;
    background: var(--ds-overlay-bg);
}
.ds-shape-divider-bottom-intro {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.ds-shape-divider-bottom-intro svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.ds-shape-divider-bottom-intro .shape-fill {
    fill: #FFFFFF;
}
@media (max-width: 767px) {
    .ds-shape-divider-bottom-intro svg {
        width: calc(100% + 1.3px);
        height: 53px;
    }
}
.scroll-for-more{
	margin-right: 0 !important;
    background: white;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 50em;
    opacity: 1 !important;
    box-shadow: var(--ds-box-sd);
	color: var(--primary-color);
}
.ds-home-abs-icb-list{
	margin-left: auto;
	margin-top: -100px;
	z-index: 2;
}
.ds-home-abs-icb-list > .col-inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ds-home-abs-icb , .ds-home-service, .ds-home-wcu, .ds-team-item{
	--mw: calc((100% - 3rem) / 3);
	width: var(--mw);
	box-shadow: var(--ds-box-sd);
  padding: 1.5rem;
  border-radius: 1rem;
	background: white;
	transition: all .3s ease-in-out;
}
.ds-home-abs-icb:hover, .ds-home-service:hover, .ds-home-wcu:hover{
	background: #eff5ff;
}
.ds-home-abs-list{
	margin-bottom: 2rem;
}
.ds-home-abs-list p{
	margin-bottom: 10px;
	color: var(--primary-color);
	font-size: 1.125rem;
}
.ds-home-abs-list p:last-child{
	margin-bottom: 0;
}
.ds-home-abs-list p i{
	margin-right: 10px;
}
.ds-home-abs-img-main {
	position: relative;
  z-index: 1;
}
.ds-home-abs-img-main-col > .col-inner, .ds-home-abs-img-sub-col > .col-inner{
	background: white;
    box-shadow: var(--ds-box-sd);
    border-radius: 2rem;
	  border: 1px solid #e3e3e3;
	overflow: hidden;
}
.ds-home-abs-img-decor-wrapper{
	height: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: white;
}
.ds-home-abs-img-decor{
	width: 100%;
    height: 90%;
    background: var(--ds-thumb-decor-bg);
    border-radius: 30em 50em 00em 0em;
}
.ds-home-abs-img-sub-col{
	position: absolute;
	right: 0;
	bottom: 15%;
	z-index: 2;
}
.ds-home-abs-img-sub-col > .col-inner{
	border-radius: 1rem;
}

.ds-home-abs-img-sub-col .ds-home-abs-img-decor{
	border-radius: 50em 20em 0 0;
}
.ds-home-wcu{
	width: 100%;
}
.ds-home-wcu-wrapper > .col:first-child{
	margin-top: 50px;
}
.ds-home-wcu-wrapper > .col .ds-home-wcu:first-child{
	margin-bottom: 19.6px;
}
.ds-home-service-list > .col-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.5rem;
}
.ds-home-service{
	--mw: calc((100% - 4.5rem) / 4);
}
.ds-home-service .ds-pri-btn{
	padding: 5px 30px;
}
.ds-home-teams-slider .swiper-wrapper{
	padding: 1rem 0 4rem;
}
.ds-home-teams-slider .swiper-pagination{
	bottom: 0;
}
.ds-teams-wrapper{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ds-team-item{
	--mw: calc((100% - 3rem) / 3);
	width: var(--mw);
	padding: 2rem 0 0;
	position: relative;
}
.ds-team-exp{
	display: inline-flex;
    flex-direction: column;
    background: var(--primary-color);
    color: white;
    padding: .5rem 2rem;
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 3;
}
.ds-team-item-content {
	padding: 1rem;
}
.ds-team-name{
	font-size: 24px;
  color: var(--primary-color);
}
.ds-team-item-thumb{
	position: relative;
}
.ds-team-item-thumb img{
	z-index: 2;
	position: relative;
}
.ds-team-item-thumb__decor{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: var(--ds-thumb-decor-bg);
	z-index: 1;
	border-radius: 10em 15em 0 0;
	transition: all .3s ease-in-out;
	
}

.ds-team-socials a{
	font-size: 24px;
	color: var(--primary-color);
	margin: 0 5px;
}
.ds-team-item:hover .ds-team-item-thumb__decor{
	height: calc(100% + 2rem);
	border-radius: 1rem 1rem 0 0;
}
.ds-home-follow-video > .col-inner{
	border-radius: 2rem;
	overflow: hidden;
}
.ds-home-follow-video .video-button-wrapper{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: #0000005e;
}
.ds-home-follow-video .video-button-wrapper a{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
	color: white;
	border-color: white;
}
.ds-home-follow-wrapper{
	position: relative;
}
.ds-home-follow-content{
	position: absolute;
    right: 0;
    top: 30%;
	z-index: 2;
	animation: floatFlow 4s infinite  alternate cubic-bezier(0.42, 0, 0.58, 1);
	padding: 0;
}
.ds-home-follow-content > .col-inner{
	padding: 2rem;
    background: white;
    z-index: 2;
    border-radius: 1rem;
    box-shadow: var(--ds-box-sd);
	overflow: hidden;
}
.ds-home-follow-content .icon-box {
	align-items: center;
}
.ds-home-follow-content .icon-box p {
	margin-bottom: 0;
}
.ds-home-follow-socials{
	margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px dashed lightgray;
}
@keyframes floatFlow {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(20%);
	}
}
.ds-home-follow__decor{
	position: absolute;
	right: 0;
	top: 0;
	background: var(--ds-thumb-decor-bg);
	width: 100px;
	height: 100px;
	border-radius: 0 0 0 50em;
	z-index: -1;
}
.ds-home-video-cover{
	position: absolute;
	top: 0;
	right: 0;
	width: 65vw !important;
}
.ds-video-wrapper .ds-video{
	width: 66vw;
    height: calc(63vw / 1500* 1080);
}
.ds-home-video-content > .col-inner{
	padding: 0 50px;
}
.col.post-item > .col-inner{
	border-radius: 0;
    overflow: hidden;
}
.col.post-item > .col-inner .box-text{
    padding: 0 !important;
}
.col.post-item > .col-inner .box-text .blog-post-inner{
	padding: 1rem;
}
.col.post-item > .col-inner .box-text .post-title{
	color: var(--primary-color);
	font-size: 1.125rem;
}
.col.post-item > .col-inner .box-text .post-title a, .related-post .col.post-item > .col-inner .box-text .post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.col.post-item > .col-inner img{
	transition: all .3s ease-in-out;
}
.col.post-item:hover > .col-inner img{
	transform: scale(1.1);
}
.ds-home-clients > .col-inner{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.ds-home-client-logo{
	--mw: calc((100% - 7rem) / 8);
	width: var(--mw) !important;
	box-shadow: var(--ds-box-sd);
	border-radius: .5rem;
	overflow: hidden;
	margin-bottom: 0 !important;
}
.ds-client-decor{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.2;
	  animation: rotateEarth 30s linear infinite;

}
.box-text-gray .box-text{
    background: #f7f7f7;
}
.box-text .cat-label{
    font-size: 12px;
    text-transform: none;
    opacity: 1;
    color: red;
    margin-bottom: 0.5rem;
}
@keyframes rotateEarth {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Team Page */
.ds-teams-page-wrapper{
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	flex-wrap: wrap;
}
.ds-team-single{
	--mw: calc((100% - 3rem) / 3);
	width: var(--mw);
	box-shadow: var(--ds-box-sd);
  border-radius: 1rem;
  overflow: hidden;
	border: 1px solid #f1f1f1;
	transition: all .3s ease-in-out;
}
.ds-team-single:hover{
	border-color: var(--ds-sub-title-color);
}
.ds-team-single__thumb{
	position: relative;
    padding-top: 3rem;
}
.ds-team-single__avt{
	position: relative;
	z-index: 2;
	display: block;
	max-width: 50%;
	margin: 0 auto;
}
.ds-team-single__bg{
	height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ds-team-single__decor{
	  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
	z-index: 3;
}
.ds-team-single__decor img{
	  width: 100%;
    height: auto;
    object-fit: cover;
}
.ds-team-single__content{
	padding: 1rem;
}
.ds-team-single__name{
	text-align: center;
  color: var(--primary-color);
	font-size: 18px;
	margin-bottom: 0px;
}
.ds-team-single__position, .ds-team-single__departments{
	text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    color: var(--primary-color);
}
.ds-team-single__hv, .ds-team-single__exp{
	display: flex;
	align-items: center;
	padding: 1rem;
	border-radius: .5rem;
}
.ds-team-single__hv{
	margin-bottom: 1rem;
}
.ds-team-single__hv p, .ds-team-single__exp p{
	margin-bottom: 0;
	color: #1c1c1c;
}
.ds-team-single__exp{
	color: #1c1c1c;
}
.ds-team-single__icon, .ds-author__expIcon{
	width: 40px;
	height: 40px;
	border-radius: 50em;
	background: white;
	box-shadow: var(--ds-box-sd);
	display: inline-grid;
	place-items: center;
	flex-shrink: 0;
	margin-right: 1rem;
}
.ds-team-single__icon img, .ds-author__expIcon img{
	width: 20px;
	height: 20px;
}

.ds-team-page-into-sc .section-content{
	min-height: 900px;
	padding-top: 100px;
	margin-bottom: -200px;
}
.ds-team-single-page-banner, .ds-team-single-page-bg, .ds-team-single-page-main, .ds-team-single-page-wave{
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ds-team-single-page-bg, .ds-team-single-page-main, .ds-team-single-page-wave{
	background-repeat: no-repeat;
  background-size: cover;
	background-position: center;
}
.ds-team-single-page-main{
	background-size: contain;
	top: 45px;
}
.ds-team-intro-content{
	position: relative;
	z-index: 2;
}
.ds-team-intro-content h2{
	font-size: 42px;
}
.ds-team-intro-content p{
	font-size: 18px;
}
/* End Team Page */

/* Blog single */
.blog-single-author-list, .blog-single-author-list_item, .ds-fast-check{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-single-author_avt {
    border-radius: 50em;
    overflow: hidden;
    background: #bed6ff;
    margin-right: 10px;
}
.blog-single-author-list_item_content {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.ds-top-author_name {
    font-size: 14px;
    color: black;
    line-height: 1;
}
.ds-top-author_position {
    font-size: 12px;
    color: gray;
    line-height: 1;
}
.ds-fast-check{
	gap: 4px;
}
.fast-check-text {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 700;
}
.fast-check-icon {
    height: 24px;
}

.ds-single-blog-title {
    font-size: 52px;
    line-height: 58px;
    color: var(--primary-color);
	font-weight: 500;
	margin-bottom: 0;
}
.author-box {
    background: #3982ff26;
    border-radius: 1rem;
    padding: 30px;
}
.author-box-description {
    position: relative;
    padding: 20px 50px;
    margin-top: 15px;
}
.author-box-description:before, .author-box-description:after{
    content: open-quote;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 70px;
    line-height: 1;
    font-family: arial;
}
.author-box-description:after {
    content: close-quote;
	top: auto;
	left: auto;
    bottom: 0;
    right: 0;
    line-height: 0;
}
.author-box-name {
    text-decoration: underline;
}
.dtn-author-position {
    font-weight: 500;
}
.author-box-description p:last-child {
    margin-bottom: 0;
}
.blog-author-image {
    width: 90px;
    height: 90px;
    border-radius: 50em;
    box-shadow: 5px 10px 30px #9dbdfb;
    display: grid;
    place-items: center;
    background: white;
}
.related-posts-wrapper {
   margin-top: 50px;
}
.related-post__title {
    font-size: 28px;
    color: var(--primary-color);
	font-weight: 500;
}
.related-post .row{
	margin-left: -12px !important;
	margin-right: -12px !important;
}
.related-post .col.post-item{
	padding: 0 12px 24px !important;
}
.related-post .col.post-item > .col-inner {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--ds-box-sd);
}
.related-post .col.post-item .box-text {
    padding: 1rem;
}
.references-section > h2 {
    padding-bottom: 7px;
    border-bottom: 2px solid lightgray;
    color: var(--primary-color);
}
/* End blog single */

/* Author */
.author-info-wrapper{
	position: relative;
	min-height: 920px;
}
.ds-author-decor__bg, .ds-author-decor__wave, .ds-author-decor__contentBg{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ds-author-decor__wave, .ds-author-decor__contentBg{
	 background-size: 100%;
	background-position: top center;
}
.author_content_wrapper{
	position: relative;
  min-height: 1400px;
  margin-top: -515px;
  padding-top: 320px;
}
.author-info-inner .author-image{
	  height: 610px;
    width: auto;
    object-fit: cover;
    margin-top: 85px;
}
.ds-author-page .ds-blogs-archive-main{
	padding: 0;
}
.author_content_wrapper_inner{
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	gap: 1.5rem;
	margin-top: 4rem;
}
.author_chuyen-khoa{
	--mw: calc((100% - 3rem) / 3);
	width: var(--mw);
	padding: 40px 15px 33px;
	border-radius: 1rem;
	background: linear-gradient(88deg,rgba(255,255,255,.92) 0,rgba(255,255,255,.74) 100%);
/* 	box-shadow: var(--ds-box-sd); */
	  display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	border: 1px solid rgba(255,255,255,.7);
}
.author_chuyen-khoa-icon{
	width: 80px;
	height: 80px;
	display: grid;
	place-items: center;
	border-radius: 50em;
    box-shadow: 5.8965539932px 11.7931079865px 35.3793296814px 0 #ccd6ef;
    margin-bottom: 2rem;
}
.author_chuyen-khoa-icon img{
	width: 40px;
	height: 40px;
}
.author_chuyen-khoa-title{
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 600;
}
.author_chuyen-khoa-des{
	color: var(--ds-sub-title-color);
}
.ds-author-content-wave-bottom{
    margin-top: -600px;
    z-index: 2;
    position: relative;
}
.ds-author-content-wave-bottom img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.author-exp-wrapper, .ds-archive-posts{
	position: relative;
	z-index: 2;
	background: linear-gradient(to bottom, white 90%, transparent);
}
.author-exp-wrapper{
	margin-top: -70px;
}
.author-exp-title, .dtn-author-posts-title, .ds-team-relate h2{
	color: var(--primary-color);
    font-size: 32px;
}
.author-info-inner{
	align-items: center;
}
.ds-author__exp{
	display: inline-flex;
	align-items: center;
	padding: 1rem 1.5rem;
	border-radius: 1rem;
	margin-bottom: 1.5rem;
}
h1.author-name{
	color: var(--primary-color);
	font-size: 42px;
}
.author-info__left{
	padding-right: 100px;
}
.author-exp-qtct{
	padding: 30px 40px 15px;
	border-radius: 20px;
}
.author-exp-qtct-tit{
	    font-size: 24px;
    color: var(--primary-color);
}
.ds-author-page .ds-archive-posts{
	margin-top: -4rem;
}
.author-exp-description ul{
	margin-left: 3rem;
}
.ds-author-post-wave{
	margin-top: -130px;
	position: relative;
	z-index: 1;
}
.ds-author-post-wave img, .ds-author-relate-wave img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
body.author .page-wrapper{
	padding-top: 0;
}
.ds-author-relate-wave{
	margin-top: -200px;
}
.ds-team-relate{
	margin-top: -70px;
}
.ds-teams-relate-slider .swiper-wrapper{
	padding: 1rem 0 4rem;
}
.ds-author-cta{
	margin-top: 15px;
	display: inline-block;
	padding: 15px 30px;
	position: relative;
	z-index: 5;
}
/* End Author */

/* Contact */
.ds-contact-page-sc{
/* 	background: var(--ds-thumb-decor-bg); */
	background: linear-gradient(90deg, #09bce4 0%, #2659f3 100%);
}
.ds-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 0
}
.ds-circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
    animation: circleAnimate 25s linear infinite;
    bottom: -150px;
    margin-bottom: 0;
}
.ds-circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
	animation-delay: 0s;
}
.ds-circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
	animation-duration: 12s;
}
.ds-circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.ds-circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.ds-circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.ds-circles li:nth-child(6) {
  	left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.ds-circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.ds-circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.ds-circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.ds-circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes circleAnimate{
	0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
}

100% {
   transform: translateY(-1200px) rotate(720deg);
   opacity: 0;
   border-radius: 50%;
	}
}

.ds-contact-page-form > .col > .col-inner{
	padding: 30px;
	border-radius: 1rem;
	background: white;
	box-shadow: var(--ds-box-sd);
}
.ds-contact-page-right > .col-inner{
	padding-top: 20px !important;
}
.ds-contact-icb.hotline{
	background-color: var(--primary-color);
}
.ds-contact-icb{
	  padding: 20px;
    border-radius: 10px;
    background-image: url(/wp-content/uploads/2025/03/fcts-mid-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    margin-top: 25px;
    background-color: var(--ds-btn-hover-color);
    cursor: pointer;
    transition: all .5s ease-in-out;
	color: white;
}
.ds-contact-icb .icb-sub-text{
	font-size: 24px;
	font-weight: 700;
}
.ds-contact-icb.location{
	background-color: var(--ds-sub-title-color);
}
.ds-contact-icb.location .icon-box-img{
	  width: 60px;
    padding: 10px;
    background: white;
    border-radius: 5px;
    height: 60px;
}
.ds-form-lh{
	margin: 0 !important;
}
.ds-form-lh input, .ds-form-lh textarea, .ds-form-lh select{
	border-width: 0 0 1px 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding-left: 0 !important;
	border-color: black !important;
}
.ds-form-lh input:focus, .ds-form-lh textarea:focus, .ds-form-lh select:focus{
	border-color: var(--primary-color) !important;
}
.ds-form-lh .wpforms-field-label{
	margin-bottom: 3px !important;
}
.ds-form-lh .wpforms-field-layout{
	padding: 0 !important;
}
.wpforms-container .wpforms-field{
	padding: 10px 0 !important;
}
.ds-form-lh  .wpforms-submit-container{
	text-align: center;
}
.dtn-form-lh-submit{
	background-color: var(--primary-color) !important;
    min-width: 250px;
}
.ds-contact-page-map {
	margin-top: 35px;
}
.ds-contact-page-map p{
	margin-bottom: 0;
}
.ds-contact-page-map iframe{
	border-radius: 10px;
	overflow: hidden;
}
.ds-contact-page-left {
	padding-bottom: 0 !important;
}
/* End contact */

/* About Us */
.ds-abs-page-header .title-overlay{
	background: var(--ds-overlay-bg);
	background-color: transparent !important;
}
.ds-abs-page-intro-list > .col-inner{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	align-items: center;
}
.ds-abs-page-intro-icb{
	--mw: calc((100% - 3rem) / 3);
	width: var(--mw);
	padding: 1.5rem;
	background: white;
	border-radius: 1rem;
	box-shadow: var(--ds-box-sd);
	border: 1px solid #d0dbe9;
	transition: all .3s ease-in-out;
}
.ds-abs-page-intro-icb h3{
	color: var(--primary-color);
	font-size: 20px;
	transition: all .3s ease-in-out;
}
.ds-abs-page-intro-icb .icon-inner{
	background: var(--primary-color);
}
.ds-abs-page-intro-icb img{
	filter: brightness(0) invert(1);
	transition: all .3s ease-in-out;
}
.ds-abs-page-intro-icb:hover {
	background: var(--primary-color);
	color: white;
}
.ds-abs-page-intro-icb:hover h3{
	color: white;
}
.ds-abs-page-intro-icb:hover .icon-inner{
	background: white !important;
}
.ds-abs-page-intro-icb:hover img{
	filter: unset;
}
.ds-abs-client-count{
	  background: var(--primary-color);
    padding: 2rem;
    border-radius: 1rem;
    color: white;
    margin-bottom: 20px;
}
.ds-abs-client-count__main{
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 0;
}
.ds-abs-client-count__sub{
	text-transform: uppercase;
}
.ds-abs-client-count-img, .ds-abs-client-count-img__sub{
	border-radius: 1rem;
	overflow: hidden;
}
.ds-abs-client-count-img, .ds-abs-client-count-img *{
	height: 100%;
	object-fit: cover;
}
.ds-abs-sub-icb{
	display: inline-flex;
	align-items: center;
	width: calc(50% - 2rem);
}
.ds-abs-sub-icb.first{
	margin-right: 2rem;
}
.ds-abs-sub-icb h4{
	color: var(--primary-color);
}
.br-1{
	border-radius: 1rem;
	overflow: hidden;
}
.ds-abs-statistics > .col-inner{
	display: flex;
	align-items: center;
}
.ds-abs-statistic-item{
	--mw: 100%;
	width: var(--mw);
	color: white;
	text-align: center;
	border-right: 1px solid #ffffff45;
	padding: 50px 0;
}
.ds-abs-statistic-item:last-child{
	border-right: 0;
}
.ds-abs-statistic-item .ds-abs-stat-main{
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 42px;
}
.ds-abs-statistic-item .ds-abs-stat-title{
	font-size: 20px;
}
/* End About Us */
/* footer */

.ds-form-newsletter{
	margin: 0 !important;
}
.ds-form-newsletter form{
	display: flex;
	align-items: center;
}
.ds-form-newsletter .wpforms-field {
	padding: 0 !important;
}
.ds-form-newsletter .wpforms-submit-container{
	margin: 0 !important;
	padding: 0 !important;
}
.ds-form-newsletter  .wpforms-field-container{
	width: calc(100% - 150px) !important;
}
.ds-form-newsletter-submit{
	background-color: var(--primary-color) !important;
	min-width: 150px !important;
}
.copyright-footer{
	font-size: 16px;
	color: white;
}
.back-to-top{
	background: var(--primary-color) !important;
    color: white !important;
   border: 1px solid white !important;
	width: 50px;
	height: 50px;
	display: grid !important;
	place-items: center;
	min-width: unset !important;
	min-height: unset;
	bottom: 50px;
	border-radius: 50em;
	margin: 0 !important;
	right: 5px;
}
#footer{
	box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}
/* Float contact */
.ds-float-contact{
	--size: 40px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    gap: 10px;
		position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
    transform: translateY(-50%);
    background: var(--primary-color);
    padding: 10px !important;
    border-radius: 30px 0 0 30px;
/* 	transform: translatey(-50%); */
}
.ds-float-contact:before, .ds-float-contact:after {
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none;
}
.ds-float-contact:before{
	    top: -30px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 1px 0 0 var(--primary-color);
}
.ds-float-contact:after {
	bottom: -30px;
    border-radius: 0 50px 0 0;
    box-shadow: 30px -1px 0 0 var(--primary-color);
}
.ds-float-contact-group{
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	align-items: center;
}
.ds-float-icon{
	width: 40px;
  height: 40px;
  display: grid;
  border-radius: 50em;
  place-items: center;
}
.ds-float-icon svg{
	width: 24px;
	height: 24px;
}
.ds-float-facebook .ds-float-icon svg{
	width: 20px;
	height: 20px;
}
.ds-float-phone .ds-float-icon svg{
	animation: aniPhone 1s infinite;
}
.ds-float-phone .ds-float-icon svg path{
	stroke: white;
}
.ds-float-facebook .ds-float-icon svg path{
	fill: white;
}

@keyframes aniPhone {
	0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}

10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
	}
}
/* End footer */
.box-blog-post .is-divider{
    display: none;
}
.ds-sc-title{
    border-bottom: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ds-sc-title > p{
    margin-bottom: 0;
}
.ds-sc-title > p a{
    color: var(--fs-color-secondary);
}
.ds-sc-title h2{
    display: inline-flex;
    width: max-content;
    padding: .5rem 1rem;
    background: var(--primary-color);
    color: white;
    margin-bottom: 0;
    line-height: 1;
    font-size: 20px;
    position: relative;
    min-height: 40px;
    line-height: 20px;
    align-items: center;
    text-transform: uppercase;
}
.ds-sc-title h2:after{
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-left: 20px solid var(--primary-color);
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid var(--primary-color);
}
/* Laptop */

/* End laptop */

/* Tablet */
@media screen and (max-width: 1023px){
	.ds-home-abs-icb-list{
		margin-top: 2.5rem;
	}
	.ds-home-abs-img-sub-col{
		bottom: -15%;
	}
	.ds-team-single{
		--mw: calc((100% - 1.5rem) / 2);
	}
	.ds-home-service{
		--mw: calc((100% - 1.5rem) / 2);
	}
	.ds-home-client-logo{
		--mw: calc((100% - 3rem) / 4);
	}
	.ds-home-follow-content{
		top: 5%;
	}
	.ds-home-video-content > .col-inner{
		padding: 0;
	}
	.author_content_wrapper{
		position: relative;
    min-height: 900px;
    margin-top: -170px;
    padding-top: 220px;
	}
	.author_content_wrapper_inner{
		margin-top: -2.5rem;
	}
	.author_chuyen-khoa{
		box-shadow: var(--ds-box-sd);
	}
	.ds-author-content-wave-bottom{
		margin-top: -200px;
	}
	.author-exp-wrapper, .ds-author-page .ds-archive-posts, .ds-author-post-wave, .ds-team-relate{
		margin-top: 0;
	}
	.ds-author-relate-wave{
		margin-top: -50px;
	}
	.author-info__left{
		padding-right: 15px;
		text-align: center;
		padding-top: 50px;
	}
	h1.author-name{
		color: white;
		font-size: 32px;
	}
	.author-description{
		color: white;
	}
	.author-info-inner .author-image{
		margin-top: 0;
	}
	.ds-contact-page-left {
		padding-bottom: 30px !important;
	}
}
/* End tablet */

/* Mobile */
@media screen and (max-width: 767px){
	
/* 	Global */
	.ds-pri-title{
		font-size: 26px;
	}
/* 	End global */
/* 	Header */
	#logo{
		width: 120px;
	}
	.ds-header-cta-wrapper > a{
		white-space: nowrap;
    padding: 8px 16px;
	}
/* 	End Header */
	
	.ds-home-abs-icb, .ds-home-service, .ds-home-wcu, .ds-team-item{
		--mw: 100%;
	}
	.ds-home-abs-icb-list{
		margin-top: 2rem;
	}
	.ds-home-abs-icb-list > .col-inner, .ds-home-service-list > .col-inner{
		row-gap: 1.5rem;
	}
	.ds-home-abs-img-sub-col{
		bottom: -10%;
	}
	.ds-swiper-prevNext{
		bottom: 0;
    top: auto;
    width: 40px;
    height: 40px;
    padding: 5px;
    background: white;
    opacity: 1;
    border-radius: 5px;
    /* box-shadow: var(--ds-box-sd); */
    border: 1px solid #eee;
	}
	.ds-swiper-prevNext:after{
		font-size: 20px;
	}
	.ds-home-follow-content{
		position: relative;
		animation: none;
		top: 0;
		padding: 0 15px;
		margin-top: 1.5rem;
	}
	.ds-home-follow-content .icon-box{
		margin-bottom: 1rem;
	}
	.ds-home-video-content > .col-inner{
		padding: 0;
	}
	.ds-home-video-cover{
		width: 97vw !important;
	}
	.ds-video-wrapper .ds-video{
		 width: 99vw;
     height: calc(92vw / 1500* 1080);
     padding-top: 0 !important;
	}
	.ds-home-video-content .ds-pri-btn{
		padding: 5px 20px;
	}
	.ds-home-video-content .ds-pri-btn.ds-btn-outline{
		margin-right: 0;
	}
	.ds-home-clients > .col-inner{
		gap: .5rem;
		justify-content: center;
	}
	.ds-home-client-logo{
		--mw: calc((100% - 1rem) / 3);
	}
	.ds-client-decor{
		width: 430px !important;
	}
	
	.ds-team-single{
		--mw: 100%;
	}
	
	.ds-team-page-into-sc .section-content{
		min-height: 750px;
		padding-top: 50px;
		margin-bottom: 0;
	}
	.ds-team-single-page-main{
		top: 35px;
	}
	.ds-team-intro-content{
		text-align: center;
	}
	.ds-team-intro-content h2{
		font-size: 32px;
	}
	.author-box {
      padding: 20px !important;
   }
	.blog-author-image {
        width: 60px !important;
        height: 60px !important;
    }
	.author-box .mr.circle {
        margin-right: 15px !important;
    }
	.blog-author-image img {
      width: 50px !important;
      height: 50px !important;
  }
	.author-box-description {
    padding: 20px 30px !important;
  }
	.ds-single-blog-title{
		font-size: 32px;
		line-height: 40px;
	}
	.blog-wrapper{
		padding-top: 15px;
	}
	.author-info-wrapper{
		min-height: 720px;
	}
	.author_content_wrapper{
		position: relative;
    min-height: 700px;
    margin-top: -100px;
    padding-top: 120px;
	}
	.author-info-inner .author-image{
		height: 400px;
		margin-top: 0;
	}
	.author_chuyen-khoa{
		--mw: 100%;
		box-shadow: var(--ds-box-sd);
	}
	.ds-author-decor__contentBg{
		background-size: cover;
	}
	.author_content_wrapper_inner, .ds-author-content-wave-bottom, .author-exp-wrapper, .ds-author-page .ds-archive-posts, .ds-author-post-wave, .ds-author-relate-wave, .ds-team-relate{
		margin-top: 0;
	}
	
	.author-exp-title, .dtn-author-posts-title, .ds-team-relate h2{
		font-size: 28px;
	}
	.ds-author__exp{
		padding: 10px;
	}
	.ds-contact-page-form > .col > .col-inner, .ds-contact-icb{
		padding: 15px;
	}
	.ds-abs-page-intro-icb{
		--mw: 100%;
	}
	.ds-abs-sub-icb{
		width: 100%;
	}
	.ds-abs-sub-icb.first{
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.ds-abs-clients-count-col{
		position: absolute;
		bottom: 60px;
		left: 0;
		padding: 0 30px 0 !important;
	}
	.ds-abs-client-count{
		margin-bottom: 0;
	}
	.ds-abs-statistics > .col-inner{
		flex-wrap: wrap;
	}
	.ds-abs-statistic-item{
		border-right: 0;
		border-bottom: 1px solid #ffffff45;
	}
	.ds-abs-statistic-item:last-child{
		border-bottom: 0;
	}
	.ds-footer-arcord .accordion-title{
		padding-left: 0;
	}
	.ds-footer-arcord .accordion-title .toggle{
		right: 0;
		left: auto;
		font-size: 14px;
		color: white;
	}
}
/* End Mobile */