@charset "UTF-8";

/*!
Theme Name: Hazo Website
Author: Webseo247
Author URI: https://webseo247.com
Description: A WooCommerce customized theme for Nam Quang Optical Brand in Vietnam.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: MIT 
Text Domain: Hazo Website
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- The content
	- Header
	- Footer
	- General
	- Home
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# TKW Chuyên nghiệp
--------------------------------------------------------------*/


/* Ws var colors */


/*02 Font-size */


/*03 Ws247 Mixin */


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {
    --color-red: #d52027;
    --primary-color: #D42027;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}
.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
}
.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Font website
--------------------------------------------- */


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Links
--------------------------------------------- */


/* Forms
--------------------------------------------- */


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* reset
--------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    font-size: 14px;
    font-family: 'Be Vietnam Pro', sans-serif; 
}

a {
    text-decoration: none !important;
}

img,
a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p {
    font-size: 14px;
    line-height: 20px;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
    clear: both;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


/* Navigation
--------------------------------------------- */

.pagination {
    text-align: center;
    margin: 20px 0px;
}

.pagination li {
    display: inline-block;
    padding: 0px 2px;
}

.pagination li a {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid #ddd;
    color: #465363;
}

.pagination li a:hover {
    color: #d52027;
}

.pagination .active a {
    border: 1px solid #d52027;
    background-color: #d52027;
    color: white;
}


/* Posts and pages
--------------------------------------------- */

.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4 {
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.the_content h6 {
    font-size: 14px;
}

.the_content h5 {
    font-size: 16px;
}

.the_content h4 {
    font-size: 18px;
}

.the_content h3 {
    font-size: 20px;
    color: #d52027;
}

.the_content h2 {
    font-size: 24px;
    line-height: 1.5;
}

.the_content h1 {
    font-size: 30px;
    line-height: 1.5;
    color: #d52027;
}

.the_content p {
    color: #333;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 17px;
}

.the_content p b {
    color: #d52027;
}

.the_content ul {
    list-style: disc;
    padding-left: 18px;
    padding-bottom: 5px;
}

.the_content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 17px;
    margin-left: 20px;
}

.the_content ul li a {
    color: #d52027;
}

.the_content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px;
}

.the_content ol li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16px;
}

.the_content ol li a {
    color: #d52027;
}

.the_content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eb2b2d;
}

.the_content blockquote p {
    margin: 0 !important;
}

.the_content code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: 0.85rem;
    color: #e83e8c;
}

.the_content table>tbody>tr>td,
.the_content table>tbody>tr>th,
.the_content table>tfoot>tr>td,
.the_content table>tfoot>tr>th,
.the_content table>thead>tr>td,
.the_content table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.the_content iframe {
    margin: auto;
}

.the_content .syntaxhighlighter {
    padding: 10px 0;
}


/* Filter
--------------------------------------------- */

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 40, 0.8);
}

.shutter-lock {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}

.shutter-lock:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: #00cccc;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.shutter-lock:hover:after {
    width: 100%;
}

.title {
    text-transform: uppercase;
}

.title strong {
    font-weight: 900;
}

.slider-btn {
    font-weight: 700;
}

.parallax {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -999;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.more {
    text-align: center;
}

.more a {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more a:hover {
    -webkit-box-shadow: 0px 0px 5px #ff9999;
    box-shadow: 0px 0px 5px #ff9999;
}


/*
====================================================
				6.Portfolio
====================================================
*/

.work {
    padding: 80px 0px;
}

.work-title {
    padding-bottom: 30px;
    text-align: center;
}

.portfolio-controllers-container {
    margin-bottom: 30px;
    text-align: center;
}

.portfolio-controllers {
    padding: 0px;
    height: 100%;
    display: inline-block;
}

.portfolio-controllers .filter-btn {
    float: left;
    padding: 10px 15px;
    border: 1px solid #ff9800;
    outline: 0px;
    margin: 0px 15px 15px 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
}

.filter-icon {
    margin: 0 auto 10px auto;
    padding: 0 !important;
}

.filter-icon svg {
    height: 40px;
    width: 40px;
}

@media screen and (max-width:767px) {
    .filter-icon svg {
        width: 25px;
        height: 25px;
    }
}

.filter-icon svg path {
    fill: #000;
    -webkit-transition: fill .1s;
    -o-transition: fill .1s;
    transition: fill .1s;
}

.filter-btn:hover .filter-icon svg path {
    fill: #fff;
}

.more-container {
    margin-top: 40px;
}

.portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.portfolio-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}

.portfolio-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(34, 35, 40, 0.5);
}

.work .caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px;
    z-index: 999;
}

.caption-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.portfolio-image:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.caption-content {
    width: 100%;
    height: 100%;
    text-align: center;
    /*background-color : rgba(0,204,204,0.8);*/
    position: relative;
}

.portfolio-link {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio-link li {
    float: left;
    margin-right: 5px;
}

.portfolio-link li a i {
    font-size: 25px;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.portfolio-link li a i.fa-link {
    padding: 10px 15px;
}

.portfolio-link li a i.fa-plus {
    padding: 10px 17px;
}

.portfolio-item-title {
    width: 90%;
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio-item-title:after {
    position: absolute;
    bottom: 0;
    left: 35%;
    content: "";
    width: 30%;
    height: 2px;
}


/*Xtra Large*/


/*Medium Device*/


/*Small Device*/


/*Xtra Small Device*/

@media (max-width: 767px) {
    .portfolio-controllers .filter-btn {
        margin-bottom: 15px;
        padding: 10px 12px;
        margin-left: 10px;
    }
}


/* general
--------------------------------------------- */

.btn-custom {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#e43834), to(#ff6663));
    background: linear-gradient(90deg, #e43834 0%, #ff6663 100%);
    background-size: 300%, 1px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 20px;
}

.btn-custom:hover {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    color: #fff;
}

.btn-custom span {
    position: relative;
    z-index: 3;
    color: #fff;
}

.btn-custom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 50%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #d52027;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-custom:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 50%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #d52027;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@-webkit-keyframes rotaed360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes rotaed360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}


.site-title {
    margin-bottom: 30px;
    text-align: center;
}

.site-title .text-mo {
    color: #d52027;
    opacity: 0.1;
    font-size: 72px;
    font-weight: bold;
    display: none;
    text-transform: uppercase;
}

.site-title .heading {
    font-size: 36px;
    color: #d52027;
    font-weight: bold;
}

.site-title .des {
    font-size: 17px;
    line-height: 1.5;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

.more-plust {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 30px #e6e6e6;
    box-shadow: 0 0 30px #e6e6e6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.more-plust:hover {
    background: #d52027;
}

.more-plust:hover a span {
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.more-plust a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 8px;
}

.more-plust a .vertical {
    width: 30px;
    height: 2px;
    background: #d52027;
    display: block;
    margin-bottom: -15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.more-plust a .horizontal {
    width: 2px;
    height: 30px;
    background: #d52027;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@-webkit-keyframes sh-ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100) \9;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0) \9;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}

@keyframes sh-ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100) \9;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0) \9;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}

.scroll-top {
    display: none;
}

.active-scroll:not(.topTop) {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 9999999999999;
}

.active-scroll:not(.topTop) a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    background: #d52027;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    border-radius: 50%;
}

@media screen and (max-width:767px) {
    .active-scroll:not(.topTop) {
        right: 15px;
    }
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #f3f3f3;
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
    background: #f3f3f3;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfe3e8;
    text-transform: uppercase;
    font-weight: bold;
}

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
    background: #f3f3f3;
}

.hc-offcanvas-nav a {
    border-bottom: 1px solid #dfe3e8;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
}

.hc-offcanvas-nav a:hover {
    background: #f3f3f3;
}

.hc-offcanvas-nav h2 {
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
    border-left: 0;
    width: 25px;
    height: 15px;
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -13px;
}

.hc-offcanvas-nav li.nav-close span::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -13px;
    margin-left: -1px;
}

.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
    border-left: 1px solid transparent;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after,
.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
    border-color: #0000004d;
}

.nav-close a {
    padding: 25px 15px;
}

.hc-offcanvas-nav h2 {
    text-transform: uppercase;
}

.full-search {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.8);
    left: 0;
    top: 0;
    z-index: 999999999;
    display: none;
}

.full-search .input-search {
    width: 70%;
    margin: 20% auto;
    border-bottom: 1px solid #ffff;
}

.full-search .input-search input {
    width: 100%;
    outline: none;
    background: none;
    width: calc(100% - 110px);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
    padding: 20px 20px;
    border: 0;
}

.full-search .input-search input:focus {
    color: #fff;
}

.full-search .input-search input::-webkit-input-placeholder {
    color: #fff;
}

.full-search .input-search input:-ms-input-placeholder {
    color: #fff;
}

.full-search .input-search input::-ms-input-placeholder {
    color: #fff;
}

.full-search .input-search input::placeholder {
    color: #fff;
}

.full-search .input-search button {
    width: 100px;
    color: #fff;
    font-size: 20px;
    background: none;
    outline: none;
    cursor: pointer;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
    padding: 20.6px 20px;
    border: 0;
}

.full-search .times-search {
    position: absolute;
    top: 50px;
    right: 50px;
}

.full-search .times-search a {
    color: #fff;
    font-size: 30px;
}

