@font-face {
    font-family: Helvetican;
    font-weight: 500;
    src: url("../fonts/helvetica-neue-medium.ttf")
}
@font-face {
    font-family: Helvetican;
    font-weight: 700;
    src: url("../fonts/helvetica-neue-bold.ttf")
}
@font-face {
    font-family: Helvetican;
    font-weight: 300;
    src: url("../fonts/helvetica-neue-light.ttf")
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');

:root {
    --main-color: #1fccf0;
    --primary-color: #FFEB7B;
    --font-color: #35353D;

}
html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
	font-size: 16px;
	color: var(--font-color);
	background: #fff;
	font-family: 'Helvetican', sans-serif;
/*	font-family: 'Montserrat', sans-serif;*/
	font-weight: 500;
	overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.container {
	max-width: 1200px;
    margin: 0 auto;
	position:relative;
}
.aligncenter {
	display: block;
	margin: 10px auto;
	width: 100% !important;
}
.aligncenter img{
	max-width: 100%;
	margin: 0 auto;
    display: inherit;
}
.wp-caption-text {
	font-style: italic;
	margin: 10px 0 20px 0;
    text-align: center;
    font-size: 0.9em;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ele {
	position:absolute;
}
.last {
	margin-right:0 !important;
	padding-right:0 !important;
	border:0 !important;
}
a {
	-webkit-transition:all 0.5s;
	transition:all 0.5;
	text-decoration:none;
	color:#3a3636;
}
a:hover {
	color: inherit; !important;
	text-decoration:none;
}
p {
	margin: 0 0 5px 0;
}
img {
	max-width: 100%;
	height: auto;
}
::placeholder {
  color: #a9a9a9;
  font-size: 16px;
}

.f-left  {
	float:left;
}
.f-right  {
	float:right;
}
.padding0 {
	padding-left: 0;
	padding-right: 0;
}
.margin0 {
	margin-left: 0;
	margin-right: 0;
}
.table {
	height:100%;
	display:table;
	padding: 0;
	margin: 0;
	color: #fff;
}
.table-cell  {     
	display:table-cell;
	vertical-align:middle;
	padding: 0;
	margin: 0;
}
.show-on-mobile {
	display: none;
}
.hide-on-mobile {
	display: block;
}
.element {
	position: absolute;
}
.title {
	color: var(--font-color);
	text-transform: uppercase;
}
.title .maintitle {
	color: var(--main-color);
}

.wpcf7-validation-errors {
	display: none;
}

.banner-section {
	padding: 50px 0 0 0;
	background: url(../images/website_service/bg/bg-bannerhome.png) bottom center no-repeat;
	background-size: 100% auto;
}
.banner-section .col-left {
	margin: 5% 0 0 0;
	text-align: center;
}
.banner-section .col-left p {
	text-align: center;
	text-transform: uppercase;
	font-size: 4em;
	margin: 15px 0;
}
.banner-section .col-left p img {}
.banner-section .col-right {
	position: relative;
	height: 100%;
}
/*.banner-section .col-right::before {
	content: "";
	display: block;
	background: url('../images/elements/element-line-01.png') top left no-repeat;
	position: absolute;
	top: -20%;
	left: 40%;
	width: 480px;
	height: 390px;
}*/
.banner-section .col-right .element-ipad-back {
	top: 20%;
	right: 20%;
}
.banner-section .col-right .element-ipad-front {
	top: 35%;
	right: 0;
}
.banner-section .col-right .element-pen {
	top: 25%;
	right: 70%;
}
.banner-section .col-right .element-line {
	top: -20%;
	left: 40%;
	position: absolute;
	display: block;
	background: url('../images/website_service/elements/element-line-01.png') top left no-repeat;
	width: 0;
	opacity: 0;
	height: 390px;
}
.banner-section .container {
	position: relative;
	z-index: 2;
}
.banner-section .marquee-container {
	padding: 0 0 40px 0;
	margin: -30px 0 0 0;
	position: relative;
	z-index: 1;
}
.banner-section .marquee-content {
	color: rgba(255, 255, 255, 0.4);
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 5vw;
	width: 100%;
	text-shadow: 0 0 0 inherit;
}

.row-box {
	width: 100%;
}
.hotline-box {
	position: fixed;
	top: 10px;
	right: 20px;
	padding: 0 7px 0 5px;
    text-align: center;
    background: #f5821f;
    z-index: 1000;
    border: 1px solid #f5821f;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 19px -10px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 19px -10px rgba(0,0,0,0.75);
}
.hotline-box a {
	color: #fff;
	font-size: 1.2em;
	display: block;
	padding: 5px 15px 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.hotline-box a i{
	color: #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: none;
	font-size: 1.1em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

section {
  padding: 70px 0;
}
.row-reverse {
	flex-direction: row-reverse;
}
.navigator {
	position: relative;
}
.swiper-button-next, .swiper-button-prev {
	width: 44px;
	height: 30px;
}
.swiper-button-next {
	background: url(../images/website_service/icons/arrow-right.png) center center no-repeat;
	background-size: contain;
} 
.swiper-button-prev {
	background: url(../images/website_service/icons/arrow-left.png) center center no-repeat;
	background-size: contain;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	display: none;
}

/* SECTION 01 */
.row-box-01 {
	padding: 70px 0;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 10px 10px -10px #ccc;
	position: relative;
	z-index: 2;
}
.row-box-01::after {
	content: "";
	display: block;
	background: url('../images/website_service/elements/element-blur-01.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 40%;
	right: -200px;
	width: 456px;
	height: 456px;
}
.row-box-01 .col-left {
	position: relative;
}
.row-box-01 .col-left::after {
	content: "";
	display: block;
	background: url('../images/website_service/elements/element-blur-01.png') center center no-repeat;
	position: absolute;
	top: -24%;
	left: 50%;
	width: 456px;
	height: 456px;
}
.row-box-01 .title {}
.row-box-01 .title p {
	font-size: 2.5em;
}
.row-box-01 .title p.maintitle {
	font-size: 1.5em;
    line-height: 1.5;
    margin: 15px 0 0 0;
}
.row-box-01 .content {
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.6;
    margin: 20px 0 0 0;
    font-weight: 300;
}
.row-box-01 .readmore {
	margin: 30px 0 0 0;
}
.row-box-01 .readmore a.btn {
    background: rgb(244, 222, 82);
    background: linear-gradient(93deg, rgba(244, 222, 82, 1) 0%, rgba(255, 240, 144, 1) 50%, rgba(244, 222, 82, 1) 100%);
    padding: 10px 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3em;
    border-radius: 25px;
}
.row-box-01 .main-image {
	position: relative;
}
.row-box-01 .main-image .element {
	background: var(--main-color);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
}
.row-box-01 .main-image .element img {
	max-width: 50px;
}
.row-box-01 .main-image .element-messenger {
	left: 12%;
	top: 40%;
}
.row-box-01 .main-image .element-upload {
	right: 15%;
	top: 20%;
}
.row-box-01 .main-image .element-ecommerce {
	bottom: -10%;
	right: 37%;
}

/* SECTION 02 */
.row-box-02 {
	position: relative;
}
.row-box-02::after {
	content: "";
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -150px;
    left: -150px;
    z-index: -1;
}
.row-box-02 .col-left {}
.row-box-02 .col-left .title {
	font-size: 2.8em;  
}
.row-box-02 .col-left .title p {}
.row-box-02 .col-left .title p .maintitle {}
.row-box-02 .col-left .navigator {
    display: none;
    width: 30%;
    margin: 60px 0 0 0;
}
.row-box-02 .slide-services {
	width: 100%;
	overflow: hidden;
	padding-left: 50px;    
}
.row-box-02 .swiper {
  width: 100%;
  height: 100%;
}
.row-box-02 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}
.row-box-02 .slide-services .swiper-wrapper {
	padding: 0 0 20px 0;
}
.row-box-02 .slide-services .slide-item {
	background: var(--primary-color);
	padding: 20px;
	width: 100%;
	height: 270px;
	box-shadow: 4px 4px 6px 0px #DBC02B;
	border-radius: 20px;
	cursor: pointer;
}
.row-box-02 .slide-services .slide-item .number {
	text-align: left;
	font-size: 3em;
	line-height: 1.3;
	font-weight: 700;  
}
.row-box-02 .slide-services .slide-item .number .dotted {
    color: var(--main-color);
    font-family: 'Monserrat';
    font-size: 1.4em;
    line-height: 0;
    margin: 0 0 0 3px;
}
.row-box-02 .slide-services .slide-item .content {
	text-align: justify;
	font-weight: 300;
}
.row-box-02 .element-box {
	font-size: 4.8em;
	font-weight: 900;
	text-transform: uppercase;
}
.row-box-02 .element-text-left {
    position: absolute;
    bottom: -30px;
    left: -20px;
    line-height: 1;
}
.row-box-02 .element-text-right {
	position: absolute;
    top: -30px;
    right: -80px;
    line-height: 1;
}
.row-box-02 .line-01 {
	color: #6DE6FF;
	opacity: 0.2;
	line-height: 1;
}
.row-box-02 .line-02 {
	color: #FFEB7A;
	opacity: 0.2;
	line-height: 1;
}


/* SECTION 03 */
.why-wordpress-box {
	background: url(../images/website_service/bg/bg-city.png) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;   
	padding-bottom: 350px;
	position: relative;
}

/* Hide scrollbar for WebKit-based browsers */
.why-wordpress-box::-webkit-scrollbar {
	display: none;
}

.why-wordpress-box .title {
	font-size: 3.4em;
/*	position: sticky;
    top: 7vh;*/
}
.why-wordpress-box .list-items {
	padding-right: 15px;
    position: relative;
    overflow-y: scroll;
    height: 320px;
}
.why-wordpress-box .list-items .item {
	background: rgb(62,222,255);
	background: linear-gradient(126deg, rgba(62,222,255,1) 0%, rgba(94,228,255,1) 37%, rgba(248,222,79,1) 95%, rgba(248,222,79,1) 58%); 
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    margin: 0 0 20px 0;
    display: flex;
}
.why-wordpress-box .list-items .item:last-child {
	margin: 0;
}
.why-wordpress-box .list-items .item .content {
	width: 75%;
	font-size: 1.3em;
}
.why-wordpress-box .list-items .item .icon {
	width: 25%;
}
.row-box-03 .col-left {
	position: relative;
	height: 100%;
}
.row-box-03 .col-right {
	position: relative;
}

/* SECTION 04 */
.row-box-04 {
	margin: -250px 0 0 0; 
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 30%); 
    position: relative;
    z-index: 2;
}
.row-box-04 .main-image {
	position: relative;
}
.row-box-04 .main-image .element-laptop-close {
	bottom: 6%;
	left: 23%;
}
.row-box-04 .main-image .element-laptop-open {
	bottom: 20%;
	left: 15%;
}
.row-box-04 .title {
	font-size: 2.6em;
}
.row-box-04 .list-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 0 0;
}
.row-box-04 .list-items .item {
	width: 45%;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}
.row-box-04 .list-items .item .icon {
	position: relative;
}
.row-box-04 .list-items .item .icon img {
	position: relative;
	z-index: 2;
}
.row-box-04 .list-items .item .icon::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: 60px;
	background: var(--primary-color);
	box-shadow: 0px 5px 5px 5px #ffeb7b;
	z-index: 1;
}
.row-box-04 .list-items .item .content {
	margin: 20px 0 0 0;
	font-size: 1.1em;
}

/* SECTION 05 */
.row-box-05 {
	position: relative; 
}
.row-box-05::before {
	content: "";
	display: block;
	width: 200%;
	height: 120%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(5deg);
	background: rgb(250,242,197);
	background: linear-gradient(0deg, rgba(250,242,197,1) 0%, rgba(255,255,255,1) 70%);
	z-index: 0;
}	
.row-box-05 .title {
	font-size: 2.6em;
}
.row-box-05 .list-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row-box-05 .list-items .item {
	width: 31%;
	height: 180px;
	padding: 15px;
	margin: 10px 0;
	color: #fff;
	background: rgb(57,221,255);
	background: linear-gradient(0deg, rgba(57,221,255,1) 0%, rgba(109,230,255,1) 72%);
	border-radius: 20px;
	box-shadow: 1px 2px 6px 0px rgba(0,75,129,0.75) inset;
	-webkit-box-shadow: 1px 2px 6px 0px rgba(0,75,129,0.75) inset;
	-moz-box-shadow: 1px 2px 6px 0px rgba(0,75,129,0.75) inset;
}
.row-box-05 .list-items .item .heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin: 0 0 15px 0;
}
.row-box-05 .list-items .item .heading .number {
	font-size: 2.7em;
	line-height: 1;
}
.row-box-05 .list-items .item .heading .number span {
	position: relative;
}
.row-box-05 .list-items .item .heading .number span::after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 5px;
}
.row-box-05 .list-items .item .heading .icon {
	height: 60px;
}
.row-box-05 .list-items .item .content {
	font-weight: 300;
}

