html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }
*,
*::before,
*::after {
box-sizing: border-box; } body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333333;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} h1, h2, h3, h4, h5, h6 {
margin-block-start: 0.5rem;
margin-block-end: 1rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin-block-start: 0;
margin-block-end: 0.9rem;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; white-space: pre-wrap;
} a {
background-color: transparent;
text-decoration: none;
color: #CC3366;
}
a:hover, a:active {
color: #333366;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
} abbr[title] {
border-block-end: none; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
height: auto;
max-width: 100%;
}  details {
display: block;
} summary {
display: list-item;
}
figcaption {
font-size: 16px;
color: #333333;
line-height: 1.4;
font-style: italic;
font-weight: 400;
}  template {
display: none;
} [hidden] {
display: none;
} @media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; -webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
break-inside: avoid;
border: 1px solid #cccccc;
}
thead {
display: table-header-group;
}
tr,
img {
break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
break-after: avoid;
}
} label {
display: inline-block;
line-height: 1;
vertical-align: middle;
} button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 1rem; line-height: 1.5; margin: 0; }
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
width: 100%;
border: solid 1px #666666;
border-radius: 3px;
padding: 0.5rem 1rem;
transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
border-color: #333333;
} button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
width: auto;
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}
button,
[type=submit],
[type=button] {
display: inline-block;
font-weight: 400;
color: #CC3366;
text-align: center;
white-space: nowrap;
user-select: none;
background-color: transparent;
border: 1px solid #CC3366;
padding: 0.5rem 1rem;
font-size: 1rem;
border-radius: 3px;
transition: all 0.3s;
}
button:focus,
[type=submit]:focus,
[type=button]:focus {
outline: 5px auto -webkit-focus-ring-color;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
color: #ffffff;
background-color: #CC3366;
text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
cursor: pointer;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
resize: vertical;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }
select {
display: block;
} table {
background-color: transparent;
width: 100%;
margin-block-end: 15px;
font-size: 0.9em;
border-spacing: 0;
border-collapse: collapse;
}
table th,
table td {
padding: 15px;
line-height: 1.5;
vertical-align: top;
border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
font-weight: bold;
}
table thead th,
table tfoot th {
font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
table table {
font-size: 0.8em;
}
table table th,
table table td {
padding: 7px;
line-height: 1.3;
}
table table th {
font-weight: 400;
}
} dl,
dt,
dd,
ol,
ul,
li {
margin-block-start: 0;
margin-block-end: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
} p.quenmk {   width: 100%;  background: #fff;  color: red;
font-weight: bold; position: absolute;
top: 92%;
transform: translateY(-50%);
font-weight: bold;
text-align: center;
font-size: 17px;
font-style: italic;
z-index: 99999999999999;
}
@media (max-width: 500px){
body p.quenmk {   width: 100%;  background: #fff;  color: red;
font-weight: bold; position: absolute;
top: 92%;
transform: translateY(-50%);
font-weight: bold;
text-align: center;
font-size: 17px;
font-style: italic;
z-index: 99999999999999;
}
}
@media all {
.phone-vr {
display: block;
margin: 0 auto;
text-align: center;
}
div#gom-all-in-one {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 10px;
justify-items: center;
align-items: center;
}
#button-contact-vr .button-contact {
position: relative;
margin-top: -5px;
}
#button-contact-vr .button-contact .phone-vr {
position: relative;
visibility: visible;
background-color: transparent;
width: 90px;
height: 90px;
cursor: pointer;
z-index: 11;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transition: visibility 0.5s;
left: 0;
bottom: 0;
display: block;
}
.phone-vr-circle-fill {
width: 65px;
height: 65px;
top: 12px;
left: 12px;
position: absolute;
box-shadow: 0 0 0 0 #c31d1d;
background-color: rgba(230, 8, 8, 0.7);
border-radius: 50%;
border: 2px solid transparent;
-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
transition: all 0.5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animuiion: zoom 1.3s infinite;
animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
background-color: #e60808;
width: 40px;
height: 40px;
line-height: 40px;
top: 25px;
left: 25px;
position: absolute;
border-radius: 50%;
overflow: hidden;
display: flex;
justify-content: center;
-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
display: block;
line-height: 37px;
}
.phone-vr-img-circle img {
max-height: 25px;
max-width: 27px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
#zalo-vr .phone-vr-circle-fill {
box-shadow: 0 0 0 0 #2196f3;
background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
background-color: #2196f3;
}
#contact-vr .phone-vr-circle-fill {
box-shadow: 0 0 0 0 #2196f3;
background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
background-color: #2196f3;
}
#gom-all-in-one .button-contact {
transition: 1.6s all;
-moz-transition: 1.6s all;
-webkit-transition: 1.6s all;
}
}
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle {
background-color: #1e73be;
}
#phone-vr .phone-vr-circle-fill {
opacity: 0.7;
box-shadow: 0 0 0 0 #1e73be;
}
div#phone-vr:nth-child(2) img {
max-height: 50px !important;
max-width: 50px !important;
}
#contact-vr .phone-vr-circle-fill,
#contact-vr .phone-vr-img-circle {
background-color: red;
}
.phone-vr-img-circle {
border: 2px solid #FFf;
}
#contact-vr .phone-vr-circle-fill {
opacity: 0.7;
box-shadow: 0 0 0 0 red;
}
div#gom-all-in-one a p {
color: #000;
font-weight: bold;
font-size: 14px;
text-align: center;
margin: 0 auto;
display: block;
background: #fff;
} @-webkit-keyframes phone-vr-circle-fill {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
@-webkit-keyframes zoom {
0% {
transform: scale(0.9);
}
70% {
transform: scale(1);
box-shadow: 0 0 0 15px transparent;
}
100% {
transform: scale(0.9);
box-shadow: 0 0 0 0 transparent;
}
}
@keyframes zoom {
0% {
transform: scale(0.9);
}
70% {
transform: scale(1);
box-shadow: 0 0 0 15px transparent;
}
100% {
transform: scale(0.9);
box-shadow: 0 0 0 0 transparent;
}
}
#button-contact-vr #gom-all-in-one .hnh-messages.button-contact .phone-vr-circle-fill {
box-shadow: 0 0 0 0 #a234f8 !important;
background-color: #a234f8;
}
#button-contact-vr #gom-all-in-one .hnh-messages.button-contact .phone-vr-img-circle {
background: #a53af8;
}
html,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: normal;
}
blockquote,
q {
quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}
a {
text-decoration: none;
color: inherit;
}
ul {
list-style: none;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
-webkit-font-smoothing: antialiased;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
button {
line-height: normal;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: none;
margin: 0;
padding: 0;
color: inherit;
font: inherit;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
}
body {
line-height: 26px;
color: #21272F;
font-size: 18px;
letter-spacing: 0.2px;
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}
.clearfix:before,
.clearfix:after {
content: '';
display: table;
}
.clearfix:after {
clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px 0;
line-height: 1.5;
font-weight: 700;
color: #052F45;
}
p {
margin-bottom: 15px;
}
p:last-child {
margin-bottom: 0;
}
.d-flex {
display: -ms-flexbox;
display: flex;
}
.d-justify-content-between {
-ms-flex-pack: justify;
justify-content: space-between;
}
.d-flex-wrap {
flex-wrap: wrap;
}
.d-align-items-center {
align-items: center;
}
.d-flex-justify {
justify-content: center;
}
.elementor-button-icon {
display: flex;
align-items: center;
}
.elementor-icon-list-item svg {
position: relative;
top: 4px;
}
.elementor-icon-list-item span.elementor-icon-list-text {
word-break: break-all;
} .site-header {
padding-top: 0;
padding-bottom: 0;
}
.menu-header {
width: 100%;
}
.header-inners h1.site-title-s {
line-height: 0;
margin-bottom: 0;
}
.header-inners h1.site-title-s a {
line-height: 0;
} .landing-page-home video{
width: 100%;
}
.landing-page-home{
position: relative;
}
.landing-page-home .contents{
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
transform: translate(-50%, -54%);
}
.landing-page-home .button-top{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 5%;
}
.landing-page-home .button-left{
padding-right: 1vw;
}
.landing-page-home .button-right{
padding-left: 1vw;
}
.landing-page-home a{
display: inline-block;
}
.landing-page-home .button-top img {
width: 14vw;
max-width: 100%;
height: auto;
}
.landing-page-home .button-bottom{
text-align: center;
}
.landing-page-home .button-bottom img{
width: 15vw;
}
.landing-page-home .button-bottom .button:first-child{
margin-bottom: 6px;
}
.landing-page-home .button-dk-desktop{
margin-bottom: 0%;
}
.button-dk-desktop img{
width: 30vw;
}
.landing-page-home .button-contact{
justify-content: space-between;
flex-wrap: wrap;  text-align: center; font-size: 1vw;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 2;
}
.landing-page-home .button-contact img{
width: 2.5vw;
}
.landing-page-home .button-contact i{
display: block;
margin-bottom: 12%;
}
.landing-page-home .button-contact p{
line-height: 1.2;
width: 100%;
color: #000;
}
.landing-page-home .button-contact a{
display: block !important;
width: 100%;
justify-content: center;
height: 100%;
align-content: space-around;
}
.landing-page-home .img-bk{
width: 30vw;
}
.landing-page-home .conten-contact{
position: relative;
margin-top: 2%;
} @media all {
#shortcut_list li img {
width: 55% !important;
margin-top: 11px !important;
display: block;
text-align: center;
margin: 0 auto;
}
.side-menu li {
list-style: none !important;
}
.side-menu {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 60px;
z-index: 9999999999999;
}
.side-menu li a {
background-color: #204734;
box-shadow: 0 1px 2px 0 rgba(15, 2, 20, 0.4);
color: #fff;
display: flex;
flex-direction: column;
height: 60px;
justify-content: center;
margin: 5px 0;
overflow: hidden;
padding-left: 60px;
text-decoration: none;
transform: translateX(0);
transition: 0.3s;
width: 220px;
}
.side-menu li a:hover {
transform: translateX(-150px);
transition: 0.3s;
}
.side-menu li a i {
font-size: 30px;
height: 60px;
left: 0;
line-height: 60px;
position: absolute;
text-align: center;
top: 0;
width: 60px;
}
.side-menu li a h2 {
font-size: 16px;
font-weight: 400;
line-height: 1.1;
margin-bottom: 3px;
color: rgba(255, 255, 255, 1);
}
.side-menu li a p {
color: rgba(255, 255, 255, 0.5);
font-size: 12px;
line-height:1.2;
}
.side-menu ul li a {
background: linear-gradient(135deg, #72cc47, #017553 30%);
border: 1px solid #10241a;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
} .video-desktop{
display: none;
}
@media (max-width:767px){
.landing-page-home .button-bottom img {
width: 36vw;
}
.landing-page-home .button-top img {
width: 31vw;
}
.landing-page-home .contents {
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
transform: translate(-50%, -65%);
width: 100vw;
}
.landing-page-home .button-top {
margin-bottom: 2%;
}
}
@media (min-width:768px){
.video-desktop{
display: block;
}
.video-mobile{
display: none;
}
.landing-page-home .button-bottom {
display: flex;
column-gap: 4px;
}
.landing-page-home .button-bottom .button:first-child{
margin-bottom: 0;
}
}