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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --white: #fff;
    --black: #000;
    --text-1: #ececec;
    --global-palette1: #1568bf;
    --global-palette2: #f9841a;
}

body {
    font-size: 1em;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    color: var(--black)
}

h2 {
    font-size: 2em;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 0.5em;
    text-align: justify;
}

.dark,
.dark p,
.dark td {
    color: var(--white);
}

.box.box-text-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    transform: scaleX(0);
    background: var(--global-palette1);
}

.box.box-text-bottom:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

/* menu */
.nav>li {
    /* line-height: 50px; */
}

.nav>li>a {
    color: var(--black);
}

.nav>li>a:hover {
    color: var(--global-palette1);
}

/* home */
.home .duan .section-title-container,
.home .dichvu .section-title-container {
    text-align: center;
    margin-bottom: 2.5em;
}

.home .duan .section-title-container::before,
.home .dichvu .section-title-container::before {
    content: "GT VIETNAM";
    font-weight: 700;
    font-size: 80px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.05);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.home .duan .section-title-container::after,
.home .dichvu .section-title-container::after {
    content: "";
    display: block;
    width: 5em;
    height: 3px;
    background: var(--global-palette1);
    margin: auto;
    margin-top: .5em;
}

.home .duan .section-title,
.home .dichvu .section-title {
    display: inline;
}

.home .duan .section-title-normal,
.home .dichvu .section-title-normal {
    border: none;
}

.home .duan .section-title-normal span,
.home .dichvu .section-title-normal span {
    /* border-bottom: var(--global-palette1) 2px solid; */
    border-bottom: none;
    margin-right: 0;
}

.home .duan .box-text.text-center,
.home .dichvu .box-text.text-center {
    /* min-height: 8em; */
}

.home .duan .is-divider,
.home .dichvu .is-divider {
    display: none;
}

/* footer */
.footer {
    padding: 10px 0 0 0;
}

.footer-2 {
    background: var(--global-palette1);
    border-top: 4px solid var(--global-palette2);
}

.absolute-footer {
    background: #1568bff0;
    font-size: .8em;
    padding: 10px;
}

.footer.dark .uppercase {
    line-height: 1.5;
    text-transform: none;
    font-weight: normal;
}

.footer-2 .icon-box {
    margin-bottom: .5em;
}

.footer-2 h5 {
    font-size: .8em;
}

.footer-2 a:hover {
    color: var(--global-palette2) !important;
}

/* back-to-top */
.back-to-top.plain {
    color: var(--global-palette2);
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}