/*
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.   ***************/
.header:not(.transparent) .header-nav-main.nav > li > a {
    color:#17495E;
}
.header:not(.transparent) .header-nav-main.nav > li > a:hover, .header:not(.transparent) .header-nav-main.nav > li.active > a, .header:not(.transparent) .header-nav-main.nav > li.current > a, .header:not(.transparent) .header-nav-main.nav > li > a.active, .header:not(.transparent) .header-nav-main.nav > li > a.current {
    color:#17495E;
}
.header-main .nav > li > a {
    line-height: 16px;
}
li.html.custom.html_topbar_left img {
    margin-bottom: 7px;
    margin-right: 5px;
}
.nav-spacing-large>li {
    margin: 0 25px;
}
.chanchan14 p {
    width: 100%;
    background-image: linear-gradient(#17495E, #054966);
    color: #fff !important;
    display: flex
;    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 40px;
    box-shadow: 0 3px 6px -4px#17495E, 0 3px 6px #054966;
}
.chanchan14 a {
    width: 100%;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chanchan12 {
    box-shadow: 0 3px 6px -4px#17495E, 0 3px 6px #054966;
    padding: 7.21px 5px;
    border-radius: 10px;
    border: 10px;
    border: 1;
}
.button-slider1 {
    background-color: #ED1C24;
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5em !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 15px 35px 15px 35px !important;
}
.button-slider2 {
    background-color: #17495E;
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5em !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 15px 35px 15px 35px !important;
}

.chieucao1 {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.chieucao2 {
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maume {
    background-image: linear-gradient(#17495E, #054966);
    color: #fff !important;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bogocanh img {
    border-radius: 20px;
    border-style: solid;
    border-color:#17495E;
}
.button-giaiphap {
    color:#17495E !important;
    margin-top: auto !important;
}
a.button.white.lowercase.khanhanh {
    background:#17495E !important;
    color: #fff !important;
    margin-top: auto !important;
}
.after-plus:after {
    content: '+';
    padding-left: 5px;
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
    border: 0px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
}
.vietanh2 > .col-inner{
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 03px;
    border-color: #276059;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 4px 3px -1px rgba(0, 0, 0, 0.5);
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden; /* Ngăn text tràn ra */
}
.vietanh2 .text {
    text-align: center;
    width: 100%;
    overflow: hidden; /* Ngăn text tràn trong text div */
    text-overflow: ellipsis; /* Cắt text thừa với dấu ... */
    white-space: normal; /* Ngăn xuống dòng */
}
.section-title b {
    background-color: transparent ;
}
.section-title-center span {
    background: -webkit-linear-gradient(45deg, #276059, #2760EC 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}