.site-banner-page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
}
.site-banner-page.page-duan{
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-banner-page .duan-search-form{
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    max-width: 600px;
    position: relative;
}
.site-banner-page .duan-search-form input.search-auto{
    background-color: #FFFFFF;
    border-width: 0px 3px 0px 11px;
    border-radius: 108px;
    border: none;
    min-height: 40px;
    padding: 0 15px;
    font-size: 16px;
}
.site-banner-page .duan-search-form .btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;
    border-radius: 10px 108px 108px 10px;
    font-size: 16px;
}
.site-banner-page .title-page {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.site-banner-page .tab-web a {
    color: #fff;
}

.site-banner-page .tab-web span {
    font-size: 15px;
    color: #fff;
    padding: 0px 2.5px;
    font-weight: bold;
}

.site-banner-page .tab-web span a {
    color: #fff;
}

.sticky-top {
    top: 85px;
    z-index: 8;
}

.h-markettig-container .h-benefit_main:nth-child(2n + 2) {
    background: #f7f7f7;
}

.h-markettig-container .h-benefit_main:nth-child(2n + 2) .benefit_main_list {
    padding-left: 20px;
}

.h-markettig-container .h-benefit_main:nth-child(2n + 2) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
    .site-banner-page {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {

    .site-banner-page .title-page {
        font-size: 30px;
    }

    .site-banner-page {
        height: 155px;
    }
}

.popup .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

/* Header
--------------------------------------------- */
.top-bar{
    font-size: 15px;
    padding: 10px 0;
    background: #d42027;
    color: #fff;
    position: relative;
}
.top-bar .contact-top ul{
    display: flex;
    gap: 10px;
    flex-flow: wrap;
}
.top-bar .contact-top ul li{
    margin-right: 20px;
}
.top-bar .contact-top ul li a{
    color: #fff;
}
.header {
    position: relative;
    z-index: 9998;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(12, 0, 46, 0.06);
}

.header_logo {
    padding: 10px 0px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header_logo img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 200px;
}

.header_logo .icon-mobile {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none !important;
}

@media screen and (max-width: 991px) {
    .header_logo .icon-mobile {
        display: block !important;
    }
}

.header_logo .icon-mobile svg {
    width: 30px;
    fill: #d52027;
}

.header_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_menu ul li {
    position: relative;
    padding: 0 18px;
    line-height: 37px;
}

.header_menu ul li:last-child {
    padding-right: 0;
}

.header_menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: auto;
}

.header_menu ul li:hover ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header_menu ul li a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.header_menu ul li a:hover {
    color: #e41a0b;
}

.header_menu ul li ul {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 180px;
    display: block;
    z-index: 99;
    border-radius: 5px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header_menu >ul >li >ul:before {
    content: ''; 
    position: absolute;
    top: -15px;
    width: 100%;
    min-width: 200px;
    min-height: 15px;
    background: transparent;
    left: 0;
}
.header_menu ul li ul li {
    line-height: 1.5;
    padding: 7px 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header_menu ul li ul li:last-child {
    border-bottom: 0;
}

.header_menu ul li ul li a {
    font-size: 16px;
}

.header_menu ul li ul li a:after {
    display: none;
}

.header_menu ul li ul li:nth-child(1) {
    -webkit-transition-delay: 270ms;
    transition-delay: 270ms;
}

.header_menu ul li ul li:nth-child(2) {
    -webkit-transition-delay: 340ms;
    transition-delay: 340ms;
}

.header_menu ul li ul li:nth-child(3) {
    -webkit-transition-delay: 410ms;
    transition-delay: 410ms;
}

.header_menu ul li ul li:nth-child(4) {
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms;
}

.header_menu ul li ul li:nth-child(5) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms;
}

.header_menu ul li ul li:nth-child(6) {
    -webkit-transition-delay: 620ms;
    transition-delay: 620ms;
}

.header_menu ul li ul li:nth-child(7) {
    -webkit-transition-delay: 690ms;
    transition-delay: 690ms;
}

.header_menu ul li ul li:nth-child(8) {
    -webkit-transition-delay: 760ms;
    transition-delay: 760ms;
}

.header_menu ul li ul li:nth-child(9) {
    -webkit-transition-delay: 830ms;
    transition-delay: 830ms;
}

.header_menu ul .current-menu-item a {
    color: #e41a0b;
}

.header_menu ul .menu-item-has-children a:after {
    content: "\f107";
    font-family: fontawesome;
    padding-left: 5px;
    font-size: 14px;
}

.header-active {
    background: #fff;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
    position: fixed;
    top: 0 !important;
    z-index: 999;
    width: 100%;
}

.header-active .header_logo {
    padding: 10px 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-active .header_logo img {
    width: 200px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5555;
}

.sticky:before,
.sticky:after {
    content: "";
    display: table;
}

@media screen and (max-width: 767px) {
    .header {
        padding: 20px 0px;
    }
}


/* Footer
--------------------------------------------- */
footer .footer{
    background: #1b1e2d;
    color: #fff;
    padding-top: 60px;
    font-family: 'Sarabun';
}
footer .footer .mid-footer{
    padding-bottom: 30px;
}
.footer-wrapper .title-footer {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.footer-wrapper .title-footer.logo img{
    max-height: 58px;
    filter: brightness(0) invert(1);
}
.mid-footer p, .mid-footer span{
    color: #9f9f9f;
    font-weight: 500;
}
.bottom-footer{
    border-top: 1px solid rgba(187, 187, 187, .1);
    border-bottom: 1px solid rgba(187, 187, 187, .1);
    padding: 42px 0 35px 0;
}
.footer_list p, .footer_list span {
    color: #9f9f9f;
    font-weight: 500;
}
.footer_list.info-footer li {
    display: flex;
    gap: 3px;
    align-items: baseline;
}
.footer_list.info-footer li i{
   width: 20px;
   color: #9f9f9f;
   min-width: 20px;
}
.list-footer-icon li {
    display: inline-block;
    padding-left: 9px;
}
.list-footer-icon img {
    max-height: 35px;
    width: auto;
}
.list-footer-icon-title {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.list-footer-icon a i{
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 24px;
    width: 40px; 
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-footer-icon a:hover i{
    background: var(--primary-color);
    color: #fff;
}
.col-footer h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.col-footer  .footer_list p, .col-footer .footer_list a {
    display: inline-block;
    color: #9d9d9d;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.col-footer .footer_list a:hover{
    color: var(--primary-color);
}
footer ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
@media screen and (max-width:767px) {
    footer .row{
        row-gap: 20px;
    }
    .col-ft-btn h3{
        position: relative;
        padding-right: 10px;
    }
    .col-ft-btn h3::before{
        content: "+";
        position: absolute;
        right: 0;
        top: 5px;
    }
    .col-ft-btn h3.active::before{
        content: "-";
    }
  .col-ft-btn ul{
    display: none;
  }
}

.ft-bottom span {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.copyright{
    background: #1b1e2d;
    padding: 30px 0;
}
.copyright-text{
    font-weight: 700;
    font-size: 11px;
    color: #9d9d9d;
}
#content-footer{
    display: none;   
}
.pp-content-footer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999999999999;
    background: rgba(2, 2, 2, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

.popup {
    background: linear-gradient(45deg, #d52027 0%, #6f0004 100%);
    padding: 40px 25px 20px 25px;
    width: 450px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
}

.popup .wpcf7-not-valid-tip {
    color: #ffc107;
}

.popup .times {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
    z-index: 6;
    cursor: pointer;
}

.popup__title {
    font-size: 20px;
    color: #fff;
}

.popup__phone {
    color: #fff;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    line-height: 1.5;
}

.popup__phone a {
    color: #fff;
    margin-left: 15px;
}

.popup__phone img {
    margin-right: 10px;
}

.popup__phone i {
    margin-right: 10px;
}

.popup__reminder {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.popup form input,
.popup form button {
    height: auto;
    padding: 10px 20px;
    font-size: 18px;
    color: #7b7b7b;
}

.popup form input:focus,
.popup form button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popup form select {
    width: 100%;
    border-radius: 5px;
    height: auto;
    padding: 10px 20px;
    color: #7b7b7b;
}

.popup form select:focus {
    outline: none;
}

.popup form .btn-custom {
    cursor: pointer;
    height: 40px;
    background-color: #690e05;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    height: 50px;
    padding: 0px 10px;
    line-height: 40px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px auto 0 auto;
}

.popup form select.form-control:not([size]):not([multiple]) {
    height: 49px !important;
    padding: 0px 20px;
    font-size: 18px;
}

.active-pp {
    visibility: visible;
    opacity: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media screen and (max-width: 991px) {
    .footer {
        padding-top: 50px;
    }

    .footer .form-footer {
        width: 100%;
    }

    .footer {
        background-position: inherit;
    }
}


/* Home
--------------------------------------------- */

.site-banner {
    padding: 160px 0px 180px 0px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-top: -100px;
}

.site-banner_images {
    text-align: right;
    /*-webkit-animation: pulse 7s infinite;
          animation: pulse 7s infinite;*/
}

.site-banner_text h1,
.site-banner_text h2,
.site-banner_text h3 {
    font-size: 36px;
    color: #d52027;
    margin-bottom: 15px;
    font-weight: 900;
}

.site-banner_text p {
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 30px;
}

.site-banner .home-shape .shape1 {
    position: absolute;
    top: 20%;
    left: 5%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-banner .home-shape .shape1:hover {
    opacity: 1;
}

.site-banner .home-shape .shape2 {
    position: absolute;
    top: 19%;
    right: 10%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-banner .home-shape .shape2:hover {
    opacity: 1;
}

.site-banner .home-shape .shape3 {
    position: absolute;
    bottom: 13%;
    left: 40%;
    -webkit-animation: rotaed360 6s infinite linear;
    animation: rotaed360 6s infinite linear;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-banner .home-shape .shape3:hover {
    opacity: 1;
}

.site-banner .home-shape .shape4 {
    position: absolute;
    top: 15%;
    left: 35%;
    -webkit-animation: rotaed360 6s infinite linear;
    animation: rotaed360 6s infinite linear;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-banner .home-shape .shape4:hover {
    opacity: 1;
}

.site-banner .home-shape .shape5 {
    position: absolute;
    top: 15%;
    left: 62%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-banner .home-shape .shape5:hover {
    opacity: 1;
}

.site-banner .home-shape .shape6 {
    position: absolute;
    bottom: 30%;
    right: 4%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-banner .home-shape .shape6:hover {
    opacity: 1;
}

.site-marking {
    padding: 20px 0px;
}

.site-marking .site-banner_images {
    text-align: left;
    -webkit-animation: none;
    animation: none;
}

.site-services {
    padding-bottom: 60px;
}

.site-services_item {
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 35px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
}

.site-services_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #d52027;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
}

.site-services_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 100%;
    height: 100%;
    background: url(../images/icon/hover.png) no-repeat;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
}

.site-services_item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.site-services_item:hover:before {
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
}

.site-services_item:hover:after {
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
}

.site-services_item:hover h3 a {
    color: #fff;
}

.site-services_item:hover p {
    color: #fff;
}

.site-services_item img {
    height: 100%;
}

.site-services_item h3 a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #d52027;
    margin: 15px 15px 30px 15px;
}

.site-services_item p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 60px;
    padding: 0px 10px;
}

.site-services_item .more-plust {
    position: absolute;
    bottom: -35.5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.site-customer {
    margin-top: 60px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.site-customer .row {
    margin: 0px -15px !important;
}

.site-customer .nav-top {
    margin-bottom: 25px;
}

.site-customer .nav-top .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -2.5px;
}

.site-customer .nav-top .nav li {
    padding: 0px 2.5px;
    margin-bottom: 5px;
}

.site-customer .nav-top .nav li .filter-btn {
    display: block;
    min-height: 40px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px;
    cursor: pointer;
    height: 100%;
}

.site-customer .nav-top .nav li .filter-btn:focus {
    outline: none;
}

.site-customer .nav-top .nav li .filter-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#e43834), to(#ff6663));
    background: linear-gradient(90deg, #e43834 0%, #ff6663 100%);
    color: #fff;
    border-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-customer .nav-top .nav li .active {
    background: #d52027;
    border-color: transparent;
    color: #fff;
}

.site-customer .nav-top .nav li .active2 {
    background: #d52027;
    border-color: transparent;
    color: #fff;
}

.site-customer_item {
    height: 100%;
    text-align: center;
    background-color: #fff;
}

.site-customer_item .img-top-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
}

.site-customer_item:hover .img-top {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.site-customer_item:hover .img-top {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.duan-tab .col-inner{
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 40px 40px 40px 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 60px;
    overflow-x: auto;
}
.duan-tab .col-inner a{
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    margin-right: 13px;
    font-size: 16px;
    color: #333;
    line-height: 2.2rem;
    border-radius: 100px;
    white-space: nowrap;
}

.duan-tab .col-inner a.active,.duan-tab .col-inner a:hover{
    color: #FFFFFF;
    background-color: #E13A39;
}
.elementor-post__excerpt{
    
    padding: 0 10px 15px;
}

@media(hover) {
    .site-customer_item:hover .img-top:before {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .site-customer_item:hover .img-top .btn-custom {
        visibility: visible;
        opacity: 1;
        bottom: 40%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all .5s;
    }
}

.site-customer_item:hover h3 a {
    color: #d52027;
}

.site-customer_item p {
    text-align: justify;
}

.site-customer_item .img-top {
    /* height: 365px; */
    overflow: hidden;
    /* background-size: 100%; */
    background-size: cover;
    background-position: center top;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-repeat: no-repeat;
    /* -webkit-box-shadow: 0 0 10px #b5b5b5; */
    /* box-shadow: 0 0 10px #b5b5b5; */
    position: relative;
    padding-bottom: 128.5%;
}

.browser-top-bar {
    height: 15px;
    background-color: #e1e1e1;
    width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
}

.browser-dots {
    width: 25px;
    position: relative;
    top: 6px;
    left: 5px;
    overflow: hidden;
}

.browser-url-bar {
    border-radius: 2px;
    position: absolute;
    bottom: 3px;
    height: 8px;
    width: 85%;
    left: 30px;
    background: #fff;
}

.browser-dot {
    float: left;
    border-radius: 20px;
    height: 4px;
    width: 4px;
    background: #aaa;
    margin-left: 2px;
}

.site-customer_item .img-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.site-customer_item .img-top .btn-custom {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-radius: 50px;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.site-customer_item .img-top .btn-custom:before {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.site-customer_item .img-top .btn-custom:after {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.site-customer_item h3 a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.site-customer .portfoliolist-custom {
    padding-bottom: 30px;
}

.site-customer .portfolio {
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .site-customer .portfolio {
        margin-bottom: 20px;
    }
}

.site-customer .portfolio-wrapper:hover .overflow {
    background-position: center 100%;
    -webkit-transition: all 5s;
    transition: all 5s;
}

.site-customer .portfolio-wrapper:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
}

.site-customer .portfolio-wrapper:hover .text h3 a {
    color: #fc4c2f;
}

.site-customer .portfolio-wrapper .overflow {
    overflow: hidden;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-transition: all 5s;
    transition: all 5s;
}

.site-customer .portfolio-wrapper .text {
    padding-top: 15px;
}

.site-customer .portfolio-wrapper .text .filter-text {
    margin-bottom: 10px;
}

.site-customer .portfolio-wrapper .text .filter-text span {
    display: block;
    font-size: 14px;
    color: #fc4c2f;
}

.site-customer .portfolio-wrapper .text h3 a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fc4c2f;
}

@media screen and (max-width:767px) {
    .site-customer_item .img-top-wrapper {
        margin-bottom: 15px;
    }

    .site-customer_item h3 a {
        padding-bottom: 15px;
        font-size: 16px;
    }
}

.site-customer .filters {
    padding: 0;
    list-style: none;
}

.site-customer .filters li a,
.site-customer .filters li span {
    padding: 5px 20px;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
}

.site-customer #portfoliolist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.site-customer #portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0px 10px;
}

.site-customer .portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}

.site-customer .portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-customer .portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-customer .portfolio .label-bg {
    background: #e95a44;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.site-customer .portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.site-customer .portfolio .text-category {
    display: block;
    font-size: 9px;
}

.morea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.morea .btn-custom {
    margin: 0 auto;
}

.site-solution {
    padding-bottom: 50px;
}

.site-solution_content {
    padding-right: 50px;
}

.site-solution .solution ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -5px;
}

.site-solution .solution ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 5px;
    text-align: center;
}

.site-solution .solution ul li img {
    height: 60px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.site-solution .solution ul li span {
    display: block;
    font-size: 30px;
    color: #d52027;
    font-weight: bold;
    margin: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-solution .solution ul li span:after {
    content: "+";
    padding-left: 5px;
}

.site-solution .solution ul li p {
    font-size: 17px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0;
}

.site-why-choose {
    padding: 30px 0px;
    padding-top: 100px;
}

.site-why-choose .line {
    display: block;
    width: 2px;
    height: 130px;
    background: #fc4c2f;
    margin: 0 auto;
    margin-bottom: 15px;
}

.site-why-choose_list .col-custom:first-child .list-choose {
    text-align: right;
}

.site-why-choose_list .list-choose {
    margin-top: 60px;
    margin-bottom: 20px;
}

.site-why-choose_list .list-choose:last-child {
    margin-bottom: 0;
}

.site-why-choose_list .list-choose h3 {
    font-size: 24px;
    font-weight: bold;
    color: #d52027;
    margin-bottom: 20px;
}

.site-why-choose_list .list-choose p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0;
}

.site-why-choose_list .img-mid {
    position: relative;
}

.site-why-choose_list .img-mid .light {
    position: absolute;
    width: 37px;
    height: 37px;
    background: url(../images/icon/cham-xanh.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.site-why-choose_list .img-mid .light1 {
    -webkit-animation: sh-ripple 2s ease infinite;
    animation: sh-ripple 2s ease infinite;
    top: 57px;
    left: 65px;
}

.site-why-choose_list .img-mid .light2 {
    -webkit-animation: sh-ripple 2s 0.2s ease infinite;
    animation: sh-ripple 2s 0.2s ease infinite;
    top: 57px;
    right: 72px;
}

.site-why-choose_list .img-mid .light3 {
    -webkit-animation: sh-ripple 2s 0.4s ease infinite;
    animation: sh-ripple 2s 0.4s ease infinite;
    top: 255px;
    left: 0;
}

.site-why-choose_list .img-mid .light4 {
    -webkit-animation: sh-ripple 2s 0.6s ease infinite;
    animation: sh-ripple 2s 0.6s ease infinite;
    top: 255px;
    right: 0;
}

.site-bottom {
    /* background-image: url(../images/icon/bg-b.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center left; */
}

.site-word {
    padding: 80px 0px;
}

.site-word .word-content {
    margin-bottom: 40px;
}

.site-word_list .word {
    background: #fff;
    width: 95%;
    padding: 15px 10px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-word_list .word:hover {
    -webkit-box-shadow: 0 0 10px #d52027;
    box-shadow: 0 0 10px #d52027;
}

.site-word_list .word:last-child {
    margin-bottom: 0;
}

.site-word_list .word:nth-child(2n + 2) {
    margin-left: auto;
}

.site-word_list .word .img {
    text-align: center;
}

.site-word_list .word .text {
    padding-left: 10px;
}

.site-word_list .word .text h3 {
    font-size: 20px;
    color: #630ef9;
    margin-bottom: 5px;
}

.site-word_list .word .text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.blog {
    text-align: center;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    padding-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
}

.blog .img-blog {
    display: block;
}

.blog .img-blog img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.blog:hover {
    background: #d52027;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.blog:hover h3 a {
    color: #fff;
}

.blog:hover p {
    color: #fff;
}

.blog h3 a {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 10px 0px;
    padding: 0px 10px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0;
    padding: 0px 10px;
}

.site-customer {
    padding: 50px 35px;
    margin: 0;
}

@media screen and (max-width:1023px) {
    .site-customer {
        padding: 50px 5px;
        margin: 0;
    }
}

.site-customer .customer-text h2 {
    font-size: 36px;
    color: #d52027;
    margin-bottom: 20px;
}

.site-customer .customer-text p {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.5;
}

.site-customer .customer-text p:last-child {
    margin-bottom: 0;
}

.site-customer .owl-customer {
    margin-top: -5px;
    margin-right: -10px;
}

.site-customer .owl-customer .item {
    padding: 10px 10px;
}

.site-customer .owl-customer .description {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #eeeeee;
    position: relative;
}

.site-customer .owl-customer .description:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 23px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eeeeee;
}

.site-customer .owl-customer .description p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.site-customer .owl-customer .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-customer .owl-customer .user img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.site-customer .owl-customer .user .text {
    padding-left: 15px;
}

.site-customer .owl-customer .user .text h3 {
    font-size: 18px;
    color: #d52027;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.site-customer .owl-customer .user .text span {
    display: block;
    font-size: 16px;
    color: #333;
}

.site-customer .owl-customer .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.site-customer .owl-customer .owl-theme .owl-nav.disabled+.owl-dots .active span {
    background: #d52027;
}

.site-pane {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-pane__list {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

.site-pane__list [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.site-pane .item {
    text-align: center;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e4e2e2;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px;
}

.site-pane .item img {
    width: auto;
    margin: 0 auto;
}

.has-background {
    /* background-image: url(../images/icon/large-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    width: 100%; */
}


/* News
--------------------------------------------- */

.site-news {
    padding: 50px 0;
}

.site-news-page {
    padding: 50px 0px;
}

.site-news-page .mg-bottom-ser {
    margin-bottom: 65px; 
}
 
.site-news-page .site-customer_item {
    margin-bottom: 30px;
}
/**/
.details-news-text-img .list-next-text-top {
    background-color: #f7f7f7;
    height: 30px;
}

.details-news-text-img .list-next-text-top .list-date ul li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 13px;
    color: #999;
    line-height: 30px;
}

.details-news-text-img .list-next-text-top .list-date ul li a {
    background-color: #efefef;
    display: block;
    padding: 0px 10px;
    color: #999;
}

.details-news-text-img .list-next-text-top .list-date ul li span {
    padding-left: 5px;
}

.details-news-text-img .list-next-text-top .list-date-3 ul li a {
    display: inline;
    background: none;
    padding: 0;
}

.details-news-text-img .list-next-text-top .list-date-2 {
    text-align: right;
}

.details-news-text-img .list-next-text-top .list-date-2 ul li {
    padding: 0px 0px;
}

.details-news-text-img .list-next-text-top .list-date-2 ul li .padding-left-text {
    padding-right: 10px;
}

.details-news-text-img .text-img-details-news {
    padding: 15px 0px 20px 0px;
}

.details-news-text-img .text-img-details-news p {
    font-size: 17px;
    line-height: 2;
    color: #333;
    margin-bottom: 25px;
}

.details-news-text-img .text-img-details-news img {
    /*
  width: 100%;
  margin: 10px 0px; */
}

.details-news-text-img .text-img-details-news h3 {
    font-weight: bold;
    font-size: 16px;
    color: #d52027;
}

.title-details {
    font-size: 30px;
    color: #d52027;
    font-weight: 600;
    margin-bottom: 15px;
}

.list-sk-lq {
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.list-sk-lq h2 {
    font-size: 20px;
    color: #d52027;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.list-sk-lq ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #e8e8e8;
    position: relative;
    padding-left: 20px;
}

.list-sk-lq ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    content: "";
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.list-sk-lq ul li a {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.list-sk-lq ul li a:hover {
    color: #d52027;
}

.sl {
    padding-right: 5px;
}

@media screen and (max-width: 767px) {
    .sl {
        padding-right: 15px;
    }
}

.sr {
    padding-left: 5px;
}

@media screen and (max-width: 767px) {
    .sr {
        padding-left: 15px;
    }
}

.sidebar_top-news,
.widgethml {
    margin-bottom: 20px;
}

.sidebar_top-news .list-dmsp ul li,
.widgethml .list-dmsp ul li {
    display: block;
}

.sidebar_top-news .list-dmsp ul li a,
.widgethml .list-dmsp ul li a {
    background: #f7f7f7;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    color: #333333;
}

.sidebar_top-news .list-dmsp ul li a:hover,
.widgethml .list-dmsp ul li a:hover {
    background: #fff;
    border-left: 2px solid #0082d3;
}

.sidebar_top-news .list-dmsp ul li .active,
.widgethml .list-dmsp ul li .active {
    background: #fff;
    border-left: 2px solid #0082d3;
}

.sidebar_top-news .list-dmsp ul li .sub-news,
.widgethml .list-dmsp ul li .sub-news {
    display: none;
}

.sidebar_top-news .list-dmsp ul li .sub-news li a,
.widgethml .list-dmsp ul li .sub-news li a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    padding-left: 30px;
    background: #ebebeb;
}

.sidebar_top-news .list-dmsp ul li .sub-news li a:hover,
.widgethml .list-dmsp ul li .sub-news li a:hover {
    background: #d9f1ff;
    border-left: 2px solid #99d5fa;
}

@media screen and (max-width: 767px) {

    .sidebar_top-news,
    .widgethml {
        margin-top: 20px;
    }
}

.sidebar_top-news h2,
.widgethml h2 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: #d52027;
    text-transform: uppercase;
}

.sidebar_top-news .box-text-news,
.widgethml .box-text-news {
    padding: 10px 0px;
    padding-top: 15px;
}

.sidebar_top-news .box-text-news p,
.widgethml .box-text-news p {
    padding-top: 10px;
}

.sidebar_top-news .box-text-news .img-br,
.widgethml .box-text-news .img-br {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.sidebar_top-news .box-text-news .img-br .text-a,
.widgethml .box-text-news .img-br .text-a {
    font-size: 14px;
    color: #333333;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {

    .sidebar_top-news .box-text-news .img-br .text-a,
    .widgethml .box-text-news .img-br .text-a {
        margin-top: 10px;
        display: block;
    }
}

.sidebar_top-news .box-text-news .img-br .text-a:hover,
.widgethml .box-text-news .img-br .text-a:hover {
    color: #d52027;
}

.sidebar_top-news .box-text-news .img-br .text,
.widgethml .box-text-news .img-br .text {
    padding-left: 10px;
}

.sidebar_top-news .box-text-news .img-br .date,
.widgethml .box-text-news .img-br .date {
    font-size: 11px;
    color: #b0b0b0;
}

.sidebar_top-news .box-text-news .img-br .date span,
.widgethml .box-text-news .img-br .date span {
    padding-right: 5px;
}

.sidebar_top-news .box-text-news .img-br:last-child,
.widgethml .box-text-news .img-br:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.sidebar_products-news,
.widgethml {
    margin: 20px 0px;
    margin-top: 0;
}

.sidebar_products-news h2,
.widgethml h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar_products-news .box-products-sidebar,
.widgethml .box-products-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.sidebar_products-news .box-products-sidebar .img-left,
.widgethml .box-products-sidebar .img-left {
    display: block;
    padding: 5px;
    background: #f1f2f4;
}

.sidebar_products-news .box-products-sidebar .text-bottom,
.widgethml .box-products-sidebar .text-bottom {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 10px;
}

.sidebar_products-news .box-products-sidebar .text-bottom h3 a,
.widgethml .box-products-sidebar .text-bottom h3 a {
    color: #000;
    font-weight: bold;
}

.sidebar_products-news .box-products-sidebar .text-bottom h3 a:hover,
.widgethml .box-products-sidebar .text-bottom h3 a:hover {
    color: #d52027;
}

.sidebar_products-news .box-products-sidebar .text-bottom .star,
.widgethml .box-products-sidebar .text-bottom .star {
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sidebar_products-news .box-products-sidebar .text-bottom .star span a,
.widgethml .box-products-sidebar .text-bottom .star span a {
    color: #e0e0e0;
    font-size: 18px;
    position: relative;
}

.sidebar_products-news .box-products-sidebar .text-bottom .star span a:hover,
.widgethml .box-products-sidebar .text-bottom .star span a:hover {
    color: #f7941d;
}

.sidebar_products-news .box-products-sidebar .text-bottom .star span:hover~span a,
.widgethml .box-products-sidebar .text-bottom .star span:hover~span a {
    color: #f7941d;
}

.sidebar_products-news .box-products-sidebar .text-bottom .list-clor,
.widgethml .box-products-sidebar .text-bottom .list-clor {
    padding-bottom: 15px;
}

.sidebar_products-news .box-products-sidebar .text-bottom .list-clor span,
.widgethml .box-products-sidebar .text-bottom .list-clor span {
    width: 20px;
    height: 20px;
    padding: 3px;
    border: 1px solid #d52027;
    border-radius: 50%;
    display: block;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.sidebar_products-news .box-products-sidebar .text-bottom .list-clor span:before,
.widgethml .box-products-sidebar .text-bottom .list-clor span:before {
    position: absolute;
    top: 1.5px;
    left: 1.5px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    content: "";
    border-radius: 50%;
    background: #d52027;
}

.sidebar_products-news .box-products-sidebar .text-bottom .list-clor span:nth-child(2),
.widgethml .box-products-sidebar .text-bottom .list-clor span:nth-child(2) {
    border: 1px solid #d52027;
}

.sidebar_products-news .box-products-sidebar .text-bottom .list-clor span:nth-child(2):before,
.widgethml .box-products-sidebar .text-bottom .list-clor span:nth-child(2):before {
    background: #d52027;
}

.sidebar_products-news .box-products-sidebar .text-bottom .list-clor span:nth-child(3),
.widgethml .box-products-sidebar .text-bottom .list-clor span:nth-child(3) {
    border: 1px solid #434343;
}

.sidebar_products-news .box-products-sidebar .text-bottom .list-clor span:nth-child(3):before,
.widgethml .box-products-sidebar .text-bottom .list-clor span:nth-child(3):before {
    background: #434343;
}

.sidebar_products-news .box-products-sidebar:last-child,
.widgethml .box-products-sidebar:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.single-project_content .img,
.widgethml_content .img {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-transition: all 5s;
    transition: all 5s;
    background-size: cover;
}

@media screen and (max-width: 767px) {

    .single-project_content .img,
    .widgethml_content .img {
        height: 300px;
    }
}

.single-project_content .img:hover,
.widgethml_content .img:hover {
    -webkit-transition: all 5s;
    transition: all 5s;
    background-position: center 100%;
}

.single-project_content h1,
.widgethml_content h1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin: 15px 0px 20px;
}

.single-project_content p,
.widgethml_content p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
}

.single-project .cn-customer p,
.single-project .cn-customer li {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}

.the_content {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
}

.single-project .cn-customer h2,
.single-project .cn-customer h3,
.single-project .cn-customer h4 {
    margin-bottom: 20px;
    color: #d52027;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.widgethml .cn-customer h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    color: #d52027;
    font-size: 20px;
    font-weight: 700;
}

.single-project .cn-customer .customer,
.widgethml .cn-customer .customer {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.single-project .cn-customer .customer h3,
.widgethml .cn-customer .customer h3 {
    margin-bottom: 15px;
    color: #d52027;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-project .cn-customer .customer ul li,
.widgethml .cn-customer .customer ul li {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}

.single-project .cn-customer .customer ul li:last-child,
.widgethml .cn-customer .customer ul li:last-child {
    margin-bottom: 0;
}

.single-project .cn-customer .website,
.widgethml .cn-customer .website {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.single-project .cn-customer .website a,
.widgethml .cn-customer .website a {
    color: #d52027;
    padding-left: 5px;
}

.single-project .cn-customer .share,
.widgethml .cn-customer .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-project .cn-customer .share span,
.widgethml .cn-customer .share span {
    display: block;
    font-size: 16px;
    color: #666;
}

.single-project .cn-customer .share .mxh,
.widgethml .cn-customer .share .mxh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-project .cn-customer .share .mxh a,
.widgethml .cn-customer .share .mxh a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    background: #3b5998;
    margin-left: 5px;
}

.single-project .cn-customer .share .mxh a:last-child,
.widgethml .cn-customer .share .mxh a:last-child {
    background: #00acee;
}

@media screen and (max-width: 767px) {
    .cn-customer {
        margin-top: 30px;
    }
}


/* Contact
--------------------------------------------- */

.site-map {
    padding: 30px 0px;
    padding-top: 50px;
}

.site-contact {
    padding-top: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-contact_content h2 {
    color: #d52027;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.site-contact_content h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background: #d52027;
}

.site-contact_content p {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.site-contact_content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.site-contact_content ul li:last-child {
    margin-bottom: 0;
}

.site-contact_content ul li img {
    width: 35px;
}

.site-contact_content ul li .text {
    padding-left: 20px;
}

.site-contact_content ul li .text a {
    font-size: 16px;
    color: #d52027;
}

.site-contact_content ul li .text a:hover {
    color: #ff7226;
}

.site-contact_form {
    background: #fff;
    -webkit-box-shadow: 0 0 20px #b6dbff;
    box-shadow: 0 0 20px #b6dbff;
    padding: 30px;
    border-radius: 5px;
}

.site-contact_form .wpcf7-not-valid-tip {
    margin-top: 5px;
}

.site-contact_form .wpcf7 form .wpcf7-response-output {
    color: #333;
}

.site-contact_form h2 {
    color: #d52027;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
    position: relative;
}

.site-contact_form form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 0 0 22px;
    border: 1px solid #f3f5fd;
    background-color: #f3f5fd;
    border-radius: 3px;
    font-size: 15px;
}

.site-contact_form form textarea.form-control {
    height: 130px;
}

.site-contact_form form .btn-custom {
    border: 0;
    outline: none;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .site-contact_form h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .site-contact_form {
        margin-top: 30px;
    }

    .site-contact_content ul li .text a {
        line-height: 1.5;
    }

    .site-contact_form {
        padding: 20px;
    }
}


/* Bảng giá
--------------------------------------------- */

.main-price-content {
    padding: 50px 0px 0px 0px;
}

.main-price-content .row-custom {
    margin: 0px -5px;
}

.main-price-content .row-custom .col-custom {
    padding: 0px 5px;
}

.main-price-content .left-ne {
    background: #f7f9ff;
    height: 100%;
}

.main-price-content .benefit {
    background: transparent !important;
    border: 0;
    min-height: 203px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}

.main-price-content .benefit h2 {
    margin: 0;
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0;
    margin-bottom: 15px;
}

.main-price-content .right-ne .col-custom:first-child .list-cacgoi .title-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#6595fe), to(#277ad2));
    background: linear-gradient(to bottom, #6595fe 0%, #277ad2 100%);
}

.main-price-content .right-ne .col-custom:nth-child(2) .list-cacgoi .title-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#fca74b), to(#ec4637));
    background: linear-gradient(to bottom, #fca74b 0%, #ec4637 100%);
}

.main-price-content .right-ne .col-custom:nth-child(3) .list-cacgoi .title-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#6595fe), to(#277ad2));
    background: linear-gradient(to bottom, #6595fe 0%, #277ad2 100%);
}

.main-price-content .right-ne .col-custom:nth-child(4) .list-cacgoi .title-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#26c7bc), to(#05aba1));
    background: linear-gradient(to bottom, #26c7bc 0%, #05aba1 100%);
}

.main-price-content .list-cacgoi {
    background: #f7f9ff;
}

.main-price-content .list-cacgoi .title-top {
    background: transparent;
    border: 0;
    min-height: 203px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}

.main-price-content .list-cacgoi .title-top h2 {
    margin: 0;
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}

.main-price-content .list-cacgoi .title-top p {
    color: #d52027;
    padding: 5px 0;
    font-size: 14px;
    margin: 10px auto 10px;
    background: #fff;
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-block;
}

.main-price-content .list-cacgoi ul li {
    text-align: center;
}

.main-price-content .list-cacgoi .body-benefit .small-title {
    text-align: center;
    font-weight: 400;
}

.main-price-content .list-cacgoi .body-benefit .small-title p {
    margin-bottom: 0;
}

.main-price-content .body-benefit .small-title {
    padding: 12px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    min-height: 92px;
}

.main-price-content .body-benefit .heading-bg h3 {
    margin: 0;
    padding: 0 0.75rem;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    height: 42px;
    background: #d52027;
    line-height: 42px;
    font-weight: 600;
}

.main-price-content .body-benefit .heading-bg ul li {
    font-weight: 600;
    padding: 10px;
    vertical-align: top;
    font-size: 14px;
    color: #000;
    border: 1px solid #c9c9c9;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: #f7f9ff;
    min-height: 55px;
    line-height: 1.5;
}

.main-price-content .body-benefit .heading-bg ul li i {
    font-size: 20px;
}

.main-price-content .body-benefit .heading-bg ul li .fa-times-circle {
    color: red;
}

.main-price-content .body-benefit .heading-bg ul li .fa-check-circle {
    color: #1fc91f;
}

.main-price-content .body-benefit .heading-bg ul li b {
    font-weight: bold;
}

.main-price-content .body-benefit .heading-bg ul li .btn-custom {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 0px 15px;
    color: #fff;
}

.main-price-content .body-benefit .heading-bg ul .h-custom3 {
    min-height: 83.4px;
}

.main-price-content .body-benefit .heading-bg ul .h-custom4 {
    min-height: 115px;
}

.main-register {
    padding: 80px 0px;
}

.main-register h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.main-register form p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.main-register form .form-control {
    height: 40px;
    border-radius: 50px;
    background: #f7f7f7;
    border-color: transparent;
    font-size: 16px;
    padding-left: 15px;
}

.main-register form .wpcf7-not-valid-tip {
    margin-left: 10px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.main-register .main-register-button-wrapper {
    position: absolute !important;
    right: -58px;
    top: 58%;
}

.main-register form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-register form .btn-nh {
    margin: 0;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    background: #d52027;
    color: #fff;
}

.main-register-button-wrapper br {
    display: none;
}

@media screen and (max-width:767px) {
    .main-register form .wpcf7-not-valid-tip {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .main-register form .btn-nh {
        margin-top: 10px;
        margin-left: 0;
    }

    .main-register form .wpcf7-spinner {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }

    .main-register .main-register-button-wrapper {
        position: absolute !important;
        right: 16px;
        top: 40%;
    }
}

.margin-custom-top {
    margin-top: 30px;
    height: auto !important;
}

.margin-custom-top h3 {
    border: 1px solid #d52027;
}

.margin-custom-top ul {
    border: 1px solid #d52027;
}

.margin-custom-top ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
}

.margin-custom-top ul li span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
    padding: 15px 10px !important;
}

.margin-custom-top ul li a {
    padding: 15px 10px !important;
}

.margin-custom-top ul li .price {
    text-align: right;
    color: #d52027;
    border-left: 1px solid #ccc;
}

.ten-mien {
    padding: 50px 0px;
}

.ten-mien .table {
    display: table;
}

.ten-mien .table thead {
    background: #d52027;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 0;
}

.ten-mien .table thead tr {
    border-bottom: 0;
}

.ten-mien .table thead tr th {
    padding: 20px 10px;
    vertical-align: middle;
    border-bottom: 0;
    text-align: center;
}

.ten-mien .table tbody tr {
    background-color: rgba(0, 0, 0, 0.05);
}

.ten-mien .table tbody tr:nth-child(2n + 2) {
    background: #fff;
}

.ten-mien .table tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.ten-mien .table tbody tr td:first-child {
    font-weight: bold;
    width: 60%;
}

.site-question {
    padding: 50px 0px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.site-question .question-item {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-question .question-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-question .question-item h3 {
    font-size: 15px;
    color: #555;
    text-transform: uppercase;
    margin-top: 10px;
}

.site-question .question-item .description {
    display: none;
}

.bang-gia-host {
    padding: 50px 0px;
}

.bang-gia-host .mg-bot-20 {
    margin-bottom: 20px;
}

.item-bg-custom {
    background-color: #f5f5f5;
    padding: 25px 10px;
    color: #4d4d4d;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    height: 100%;
}

.item-bg-custom h3 {
    color: #d52027;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.item-bg-custom ul {
    margin-bottom: 15px;
}

.item-bg-custom ul li {
    font-size: 14px;
    color: #4d4d4d;
    padding: 10px 0px;
}

.item-bg-custom span {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
}

.item-bg-custom .price {
    margin: 25px 0px;
    color: #f7941e;
    font-size: 22px;
    font-weight: bold;
}

.hosting-wrapper h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.4;
    color: #d52027;
    text-align: center;
    margin-bottom: 30px;
}

.hosting-wrapper .hosting-intro {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 637px;
}

.hosting-wrapper .hosting-intro .hosting-intro-content {
    position: relative;
    height: 400px;
}

.hosting-wrapper .hosting-intro .hosting-intro-content p {
    margin-bottom: 0;
}

.hosting-wrapper .hosting-intro .hosting-intro-content p.text-1 {
    position: absolute;
    top: 6%;
    left: 9%;
    text-align: right;
}

.hosting-wrapper .hosting-intro .hosting-intro-content p.text-2 {
    position: absolute;
    top: 44%;
    left: 6%;
    text-align: right;
}

.hosting-wrapper .hosting-intro .hosting-intro-content p.text-3 {
    position: absolute;
    top: 12%;
    right: 11%;
}

.hosting-wrapper .hosting-intro .hosting-intro-content p.text-4 {
    position: absolute;
    bottom: 38%;
    right: 10%;
}

.hosting-wrapper .hosting-intro .hosting-intro-content p.text-5 {
    position: absolute;
    bottom: 4%;
    left: 46%;
}

.hosting-wrapper .hosting-intro .hosting-intro-content p.text-5 span {
    display: block;
}

.hosting-wrapper .hosting-intro .hosting-intro-content p.text-5 .text-5-title {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

.hosting-wrapper .hosting-intro .hosting-intro-content p.text-5 .text-5-price {
    border-bottom: 1px solid #b6cfde;
    font-size: 40px;
    font-weight: bold;
    color: #f8941d;
    padding: 15px 0px;
}

.hosting-wrapper .hosting-intro .hosting-intro-content p.text-5 .text-5-date {
    font-size: 16px;
    margin-top: 8px;
    text-align: right;
}

.banner-vps {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-vps .content-vps h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #fff;
}

.banner-vps .content-vps ul li {
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    padding-left: 22px;
    color: #fff;
}

.banner-vps .content-vps ul li:before {
    content: "\f006";
    font-family: FontAwesome;
    color: #f8941d;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-vps .content-vps ul li:last-child {
    margin-bottom: 0;
}

.banner-vps .content-vps .price-list {
    padding-top: 20px;
    display: inline-block;
    text-align: center;
}

.banner-vps .content-vps .price-list span {
    display: block;
    font-size: 18px;
    color: #fff;
}

.banner-vps .content-vps .price-list .price {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    display: inline-block;
    color: #fff;
    margin: 15px 0px;
    padding-bottom: 15px;
}


/* About
--------------------------------------------- */

.main-about-page {
    padding: 50px 0px;
    text-align: center;
    margin-top: 50px;
}

.main-about-page .description {
    padding: 0px 100px;
    text-align: justify;
}

.main-about-page .description p {
    font-size: 17px;
    line-height: 1.5;
    color: #333;
}

.main-about-page .description a {
    color: #d42027;
}

.main-about-page .description ul {
    font-size: 17px;
}

.main-about-page .site-title .text-mo {
    font-size: 50px;
}

.main-about-value {
    padding: 50px 0px;
    padding-bottom: 70px;
}

.main-about-value ul li {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: justify;
}

.main-about-value ul li:last-child {
    margin-bottom: 0;
}

.main-about-value ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 16px;
    color: green;
    padding-right: 10px;
    vertical-align: top;
}

.main-about-value .site-title {
    text-align: left;
}

.main-about-value .site-title .text-mo {
    font-size: 50px;
}

.main-team {
    background-image: url(../images/icon/team-background.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.main-team .description {
    margin-bottom: 30px;
}

.main-team .description p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0;
}

.main-team .item {
    text-align: center;
    background: #f7fafd;
}

.main-team .item img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-team .item .text-bottom {
    padding: 10px 0px;
}

.main-team .item .text-bottom h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.main-team .item .text-bottom span {
    display: block;
    font-size: 18px;
    color: #d52027;
}

.main-team .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.main-team .owl-theme .owl-nav.disabled+.owl-dots button {
    outline: none;
}

.main-team .site-title .text-mo {
    font-size: 50px;
}

.main-procedure {
    padding: 50px 0px;
}

.main-procedure .title-about {
    text-align: center;
}

.main-procedure .title-about .text {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0;
    display: block;
    margin-top: 20px;
}

.main-procedure .list-procedure {
    margin-bottom: 30px;
}

.main-procedure .list-procedure .col-custom-nth:first-child .box-procudure:after {
    display: none;
}

@media screen and (max-width: 767px) {
    .main-procedure .list-procedure .col-custom-nth:first-child .box-procudure:before {
        background-position: -389px -882px;
    }
}

@media screen and (max-width: 767px) {
    .main-procedure .list-procedure .col-custom-nth:nth-child(2) .box-procudure:before {
        background-position: -529px -875px;
    }
}

.main-procedure .list-procedure .col-custom-nth:nth-child(2) .box-procudure .icon {
    background-position: -234px -296px;
}

@media screen and (max-width: 767px) {
    .main-procedure .list-procedure .col-custom-nth:nth-child(3) .box-procudure:before {
        background-position: -667px -880px;
    }
}

.main-procedure .list-procedure .col-custom-nth:nth-child(3) .box-procudure .icon {
    background-position: -456px -86px;
}

@media screen and (max-width: 767px) {
    .main-procedure .list-procedure .col-custom-nth:nth-child(4) .box-procudure:before {
        background-position: -793px -879px;
    }
}

.main-procedure .list-procedure .col-custom-nth:nth-child(4) .box-procudure .icon {
    background-position: -459px -297px;
}

.main-procedure .list-procedure .box-procudure {
    text-align: center;
    position: relative;
}

.main-procedure .list-procedure .box-procudure:after {
    content: "";
    position: absolute;
    background: url(../images/all-icon.png) no-repeat -691px -296px;
    width: 38px;
    height: 33px;
    top: 80px;
    left: -35px;
}

.main-procedure .list-procedure .box-procudure .icon {
    display: block;
    margin: 0 auto;
    font-size: 0;
}

.main-procedure .list-procedure .box-procudure h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 15px 0;
    line-height: 1.5em;
    color: #333;
}

.main-procedure .list-procedure .box-procudure p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    color: #333;
}

.main-procedure .btn-custom {
    color: #fff;
}

.main-procedure .site-title .text-mo {
    font-size: 50px;
}

.main-why {
    padding: 50px 0px;
}

.main-why .list-icon-ts ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 85px;
}

.main-why .list-icon-ts ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .main-why .list-icon-ts ul li:first-child:before {
        background-position: -990px -821px;
        width: 45px;
        height: 45px;
    }
}

.main-why .list-icon-ts ul li:nth-child(2):before {
    background-position: -568px -9px;
}

@media screen and (max-width: 767px) {
    .main-why .list-icon-ts ul li:nth-child(2):before {
        background-position: -990px -887px;
        width: 45px;
        height: 47px;
    }
}

.main-why .list-icon-ts ul li:nth-child(3):before {
    background-position: -652px -9px;
}

@media screen and (max-width: 767px) {
    .main-why .list-icon-ts ul li:nth-child(3):before {
        background-position: -916px -821px;
        width: 45px;
        height: 45px;
    }
}

.main-why .list-icon-ts ul li:nth-child(4):before {
    background-position: -729px -9px;
}

@media screen and (max-width: 767px) {
    .main-why .list-icon-ts ul li:nth-child(4):before {
        background-position: -916px -891px;
        width: 45px;
        height: 39px;
    }
}

.main-why .list-icon-ts ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/all-icon.png) no-repeat;
    background-position: -482px -9px;
    width: 60px;
    height: 60px;
}

.main-why .list-icon-ts ul li h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.main-why .list-icon-ts ul li p {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}

.main-why .img-why img {
    width: 500px;
}

@media screen and (min-width: 1300px) {
    .main-why .img-why img {
        max-width: 600px;
    }
}

@media screen and (max-width: 1199px) {
    .main-why .img-why img {
        width: 100%;
    }
}

.main-why .site-title {
    text-align: left;
}

.main-why .site-title .text-mo {
    font-size: 50px;
}

.main-partner {
    padding: 50px 0px;
}

.main-partner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.main-partner .owl-theme .owl-nav.disabled+.owl-dots button {
    outline: none;
}

.main-partner .site-title .text-mo {
    font-size: 50px;
}

.owl-theme .owl-nav.disabled+.owl-dots .active span {
    background: #d52027;
}

.main-banner-2 {
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding: 100px 0 150px;
    position: relative;
    overflow: hidden;
}

.main-banner-2 .arrow-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 50px;
    color: #333;
    -webkit-animation: namdz 5s infinite ease-in-out;
    animation: namdz 5s infinite ease-in-out;
}

.main-banner-2 .title h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: #d52027;
    padding: 0;
    margin: 0 0 15px;
}

.main-banner-2 .title p {
    font-size: 18px;
    color: #474747;
    margin: 0 0 37px;
}

.main-banner-2 form input {
    padding: 16px 15px 16px 30px;
    margin-right: 22px;
    border: 2px solid #d52027;
    border-radius: 37px;
    color: #535353;
    font-size: 16px;
    width: 608px;
    outline: none;
}

.main-banner-2 form .btn-custom {
    line-height: 60px;
    font-size: 20px;
    padding: 0 45px;
    margin-top: 0;
}

.main-banner-2 .site-title .text-mo {
    font-size: 50px;
}

@media screen and (max-width: 991px) {
    .main-about-page .description {
        padding: 0;
    }

}

@media screen and (max-width: 767px) {
    .main-about-page {
        padding-bottom: 0;
    }

    .main-about-page .description {
        text-align: left;
    }

    .main-about-page .description p {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-about-page .description p:before {
        content: "\f00c";
        font-family: fontawesome;
        font-size: 16px;
        color: green;
        padding-right: 10px;
        vertical-align: top;
    }

    .main-about-value {
        padding-bottom: 0;
    }

    .main-team .description {
        display: none;
    }

    .title-about h2 {
        font-size: 18px;
    }

    .main-team .item img {
        height: 240px;
    }

    .main-team .item .text-bottom h3 {
        font-size: 16px;
    }

    .main-team .item .text-bottom span {
        font-size: 15px;
    }

    .main-procedure .list-procedure .box-procudure .icon {
        display: none;
    }

    .main-procedure .list-procedure .box-procudure {
        text-align: left;
    }

    .main-procedure .list-procedure .box-procudure:after {
        display: none;
    }

    .main-procedure .list-procedure .box-procudure:before {
        content: "";
        width: 95px !important;
        height: 90px;
        display: block;
        margin: 0 auto;
        background-image: url(../images/all-icon.png);
        font-size: 0;
        background-position: -235px -85px;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main-procedure .list-procedure .box-procudure {
        padding-left: 110px;
        margin-bottom: 20px;
    }

    .main-procedure .list-procedure .box-procudure h3 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .main-procedure .list-procedure .box-procudure p {
        font-size: 16px;
    }

    .main-why .list-icon-ts ul li p {
        display: none;
        margin-top: 30px;
        margin-left: -60px;
        border-top: 1px solid #ccc;
        padding-top: 13px;
    }

    .main-why .list-icon-ts ul li h3 {
        vertical-align: middle;
    }

    .main-why .list-icon-ts ul li {
        padding-left: 60px;
        margin-bottom: 50px;
    }

    .main-why .list-icon-ts ul li h3 {
        font-size: 16px;
    }

    .main-why .list-icon-ts ul li .text {
        padding-top: 10px;
    }

    .main-why .list-icon-ts ul li:after {
        content: "\f067";
        font-family: fontawesome;
        position: absolute;
        top: 15px;
        right: 0;
        pointer-events: none;
    }

    .main-why .list-icon-ts ul .active:after {
        content: "\f068";
    }

    .main-why .img-why img {
        display: none;
    }
}


/* design-website
--------------------------------------------- */

.h-title-main {
    margin-bottom: 50px;
    text-align: center;
}

.h-title-main .h-title {
    font-size: 33px;
    color: #d52027;
}

.h-title-main p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    margin-top: 10px;
}

.h-markettig-1 {
    padding: 50px 0px;
}

.h-markettig-1 .content-nh {
    margin-bottom: 30px;
}

.h-markettig-1 .list-markettig-1 .box-markettig-1 p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.h-markettig-1 .list-markettig-1 .box-markettig-1 p:last-child {
    margin-bottom: 0;
}

.h-markettig-1 .list-markettig-1 .img-box-markettig-1 {
    text-align: center;
}

.h-markettig-1 .list-markettig-1 .img-box-markettig-1 img {
    max-width: 250px;
    margin: 0 auto;
}

.h-benefit_main {
    background: #fbfbfb;
    padding: 70px 0;
}

.h-benefit_main .h-title-main {
    margin-bottom: 30px;
}

.h-benefit_main .benefit_main_list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 35px;
}

.h-benefit_main .benefit_main_list ul li img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    height: 36px;
    margin-top: 5px;
}

.h-benefit_main .benefit_main_list ul li .text-benefit {
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93%;
    flex: 0 0 93%;
    max-width: 93%;
}

.h-benefit_main .benefit_main_list ul li .text-benefit h3 {
    line-height: 24px;
    color: #363636;
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 19px;
}

.h-benefit_main .benefit_main_list ul li .text-benefit p {
    line-height: 24px;
    color: #363636;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
}

.h-more {
    background: -webkit-gradient(linear, left top, right top, from(#bf1e2e), to(#e85160));
    background: linear-gradient(to right, #bf1e2e, #e85160);
    padding: 9px 30px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.h-more:hover {
    color: #fff !important;
    background: -webkit-gradient(linear, left top, right top, from(#e85160), to(#bf1e2e));
    background: linear-gradient(to right, #e85160, #bf1e2e);
}

.h-benefit_main-2 {
    padding: 70px 0px;
    background: none;
}

.h-benefit_main-2 .img-benefit_main img {
    max-width: 450px;
}

.h-benefit_main-3 {
    background: #fbfbfb;
}

.h-main-doitact {
    padding: 50px 0px;
}

.h-main-doitact .list-logo-doitac .dt-img {
    margin-bottom: 30px;
}

.h-main-doitact .list-logo-doitac .dt-img img {
    max-width: 140px;
    width: 100%;
    height: 80px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.h-main-trainghiem {
    background: #f6f7f9;
    padding: 50px 0px;
}

.h-main-trainghiem .h-title-main {
    margin-bottom: 20px;
}

.h-main-trainghiem img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.h-main-trainghiem .item {
    padding-top: 30px;
    text-align: center;
}

.h-main-trainghiem .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.h-main-trainghiem .item .img-top img {
    width: 250px;
    margin: 0 auto;
}

.h-main-trainghiem .item .img-top .img-2 {
    display: block;
    margin-top: -20px;
}

.h-main-trainghiem .item .img-top .img-2 img {
    width: 100px;
    height: 30px;
}

.h-main-trainghiem .item h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    margin-top: 20px;
}

.h-main-trainghiem .more {
    margin: 0 auto;
}

.h-site-customer {
    background: #fbfbfb;
    padding: 70px 0px;
}

.title-projects {
    padding: 50px 0;
    font-weight: normal;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.title-projects .form {
    padding-top: 20px;
}

.title-projects .form form {
    position: relative;
}

.title-projects .form form input {
    height: 40px;
}

.title-projects .form form .btn-nh {
    position: absolute;
    top: 0;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100px;
    height: 40px;
    border: 0;
    background: -webkit-gradient(linear, left top, right top, from(#e43834), to(#ff6663));
    background: linear-gradient(90deg, #e43834 0%, #ff6663 100%);
    color: #fff;
}

.h-site-customer .tab-content {
    margin: 0px -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.h-site-customer .tab-content .site-customer_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

@media screen and (max-width: 1199px) {
    .h-benefit_main-2 .img-benefit_main img {
        max-width: 400px;
    }

    .h-benefit_main .benefit_main_list ul li .text-benefit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .img-benefit_main {
        padding: 50px 0px;
    }
}

@media screen and (max-width: 991px) {
    .img-benefit_main {
        text-align: center;
    }

    .h-benefit_main-2 .img-benefit_main img {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .title-projects .form {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .h-benefit_main .benefit_main_list ul li .text-benefit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 89%;
        flex: 0 0 89%;
        max-width: 89%;
    }

    .h-title-main .h-title {
        font-size: 25px;
    }

    .h-title-main {
        margin-bottom: 30px;
    }

    .list-markettig-1 .box-markettig-1 {
        text-align: center !important;
    }

    .h-markettig-1 .list-markettig-1 .box-markettig-1 p {
        margin: 20px 0px;
    }

    .h-benefit_main {
        padding: 30px 0px;
    }

    .h-benefit_main-2 .img-benefit_main img {
        max-width: 100%;
    }

    .h-markettig-1 {
        padding-bottom: 30px;
    }

    .title-projects .form {
        margin-top: 20px;
    }
}


/* Fixed button right
--------------------------------------------- */

.fixedButton {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 9999;
}

@media only screen and (max-width: 1023px) {
    .fixedButton {
        display: none;
    }
}

.fixedButton a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 17px;
    padding-left: 16px;
    text-decoration: none;
    height: 55px;
    margin-bottom: 2px;
    text-align: center;
    float: right;
    clear: both;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-right: 0;
    color: #fff;
}

.fixedButton a:hover span {
    font-size: 14px;
    margin-left: 16px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.fixedButton a i {
    color: #fff;
    font-size: 24px;
    width: 22px;
    display: inline-block;
}

.fixedButton a span {
    font-size: 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    line-height: 1.5;
}

.fixedButton .fixedButton__phone {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f5b571), to(#f34343));
    background-image: linear-gradient(to bottom right, #f5b571, #f34343);
    border-top-left-radius: 4px;
}

.fixedButton .fixedButton__price {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#17ead9), to(#6078ea));
    background-image: linear-gradient(to bottom right, #17ead9, #6078ea);
}

.fixedButton .fixedButton__aboutUs {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#42e695), to(#3bb2b8));
    background-image: linear-gradient(to bottom right, #42e695, #3bb2b8);
    border-bottom-right-radius: 4px;
}

.fixedButton .fixedButton__social-media {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#7565d7), to(#7490e2));
    background-image: linear-gradient(to bottom right, #7565d7, #7490e2);
    position: relative;
    float: right;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    right: -109px;
    cursor: pointer;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}

.fixedButton .fixedButton__social-media:hover {
    right: 0;
}

.fixedButton .fixedButton__social-media a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 17px 0 16px;
    color: white !important;
    text-decoration: none;
    border: 1px solid #ffffff9e;
    height: 55px;
    background: #f26122;
    display: block;
    margin-bottom: 2px;
    text-align: center;
    float: right;
    clear: both;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-right: 0;
    margin: 0;
}

.fixedButton .fixedButton__social-media .zalo,
.messenger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 17px 0 16px;
    color: white !important;
    text-decoration: none;
    height: 55px;
    width: 55px;
    background: #f26122;
    display: block;
    margin-bottom: 0;
    text-align: center;
    clear: both;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#7569d8), to(#748be1));
    background-image: linear-gradient(to bottom right, #7569d8, #748be1);
    background: url(../images/icon/all-icon.png) no-repeat;
    background-position: 5px -536px;
}

.fixedButton .zalo {
    background-position: -55px -421px !important;
    margin-bottom: 0;
    min-width: 55px;
    background: url(../images/icon/all-icon.png) no-repeat;
    border-radius: 0 !important;
    background-color: #2b96d2;
    margin-bottom: 1px;
    border: 1px solid #fff;
    transition: all 0.3s;
}

.fixedButton .messenger {
    background-position: -55px -369px !important;
    background: url(../images/icon/all-icon.png) no-repeat;
    margin-bottom: 0;
    width: auto;
    background-color: #3794ff;
    transition: all 0.3s;
    min-width: 55px;
}

.fixedButton .zalo:hover span,
.fixedButton .messenger:hover span {
    padding-left: 25px;
    transition: all 0.3s;
}

.popup__price {
    width: 400px;
    display: none;
}

.popup__price .title {
    font-size: 24px;
    font-weight: 600;
    color: #d52027;
    margin: 30px 0 10px 0;
    text-align: center;
}

.popup__price .form__item {
    position: relative;
}

.popup__price .form__item input {
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px !important;
    color: #222 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding-left: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    margin: 15px 0 0;
    padding: 7px 20px;
    font-size: 14px;
}

.popup__price .form__item input::-webkit-input-placeholder {
    font-size: 17px;
    color: #222;
}

.popup__price .form__item input:-ms-input-placeholder {
    font-size: 17px;
    color: #222;
}

.popup__price .form__item input::-ms-input-placeholder {
    font-size: 17px;
    color: #222;
}

.popup__price .form__item input::placeholder {
    font-size: 17px;
    color: #222;
}

.popup__price select {
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px !important;
    color: #222 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding-left: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 15px 0 0;
    padding: 7px 20px;
    font-size: 14px;
    width: 100%;
}

.popup__price button {
    background: #0e69d2 !important;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-top: 15px;
    border-radius: 9999px;
}

.fixedButton-mobile {
    position: fixed;
    left: 15px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #d52027;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999;
    display: none;
}

@media only screen and (max-width: 1023px) {
    .fixedButton-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.fixedButton-mobile .contact {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.fixedButton-mobile .contact i {
    font-size: 24px;
    text-align: center;
    display: block;
}

.fixedButton-mobile .contact p {
    font-size: 10px;
    font-weight: 700;
}

.fixedButton-mobile .animation {
    width: 84px;
    height: 84px;
    background-color: #d52027;
    border-radius: 50px;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

@-webkit-keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.list__contact-mobile {
    position: fixed;
    z-index: 99999;
    bottom: 110px;
    left: 15px;
    background-color: #fff;
    padding: 10px;
    width: 300px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 10% 100%;
    transform-origin: 10% 100%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.list__contact-mobile:after {
    position: absolute;
    bottom: -7px;
    left: 25px;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: "";
}

.list__contact-mobile ul li {
    padding: 8px 0;
}

.list__contact-mobile ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.list__contact-mobile ul li a span {
    color: #3b3b3b;
    padding-left: 10px;
    line-height: 1.5;
}

.list__contact-mobile--show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.footer .logo img {
    width: 240px;
}

.popup__price .form-control:focus {
    box-shadow: none;
} 

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.popup__price .btn-custom {
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.popup__price p {
    margin-bottom: 0 !important;
}

.pp-banggia {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(2, 2, 2, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.pp-banggia .content {
    max-width: 450px;
    padding: 30px;
    text-align: justify;
    background: #ffff;
    position: relative;
    transform: scale(0.3);
    transition: all 0.3s;
}

.pp-banggia .content .times {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.pp-banggia .content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    text-align: justify;
}

.active-n {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}

.active-n .content {
    transform: scale(1);
    transition: all 0.3s;
}

.main-banner {
    /* margin-bottom: 50px; */
    overflow: hidden;
}

.main-banner .item {
    /* height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    position: relative;
    background-position: center; */
}
.main-banner .owl-theme .owl-dots .owl-dot span{
    width: 40px;
    height: 5px;
}
.main-banner .item .container,
.main-banner .item .row {
    height: 100%;
}

.main-banner .item .text-banner {
    /* position: relative; */
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.main-banner .item .text-banner .title-banner {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    bottom: -500px;
}

.main-banner .item .text-banner p {
    font-size: 20px;
    color: #333;
    margin: 20px 0px;
    line-height: 1.5;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    bottom: -500px;
}

.logo-banner {
    font-size: 20px;
    text-transform: uppercase;
    color: #d42027;
    margin-bottom: 20px;
    display: block;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    bottom: -500px;
}

.main-banner .more {
    width: max-content;
    height: 43.5px;
    display: block;
    line-height: 43.5px;
    padding: 0px 44px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    position: absolute !important;
    background-color: #e22937;
    bottom: 23% !important;
    left: -5%;
    box-shadow: 0px 0px 6px 0px #000000a3;
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
    transition-duration: .5s;
}

.main-banner .active .more {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width:1199px) {
    .main-banner .more {
        left: 50%;
        transform: translateX(-50%) translateY(80px);
    }

    .main-banner .active .more {
        transform: translateX(-50%) translateY(0);
    }
}

.main-banner .animation {
    position: absolute;
    opacity: 0;
}

.main-banner .owl-carousel.owl-drag .active .animation {
    /* position: relative; */
    -webkit-animation: fadeIn 0.5s linear;
    animation: fadeIn 0.5s linear;
    bottom: 0;
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}


/* @-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */

@-webkit-keyframes fadeLeft {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeLeft {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.main-banner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.header_menu ul .mega-menu {
    position: initial;
}

.header_menu ul .mega-menu .sub-menu {
    width: 100%;
    top: calc(100% + 15px);
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 10px 0px 10px;
    margin: 0px -10px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    pointer-events: none;
}

.header_menu ul .mega-menu:hover .sub-menu {
    pointer-events: auto;
}
.header_menu ul .mega-menu .sub-menu:hover {
    pointer-events: auto;
}
.header_menu ul .mega-menu .sub-menu li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 10px;
    border: 0;
    padding-bottom: 25px;
}

.header_menu ul .mega-menu .sub-menu li a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.header_menu ul .mega-menu .sub-menu li a:hover {
    color: #d42027;
}

.header_menu ul .mega-menu .sub-menu li a img {
    display: block;
    margin-top: 15px;
    width: 100%;
}

.header_menu ul .mega-menu .sub-menu li .sub-menu {
    width: 100%;
    top: 0;
    position: relative;
    margin: 0;
    padding: 0;
    box-shadow: none;
    display: block;
    padding-top: 10px;
}

.header_menu ul .mega-menu .sub-menu li .sub-menu li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}

.header_menu ul .mega-menu .sub-menu li .sub-menu li:before {
    content: "\f0da";
    font-family: fontawesome;
    padding-right: 5px;
}

.header_menu ul .mega-menu .sub-menu li .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
}

.header_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.header_menu .more {
    width: max-content;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 30px;
    /*background-image: linear-gradient(to right, #d42027, #ff7b80);*/
    background-color: #d42027;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-left: 30px;
    border: 1px solid #d42027;
}
@media screen and (max-width:1199px) {
    .header_menu .more {
    margin-left: 10px;
}
}

.header_menu .more:hover {
    border: 1px solid #d42027;
    background: #fff;
    color: #d42027;
}

.site-price {
    padding: 50px 0px;
}

.site-price .title-price {
    text-align: center;
    margin-bottom: 50px;
}

.site-price .title-price h2 {
    font-size: 36px;
    font-weight: bold;
    color: #d52027;
    margin-bottom: 10px;
}

.site-price .title-price span {
    display: block;
    font-size: 18px;
    color: #333;
}

.site-price .item-price {
    background: #f7f7f7;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.kd {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    transform: translateY(11px) translateX(-37%) translateX(131px) rotate(32deg);
    color: #d52027;
    width: max-content;
    min-width: 200px;
    font-weight: 600;
    padding: 10px 0px;
}

.site-price .item-price .title {
    padding: 20px 10px;
    text-align: center;
    background: #d52027;
    text-transform: none;
}

.site-price .item-price .title h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.site-price .item-price .title span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.site-price .item-price .content .price {
    padding: 20px 0px;
}

.site-price .item-price .content .price ins {
    display: block;
    background: none;
    font-size: 25px;
    margin-bottom: 10px;
    color: #d52027;
    font-weight: bold;
}

.site-price .item-price .content .price del {
    font-size: 14px;
    color: #515151;
}

.site-price .item-price .content ul li {
    padding: 10px 10px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px dashed #ccc;
    line-height: 1.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-price .item-price .content ul li:hover {
    background: #d52027;
    color: #fff;
    border-color: #d52027;
}

.site-price .item-price .content ul li:hover a {
    color: #fff;
}

.site-price .item-price .content ul li:hover:before {
    color: #fff;
}

.site-price .item-price .content ul li:before {
    content: "\f058";
    font-family: fontawesome;
    padding-right: 5px;
    color: #a8a8a8;
}

.site-price .item-price .content ul .js-sub-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-price .item-price .content .sub-price {
    display: none;
}

.site-price .item-price .content ul .js-sub-price:before {
    content: "\f067";
    color: #d52027;
}

.site-price .item-price .content ul li a {
    color: #d52027;
}

.site-price .item-price .content .button {
    padding: 20px 10px;
    text-align: center;
}

.site-price .item-price .content .button .btn-custom {
    margin: 0 auto;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    min-width: 170px;
    border: 1px solid #e43834;
}

.site-price .item-price .content .button .btn-custom:hover {
    background: #fff;
    color: #d52027;
}

.site-price .item-price .content .button span {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-top: 10px;
}

@media screen and (min-width: 1200px) {
    .container-price {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1330px) {
    .container-price {
        max-width: 1300px;
    }
}

@media screen and (min-width: 1430px) {
    .container-price {
        max-width: 1400px;
    }
}

@media screen and (min-width: 1530px) {
    .container-price {
        max-width: 1500px;
    }
}

@media screen and (max-width: 1199px) {
    .header_menu ul .mega-menu .sub-menu li a {
        font-size: 15px;
    }
}

.hc-offcanvas-nav li img {
    display: none;
}

@media screen and (max-width: 1199px) {
    .main-price-content .body-benefit .heading-bg ul li .btn-custom {
        min-width: 100%;
    }

    .hosting-wrapper .hosting-intro .hosting-intro-content p.text-5 {
        bottom: 20%;
    }
}

@media screen and (max-width: 991px) {
    .main-price-content .left-ne {
        display: none;
    }

    .site-price .item-price {
        margin-bottom: 30px;
    }

    .main-price-content .list-cacgoi .title-top img {
        width: 50px;
        height: 50px;
        margin-bottom: -18px;
        position: relative;
        z-index: 8;
    }

    .main-price-content .list-cacgoi .title-top p {
        margin: 0;
        margin-left: -22px;
        position: relative;
        z-index: 0;
        padding-left: 28px;
    }

    .main-price-content .list-cacgoi .title-top {
        height: auto;
        min-height: auto;
        padding-bottom: 20px;
    }

    .main-price-content .list-cacgoi .d-none {
        display: block !important;
    }

    .main-price-content .list-cacgoi .flex-content-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-price-content .list-cacgoi ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main-price-content .list-cacgoi ul:first-child {
        text-align: left;
        border-right: 1px solid #ccc;
    }

    .main-price-content .list-cacgoi ul:first-child li {
        text-align: left;
    }

    .main-price-content .body-benefit .heading-bg ul li {
        font-size: 13px;
        height: auto;
        min-height: 45px;
        vertical-align: middle;
    }

    .main-price-content .body-benefit .heading-bg ul .h-custom3 {
        min-height: 78.6px;
    }

    .main-price-content .body-benefit .small-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px;
        min-height: auto;
    }

    .main-price-content .body-benefit .small-title p {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px 0px;
    }

    .main-price-content .body-benefit .small-title p:first-child {
        text-align: left;
        font-weight: 600;
        border-right: 1px solid #ccc;
    }

    .main-price-content .list-cacgoi .flex-h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-price-content .list-cacgoi .flex-h3 h3 {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main-price-content .list-cacgoi .flex-h3 h3:first-child {
        text-align: left;
        font-weight: 600;
        border-right: 1px solid #ccc;
    }

    .main-price-content .list-cacgoi {
        margin-bottom: 20px;
    }

    .main-register h2 {
        font-size: 25px;
    }

    .main-register {
        padding: 40px 0px;
    }

    .margin-custom-top {
        display: block !important;
    }

    .site-question .question-item img {
        width: 80px;
    }

    .hosting-wrapper .hosting-intro .hosting-intro-content p.text-2 {
        top: 42%;
        left: -4%;
    }

    .hosting-wrapper .hosting-intro .hosting-intro-content p.text-1 {
        top: 3%;
        left: 4%;
    }

    .hosting-wrapper .hosting-intro .hosting-intro-content p.text-3 {
        top: 12%;
        right: 9%;
    }

    .hosting-wrapper .hosting-intro .hosting-intro-content p.text-4 {
        right: 2%;
    }

    .banner-vps {
        background-position: center left;
    }
}

@media screen and (max-width: 767px) {
    .banner-vps {
        height: auto;
        padding: 30px 0px;
        text-align: center;
    }

    .banner-vps .content-vps ul li:before {
        position: initial;
        padding-right: 5px;
        display: none;
    }

    .main-register img {
        display: none;
    }

    .main-register {
        text-align: center;
    }

    .main-register h2 {
        font-size: 20px;
    }

    .main-register form {
        display: block;
    }

    .main-register form input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .main-price-content {
        padding-top: 30px;
    }

    .site-question .question-item {
        height: auto;
        margin-bottom: 15px;
    }

    .hosting-wrapper .hosting-intro {
        background: none !important;
    }

    .hosting-wrapper .hosting-intro .hosting-intro-content p {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        text-align: left !important;
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .hosting-wrapper .hosting-intro {
        padding-bottom: 0;
    }

    .hosting-wrapper .hosting-intro .hosting-intro-content p.text-5 .text-5-date {
        text-align: left;
    }

    .hosting-wrapper .hosting-intro .hosting-intro-content p.text-5 .text-5-title {
        text-align: left;
    }

    .hosting-wrapper .hosting-intro {
        min-height: 200px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .table-responsive,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }

    .table-responsive>thead>tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive>tbody>tr {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .table-responsive>tbody>tr:first-child {
        border-radius: 3px 3px 0 0;
        border-top: none;
    }

    .table-responsive>tbody>tr:last-child {
        border-radius: 0 0 3px 3px;
        border-bottom: none;
    }

    .table-responsive>tbody>tr td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 30% !important;
        width: 100%;
        overflow: hidden;
    }

    .table-responsive>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        top: 15px;
        left: 14px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 14px;
    }

    .table-responsive.table-order>tbody>tr:nth-child(-n + 3)>td:first-child {
        padding: 25px 0 25px 30% !important;
        background-position: left 32% center;
    }

    .table-responsive.table-order>tbody>tr:nth-child(-n + 3)>td:first-child span {
        left: 32%;
    }

    .ten-mien .table tbody tr td:first-child {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .site-customer .morea {
        margin-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .header_menu {
        display: none;
    }

    .site-banner_images {
        text-align: center;
    }

    .site-banner {
        padding-bottom: 100px;
    }

    .site-marking {
        margin-bottom: 50px;
    }

    .site-services_item h3 a {
        font-size: 16px;
        margin: 15px 10px 20px 10px;
    }

    .site-services_item img {
        width: auto;
        height: auto;
        padding: 0px 20px;
    }

    .site-services_item p {
        margin-bottom: 30px;
    }

    .site-title .text-mo {
        font-size: 40px;
        display: none;
    }

    .site-title .heading {
        font-size: 30px;
    }

    .site-customer_item .img-top {
        /* height: 280px; */
    }

    .site-customer .nav-top .nav li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .site-solution_content {
        padding-right: 0;
    }

    .site-why-choose_list .list-choose {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .site-why-choose_list .img-mid {
        margin-top: 30px;
        text-align: center;
    }

    .site-why-choose_list .img-mid img {
        width: 50% !important;
        margin: 0 auto;
    }

    .site-why-choose_list .col-custom:first-child .list-choose {
        text-align: left;
    }

    .footer {
        padding-top: 50px;
    }

    .site-banner .home-shape .shape2 {
        right: 30%;
        top: 50%;
    }

    .site-why-choose_list .img-mid .light1 {
        top: 52px;
        left: 233px;
    }

    .site-why-choose_list .img-mid .light2 {
        top: 52px;
        right: 237px;
    }

    .site-why-choose_list .img-mid .light3 {
        top: 237px;
        left: 172px;
    }

    .site-why-choose_list .img-mid .light4 {
        top: 237px;
        right: 172px;
    }

    .footer .form-footer {
        width: 100%;
    }

    .site-customer .customer-text h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {

    .site-banner_text h1,
    .site-banner_text h2,
    .site-banner_text h3 {
        font-size: 20px;
    }

    .site-banner_text p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .site-banner .home-shape .shape5 {
        top: 30%;
        left: 40%;
    }

    .site-banner .home-shape .shape2 {
        right: 65%;
    }

    .site-marking .site-banner_images img {
        width: 100%;
    }

    .site-title .heading {
        font-size: 20px;
    }

    .site-title .text-mo {
        font-size: 40px;
        display: none;
    }

    .site-title .des {
        width: 100%;
    }

    .btn-custom {
        height: 40px;
        min-width: 180px;
        line-height: 40px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .site-services_item {
        height: auto;
        margin-bottom: 60px;
    }

    .site-services {
        padding-bottom: 0;
    }

    .site-customer .nav-top .nav li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .site-solution .solution ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .site-why-choose_list .img-mid img {
        width: 100% !important;
    }

    .site-why-choose_list .col-custom:first-child .list-choose {
        margin-bottom: 30px;
    }

    .site-why-choose_list .list-choose:last-child {
        margin-bottom: 30px;
    }

    .site-word {
        padding: 40px 0px;
    }

    .site-word_list .word {
        width: 100%;
    }

    .word-img {
        margin-bottom: 20px;
    }

    .site-customer .owl-customer .item {
        padding: 0;
    }

    .site-customer .owl-customer {
        margin-top: 20px;
    }

    .footer .form-footer {
        margin: 20px 0px;
    }

    .site-why-choose {
        padding-top: 0;
    }

    .site-banner {
        padding-top: 120px;
    }

    .site-customer .morea {
        margin-top: 20px;
    }

    .main-banner .item {
        height: auto !important;
        /* padding: 30px 0px; */
        position: relative;
    }

    .main-banner .item:before {
        /* content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.5));
        opacity: 0.5; */
    }

    .main-banner .item .text-banner .title-banner {
        font-size: 25px;
    }

    .main-banner .item .text-banner p {
        font-size: 16px;
    }
}


/* TKW Chuyên nghiệp
--------------------------------------------- */

.boxDefault {
    padding: 48px 0;
}

.boxContent {
    clear: both;
}

.bgDefault {
    background: #f9fafc;
}

.boxDefault .padding-right {
    padding-right: 70px;
}

.boxDefault .padding-left {
    padding-left: 70px;
}

.main-webdesign-content h3 {
    font-size: 30px;
    padding-bottom: 30px;
    color: #162441;
}

.main-webdesign-content p {
    font-size: 16px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #162441;
}

.boxDefault p {
    font-size: 16px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #162441;
}

.main-webdesign-content p>i {
    margin-right: 10px;
}

.svg-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    padding: 0;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.svg-check {
    background-image: url(../images/svg/shapes-and-symbols.svg);
}

.des-img {
    max-width: 480px;
    max-height: 480px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: 0 auto;
    display: block;
}


/*Landingpage*/

.title-ld {
    margin: 0;
    font-size: 33px;
    color: #162441;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.title-ld:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 75px;
    height: 2px;
    background: #d52027;
}

.page-banner {
    background: #f3fbfe;
    padding: 50px 0px;
}

.page-banner__text h1 {
    font-size: 30px;
    font-weight: 500;
    color: #162441;
    margin-bottom: 15px;
}

.page-banner__text p {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.page-banner__text .btn-custom {
    width: max-content;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #d42027, #ff7b80);
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #fa7176;
}

.page-doanhthu {
    padding: 50px 0px;
}

.page-doanhthu .content {
    padding-left: 35px;
}

.page-doanhthu .content h3 {
    font-size: 25px;
    padding-bottom: 30px;
    color: #162441;
}

.page-doanhthu .content ul li {
    font-size: 17px;
    line-height: 1.6;
    color: #162441;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.page-doanhthu .content ul li:before {
    content: "x";
    flex: 0 0 30px;
    max-width: 30px;
    margin-right: 10px;
    height: 30px;
    border-radius: 3px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #d52027;
    border: 1px solid #d52027;
    display: block;
}

.page-doanhthu .content ul li:last-child {
    margin-bottom: 0;
}

.page-dichvu {
    padding: 50px 0px;
}

.page-dichvu .content {
    padding-left: 35px;
}

.page-dichvu__content {
    padding: 50px 0px;
    background: #f9fafc;
}

.page-dichvu__content:nth-child(2n + 2) {
    background: #fff;
}

.page-dichvu__content:nth-child(2n + 2) .row {
    flex-direction: row-reverse;
}

.page-dichvu__content:nth-child(2n + 2) .content {
    padding-left: 0;
    padding-right: 35px;
}

.page-dichvu .content h3 {
    font-size: 25px;
    padding-bottom: 30px;
    color: #162441;
}

.page-dichvu .content ul li {
    font-size: 17px;
    color: #162441;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.page-dichvu .content ul li p {
    width: 100%;
    margin-top: 10px;
}

.page-dichvu .content ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    flex: 0 0 30px;
    max-width: 30px;
    margin-right: 10px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #0fd186;
    border: 1px solid #0fd186;
    display: block;
    flex-shrink: 0;
}

.page-dichvu .content ul li:last-child {
    margin-bottom: 0;
}

.page-banggia {
    padding-bottom: 50px;
}

.bang-gia {
    background: #fff;
    /* box-shadow: 0 0 10px #ccc; */
    border-radius: 5px;
    text-align: center;
    padding: 15px;
}

.bang-gia h3 {
    font-size: 24px;
    color: #333;
}


/* Bảng giá 2*/

.hz-list_price--title b {
    width: 42px;
    height: 3px;
    background: #e81a05;
}

.hz-list_price--title span {
    font-size: 25px;
}

.hz-list_price--title p,
.hz-list_price--grid ul li {
    font-size: 16px;
    line-height: 1.5;
}

.hz-list_price {
    background: url(../images/price2.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.hz-list_price--grid {
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.hz-list_price--grid p {
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.hz-list_price--grid p strong {
    font-size: 32px;
}

.hz-list_price--grid ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
}

.hz-list_price--button {
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    color: #e43834;
    position: relative;
    cursor: pointer;
    min-width: 140px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s ease-in-out;
    border-radius: 40px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.36);
}

@media (min-width: 768px) {
    .mt--5 {
        margin-top: -50px;
    }
}

.social-box {
    display: none;
}

@media (max-width: 768px) {
    .social-box {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: white;
        box-shadow: -3px -1px 4px rgb(0 0 0 / 14%);
        width: 100%;
        height: 70px;
        align-items: center;
        z-index: 33 !important;
    }

    .social-box-item {
        width: calc((100% - 50px) / 4);
        text-align: center;
    }

    .social-box-item img {
        width: 35px;
    }

    .social-box-title {
        color: #000;
    }

    #back-top span {
        display: none !important;
    }

    .topTop {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .topTop img {
        width: 30%;
    }

    .topTop a {
        display: block;
        text-align: center;
    }

    .topTop a:hover {
        cursor: pointer;
    }
}


/* Nút gọi */

.call {
    position: fixed;
    margin: 0;
    padding: 0;
    left: -10px;
    bottom: 100px;
    background: #fff;
    background-color: #fff;
    background-color: transparent;
    cursor: pointer;
    width: 110px;
    height: 110px;
    z-index: 9999;
}

.call .zoomIn {
    width: 90px;
    height: 90px;
    border: 2px solid #f6d600;
    border-radius: 100px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.call .pulse {
    width: 70px;
    height: 70px;
    background: #333;
    border-radius: 100px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.call span {
    position: absolute;
    left: 54px;
    top: 40px;
    font-size: 1.3rem;
    background: #f6d600;
    color: #333;
    padding: 10px 15px 8px 51px;
    border-radius: 20px;
    z-index: 9;
    width: max-content;
}

@media only screen and (max-width: 767px) {
    .call span {
        display: none;
    }
}

.call .tada {
    background: #f6d600;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tada;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.call .tada i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -12px;
    width: 65%;
    color: #333;
    font-size: 30px;
}

@keyframes tada {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/*Huy Style*/

.title-page {
    margin-bottom: 50px;
    text-align: center;
}

.title-page span {
    color: #e82428;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1.6px;
    display: block;
    margin-bottom: 10px;
}

.title-page .heading {
    color: #333333;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0px;
    font-weight: 600;
}

.title-page .heading-red {
    color: #e82428;
}

.title-page-small {
    font-size: 20px;
    font-weight: 400;
}

.h-btn-custom {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 30px;
    background-color: var(--color-red);
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--color-red);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.h-btn-custom:hover {
    border: 1px solid var(--color-red);
    background: #fff;
    color: var(--color-red);
}

.btn-border {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 30px;
    background-color: #fff;
    text-decoration: none;
    color: var(--color-red);
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--color-red);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-border:hover {
    border: 1px solid var(--color-red);
    background: var(--color-red);
    color: #fff;
}

.h-page-banner {
    padding: 30px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.h-page-banner .content .heading {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.h-page-banner .content p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.h-page-banner .img img {
    width: 350px;
    margin: 0 auto;
}

.h-page-banner .h-btn-custom {
    border: 1px solid #fff;
    font-weight: bold;
}

.h-page-about {
    background-color: #f9f9f9;
}

.h-page-about .h-btn-custom {
    margin: 0 auto;
}

.item-about {
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(22, 28, 45, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(22, 28, 45, 0.05);
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #f17024;
    text-align: center;
    padding: 25px;
    margin-bottom: 30px;
    background-color: #fff;
}

.item-about img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.item-about h3 a {
    display: block;
    color: #333333;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.item-about h3 a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    background: #333;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.item-about p {
    font-size: 17px;
    line-height: 1.5;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0;
}

.h-page-price {
    background-image: url(../images/bg-scroll.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.item-price {
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
}

.item-price__title {
    text-align: center;
    padding: 10px 0px;
}

.item-price__title h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
}

.item-price__title span {
    display: block;
    font-size: 13px;
    color: #fff;
}

.item-price__price {
    text-align: center;
    padding: 25px 0px;
}

.item-price__price .price {
    font-size: 35px;
    font-weight: bold;
}

.item-price__price .price sup {
    font-size: 17px;
}

.item-price__price .date {
    display: block;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0px;
    color: #54595f;
}

.item-price__content {
    padding: 0px 15px;
}

.item-price__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.item-price__content ul li {
    font-size: 16px;
}

.item-price__content ul li i {
    font-size: 20px;
}

.item-price__content ul li span {
    padding-left: 10px;
    color: #7a7a7a;
}

.item-price .h-btn-custom {
    margin: 30px auto;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    min-width: 170px;
    text-align: center;
    color: #fff;
}

.item-price .btn-custom:hover {
    background: #fff !important;
    color: var(--color-red);
}

.item-price2 .item-price__content ul li {
    font-size: 16px;
    justify-content: center;
}

.item-price3 .item-price__title {
    padding: 10px 20px;
}

.item-price3 .item-price__title h3 {
    font-size: 20px;
}

.h-page-support {
    padding: 50px 0px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f15b48), to(#c42034));
    background-image: linear-gradient(180deg, #f15b48 0%, #c42034 100%);
}

.h-page-question .question>ul>li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.h-page-question .question>ul>li:last-child {
    margin: 0;
    padding-bottom: 0;
    border: 0;
}

.h-page-question .question>ul>li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

.h-page-question .question>ul>li span:before {
    content: "\f0da";
    font-family: fontawesome;
    padding-right: 10px;
}

.h-page-question .question>ul>li .active {
    color: var(--colo-red);
}

.h-page-question .question>ul>li .js-content {
    padding: 15px;
    background: #f7f7f7;
    display: none;
}

@media screen and (max-width: 1199px) {
    .item-price__title h3 {
        font-size: 20px;
    }

    .item-price__content ul li span {
        font-size: 14px;
    }

    .item-price__title {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .h-page-banner .content .heading {
        font-size: 25px;
    }

    .h-page-banner .img {
        margin-top: 20px;
    }

    .title-page .heading {
        font-size: 25px;
        line-height: 1.5;
    }

    .h-page-question .question>ul>li span {
        line-height: 1.5;
    }

    .h-page-question .images {
        margin-bottom: 20px;
    }
}


/* Bảng giá */


/* .site-banggia {
  background: #F5F7F4;
} */

.site-banggia .title-main {
    margin-bottom: 130px;
}

.site-banggia #myTab {
    border: 0;
    padding: 4px;
    border-radius: 9999px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    display: inline-flex;
}

.site-banggia #myTab>li>a {
    border: 0 !important;
    background: #ffffff !important;
    color: #d53724;
    border-radius: 9999px;
    padding: 15px 20px;
    font-size: 18px;
}

.site-banggia #myTab>li>a.active {
    background: #d53724 !important;
    color: #fff;
}

.site-banggia .col-custom.feature .item-banggia .hight-light {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: var(--color-red);
    background: #fff;
    padding: 5px 39px;
    -webkit-transform: rotate(45deg) translate(42px, -19px);
    transform: rotate(45deg) translate(42px, -19px);
    font-weight: bold;
}

.site-banggia .col-custom.feature .item-banggia .hight-light img {
    transform: rotate(315deg) translate(0px, 0px);
}

.item-banggia {
    -webkit-box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 30px 40px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.item-banggia h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.item-banggia .price {
    margin-bottom: 40px;
}

.item-banggia .price p {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    display: block;
}

.item-banggia .price span {
    font-size: 16px;
    display: block;
}

.item-banggia .price span {
    line-height: 25px;
}

.full-content-connect {
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
}

.inner-container {
    margin: auto;
    max-width: 1170px;
    padding: 0px 5px;
}

.box-phone {
    float: left;
    text-align: center;
    width: 100%;
}

.item-phone.item-phone-1 {
    background: rgba(0, 0, 0, 0) url(../images/icon-connect-1.png) no-repeat scroll 0 0;
    background-size: contain;
}

.item-phone {
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 50px;
}

.haz-bg-contact {
    background: #d42027 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px;
}

.haz-bg-contact p:last-child {
    margin: 0;
}

.the_content strong {
    font-weight: bold;
    font-size: 17px;
}

.item-phone a {
    color: #d42027;
    font-size: 40px;
    font-weight: 600;
}

.haz-bg-contact.the_content,
.haz-bg-contact.the_content p {
    color: #fff;
}

.haz-bg-contact.the_content p {
    margin-bottom: 0.5rem;
}

.item-phone.item-phone-2 {
    background: rgba(0, 0, 0, 0) url(../images/icon-connect-2.png) no-repeat scroll 0 0;
    background-size: contain;
}

.full-content-connect h3 {
    font-family: Quicksand, sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.item-banggia .price del span {
    font-size: 20px;
    display: block;
    text-decoration: line-through;
}

.item-banggia ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.item-banggia ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    padding-right: 10px;
}

.item-banggia .btn-white {
    margin: 0 auto;
    background: #fff;
    color: var(--color-red);
    border: 1px solid #fff;
}

.site-banggia-page .item-banggia {
    position: relative;
    padding-bottom: 65px;
}

.js-details {
    display: none;
}

@media screen and (max-width: 768px) {
    .site-banggia-page .item-banggia .js-content {
        display: none;
    }

    .site-banggia-page .item-banggia .js-details {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 10px;
        text-align: center;
        background: #fff;
        font-size: 15px;
        font-weight: 600;
        color: #333;
        width: 100%;
        cursor: pointer;
    }

    .site-banggia-page .item-banggia .js-details div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .site-banggia-page .item-banggia .js-details div i {
        padding-left: 10px;
    }

    .site-banggia-page .item-banggia .js-details .js-up {
        display: none;
    }

    .js-details {
        display: block;
    }

    .site-banggia .col-custom:nth-child(2) .item-banggia {
        margin-top: 0;
    }

    .item-banggia {
        margin-bottom: 10px;
    }

    .main-register form p {
        display: block;
    }

    .main-register form br {
        display: none;
    }
}

.site-designd {
    padding: 50px 0px;
}

.site-designd .text h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    .site-designd .text h2 {
        font-size: 45px;
    }
}

@media screen and (max-width: 1023px) {
    .site-designd .text h2 {
        font-size: 37px;
    }
}

.site-designd .text p {
    color: #677788;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.hightlight-content {
    padding: 100px 0px;
    background: #f9fafc;
}

@media screen and (max-width:1023px) {
    .hightlight-content {
        padding: 80px 0;
    }
}

@media screen and (max-width:767px) {
    .hightlight-content {
        padding: 60px 0;
    }
}

.hightlight-content:nth-child(2n + 2) {
    background: #fff;
}

.hightlight-content:nth-child(2n + 2) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.hightlight-content .content h2 {
    color: #1e2022;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hightlight-content .content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    color: #1e2022;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hightlight-content .content ul li:last-child {
    padding-bottom: 0;
}

.hightlight-content .content ul li i {
    font-size: 23px;
    padding-right: 10px;
    color: var(--color-red);
}

.site-thongke {
    background: #f9fafc;
}

.site-thongke .item-thongke {
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.15);
    padding: 60px 50px;
    text-align: center;
    height: 100%;
}

.site-thongke .item-thongke h3 {
    color: #d93a35;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 10px;
}

.site-thongke .item-thongke span {
    display: block;
    color: #1e2022;
    font-size: 32px;
}

@media screen and (max-width: 1023px) {
    .site-thongke .item-thongke {
        padding: 35px 25px;
    }

    .site-thongke .item-thongke h3 {
        font-size: 60px;
    }

    .site-thongke .item-thongke span {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .site-thongke .item-thongke h3 {
        font-size: 50px;
    }

    .site-thongke .item-thongke span {
        font-size: 25px;
    }
}

.bg-none {
    background: none;
}

.bg-none .site-customer_item {
    background: #f5f5f5;
}

.form-designd {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.form-designd input {
    height: 44px;
    padding-left: 10px;
    border-radius: 0;
}

.form-designd textarea {
    border-radius: 0;
    padding-left: 10px;
}

.form-designd .btn-custom {
    min-width: 120px;
    margin-left: auto;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#d42027), to(#ff7b80));
    background-image: linear-gradient(to right, #d42027, #ff7b80);
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.form-designd .btn-custom:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.title-main {
    margin-bottom: 80px;
    text-align: center;
}

.title-main .heading {
    font-weight: 600;
    font-size: 30px;
    color: #333;
    position: relative;
    padding-top: 25px;
}

.title-main .heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 130px;
    height: 5px;
    background: #333;
}

.title-main p {
    color: #677788;
    font-size: 16px;
    line-height: 1.5;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 20px;
}


/* Container full width with padding left,right 50px */

.container-fluid-50 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

@media screen and (max-width: 767px) {
    .title-main p {
        width: 90%;
    }

    .container-fluid-50 {
        padding: 0 20px;
    }
}

.bg-grey {
    background-color: #f5f5f5;
}

.item-has-shadow {
    box-shadow: 0 4px 6px 0 #0c002e0f;
}

.phone-vr-img-circle a {
    display: flex;
    align-items: center;
}

.phone-bar a {
    bottom: 29px !important;
    padding: 7px 15px 7px 50px;
}


/* Hazo design */

.hz-design-commitment {
    background-color: rgb(245, 245, 245);
    padding: 80px 0;
}

@media screen and (max-width:1023px) {
    .hz-design-commitment {
        padding: 60px 0;
    }
}

.hz-design-commitment__title {
    font-size: 32px;
    color: #000;
    margin-bottom: 50px;
    line-height: 1.5;
}

@media screen and (max-width:1023px) {
    .hz-design-commitment__title {
        font-size: 28px;
    }
}

.hz-design-commitment__item {
    height: 100%;
    padding: 30px 20px;
    box-shadow: 0 1px 30px 0 #377da233;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hz-design-commitment__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hz-design-commitment__item .item__image {
    margin-bottom: 16px;
    max-width: 60px;
}

.hz-design-commitment__item .item__title {
    margin-bottom: 10px;
    font-size: 20px;
}

.hz-design-commitment__item .item__desc {
    font-size: 16px;
    line-height: 1.5;
}

.mb-30px {
    margin-bottom: 30px;
}

.logo-feature-item {
    position: relative;
    padding-bottom: 100%;
    display: block;
}

.logo-feature-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-bgc {
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .gutter-sm-20 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .gutter-sm-20>[class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .mb-30px {
        margin-bottom: 20px;
    }
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.flickity-enabled.is-fade .flickity-slider>* {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1;
}

.ws-sgct blockquote::after {
    content: "";
}

.ws-sgct blockquote p {
    margin: 0 !important;
}

.ws-sgct p:last-child {
    margin-bottom: 0;
}

.ws-sgct code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: 0.85rem;
    color: #e83e8c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.ws-sgct p,
.ws-sgct table {
    margin: 0 0 20px;
    line-height: 1.69;
}

.ws-sgct table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.ws-sgct table>tbody>tr>td,
.ws-sgct table>tbody>tr>th,
.ws-sgct table>tfoot>tr>td,
.ws-sgct table>tfoot>tr>th,
.ws-sgct table>thead>tr>td,
.ws-sgct table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.ws-sgct h6 {
    font-size: 18px;
}

.ws-sgct h5 {
    font-size: 21px;
}

.ws-sgct h4 {
    font-size: 24px;
}

.ws-sgct h3 {
    font-size: 27px;
}

.ws-sgct h2 {
    font-size: 30px;
}

@media only screen and (max-width: 1023px) {
    .ws-sgct h6 {
        font-size: 15px;
    }

    .ws-sgct h5 {
        font-size: 18px;
    }

    .ws-sgct h4 {
        font-size: 21px;
    }

    .ws-sgct h3 {
        font-size: 24px;
    }

    .ws-sgct h2 {
        font-size: 27px;
    }
}

.ws-sgct ul,
.ws-sgct ol {
    margin: 0 0 15px;
    padding-left: 25px;
    list-style: disc;
}

.ws-sgct ul li,
.ws-sgct ol li {
    line-height: 1.5;
}

.ws-sgct ol {
    list-style: decimal;
}

.ws-sgct iframe {
    margin: auto;
    width: 100%;
}

.ws-sgct .syntaxhighlighter {
    padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6 {
    margin: 0 0 20px;
}

.ws-sgct ul li {
    margin-bottom: 15px;
}

.ws-sgct .wp-caption-text {
    margin: 0;
    padding: 9px 15px;
    background-color: #c4c4c4;
    color: #fff;
}

.service__item {
    padding: 30px 25px;
    border: 1px solid #edf1f1;
    background: #FFF;
    height: 100%;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

@media screen and (max-width:1023px) {
    .service__item {
        padding: 15px 10px;
    }
}

.service__item-icon {
    width: 100%;
    margin: 0 auto 20px auto;
}

.service__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service__item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service__item-desc {
    font-size: 16px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto;
    word-break: break-word;
    margin-bottom: 24px;
    line-height: 1.3;
}

.service__item-link {
    background: #ffffff;
    border-radius: 48px;
    color: #d52027;
    display: inline-block;
    padding: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#e35d5b), to(#e53935));
    background: linear-gradient(90deg, #e35d5b 0%, #e53935 100%);
}

.service__item-link span {
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 24px;
    border-radius: 48px;
}

@media(hover) {
    .service__item:hover {
        border-color: transparent;
        -webkit-box-shadow: 0px 6px 25px 0px rgba(213, 32, 39, 0.15);
        box-shadow: 0px 6px 25px 0px rgba(213, 32, 39, 0.15);
    }

    .service__item:hover .service__item-link {
        color: #fff;
    }

    .service__item:hover .service__item-link span {
        background-color: transparent;
    }
}

@media screen and (max-width:767px) {
    .gutter-8 {
        margin-left: -8px;
        margin-right: -8px;
    }

    .gutter-8>[class*='col-'] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .service__item-desc {
        display: none !important;
    }

    .service__item-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service__item-link {
        margin-top: auto;
    }

    .service__item-icon {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width:424px) {
    .service__item .service__item-link span {
        padding: 6px 20px;
    }
}

@media screen and (max-width:374px) {
    .service__item .service__item-link span {
        padding: 6px 13px;
    }

    .service__item-title {
        font-size: 15px;
    }
}

.main-banner-inner {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
}

.page-banggia-price p,
.page-banggia-price span,
.page-banggia-price {
    font-size: 22px;
    font-weight: 600;
}

.page-banggia .home2-price-tab__item {
    padding-left: 25px;
    padding-right: 25px;
}

.page-banggia .home2-price-tab__item ul li {
    font-size: 17px;
}


/* PAGE DOMAIN */

.page-domain-padding {
    padding: 55px 0;
}

.page-domain-suggest,
.page-domain-reason {
    background-color: #F9F9F9;
}

.page-domain__title {
    font-size: 40px;
    color: #000;
    font-weight: 500;
}

.page-domain__subtitle {
    font-size: 17px;
    color: var(--color-red);
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.page-domain-reason__list {
    margin-top: 35px;
}

.related-news-carousel .owl-stage-outer {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.related-news-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background-color: var(--color-red) !important;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-news-carousel .owl-nav button span {
    display: none;
}

.related-news-carousel .owl-nav button.owl-prev {
    left: -7%;
}

.related-news-carousel .owl-nav button.owl-next {
    right: -7%;
}

.related-news-carousel .owl-nav button.owl-prev:before,
.related-news-carousel .owl-nav button.owl-next:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.related-news-carousel .owl-nav button.owl-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.90625 1.5L0.90625 6.5L5.90625 11.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.related-news-carousel .owl-nav button.owl-next:before {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40625 11L6.40625 6L1.40625 1' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}


/* @media screen and (min-width:1024px) {
    .reason-col:nth-child(1),
    .reason-col:nth-child(2),
    .reason-col:nth-child(3) {
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
} */

.page-domain-reason__item {
    border-radius: 6px 6px 6px 6px;
    background-color: #fff;
    border-top: 4px solid var(--color-red);
    box-shadow: 0px 0px 10px 0px rgb(22 28 45 / 5%);
    padding: 25px 25px 25px 25px;
    height: 100%;
}

.page-domain-reason__item .item__image {
    width: 39%;
    margin-left: auto;
    margin-right: auto;
}

.page-domain-reason__item .item__title {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.page-domain-reason__item .item__title:after {
    content: '';
    display: block;
    width: 10%;
    height: 1px;
    background-color: #161c2d;
    margin: 15px auto;
}

.page-domain-reason__item .item__desc {
    color: #555555;
    font-size: 16px;
    line-height: 1.5;
}

.page-domain-btn {
    padding: 12px 22px;
    background-color: var(--color-red);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.page-domain-btn:hover {
    color: #E82428;
    background-color: #DEDDDD;
}

.page-domain-rule-inner {}

.page-domain-rule-inner .page-domain-btn {
    margin-left: 35px;
}

.page-domain-rule-inner ul {
    padding-left: 35px;
}

.page-domain-ul li {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #666666;
    line-height: 1.6;
}

.page-domain-ul li:hover {
    color: var(--color-red);
}

.page-domain-ul li span {
    margin-left: 8px;
}

.page-domain-ul li svg {
    width: 20px;
    flex-shrink: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.page-domain-content p,
.page-domain-content {
    font-size: 17px;
    color: #666666;
}

.mt-30px {
    margin-top: 30px;
}

.page-domain-hotline {
    background-color: transparent;
    background-image: linear-gradient(180deg, #F15B48 0%, #C42034 100%);
    color: #fff;
    padding: 50px 0;
}

.page-domain-hotline p {
    line-height: 1.3;
}

.page-domain-hotline .hotline-text-border {
    border: 2px solid #fff;
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 15px;
}

.page-domain-hotline .hotline-text-medium {
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
}

.page-domain-hotline .hotline-text-big {
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
}

.page-domain-hotline .hotline-text-big a {
    color: #fff;
}

.page-domain-hotline .hotline-content,
.page-domain-hotline .hotline-content p {
    font-size: 18px;
}

.page-domain-feedback {
    padding-bottom: 70px;
    position: relative;
}

@media screen and (min-width:1200px) {
    .page-domain-feedback {
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
}

.page-domain-feedback:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.95;
}

.page-domain-feedback .page-domain__desc {
    font-size: 17px;
    color: #727982;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:1200px) {
    .page-domain-feedback .page-domain__desc {
        width: 50%;
    }
}

.page-domain-feedback__carousel .carousel-cell {}

.page-domain-feedback__carousel .carousel-cell .carousel-cell__left {
    max-width: 24%;
    flex-basis: 24%;
    padding: 20px 20px 0 0;
}

.page-domain-feedback__carousel .carousel-cell .carousel-cell__right {
    max-width: 76%;
    flex-basis: 76%;
    padding: 20px;
    background-color: #E9EBEE;
    color: #545454;
    font-size: 18px;
    font-style: oblique;
    line-height: 1.5;
    position: relative;
}

.page-domain-feedback__carousel .carousel-cell .carousel-cell__right:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #e6e9ec;
    position: absolute;
    -webkit-transform: scaleX(.75) rotate(45deg);
    -ms-transform: scaleX(.75) rotate(45deg);
    transform: scaleX(.75) rotate(45deg);
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    left: -7px;
    top: 15%;
}

.page-domain-feedback__carousel .carousel-cell__image {
    margin: 0 auto 15px auto;
    width: 88px;
    height: 88px;
}

.page-domain-feedback__carousel .carousel-cell__name {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-red);
    font-weight: 700;
}

.page-domain-feedback__carousel .carousel-cell__web {
    color: #828282;
    font-size: 13px;
}

.page-domain-feedback__carousel .owl-prev,
.page-domain-feedback__carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

.page-domain-feedback__carousel .owl-prev span,
.page-domain-feedback__carousel .owl-next span {
    font-size: 35px;
}

.page-domain-feedback__carousel .owl-prev {
    left: -2%;
}

.page-domain-feedback__carousel .owl-next {
    right: -2%;
}

.page-domain-qna__item {
    border-bottom: 1px solid #d4d4d4;
}

.page-domain-qna__item .item__head {
    padding: 15px;
    font-weight: 700;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

.page-domain-qna__item .item__head.clicked {
    color: var(--color-red);
}

.page-domain-qna__item .item__head.clicked i {
    transform: rotate(-90deg);
}

.page-domain-qna__item .item__content {
    display: none;
    background-color: #F2F2F2;
    color: #666666;
    padding: 15px;
    font-size: 16px;
}

.page-domain-qna__item .item__content p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 10px;
}

.page-domain-qna__item .item__content p:last-child {
    margin-bottom: 0;
}

.page-domain-qna__item .item__content ul {
    list-style: disc;
    padding-left: 37px;
}

.page-domain-qna__item .item__content ul li {
    margin-bottom: 8px;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .page-domain__title {
        font-size: 29px;
    }

    .page-domain-rule-inner ul {
        padding-left: 0;
        margin-top: 30px;
    }

    .page-domain-feedback {
        padding-bottom: 55px;
    }

    .page-domain-hotline .hotline-text-big {
        font-size: 40px;
    }

    .page-domain-hotline .hotline-text-medium {
        font-size: 21px;
    }

    .page-domain-feedback__carousel .carousel-cell {
        width: 95%;
        margin: 0 auto;
    }

    .page-domain-feedback__carousel .carousel-cell .carousel-cell__right:before {
        top: -7px;
        left: 11%;
    }

    .page-domain-feedback__carousel .carousel-cell .carousel-cell__left,
    .page-domain-feedback__carousel .carousel-cell .carousel-cell__right {
        max-width: 100%;
        flex-basis: 100%;
    }

    .page-domain-feedback__carousel .carousel-cell .carousel-cell__left {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .page-domain-feedback__carousel .carousel-cell__image {
        margin-left: 0;
        margin-right: 15px;
    }
}



.footer__info p{
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 24px;
    color: #d2d2d2;
    letter-spacing: -0.2px;
}


/* HOME 2022 STYLE */

.text-primary {
    color: var(--color-red) !important;
}

.more-plus {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 30px #e6e6e6;
    box-shadow: 0 0 30px #e6e6e6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.more-plus:hover {
    background: #d52027;
}

.more-plus:hover a span {
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.more-plus a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 8px;
}

.more-plus a .vertical {
    width: 30px;
    height: 2px;
    background: #d52027;
    display: block;
    margin-bottom: -15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.more-plus a .horizontal {
    width: 2px;
    height: 30px;
    background: #d52027;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-services-list {
    padding: 80px 0;
}

.home-services-list .site-services_item-title {
    font-size: 30px;
}

.home-services-list .site-services_item-desc {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
}

.site-services_item .more-plus {
    position: absolute;
    bottom: -35.5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

@media screen and (max-width:1023px) {
    .home-services-list {
        padding: 50px 0;
    }

    .home-services-list .more-plus {
        display: none;
    }

    .site-services_item-desc {
        margin-bottom: 30px;
    }

    .home-services-list .site-services_item {
        margin-bottom: 0;
        height: 100%;
    }
}

.home-services-list-inner {
    margin-top: 50px;
}

.home-services-list__subtitle {
    background-color: white;
    padding: 8px 20px;
    border-radius: 35px;
    box-shadow: 0px 0px 30px 0px #d420271a;
    margin-bottom: 30px;
}

.home-services-list__subtitle:before {
    content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23D42027'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.8 16.104L20.112 14.78C20.144 14.524 20.168 14.264 20.168 14C20.168 13.736 20.144 13.476 20.112 13.22L21.804 11.896C21.956 11.776 22 11.56 21.9 11.384L20.3 8.61199C20.2 8.43997 19.992 8.36797 19.812 8.43997L17.82 9.24397C17.408 8.92796 16.956 8.65999 16.468 8.45599L16.168 6.336C16.132 6.14801 15.968 6 15.768 6H12.568C12.368 6 12.204 6.14801 12.172 6.336L11.872 8.45599C11.384 8.65999 10.932 8.92399 10.52 9.24397L8.52802 8.43997C8.34802 8.37199 8.14001 8.43997 8.04003 8.61199L6.43999 11.384C6.33997 11.556 6.384 11.772 6.53599 11.896L8.22397 13.22C8.19198 13.476 8.16798 13.736 8.16798 14C8.16798 14.264 8.19198 14.524 8.22397 14.78L6.53599 16.104C6.384 16.224 6.33997 16.44 6.43999 16.616L8.04 19.388C8.14001 19.56 8.34798 19.632 8.52798 19.56L10.52 18.756C10.932 19.072 11.384 19.34 11.872 19.544L12.172 21.664C12.204 21.852 12.368 22 12.568 22H15.768C15.9679 22 16.132 21.852 16.164 21.664L16.464 19.544C16.9519 19.34 17.404 19.076 17.8159 18.756L19.8079 19.56C19.9879 19.628 20.1959 19.56 20.2959 19.388L21.8959 16.616C21.996 16.444 21.952 16.228 21.8 16.104ZM14.168 16.8C12.62 16.8 11.368 15.548 11.368 14C11.368 12.452 12.62 11.2 14.168 11.2C15.716 11.2 16.968 12.452 16.968 14C16.968 15.548 15.716 16.8 14.168 16.8Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    margin-right: 8px;
    display: inline-block;
    transform: translateY(2px);
}

.home-services-list .section__title {
    margin-bottom: 25px;
}

.home-services-list .section__desc {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.home-feedback {
    padding: 80px 0 65px 0;
    background-color: rgba(212, 32, 39, 0.05);
}

.home-feedback .section-title {
    font-size: 32px;
}

.home-feedback .section-title {
    margin-bottom: 40px;
}

.home-feedback-item {
    background: linear-gradient(107.2deg, #FBE9EA 0.65%, #FFFFFF 100%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.home-feedback-item__head {
    padding: 24px 32px 52px 32px;
}

.home-feedback-item__quote {
    position: absolute;
    top: 24px;
    left: 32px;
}

.home-feedback-item__quote svg {
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.15));
}

.home-feedback-item__star {
    text-align: right;
    display: block;
    margin-bottom: 18px;
}

.home-feedback-item__content {
    font-style: italic;
    min-height: 75px;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
}

.home-feedback-item__footer {
    background: linear-gradient(90deg, #FF3F46 0%, #FFFFFF 100%);
    padding: 8px 32px;
}

.home-feedback-item__avatar {
    width: 100px;
    height: 100px;
    right: 32px;
    bottom: 13px;
    overflow: hidden;
}

.home-feedback-item__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-feedback__carousel .owl-nav button {
    width: 40px;
    height: 40px;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff !important;
    border-radius: 50% !important;
    position: absolute;
}

.home-feedback__carousel .owl-nav button span {
    display: none;
}

.home-feedback__carousel .owl-nav button:hover {
    background-color: var(--color-red) !important;
}

.home-feedback__carousel .owl-nav button:focus {
    outline: none;
}

.home-feedback__carousel .owl-nav button:hover:after {
    filter: brightness(0) invert(1);
}

.home-feedback__carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-feedback__carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-feedback__carousel .owl-nav button.owl-next:after {
    content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' /%3E%3Cpath d='M1 13L7 7L1 1' stroke='%236E6E6E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-feedback__carousel .owl-nav button.owl-prev:after {
    content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L1 7L7 1' /%3E%3Cpath d='M7 13L1 7L7 1' stroke='%236E6E6E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-feedback-item-name {
    margin-bottom: 10px;
    font-size: 16px;
}

.home-feedback-flickity__button button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-color: #FFA5A8;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    border-radius: 50%;
    margin: 0 10px;
}

.home-feedback-flickity__button button svg {
    width: 40%;
    height: 40%;
}

.home-feedback-flickity__button button svg path {
    stroke: #fff;
}

.section-title {
    font-size: 32px;
}

.home-reason {
    padding: 65px 0 60px 0;
}

.home-reason .section-title {
    margin-bottom: 52px;
}

.home-reason .row {
    margin-top: -40px;
}

.home-reason .row>[class*='col'] {
    margin-top: 40px;
}

.home-reason-item__icon {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    width: 99px;
    height: 99px;
    margin: 0 auto -40px auto;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.home-reason-item__icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(133.04deg, #FBE9EA -3.66%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.home-reason-item__icon svg {
    color: var(--primary-color);
    position: relative;
}

.home-reason-item:hover .home-reason-item__icon {
    background: var(--primary-color);
}

.home-reason-item:hover .home-reason-item__icon:before {
    opacity: 0;
}

.home-reason-item:hover .home-reason-item__icon svg {
    color: #fff;
}

.home-reason-item__content {
    background: linear-gradient(105.19deg, #FDF3F4 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    padding: 52px 15px 42px 15px;
    border-radius: 8px;
}

.home-reason-item__title {
    font-size: 24px;
    margin-bottom: 16px;
}

.home-reason-item__desc {
    letter-spacing: 0.01em;
    text-align: justify;
}


@media screen and (max-width:1200px) {
	.home-reason-item__title {
		font-size: 18px;
		margin-bottom: 16px;
	}

}
@media screen and (max-width:767px) {
    .home-feedback-item__avatar {
        width: 80px;
        height: 80px;
        right: 5px;
    }

    .home-feedback .section-title {
        font-size: 24px;
    }
}


/** Home statistics **/

 .home-statistics {
        padding: 50px 0;
    }
.home-statistics .section__title {
    margin-bottom: 16px;
    color: var(--color-red);
    text-transform: uppercase;
    font-weight: 700;
}

.home-statistics .section__title span {
    color: #000;
}

@media only screen and (max-width: 1023px) {
    .home-statistics {
        padding: 50px 0;
    }

    .home-reason .section-title {
        margin-bottom: 25px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .home-statistics .section__title {
        font-size: 20px;
    }

    .home-statistics .section__title span {
        display: block;
    }

    .home-statistics__item span {
        font-size: 50px !important;
    }
}

@media only screen and (max-width: 424px) {
    .home-statistics .section__title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 374px) {
    .home-statistics .section__title {
        font-size: 23px;
    }
}

.home-statistics .block__title {
    margin-bottom: 60px;
    line-height: 1.3;
    font-size: 25px;
}

@media only screen and (max-width: 1199px) {
    .home-statistics .block__title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .home-statistics .block__title {
        margin-bottom: 30px;
        font-size: 18px;
    }
}

.home-statistics__item span {
    font-size: 80px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .home-statistics__item span {
        font-size: 75px;
    }
}

@media only screen and (max-width: 1023px) {
    .home-statistics__item span {
        font-size: 55px;
    }
}

.home-statistics__item span:after {
    content: '+';
    position: absolute;
    top: 0;
    left: 100%;
    line-height: 1;
    font-size: 52px;
}

.home-statistics__item p {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .home-statistics__item p {
        font-size: 20px;
    }
}

.home-statistics__list {
    margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
    .home-statistics__list {
        margin-bottom: 30px;
    }
    .home-statistics__item span:after {
        font-size: 38px;
    }
}

.home-statistics .section__title-blur .section__title {
    font-size: 69px;
    opacity: 0.1;
}

@media only screen and (max-width: 1366px) {
    .home-statistics .section__title-blur .section__title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1199px) {
    .home-statistics .section__title-blur .section__title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1023px) {
    .home-statistics .section__title-blur .section__title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .home-reason {
        padding: 0 0 3rem;
    }

    .home-statistics .section__title-blur .section__title {
        display: none;
    }
}


/* HOME NEWS */

.home-news {
    padding: 100px 0;
    background: #f7f8f9;
}

.home-news-left {
    box-shadow: 0 0 32px 0 #67738133;
    width: calc(100% - 50px);
    padding: 30px;
}

.home-news__title {
    font-size: 30px;
    color: var(--color-red);
}

.home-news-left__label {
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 500;
}

.home-news-left__label:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--color-red);
    margin-right: 10px;
}

.home-news-left:after {
    content: '';
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 33.33%;
    height: 40%;
    background: var(--color-red);
    z-index: -1;
}

.home-news-item__title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-item__title a {
    font-size: 20px;
    color: #333;
    line-height: 1.3;
}

.home-news-item__link:hover,
.home-news-item__title a:hover {
    color: var(--color-red);
}

.home-news-item__link {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.home-news-item__link:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: var(--color-red);
    margin-left: 8px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.home-news-item__image {
    overflow: hidden;
}

.home-news-item__image img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.home-news-item__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.img-block {
    position: relative;
    padding-bottom: 56.2%;
}

.img-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-1-1 {
    padding-bottom: 100%;
}

.home-news-left .home-news-item__image {
    padding-bottom: 85%;
}
.btn-more{
    margin-top: 50px;
    display: inline-block;
    background: #d52027;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    text-transform: uppercase;
}
.btn-more .fa{
    margin-left: 10px;
}
.btn-more:hover{
    background: #fff;
    color: #d52027;
    border: 1px solid #d52027;
}
@media screen and (min-width:992px) {
    .home-news .box-grid-parent{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 20px;
    }
    .home-news .box-grid-parent .item_grid .blog{
    display: flex;
    text-align: left;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    }
    .home-news .box-grid-parent .item_grid .blog .img-blog{
            margin-right: 18px;
            width: 34%;
        }
        .home-news .box-grid-parent .item_grid .blog:hover{
    background: transparent;
        }
        .home-news .box-grid-parent .item_grid .blog:hover h3 a {
            color: #000;
        }
        .home-news .box-grid-parent .item_grid .blog:hover p {
            color: #000;
        }
    .home-news .box-grid-parent .item_grid .blog .infor-news{
            width: 66%;
    }
    .home-news .box-grid-parent .item_grid .blog .infor-news h3 a{
       margin: 0;
    }
    .home-news .box-grid-parent .item_grid .blog .infor-news p{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
     }

    
    .home-news .box-grid-parent .item_grid .blog .img-blog .thumb-img{
    padding-bottom: calc( 0.68 * 100% );
    border-radius: 11px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
    }
    .home-news .box-grid-parent .item_grid .blog .img-blog .thumb-img img{
    height: 100%;
        position: absolute;
        top: calc(50% + 1px);
        left: calc(50% + 1px);
        transform: scale(1.01) translate(-50%,-50%);
        }
    .home-news .box-grid-parent .item_grid:nth-child(1) {
        grid-area: 1 / 1 / 5 / 2;
    }
    .home-news .box-grid-parent .item_grid:nth-child(1) .blog{
        display: block;
        box-shadow: 0 0 20px 1px #f1f1f1;
        border-radius: 20px;
        background: #fff;
    }
    
    .home-news .box-grid-parent .item_grid:nth-child(1) .blog .img-blog{
        width: 100%;
        margin-right: 0;
    }
    .home-news .box-grid-parent .item_grid:nth-child(1) .blog .infor-news{
        width: 100%;
        padding: 15px;
    }
    .home-news .box-grid-parent .item_grid:nth-child(1) .blog .infor-news h3 a{
    font-size: 20px;
    margin-bottom: 15px;
    }
    


    .home-news .box-grid-parent .item_grid:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }
    .home-news .box-grid-parent .item_grid:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
    }
    .home-news .box-grid-parent .item_grid:nth-child(4) {
        grid-area: 3 / 2 / 4 / 3;
    }
    .home-news .box-grid-parent .item_grid:nth-child(5) {
        grid-area: 4 / 2 / 5 / 3;
    }
}
@media  screen and (max-width:991px) {
    .home-news .box-grid-parent .item_grid .blog{
        border-radius: 20px;
        box-shadow: 0 0 20px 1px #f1f1f1;
        margin-bottom: 20px;
    text-align: left;
    }
    .home-news .box-grid-parent .item_grid .blog img{
    height: 100%;
    }
}

@media screen and (max-width:767px) {
    .home-news-item__image {
        padding-bottom: 50% !important;
    }

    .home-news-item__title a {
        font-size: 17px;
    }
}

@media screen and (max-width:1023px) {
    .home-news {
        padding: 50px 0;
    }

    .home-news-left {
        width: 100%;
    }

    .home-news-left .home-news-item__image {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:767px) {
    .home-news-left:after {
        right: -15px;
        left: -15px;
        bottom: -30px;
        width: unset;
    }

    .home-news-item__image {
        margin-bottom: 15px;
    }

    .scroll-snap-mb {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
    }

    .scroll-snap-mb>[class*='col-'] {
        scroll-snap-align: start;
    }
}

.price-js-show-more {
    margin: 15px -30px 0 -30px;
}

.price-js-show-more button {
    border: none;
    outline: none;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid transparent;
    border-radius: 0 0 8px 8px;
    font-size: 16px;
}

.price-js-show-more button:after {
    content: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40625 1L6.40625 6L11.4062 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    margin-left: 10px;
    display: inline-block;
    width: 26px;
    height: 26px;
}

.price-js-show-more.clicked button:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.price-js-show-more.clicked button {
    border-bottom-color: #ededed;
    border-radius: unset;
}

.g-3 {
    margin-left: -10px;
    margin-right: -10px;
}

.g-3>[class*='col'] {
    padding-left: 10px;
    padding-right: 10px;
}


/** Contact page **/

.contact-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 621px;
}

@media only screen and (max-width: 1023px) {
    .contact-banner {
        height: 400px;
    }
}

.contact-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-banner:before {
    content: "";
    background: #10101059;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-banner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    background: url("data:image/svg+xml,%3Csvg width='1923' height='112' viewBox='0 0 1923 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1922.5 0V109H1112.01C1061.79 110.294 1011.34 110.384 961.25 109C891.326 112.301 819.289 111.981 747.32 109H0V0C135.386 35.2847 440.731 96.299 747.32 109H961.25H1112.01C1453.81 100.194 1785.18 35.6023 1922.5 0Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 100%;
    height: 110px;
}

@media only screen and (max-width: 1023px) {
    .contact-banner:after {
        display: none;
    }
}

.contact-page__title {
    color: #fff;
    font-size: 67px;
    font-weight: 700;
    margin-bottom: 56px;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .contact-page__title {
        color: var(--color-red);
    }
}

@media only screen and (max-width: 767px) {
    .contact-page__title {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .contact-page__title {
        font-size: 33px;
        position: absolute !important;
        top: 50%;
        left: 50%;
        z-index: 2;
        color: #fff;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

.contact__form {
    padding-top: 174px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
    .contact__form {
        padding-top: 245px;
        padding-bottom: 80px;
    }
}

.contact__form .section__title {
    max-width: 100%;
    flex-basis: 100%;
    line-height: 1.3;
    font-weight: 700;
}

.contact__form-inner {
    background-color: #fff;
    padding: 60px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.contact__form-desc {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
}

@media only screen and (max-width: 1439px) {
    .contact__form-inner {
        padding: 60px;
    }
}

@media only screen and (max-width: 1023px) {
    .contact__form-inner {
        padding: 20px 30px;
    }
}

.contact__form .inner-form input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    height: 43px;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact__form .inner-form textarea {
    font-size: 16px;
    height: 115px;
}

.contact__form .inner-form label {
    margin-bottom: 10px;
    font-size: 18px;
}

.contact__form .inner-form .form-group {
    margin-bottom: 20px;
}

.contact__info {
    font-size: 18px;
    padding: 0 0 80px 0;
}

.contact__info-title {
    font-size: 35px;
    margin-top: 21px;
    margin-bottom: 60px;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .contact__info-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .contact__info-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 424px) {
    .contact__info-title {
        font-size: 25px;
    }
}

.contact__info-item .item__title {
    margin-top: 35px;
    font-size: 18px;
}

.contact__info-item .item__icon {
    color: #d52027;
}

.contact__info-item .item__content {
    margin-top: 10px;
    color: #333;
    text-align: center;
    width: 95%;
    font-size: 18px;
}

.contact__info-item .item__content p {
    font-size: 18px;
}

.contact__info-item .item__content a {
    color: #333;
}

.contact__info-item .item__content a:hover {
    color: #d52027;
}

.contact__info .row>[class*="col-"] {
    border-right: 1px solid #c4c4c4;
}

.contact__info .row>[class*="col-"]:last-child {
    border: none;
}

.contact__info-subtitle {
    font-size: 20px;
    line-height: 1.5;
}

.button-gradient {
    padding: 10px 24px;
    cursor: pointer;
    background-image: linear-gradient(to right, #e41a0b 0%, #eb7265 51%, #e41a0b 100%);
    border-radius: 4px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    background-size: 200% auto;
    transition: 0.5s;
    border: none;
    outline: none;
}

.button-gradient:hover {
    background-position: right center;
    color: #fff;
}

.contact__form .inner-form .button-gradient.wpcf7-submit {
    width: 50%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    outline: none;
}

.contact__form .wpcf7 form .wpcf7-response-output {
    color: #333;
}

.page-load-status {
    display: none;
    margin-top: 20px;
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.see-more button:disabled,
.see-more button[disabled] {
    display: none;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: var(--color-red);
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}


/** SCROLL SNAP **/

.scroll-snap-tab,
.scroll-snap-mb {
    scroll-snap-type: x mandatory;
    padding-bottom: 7px;
}

.scroll-snap-tab>[class*='col'],
.scroll-snap-mb>[class*='col'] {
    scroll-snap-align: start;
}

@media screen and (max-width: 1023px) {
    .scroll-snap-tab {
        flex-wrap: nowrap;
        overflow: auto;
    }
}

@media screen and (max-width: 767px) {
    .scroll-snap-mb {
        flex-wrap: nowrap;
        overflow: auto;
    }
}

.phone-mobile {
    display: none;
}

.giuseart-nav {
    position: fixed;
    right: 13px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
    display: none;
}

.giuseart-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.giuseart-nav ul li {
    list-style: none !important;
}

.giuseart-nav ul>li a {
    border:
        none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 80px;
    max-height: 80px;
    text-decoration: none;
    height: 80px;
    width: 80px;
    top: -35px;
    min-width: 80px;
}

.giuseart-nav ul>li .chat_animation {
    display: none
}

.giuseart-nav ul>li a i.ticon-heart {
    background: url(/wp-content/themes/hazo/images/icon-map.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i.ticon-zalo-circle2 {
    background: url(/wp-content/themes/hazo/images/icon-zalo-circle.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav li .button {
    background: transparent;
}

.giuseart-nav ul>li a i.ticon-angle-up {
    background: url(/wp-content/themes/hazo/images/icon-angle-up.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}

.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
    top: 45px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
    color: #fff;
}

.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}

.giuseart-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}

.giuseart-nav ul>li a i.ticon-messenger {
    background: url(/wp-content/themes/hazo/images/icon-messenger.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}

.giuseart-nav ul>li a i.ticon-chat-sms {
    background: url(/wp-content/themes/hazo/images/icon-sms-1.jpg) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i.icon-phone-w {
    background: url(/wp-content/themes/hazo/images/icon-phone-w.png) no-repeat;
    background-size: contain;
}

.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
}

.banner-new {
    padding: 120px 0px 40px 0;
    line-height: 1.3;
    background-color: #FBE9EA;
    position: relative;
    background-size: 100% 100%;
}

.banner-new__content {
    margin-top: 100px;
}

.banner-new__title {
    font-size: 45px;
}

.banner-new__subtitle {
    font-size: 24px;
}

.banner-new__desc {
    font-size: 18px;
    font-style: italic;
}

.banner-new__form {
    margin-top: 30px;
}

.banner-new__form-inner .form-group input {
    border: 1px solid transparent;
    outline: none;
    flex: 1;
    padding: 19px 32px;
    width: 100%;
    font-size: 18px;
}

.banner-new__form-inner input[type="submit"] {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    outline: none;
    padding: 8px;
    width: 175px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    border: 1px solid var(--primary-color);
    top: 15%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 9px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    animation: shake 1s cubic-bezier(.36, .07, .19, .97) both infinite;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-3px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(3px, 0, 0);
    }
}

.banner-new__form-inner input[type="submit"]:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.banner-new__form-inner .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 170px;
}


.home-banner__sale {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.home-banner__sale-item {
    width: 176px;
    height: 73px;
    box-shadow: 4px 4px 0px 0px rgb(32 150 208);
    -webkit-box-shadow: 4px 4px 0px 0px rgb(32 150 208);
    background-color: rgb(255, 255, 255);
    border-top-right-radius: 19px;
    border-bottom-left-radius: 20px;
    padding: 10px;
    text-align: center;
}

.home-banner__sale-item p,
.home-banner__sale-item h3 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 1.4;
}

.home-banner__sale-item p {
    color: #D42027;
    font-size: 16px;
}

.home-banner__sale-item:nth-child(1) {
    padding: 1px;
}

.home-banner__sale-item:nth-child(1) p {
    font-size: 34px;
}

.home-banner__sale-item:nth-child(1) h3 {
    font-size: 16px;
}

.home-banner__date {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 2rem;
    justify-content: center;
}

.home-banner__date-title {
    font-size: 20px;
}

#getting-started {
    display: flex;
    align-items: center;
    gap: 10px;
}

.countdown-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.img-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    display: none;
    padding: 20px;
    align-items: center;
    justify-content: center;

}

.img-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.img-popup.active {
    display: flex;
}

.img-popup-content {
    width: 100%;
    max-width: 900px;
    height: 100%;
    position: relative;
    z-index: 2;

}

.btn-popup-img {
    cursor: pointer;
}

.img-popup-content img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.img-popup .close {
    position: absolute;
    z-index: 9;
    top: 5%;
    right: 5%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #000;
}

.img-popup .close svg {
    width: 100%;
    height: 100%;
}

.banner-new__form-inner .form-group {
    display: flex;
    position: relative;
    right: 100px;
    width: 90%;
}

.banner-new__form-inner .form-group .wpcf7-form-control-wrap {
    width: 50%;
    display: block;

}

.banner-new__form-inner .form-group .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
    border-left: 1px solid #eee;
}

.banner-new__form-inner {
    background-color: #fff;
}

.web-category {
    padding: 30px 0 0;
    text-align: center;
}

.web-category__title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #d42027;
    margin-top: 20px;
    margin-bottom: 15px;
}

.web-category__title p {
    font-size: 21px;
    font-weight: 300;
    color: #42464e;
    margin-bottom: 55px;
}

.web-category__item-img {
    width: 90%;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.web-category__item-img .img-block {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.web-category__item span {
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #42464e;
    margin-top: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.web-category__item:hover span {
    color: #d42027;
}



@media screen and (max-width: 1400px) {
    .banner-new {
        background-image: unset !important;
    }

    .banner-new__title {
        font-size: 42px;
    }

}

@media screen and (max-width: 1176px) {
    .banner-new__title {
        font-size: 34px;
    }

}

@media (max-width: 1023px) {
    .banner-new__title {
        font-size: 25px;
    }

    .banner-new__subtitle {
        font-size: 22px;
    }

    .banner-new__desc {
        font-size: 16px;
    }

    .banner-new__form {
        margin-top: 30px;
    }

    .banner-new__form-inner input[type="submit"] {
        width: 124px;
        font-size: 16px;
    }

    .banner-new__form-inner .form-group input {
        padding: 15px 12px;
    }

    .web-category__title h2 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .web-category__title p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 992px) {
    .home-banner__date {
        flex-direction: column;
        gap: 10px;
    }

    .home-banner__sale-item {
        width: 150px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

}


@media (max-width: 767px) {
    .banner-new__content {
        margin-top: 0;
        align-self: center;
    }

    .banner-new {
        padding: 4rem 0 3rem;
    }

    .banner-new__image {
        width: 70%;
        margin: 0 auto;
    }

    .giuseart-nav {
        display: block;
    }

    .banner-new {
        padding-bottom: 80px;
    }

    .banner-new__form-inner .form-group {
        right: 0;
        flex-direction: column;
    }

    .banner-new__form-inner .form-group .wpcf7-form-control-wrap {
        width: 100%;
    }

    .banner-new__form-inner .form-group .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
        border-left: 0;
        border-top: 1px solid #eee;
    }

    .banner-new__form-inner input[type="submit"] {
        top: 105%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 600px) {
    .giuseart-nav li .chat_animation {
        display: block !Important
    }

    .giuseart-nav li .button .phone_animation {
        box-shadow: none;
        position: absolute;
        /* top: -16px; */
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background: #f62c3e;
        line-height: 15px;
        border: 2px solid white;
    }

    .giuseart-nav ul>li a {
        padding: 0;
        margin: 0 auto
    }

    .giuseart-nav {
        background: white;
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
    }

    .giuseart-nav li {
        float: left;
        width: 33.33%;
        list-style: none;
        height: 50px;
    }

    .phone-mobile {
        display: block !important
    }

    .web-category__title h2 {
        font-size: 20px;
    }
}



@media (max-width: 350px) {
    .banner-new__title {
        font-size: 23px;
    }

    .home-banner__sale-item {
        width: 134px;
    }
}

.bread-crumb .rank-math-breadcrumb {
    padding: 20px 0;
}

.bread-crumb .rank-math-breadcrumb * {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.bread-crumb .rank-math-breadcrumb a {
    color: var(--primary-color);
}

.dich_vu-template-email-doanh-nghiep .bread-crumb,
.dich_vu-template-ten-mien .bread-crumb {
    background: #F9F9F9;
}

.page-template-web-chuyen-nghiep .bread-crumb {
    background: #f9fafc;
}

/* Page tư vấn*/
.layout-tuvan .info-left .background-box{
    background: #ccc;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.layout-tuvan .info-left .background-box::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #410E0E;
    z-index: 0;
    opacity: 0.65;
}
.layout-tuvan .info-left .background-box .box-inf{
    z-index: 1;
}
.layout-tuvan .info-left .background-box .box-inf h3{
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.4px;
    font-size: 26px;
    margin-bottom: 20px;
}
.layout-tuvan .info-left .background-box .box-inf .elementor-button-wrapper{
    display: block;
    margin-bottom: 20px;
}
.layout-tuvan .info-left .background-box .box-inf .elementor-button-wrapper a{
   color: #fff;
   font-size: 16px;
   font-weight: 600;
   letter-spacing: 1.6px;
   background-color: #EE2D2D;
   border-radius: 5px;
   padding: 14px;
   display: inline-block;
}
.layout-tuvan .info-left .background-box .box-inf .elementor-button-wrapper a:hover{
    transform: scale(1.2);
}
.layout-tuvan .info-left .background-box .box-inf .elementor-wrapper p{
    color: #FFFFFF;
    font-size: 20px;
    display: inline-block;
    font-weight: 400;
 }

 .layout-tuvan .info-r .box-rig {
   padding: 40px;
 }
 .layout-tuvan .info-r .box-rig .section-title {
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
 }
 .layout-tuvan .info-r .box-rig .section-title span{
  color: #d42027;
 }
 .form-custom-tuvan input,.form-custom-tuvan textarea{
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    min-height: 40px;
    padding: 0 15px;
    max-height: 100px;
 }
 .form-custom-tuvan select{
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    min-height: 40px;
 }
 .button-sub input{
    display: inline-block;
    width: auto !important;
    border-radius: 40px;
    background: #d52027;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
    transition: all ease 0.3s;
 }
 .button-sub input:hover{
   transform: scale(1.2);
 }

 
 .layout-gioithieu .bread-crumb{
   display: none;
}
.layout-gioithieu .site-banner-page{
    margin: 0;
    padding: 60px 0px;
    height: auto;
    position: relative;
}
.main-about-page .box-video .image-video{ 
    border-radius: 20px;
    overflow: hidden; 
}
.main-about-page .img_frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    
    border-radius: 20px;
    overflow: hidden;
}
.main-about-page .img_frame iframe, .main-about-page .img_frame object, .main-about-page .img_frame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-about-page .box-video iframe{ 
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000;
}

.main-about-page .box-video .image-video img{
    width: 100%;
}
.box-video .btn-play{
    position: absolute;
    top: 50%;
    font-size: 40px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #d42027; 
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    pointer-events: none;
    justify-content: center;
    align-items: center;

}
.box-video .btn-play .fa {
    color: #fff;
    font-size: 70px;
    z-index: 2;
}
@media (max-width: 992px){
.box-video .btn-play {
    width: 50px;
    height: 50px;
}
.box-video  .btn-play .fa {
    font-size: 40px;
}
}

.main-about-populated .content-page .history-des {
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
}

.main-about-populated .content-page .history-des .content {
    background: #F8F8F8;
    max-width: 382px;
    padding: 30px;
    border-radius: 6px;
    color: #72787A;
    display: inline-block;
    font-size: 16px;
    position: relative;
    width: 40%;
    line-height: 24px;
}
.main-about-populated .content-page .history-des .content:before {
    content: '';
    position: absolute;
    top: 40px;
    width: 0;
    border-style: solid;
    height: 0;
    right: -20px;
    border-width: 10px 16px 0 16px;
    transform: rotateZ(-90deg);
    border-color: #F8F8F8 transparent transparent transparent;
}
.main-about-populated .content-page .history-des:hover .content {
    background: #d42027;
    color: #F3F7F0;
}
.main-about-populated .content-page .history-des:hover .image .icon {
    background: #d42027;
}
.main-about-populated .content-page .history-des:hover .image .icon img {
    filter: brightness(0) invert(1);
}
.main-about-populated .content-page .history-des:hover .content:before {
    border-color: #d42027 transparent transparent transparent;
}
@media (min-width: 768px){
    .main-about-populated .content-page .history-des:nth-child(2n+2) .title {
        text-align: right;
    }
    .main-about-populated .content-page .history-des:nth-child(2n+2) .content:before {
        left: -20px;
        transform: rotateZ(90deg);
    }
.main-about-populated .content-page .history-des:nth-child(2n+2) .content {
    order: 3;
    max-width: 385px;
}
.main-about-populated .content-page .history-des:nth-child(2n+2) .image {
    order: 2;
}
}
.main-about-populated .content-page .history-des .image {
    width: 20%;
    position: relative;
}
.main-about-populated .content-page .history-des .image:before {
    content: '';
    background: url(../images/line_14.png);
    position: absolute;
    top: 50px;
    left: 50%;
    width: 2px;
    z-index: 1;
    height: 100%;
    filter: hue-rotate(220deg);
}
.main-about-populated .content-page .history-des:last-child .image:before {
  display: none;
}
.main-about-populated .content-page .history-des .image .icon {
    width: 82px;
    height: 82px;
    background: #F8F8F8;
    border-radius: 50%;
    text-align: center;
    line-height: 82px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-about-populated .content-page .history-des .image .icon img{
    max-width: 48px;
}
.main-about-populated .content-page .history-des .title {
    padding-top: 10px;
    color: #a00006;
    width: 40%;
    font-size: 20px;
    max-width: 382px;
}
.main-about-populated .content-page .history-des .title h4{
    font-weight: bold;
}

@media (max-width: 767px){
    .main-about-populated .content-page .history-des {
        align-items: center;
        flex-wrap: wrap;
    }
    .main-about-populated .content-page .history-des .content {
        width: 100%;
        order: 3;
        margin-top: 20px;
        max-width: 100%;
    }
    .main-about-populated  .content-page .history-des .image {
        width: 50%;
        order: 0;
    }
    .main-about-populated .content-page .history-des .title {
        width: 50%;
        text-align: center;
    }
    .main-about-populated .content-page .history-des .content:before{
        display: none;
    }
    .main-about-populated .content-page .history-des .image:before{
        display: none;
    }
    }






.layout-gioithieu .site-banner-page:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #410E0E;
    z-index: 0;
    opacity: 0.65;
}
 .layout-gioithieu .site-banner-page .page-title{
    max-width: 1200px;
    min-height: 393px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.layout-gioithieu .page-title h1{
    text-align: center;
    font-size: 53px;
    font-weight: 600;
    color: #fff;
}
.section-tab-page .tab-title{
    display: flex;
    width: 100%;

}
.section-tab-page{
    margin-top: -56px;
}
.section-tab-page .tab-title a{
    width: 25%;
    margin: 0 20px;
    text-align: center;
    background-color: #FFFFFFB3;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px 20px 0 0;
    color: #000;
    
    flex: 1 1 auto;
}
.section-tab-page .tab-title a:hover,.section-tab-page .tab-title a.active{
    background-color: #d42027;
    color: #fff;
}
.iframe-pdf {
    width: 100%;
    margin-top: 50px;
}
.iframe-pdf iframe{
    width: 100%;
}
.iframe-pdf a span{
   
    font-size: 15px;
    font-weight: 400;
    background-color: #E12E2D;
    border-radius: 23px 23px 23px 23px;
    box-shadow: 3px 5px 10px 0px rgba(255, 0, 0, 0.17);
    padding: 15px 18px 15px 18px;
    color: #fff;
    transition: all ease 0.3s;
}
.iframe-pdf a span:hover{
   transform: scale(0.8);
}
.layout-nangluc .site-banner-page{
    margin: 0;
    padding: 60px 0;
    min-height: 645px;
}
.layout-nangluc .bread-crumb{
    display: none;
}
.layout-nangluc .page-title .title-page{
    color: #E12E2D;
    margin: 0px 0px 0px 0px;
    font-size: 50px;
    font-weight: 700;
}
.layout-nangluc .page-title p{
    max-width: 500px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6em;
    color: #333;
    margin: 16px 0px 0px 0px;
}

.bread-crumb{
    display: none;
}
.layout-blog +.bread-crumb{
    display: block;
}


.section-faq {
    padding: 60px 0;
}
.section-faq .title-faq h3{
    
    font-size: 30px;
}
.section-faq .title-faq h3 span{
    color: var(--primary-color);
}
.section-faq .accordion .card-header button.collapsed{
    color: #333;
}
.section-faq .accordion .card-header button{
    font-size: 18px;
    outline: none; 
    white-space: inherit;
    text-decoration: none;
    color: var(--primary-color);
}
.section-faq .accordion .card-header button.collapsed .fa {
   
    transform: translate(-50%, -10px) rotate(0deg);
}
.section-faq .accordion .card-header button .fa {
    right: 10px;
    top: 50%;
    transform: translate(-50%, -10px);
    font-size: 26px;
    transition: all ease 0.3s;
    transform: translate(-50%, -10px) rotate(180deg);
}
/* Dịch vụ website */

.ser-ss{
    padding: 50px 0;
    overflow: hidden;
}
.ser-table-ss .home2-price{
    padding: 0 0 30px;
}

.ser-desc p,
.ser-desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875em;
    color: #333;
}
.ser-desc{
    margin-bottom: 30px;
}
.ser-desc ul{
    padding-left: 20px;
}
.ser-desc li{
    list-style: disc;
    margin-bottom: 5px;
}
.ser-desc ul,
.ser-desc p{
    margin-bottom: 14px;
}

.ser-desc table,.ser-desc th,.ser-desc tr,.ser-desc td {
    border: 1px solid #d9d9d6;
}

.ser-desc table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
}

.ser-desc table td {
    vertical-align: middle;
    padding: 6px 12px;
}

.ser-desc table tbody tr,.ser-desc table thead tr {
    border: 1px solid rgba(225,225,225,.3);
}
.ser-table {
    font-size: 15px;
}
.ser-table tr:nth-child(1),
.ser-table tr td:nth-child(1){
    background-color: #f2f2f2;
}

.ser-desc h1,.ser-desc h2,.ser-desc h3,.ser-desc h4,.ser-desc h5,.ser-desc h6 {
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.4;
    letter-spacing: -.025em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.ser-desc h1{
    font-size: 45px;
}
.ser-desc h2{
    font-size: 34px;
}
.ser-desc h3 {
    font-size: 30px;
}

.ser-desc h4 {
    font-size: 26px;
}

.ser-desc h5 {
    font-size: 22px;
}

.ser-desc h6 {
    font-size: 18px;
}

.is-border{
    height: 3px;
    width: 130px;
    margin: 0 auto;
    background-color: var(--primary-color);
    display: block;
}
.ser-box{
    box-shadow: rgba(234, 61, 86, 0.1) 0px 10px 30px 0px;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    display: block;
    height: 100%;
}
.ser-box .ser-img img{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ser-box:hover .ser-img img{
    transform: translateY(-3px);
}
.ser-box h3{
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.ser-box p{
    font-weight: 400;
    line-height: 1.875em;
    font-size: 16px;
    color: #000;
}
.ser-page .row{
    row-gap: 30px;
}

.ser-form {
    max-width: 470px;
    border-radius: 16px;
    filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.25));
    background: url(https://hazomedia.com/wp-content/uploads/2023/01/Frame-30.png) center/ cover no-repeat;
    height: 100%;
    padding: 47px;
}

.ser-form h3 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 33px;
    text-align: center;
}
.ser-form textarea,
.ser-form input:not([type="submit"]) {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D42027;
    border-radius: 4px;
    padding: 10px 25px;
    color: #666666;
    margin-bottom: 24px;
    font-size: 18px;
}
.ser-form textarea{
    height: 150px;
}
.ser-form input[type="submit"] {
    background: linear-gradient(90deg, #D42027 42.36%, #F06425 100%);
    border-radius: 34px;
    font-size: 18px;
    color: #fff;
    padding: 10px 40px;
    border: 0;
    display: block;
    width: max-content;
    margin: 30px auto 0;
}

.list-question{
    border-radius: 8px;
    overflow: hidden;
}
.list-question .card{
    border-radius: 0;
    background: #f8f8f8;
    border-color: #f0f0f0;
}
.list-question,
.list-question p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
.list-question h4{
    font-size: 24px;
    font-weight: 700;
}
.list-question h4::before{
  content: "+";  
  margin-right: 10px;
}
.list-question [aria-expanded="true"] h4::before{
  content: "-";  
}
.list-question .card-header{
    background-color: transparent;
    border-color: #f0f0f0;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.ser-story{
    background-color: rgba(212, 32, 39, 0.05);
    border-radius: 20px;
    padding: 40px 30px;
    margin: 40px 0 30px;
}
.ser-story img{
    box-shadow: 0 6px 10px rgba(0,0,0,.5);
}
.ser-news-inner{
    padding: 0 40px;
}
@-webkit-keyframes mkdfPulsesmall {
    0% {
        -webkit-box-shadow: 0 0 0 0 currentColor
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(234,61,86,.15)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(234,61,86,0)
    }
}

@keyframes mkdfPulsesmall {
    0% {
        -moz-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(234,61,86,.15);
        box-shadow: 0 0 0 10px rgba(234,61,86,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(234,61,86,0);
        box-shadow: 0 0 0 0 rgba(234,61,86,0)
    }
}
.list-news{
    row-gap: 50px !important;
}
.ser-news{
    display: block; 
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 2px solid rgba(225,225,225,.2);
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;   
}
.ser-news:hover  {
    border: 2px solid rgba(225,225,225,.4);
}
.ser-news .bage{
    background: #ea3d56;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 12px;
    position: absolute;
    right: -17px;
    top: -28px;
    z-index: 3;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: "Josefin Sans",Arial, Helvetica, sans-serif;
    box-shadow: 0px 5px 32px 0px #ea3d56;
}
.ser-news .bage span:first-child{
    font-size: 30px;
    display: inline-block;
    width: 100%;
}
.ser-news .bage::after{
    content: "";
    color: #ea3d56;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.ser-news:hover .bage::after{
    animation: mkdfPulsesmall 1.8s infinite;
}
.ser-news h3{
    color: #333;
    margin: 10px 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ser-news p{
    color: #868890;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list-logo .flickity-button {
    background: transparent;
    box-shadow: none;
}
.list-logo .flickity-button svg{
    display: none;
}

.list-logo .flickity-button.previous::after{
    content: '\2039';
    font-size: 40px;
    font-family: serif;
    position: relative;
    top: -8px;
}
.list-logo .flickity-button.next::after{
    content: '\203a';
    font-size: 40px;
    font-family: serif;
    position: relative;
    top: -8px;
}
.list-logo .flickity-button.previous{
   left: -3%;
}
.list-logo .flickity-button.next{
   right: -3%;
}
@media (min-width: 576px){
    
    .list-qt .box-qt:nth-child(even).row{
        flex-direction: row-reverse;
    }
    .box-qt{
        position: relative;
        margin-bottom: 0;
    }
    .box-qt .box-qt-dot{
        border: 3px solid var(--primary-color);
        background-color: #EB6F62;
        border-radius: 50%;
        content: "";
        height: 20px;
        width: 20px;
        right: calc(50% - 9px);
        top: 50%;
        position: absolute;
    }
    .box-qt::after,
    .box-qt::before{
        content: "";
        position: absolute;
        right: 50%;
        top: calc(50% + 20px);
        background: var(--primary-color);
        height: calc(50% + 20px);
        width: 2px;
    }
    .box-qt::before{
        top: 0;
    }
    .box-qt:first-child::before,
    .box-qt:last-child::after{
        display: none;
    }
}

@media (min-width: 1400px){
    .ser-page .container{
        max-width: 1300px;
    }
}
@media (max-width: 991px){
    .ser-desc h1{
        font-size: 40px;
    }
    .ser-desc h2{
        font-size: 30px;
    }
    .ser-form  h3,
    .ser-desc h3 {
        font-size: 22px;
    }
     .list-question h4,
    .ser-desc h4 {
        font-size: 20px;
    }
    .ser-story{
        padding: 30px 20px;
        margin-bottom: 0;
    }
    .ser-news-inner{
        padding: 0 20px;
    }
    .ser-form h3 {
        font-size: 24px;
    }

    .ser-form input:not([type="submit"]) {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .ser-form input[type="submit"] {
        font-size: 16px;
        padding: 10px 20px;
        margin: 20px auto 0;
    }


}
@media (max-width: 767px){
    .ser-ss{
        padding: 40px 0;
    }
    .list-question, 
    .list-question p,
    .ser-desc table,
    .ser-desc p,
    .ser-desc{
        font-size: 14px;
    }

    .ser-desc h1{
        font-size: 34px;
    }
    .ser-desc h2{
        font-size: 26px;
    }
    .ser-form  h3,
    .ser-desc h3 {
        font-size: 20px;
    }
    .list-question h4,
    .ser-desc h4 {
        font-size: 18px;
    }

    .ser-desc h5 {
        font-size: 16px
    }

    .ser-desc h6 {
        font-size: 16px;
    }
}
@media (max-width: 575px){
    .ser-ss-mb-pb0{
        padding-bottom: 0;
    }
    .box-qt:last-child{
        margin-bottom: 0;
    }

    .ser-desc table {
        display: block;
        max-width: 100%;
        overflow-x: scroll;
    }

    .ser-desc tbody{
        width: max-content;
    }
}


.seo-contact {
    padding: 123px 0 82px;
    background: linear-gradient(78.76deg, rgba(212, 32, 39, 0.2) 52.45%, rgba(240, 100, 37, 0.2) 100%);
}

.seo-contact .seo-contact-title{
    max-width: 600px;
}
.seo-contact-title h2{
    font-size: 38px;
    color: #333;
    font-weight: 700;
}
.seo-contact-img {
    max-width: 567px;
    margin-top: 80px
}

.seo-contact-form {
    max-width: 470px;
    border-radius: 16px;
    filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.25));
    background: url(https://hazomedia.com/wp-content/uploads/2023/01/Frame-30.png) center/ cover no-repeat;
    height: 100%;
    padding: 63px 47px;
}

.seo-contact-form h2 {
    font-size: 38px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.seo-contact-form p{
    margin-bottom: 30px;
    text-align: center;
}
.seo-contact-form input:not([type="submit"]) {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D42027;
    border-radius: 4px;
    padding: 10px 25px;
    color: #666666;
    margin-bottom: 24px;
    font-size: 18px;
}

.seo-contact-form input[type="submit"] {
    background: linear-gradient(90deg, #D42027 42.36%, #F06425 100%);
    border-radius: 34px;
    font-size: 18px;
    color: #fff;
    padding: 10px 40px;
    border: 0;
    display: block;
    width: max-content;
    margin: 30px auto 0;
}
input[type="submit"]{
    cursor: pointer;
}

@media (max-width: 991px) {
    .seo-contact {
        padding: 30px 0;
    }

    .seo-contact-img {
        margin: 20px auto;
    }

    .seo-contact-form {
        margin: 0 auto;
        padding: 20px;
    }
    .seo-contact-title h2,
    .seo-contact-form h2 {
        font-size: 24px;
    }

    .seo-contact-form input:not([type="submit"]) {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .seo-contact-form input[type="submit"] {
        font-size: 16px;
        padding: 10px 20px;
        margin: 20px auto 0;
    }

}
.btn-contact-fix{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
}
.btn-contact-fix a::before{
    content: url(../svg/phone.svg);
}
.btn-contact-fix a{
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    gap: 10px;
}
#imagePopup{
	z-index: 999999999999;
	padding: 0 !important;
}
#imagePopup .modal-body button {
    position: absolute;
    right: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #563838;
    border: 0;
}
#imagePopup .modal-body{
	padding: 0;
}
#imagePopup .modal-dialog{
	max-width: 100%;
}
#imagePopup a{
	display: block;
}
#imagePopup img{
	width: 100%
}

@media (min-width: 767px){
	#imagePopup .modal-dialog{
		max-width: 900px;
	}
}