:root {
	--main-color: #008DEA;
	--gray-color: #555555;
	--gray3-color: #555555;
	--border-color: #E0E0E0;
}
@font-face {
  font-family: 'Kuro';
  src: url(../fonts/Kuro-Regular.ttf) ;
}
body {
	font: 16px/18px Kuro, Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #F5F5F5;
    line-height: 24px;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}

#landdingpage .content-page {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto 50px;
	text-align: justify;
}
.wrapper-header {
    position: relative;
    min-height: 345px;
}
.wrapper-header-img {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.wrapper-header .header-content {
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 15px 0 160px;
    color: #fff;
}
.wrapper-header .text-color-red{
	color: red;
}
.wrapper-header-img-after::after {
	width: 100%;
	height: 100%;
	background: linear-gradient(89.65deg, #023471 -9.02%, #008DEA 99.6%);
	opacity: 0.43;
	content: "";
    position: absolute;
    top: 0;
    left: 0;
}


.wrapper-header .bg-cover {
	background: linear-gradient(89.65deg, #023471 -9.02%, #008DEA 99.6%);
	opacity: 0.43;
}

.wrapper-header .header-content .title{
	/*font-family: 'Kuro';*/
	font-style: normal;
	font-weight: 900;
	/*color: #FFFFFF;*/
	margin-top: 17px;
}

.wrapper-header .header-content .summary {
    margin: 15px 15px 50px;
    text-align: center;
    /*color: #fff;*/
    line-height: 23px;
    font-size: 16px;
}

.block-strengs .item {
	padding: 0 50px;
}

.block-form-header {
	justify-content: center;
    align-items: center;
}
.block-form-header .block-form-header-1 {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
	border-radius: 8px;
    padding: 0 12px;
	margin-top: -35px;
	justify-content: space-between;
	max-width: 300px;
	width: 100%;
}
.block-form-header .form-header-item {
	text-align: center;
	padding: 10px 40px 7px;
    cursor: pointer;
    font-size: 14px;
    color: var(--gray-color);
}
.block-form-header .form-header-item svg{
	fill: var(--gray-color);
}
.block-form-header .form-header-item.active {
	border-bottom: 3px solid var(--main-color);
	color: var(--main-color);
}
.block-form-header .form-header-item.active svg{
	fill: var(--main-color);
}

.block-form-header .form-header-item .form-header-item-title {
	margin-top: 10px;
}
.block-strengs .item .title {
	font-style: normal;
	font-weight: 900;
	/* identical to box height */
	color: #008DEA;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.34);
	min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-strengs .item .image {
	margin-top: 60px;
}
.block-strengs .item .content {
	margin-top: 44px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	/* đen */
	color: #0B0B0B;
}
.block-hotline {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 70%;
	margin: 60px auto 40px;
}
.block-hotline .item {
	min-width: 220px;
	height: 56px;
	border: 1px solid var(--main-color);
	margin: 0px 10px 24px;
    border-radius: 40px 40px;
    box-sizing: border-box;
	display: flex;
    align-items: center;
}

.block-hotline .item .left-hotline {
	width: 56px;
    height: 56px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.block-hotline .item .content {
	padding: 0 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: var(--main-color);
}

.block-hotline .item .content .text{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	margin-top: 7px;
	color: var(--main-color);
    display: inline-block;

}
.rate .star {
	margin: 0 10px;
}

.rate svg {
	color: #FF8800;
    width: 30px;
}

.dashed {
	padding-top: 56px;
	margin-top: 56px;
	position: relative;
}
.dashed:after {
	content: '';
	height: 1px;
	width: 100%;
	max-width: 440px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	border-top: 1px dashed #4F4F4F;
}
.block-strengs {
	margin-top: 90px;
}
.block-testimonials .owl-controls {
	margin-top: 8px;
}
.block-testimonials .item {
	max-width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 100%;

}
.block-testimonials .item .image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding: 5px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
	margin: 0 auto;
    margin-bottom: -60px;
}
.block-testimonials .item .image img{
	width: 100%;
    border-radius: 50%;
}
.block-testimonials .item .content {
	background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 24%);
    border-radius: 80px 0 80px 0;
    box-sizing: border-box;
	padding: 20px;
}

.block-testimonials .item .content .title {
	font-style: normal;
	font-weight: 900;
	color: var(--main-color);
}

.block-testimonials .item .content .rate {
	margin-top: 12px;
}
.block-testimonials .item .content .text {
	margin-top: 35px;
	position: relative;
	text-align: left;
	padding-left: 30px;
	font-style: normal;
	font-weight: 400;
}
.block-testimonials .item .content .author {
	text-align: right;
	font-style: normal;
	font-weight: 500;
	margin-top: 35px;
}

.block-testimonials .item .content-sub {
	padding: 50px 100px 40px 100px;
	border-radius: 65px 0 65px 0;
	border: 1px dashed #CCCCCC;
}

.block-testimonials .item .content .text .svg-left{
	position: absolute;
    left: 0px;
    top: -5px;
}
.block-testimonials .item .content .text .svg-right{
	position: absolute;
    right: 0px;
    bottom: 0px;
}

.block-form {
	background: #F8F7F9;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
	border-radius: 10px;
	position: relative;
    z-index: 5;
    margin-top: -154px;
}

.block-form input:focus , .block-form select:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.block-form .block-form-content {
	padding: 24px 60px 44px;
	position: relative;
}

.block-form .form-control, .block-form .form-select {
	border: none;
	padding-top: 1.925rem;
    padding-bottom: 0.225rem;
}

.block-form .item {
	border: 1px solid var(--border-color);
	border-radius: 0.25rem;
	background: #fff;
    margin: 0 10px 20px;
	padding: 0;
}


.block-form-content .row-1 .item {
	width: calc(30% - 20px);
}
.block-form-content .row-1 .item-1 {
	width: calc(40% - 20px);;
}

.block-form-content .row-2 .item {
	width: calc(50% - 20px);
	display: flex;
}

.block-form-content .row-2 .item .form-floating {
	width: calc(50% - 0px);
	position: relative;
}
.block-form-content .row-22 .item .form-floating {
	width: calc(100% - 0px);
}


.block-form-content .row-2 .item .form-floating:nth-child(2):after{
	content: '';
	width: 1px;
	height: 70%;
	top: 15%;
	left: -1px;
	position: absolute;
	background: var(--border-color);
}
.block-form-content .row-3 .item {
	width: calc(100% - 20px);
	display: flex;
	position: relative;
}

.block-form-content .row-3 .item .form-floating {
	width: calc(50% - 0px);
}

.block-form-content .row-3 .item .form-floating:nth-child(2) .icon{
	left: -25px;
}


.block-form .bottom-submit {
	background: #008DEA;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.32);
	border-radius: 8px;
	max-width: 300px;
	width: 100%;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
    margin: 0 auto;
    padding: 18px;
    transition: .4s;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    border: none;
}

.block-form .form-floating {
	box-sizing: border-box;
	padding-left: 40px;
}

.block-form .form-floating label {
	left: 40px;
}

.block-form-content .form-floating .icon {
	position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-fixed {
	position: fixed;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--main-color);
    bottom: 60px;
    right: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
	display: none;
}

.title-all {
	font-size: 20px;
	line-height: 29px;
    text-transform: uppercase;
}


/* phone */
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 100px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 100px;
    z-index: 200000 !important;
    display: block !important;
    right: 50px;
    bottom: 50px;
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30,30,30,0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: var(--extra-color);
    opacity: 1;
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 80px;
    left: 10px;
    position: absolute;
    top: 10px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 80px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: var(--main-color);
}
.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 64px;
    left: 18px;
    position: absolute;
    top: 18px;
    transform-origin: 50% 50% 0;
    width: 64px;
    padding: 10px;
    box-sizing: border-box;
	display: flex;
    align-items: center;
    justify-content: center;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: var(--main-color);
}
.suntory-alo-ph-img-circle svg {
    fill: #fff;
}
@keyframes suntory-alo-circle-fill-anim {
	0% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
		opacity: 0.2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}

@keyframes suntory-alo-circle-anim {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
		opacity: 0.5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}



@media all and (max-width: 1100px){
	.wrapper-header .header-content .logo img {
		width: 200px;
	}
	.wrapper-header .header-content .title {
		font-size: 24px;
	    margin-top: 15px;
	}
	.block-strengs .item {
		padding: 0 30px;
	}
	.icon-fixed {
		bottom: 25px;
    	right: 20px;
	}
	.block-form .block-form-content {
		padding: 24px 35px 40px;
	}
}
@media all and (max-width: 1025px){
	.block-hotline {
		width: 100%;
	}
	.title-all {
		font-size: 20px;
	}
	.block-strengs .item .image {
		margin-top: 45px;
	}
	.block-strengs .item .image img {
		width: 80px;
	}
}

@media all and (max-width: 900px){
	.block-form .block-form-content {
		padding: 24px 45px 35px;
	}
	.block-form-header .form-header-item {
		padding: 8px 35px 5px;
	}
	.form-select, .form-control {
		font-size: 14px;
	}
	.block-form-header .block-form-header-1, .block-form .bottom-submit {
		max-width: 270px;
	}
	.block-form {
		font-size: 14px;
	}
	.block-form .item {
		margin: 0 5px 10px;
	}
	.block-form-content .row-1 .item {
		width: calc(30% - 10px);
	}
	.block-form-content .row-1 .item-1 {
		width: calc(40% - 10px);
	}
	.block-form-content .row-2 .item {
		width: calc(50% - 10px);
	}
	.block-form-content .row-3 .item {
		width: calc(100% - 10px);
	}
	.block-form-content .form-floating .icon svg{
		width: 18px;
	}
	.block-form-content .form-floating .icon {
		width: 40px;
	}
	.block-form .form-floating {
		padding-left: 30px;
	}
	.block-form .form-floating label {
		left: 30px;
	}
	.block-form .block-form-content {
		padding: 24px 30px 40px;
	}
	.block-form-header .form-header-item .form-header-item-title {
		margin-top: 6px;
	}
}
@media all and (max-width: 700px){
	.block-form-content .row-1 .item {
		width: calc(50% - 10px);
	}
	.block-form-content .row-1 .item-1 {
		width: calc(100% - 10px);
	}
	.block-form-content .row-2 .item {
		width: calc(100% - 10px);
	}

}
@media all and (max-width: 650px){
	.block-hotline {
		margin-top: 40px;
	}
	.block-hotline .item {
		width: 100%;
		margin: 0px 0px 20px;
	}
	.dashed {
	    padding-top: 50px;
	    margin-top: 50px;
	}
	.block-strengs {
		margin-top: 75px;
	}
	.block-strengs .item {
		width: 100%;
		margin-top: 40px;
		padding: 0 50px;
	}
	.block-strengs .item:first-child {
		margin-top: 0px;
	}
	.block-strengs .item .title {
		min-height: unset;
	}
	.block-strengs .item .image {
		margin-top: 30px;
	}
	.block-strengs .item .content {
		margin-top: 30px;
	}
	.wrapper-header .header-content .logo img {
		width: 160px;
	}
	.block-form-header .form-header-item {
		padding: 8px 20px 5px;

	}
	.block-form-header .block-form-header-1 {
		max-width: 230px;
	}
	.block-form .bottom-submit {
		max-width: 230px;
	    padding: 16px;
	    font-size: 14px;
	}
	.wrapper-header .header-content .title {
		font-size: 20px;
    	margin-top: 10px;
	}

	.block-testimonials .item .content-sub {
		border-radius: 70px 0 70px 0;
		padding: 50px 30px 25px 30px;
	}
	.block-testimonials .item .content {
		padding: 12px;
	}
	.block-testimonials .item .image {
		width: 100px;
		height: 100px;
	}
	.rate svg {
		width: 25px;
	}
	.block-testimonials .item {
		padding: 0 20px 20px;
	}
	.block-testimonials .item .content .author {
		margin-top: 20px;
	}
	.block-testimonials .item .content .text {
		margin-top: 30px;
	}
	.block-form .block-form-content {
		padding: 24px 25px 20px;
	}
	.suntory-alo-phone {
		right: 10px;
    	bottom: 10px;
	}
    .block-form-content .row-3 .item {
        width: calc(100% - 10px);
        display: flex;
        flex-wrap: wrap;
        background: none;
        border: none;
    }
    .block-form-content .row-3 .item .form-floating {
        width: calc(100% - 0px);
        background: #fff;
        margin-bottom: 10px;
        border: 1px solid var(--border-color);
        border-radius: 0.25rem;
    }
    .block-form-content .row-3 .item .form-floating:nth-child(2) .icon {
        left: 0;
    }

}
@media all and (max-width: 450px) {
    .title-all {
        font-size: 18px;
    }
    .block-testimonials .item {
        padding: 0 10px 20px;
    }
}
.modal-menu-full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: #0B0B0B;
    z-index: -5;
    opacity: 0;
}
.display-open {
    display: block !important;
    z-index: 999;
    opacity: 0.44;
}
.popup-thank-you {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 35px;
    background: #FFFFFF;
    border-radius: 12px;
    width: 600px;
    max-width: 90%;
    z-index: -999;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
}
.popup-thank-you svg {
    width: 80%;
    height: auto;
}