/* SECTION 06 */
.row-box-06 {
	padding-top: 120px;
	position: relative;
}
.row-box-06::before {
	content: "";
	display: block;
	width: 7vw;
	height: 430px;
	background: url(../images/website_service/elements/element-dotline-01.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	top: 10%;
	left: 0;
}
.row-box-06::after {
	content: "";
	display: block;
	width: 7vw;
	height: 240px;
	background: url(../images/website_service/elements/element-dotline-02.png) top right no-repeat;
	background-size: contain;
	position: absolute;
	top: 60%;
	right: 0;
}
.row-box-06 .heading {
	display: flex;
	justify-content: space-between;
}
.row-box-06 .heading .title {
	font-size: 6em;
}
.row-box-06 .heading .navigator {
	width: 10%;
	top: -20px;
	right: 15px;
}
.row-box-06 .heading .navigator .swiper-button-prev,
.row-box-06 .heading .navigator .swiper-button-next {
    background-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
}
.slide-categories {
	width: 100%;
	overflow: hidden;
	margin: -45px 0 0 0;
}
.slide-categories .slide-item {}
.slide-categories .slide-item .thumb-inside {
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
}
.slide-categories .slide-item .thumb-inside img {
	transition: all 0.4s;
	transform: scale(1);
}
.slide-categories .slide-item:hover .thumb-inside img {
	transform: scale(1.2);
}
.slide-categories .slide-item .title {
	margin: 20px 0 0 0;
	padding: 0 20px;
	font-size: 1.4em;
	font-weight: 500;
}

/* SECTION 07 */
.row-box-07 {
	position: relative;
}
.row-box-07 .box-inside {
	padding: 50px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(134,227,247,0.5) 100%);
	border-radius: 30px;
}
.row-box-07 .title {
	font-size: 2.2em;
	text-align: center;
}
.row-box-07 .title .maintitle {
	font-size: 1.4em;
}
.set-cards {
	padding-top: 50px;
}
.list-steps {
	margin: 0 0 0 0;
	width: 100%;
	height: 550px;
/*	position: relative;*/
	top: 0;  
}
.list-steps .item {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    z-index: 1; 
/*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 1px 3px 7px -3px #ccc;
    cursor: pointer;
}
#box-07 {
    position: relative;
    padding-bottom: 0;
}

.list-steps .item-1 {
	z-index: 6;
}
.list-steps .item-2 {
	top: -45%;
	z-index: 5;
}
.list-steps .item-3 {
	top: -90%;
	z-index: 4;
}
.list-steps .item-4 {
	top: -135%;
	z-index: 3;
}
.list-steps .item-5 {
	top: -180%;
	z-index: 2;
}
.list-steps .item-6 {
	top: -225%;
	z-index: 1;
}

.list-steps .item .item-inside {
	display: flex;
	justify-content: space-between;
	height: 300px;
}
.list-steps .item .item-left {
	width: 45%;
}
.list-steps .item .item-right {
	width: 40%;
}
.list-steps .item .title {
	text-align: left;
	font-size: 2.5em;
	text-transform: none;
}
.list-steps .item .content {
	font-size: 1.1em;
	font-weight: 300;
	margin: 10px 0 0 0;
	color: #000;
}
.list-steps .item .content ul {}
.list-steps .item .content ul li {
	margin: 0 0 10px 0;
    padding: 0 0 0 20px;
	position: relative;
}
.list-steps .item .content ul li::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--main-color);
	position: absolute;
	top: 8px;
	left: 0;
}
.list-steps .item .item-footer {
	position: absolute;
    bottom: 10px;
    left: 40px;
}
.list-steps .item .item-footer .number {
	font-weight: 300;
}

.cards-height {
    height: 600vh;
}
.cards-sticky {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
}
.cards-wrapper {
    width: 100%;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
}
.container.set-cards {
    height: 100vh;
}
.cards-size-container {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
    height: 100vh;
}
.card-block {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    background-color: #fff;
    border-radius: 40px;
    flex: none;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px 40px 80px;
    display: flex;
    position: relative;
    box-shadow: 0 4px 16px rgba(29, 29, 27, .08);
}
    .card-block {
        height: 50%;
        aspect-ratio: auto;
    }

/* SECTION 08 */
.row-box-08 {
	position: relative;
	background: url(../images/website_service/elements/element-multiline-01.png) left 10% no-repeat;
	background-size: 1217px 40vw;
	padding-top: 0;
}
.row-box-08::before {
	content: "";
    display: block;
    background: url(../images/website_service/elements/element-blur-01.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 60%;
    left: -200px;
    width: 456px;
    height: 456px;	
}
.row-box-08::after {
    content: "";
    display: block;
    background: url(../images/website_service/elements/element-blur-01.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    right: -200px;
    width: 456px;
    height: 456px;
}    
.row-box-08 .title {
	font-size: 2.4em;
	text-align: center;
}
.row-box-08 .title .maintitle {
	font-size: 1.4em;
}
.row-box-08 .content {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
.row-box-08 .content .col-left {
	width: 35%;
}
.row-box-08 .content .col-left .col-inside {
    background: #6DE6FF;
    padding: 30px;
    border-radius: 30px;
	box-shadow: 1px 2px 6px 0px rgba(0,75,129,0.75) inset;
	-webkit-box-shadow: 1px 2px 6px 0px rgba(0,75,129,0.75) inset;
	-moz-box-shadow: 1px 2px 6px 0px rgba(0,75,129,0.75) inset;
}
.row-box-08 .content .col-left .col-inside .text {
    font-size: 1.2em;
    font-weight: 300;
    text-align: justify;
}
.row-box-08 .content .col-left .col-inside .image {
    margin: 30px 0 0 0;
    padding: 20px 20px 0 20px;
    border-radius: 25px;
    background: var(--primary-color);
    text-align: center;
    overflow: hidden;
}
.row-box-08 .content .col-right {
	width: 60%;
}
.row-box-08 .content .col-right .col-inside {
	padding: 20px 40px;
	height: 100%;
	background: var(--primary-color);
	border-radius: 30px;
	box-shadow: 1px 2px 6px 0px rgba(248, 223, 81,0.75) inset;
	-webkit-box-shadow: 1px 2px 6px 0px rgba(248, 223, 81,0.75) inset;
	-moz-box-shadow: 1px 2px 6px 0px rgba(248, 223, 81,0.75) inset;
}
.row-box-08 .list-advantage {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: baseline;
}
.row-box-08 .list-advantage .item {
	width: 45%;
	margin: 20px 0;
	padding: 0 15px;
	text-align: center;
}
.row-box-08 .list-advantage .item .icon {
	height: 70px;
}
.swivel-icon {
  display: block;
  margin: 0 auto;
  transition: transform 4s linear;
}

/* SECTION 09 */
.row-box-09 {
	position: relative;
    background: rgb(147, 237, 255);
    background: linear-gradient(126deg, rgba(147, 237, 255, 1) 0%, rgba(94, 228, 255, 1) 35%, rgba(255, 240, 158, 1) 80%, rgba(255, 240, 158, 1) 73%);
}
.row-box-09 .element-circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 2px solid #F9D900;
	position: absolute;
	bottom: -100px;
	left: -100px;
	box-shadow: inset 0 0 0 1px #cdbaba;
}
.row-box-09 .title {
	font-size: 1.9em;
}
.row-box-09 .title strong {
	color: #fff;
	font-size: 1.2em;
}
.row-box-09 .title .highlight-text {
	font-weight: 700;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: .8rem;
    width: max-content;
    line-height: 1.2;
    padding: .7rem 3rem;
    background: linear-gradient(90deg, #0094FF 50%, transparent 50%), linear-gradient(90deg, #0094FF 50%, transparent 50%), linear-gradient(0deg, #0094FF 50%, transparent 50%), linear-gradient(0deg, #0094FF 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: .5rem .2rem, .5rem .2rem, .2rem .5rem, .2rem .5rem;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    position: relative;
}
.row-box-09 .title .highlight-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .8rem;
    background: #FFEB7A;
    z-index: -1;
}
.row-box-09 .content {
    padding: 20px 80px 0 80px;
    margin: 20px 0 0 0;
    position: relative;
    font-size: 1.2em;
    text-align: justify;
}
.row-box-09 .content::before {
	content: "";
	display: block;
	background: url(../images/website_service/icons/icon-quote.png) center center no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.row-box-09 .col-right {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}    
.row-box-09 .col-right::before {
	content: "";
    display: block;
    background: url(../images/website_service/elements/element-path.png) center center no-repeat;
    background-size: contain;
    width: 650px;
    height: 410px;
    position: absolute;
    bottom: -70px;
    left: -20px;
}
.row-box-09 .elements {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.row-box-09 .element-phone-01 {
	right: 40%;
    top: 20%;
}
.row-box-09 .element-phone-02 {
    right: 10%;
    top: 10%;
}

/* SECTION 10 */
.row-box-10 {
	position: relative;
	padding: 30px 0;
	background: #E6F9FD;
}
.row-box-10 .marquee-content {
	display: flex;
}
.row-box-10 .marquee-content .marquee-item {
	text-align: center;
	padding: 0 50px;
}
.row-box-10 .marquee-content .marquee-item img {
	max-width: 180px;
}

/* SECTION 11 */
.row-box-11 {
	position: relative;
	background: url(../images/website_service/bg/bg-box-11.png) top center no-repeat;
	background-size: cover;
	border-radius: 0 0 30px 30px;
}
.list-gifts {
	display: flex;
	justify-content: space-between;
}
.list-gifts .gift-item {
	width: 30%;
	cursor: pointer;
}
.list-gifts .gift-item .item-inside {
	background: #FFEB7A;
	border-radius: 30px;
	height: 300px;
	text-align: center;
	padding: 30px 20px;
}
.list-gifts .gift-item .item-inside .image {
	position: relative;
	height: 100%;
}
.list-gifts .gift-item .item-inside .image .text-gift {
	position: absolute;
    bottom: 60px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.list-gifts .gift-item .item-inside .image .text-gift::before {
	content: "";
	display: block;
	background: url(../images/website_service/elements/element-light.png) top center no-repeat;
	background-size: contain;
	width: 410px;
    height: 220px;
    position: absolute;
    bottom: -90px;
    left: -40px;
	z-index: 0;
    transition: all .3s;
    transform: scale(0.3) translate3d(0px, -90px, 0px);
    opacity: 0;
}
.list-gifts .gift-item .item-inside .image .text-gift img {
	transform: scale(0.5) translate3d(0px, 0px, 0px);
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.list-gifts .gift-item .item-inside .image::before {
	content: "";
	display: block;
	width: 158px;
	height: 156px;
	background: url(../images/website_service/elements/element-lid-giftbox.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: calc(50% - 80px);
	transform: rotate(15deg);
	transition: all 0.3s;
	z-index: 2;
}
.list-gifts .gift-item .item-inside .image::after {
	content: "";
	display: block;
	width: 184px;
	height: 90px;
	background: url(../images/website_service/elements/element-body-giftbox.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: calc(50% - 90px);
}
.list-gifts .gift-item:hover .image .text-gift {
	z-index: 3;
}
.list-gifts .gift-item:hover .image .text-gift img {
	transform: scale(1) translate3d(0px, -30px, 0px);
}
.list-gifts .gift-item:hover .item-inside .image::before {
    top: -60px;
    left: calc(50% - 150px);
    transform: rotate(-10deg);
}
.list-gifts .gift-item:hover .item-inside .image .text-gift::before {
	transform: scale(1.4) translate3d(0px, -85px, 0px);
    opacity: 1;
    z-index: 0;
}

/* SECTION 12 */
.row-box-12 {
	position: relative;
	padding: 0;
}

/* SECTION 13 */
.row-box-13 {
	position: relative;
}
.formbox {
	display: flex;
	flex-wrap: nowrap;
	background: url(../images/website_service/bg/bg-contact-form.png) center bottom no-repeat;
	background-size: cover;
	padding: 40px;
	margin: -150px 0 0 0;
	border-radius: 40px;
}
.formbox .col-left {
	width: 50%;
	padding-right: 50px;
}
.formbox .col-left .title {
	color: #fff;
	font-weight: 500;
	font-size: 2.5em;
	line-height: 1.3;
}
.formbox .col-left .desc {
	margin: 15px 0 0 0;
}
.formbox .social-links {
	margin: 20px 0 0 0;
	display: flex;
}
.formbox .social-links .social-item {
	width: 50%;
}
.formbox .social-links .social-item .info {
	margin: 10px 0 0 0;
}
.formbox .social-links .social-item .info strong {
	font-size: 1.2em;
}
.formbox .contact-line {
	margin: 20px 0;
	display: flex;
	align-items: end;
	font-size: 1.1em;
}
.formbox .contact-line .icon {
	width: 30px;
	text-align: center;
	margin: 0 10px 0 0;
}
.formbox .col-right {
	width: 50%;
}
.formbox .col-right .col-inside {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
}
.formbox form {}
.formbox form .fieldbox {
	margin: 15px 0;
}
.formbox form .fieldbox input,
.formbox form .fieldbox textarea {
	border: 0;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	width: 100%;
}
.formbox form .fieldbox textarea {
	height: 100px;
}
.formbox form .wpcf7-submit.btn {
    background: rgb(244, 222, 82);
    background: linear-gradient(93deg, rgba(244, 222, 82, 1) 0%, rgba(255, 240, 144, 1) 50%, rgba(244, 222, 82, 1) 100%);
    width: 100%;
    border: 0;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    font-size: 1.4em;
    font-weight: 700;
}
.formbox form .wpcf7-submit.btn span {
	padding: 7px 0 7px 40px;
	background: url(../images/website_service/icons/icon-flash.png) left center no-repeat;
	background-size: contain;
}
.formbox .note {
  position: relative;
  padding: 20px 40px;
  margin: 30px 0 0 0;
  color: #6A6A6F;
  line-height: 1.8;
  background: linear-gradient(90deg, #6A6A6F 50%, transparent 50%), linear-gradient(90deg, #6A6A6F 50%, transparent 50%), linear-gradient(0deg, #6A6A6F 50%, transparent 50%), linear-gradient(0deg, #6A6A6F 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 1rem 0.1rem, 1rem 0.1rem, 0.1rem 1rem, 0.1rem 1rem;
  background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  border-radius: 7px;
  text-align: center;
}
.formbox .note::before {
	content: "";
	background: url(../images/website_service/icons/icon-lock.png) center center no-repeat;
	background-size: contain;
	display: block;
	width: 14px;
	height: 21px;
	position: absolute;
	top: -12px;
	left: calc(50% - 7px);
}
.formbox form .wpcf7-submit.btn:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-weight: 300;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-weight: 300;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-weight: 300;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-weight: 300;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: #e20013;
    background: #fff;
    padding: 30px 50px;
    border-radius: 20px;
    font-size: 2.4em;
    position: relative;
    z-index: 1;
}



@media screen and (max-width: 767px)
{
	img {
		max-width: 100%;
	}
	
}
@media screen and (max-width: 480px)
{
	
}