.popup-thank-you.active {
    z-index: 999;
    opacity: 1;
    visibility: visible;
}
.popup-thank-you .popup-name {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: var(--main-color);
    margin-top: 36px;
}
.popup-thank-you .popup-content {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: var(--main-color);
    margin-top: 24px;
}
.popup-thank-you .popup-buttom {
    max-width: 260px;
    height: 54px;
    background: var(--main-color);
    border-radius: 27px;
    margin: 48px auto 0;
    padding: 18px 0;
    color: #fff;
    cursor: pointer;
}
.wap-thank-you {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-thank-you {
    text-align: center;
    padding: 75px 0 200px;
}

/* .page-thank-you .img {
    padding-top: 25px;
} */

.page-thank-you .page-title {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-color);
    margin-top: 25px;
}

.page-thank-you .link {
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: var(--main-color);
    border-radius: 32px;
    padding: 18px 30px;
    margin-top: 50px;
    display: inline-block;
    text-decoration: none;
}

.page-thank-you .img-center {
    margin-top: 35px;
    max-width: 100%;
}
.page-thank-you .img-center img{
    max-width: 100%;
}

.page-thank-you .content-page {
	font-size: 18px;
    font-weight: 600;
}


@media all and (max-width: 850px) {
    .page-thank-you {
        padding: 35px 0 100px;
    }
    .page-thank-you .img img{
        max-width: 70%;
    }
    .page-thank-you .page-title {
        font-size: 24px;
        line-height: 34px;
    }
    .popup-thank-you {
        padding: 25px;
    }
    .popup-thank-you .popup-name {
        font-size: 24px;
        margin-top: 15px;
    }
    .popup-thank-you .popup-buttom {
        margin: 32px auto 0;
    }
    .popup-thank-you .popup-content {
        font-size: 18px;
    }
    .popup-thank-you .popup-buttom {
        max-width: 180px;
        height: 44px;
        margin: 32px auto 0;
        padding: 13px 0;
    }
}
