@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700&display=swap");@font-face {
    font-family: t2p;
    font-display: swap;
    src: url(../fonts/t2p-400.woff2) format("woff2")
}

@font-face {
    font-family: t2p;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/t2p-700.woff2) format("woff2")
}

@font-face {
    font-family: t2p;
    font-display: swap;
    font-style: italic;
    src: url(../fonts/t2p-Italic.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/montserrat-vi-600.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/montserrat-latin-600.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/montserrat-vi-700.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/montserrat-latin-700.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/montserrat-latin-800.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/montserrat-vi-800.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes shake-anim {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@-o-keyframes shake-anim {
    0%,100%,50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

:root {
    --color-main: #001B52
}

@media (min-width: 768px) {
    .sp,.SP {
        display:none !important
    }
}

@media (max-width: 767px) {
    .pc,.PC {
        display:none !important
    }
}

body {
    font-family: t2p;
    font-size: 16px;
    font-weight: 300
}

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

b,strong {
    font-weight: bold
}

a,input,textarea {
    outline: none;
    padding: 0px
}

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

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

.hidden {
    display: none
}

.clear {
    clear: both
}

.none {
    display: none
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden
}

.wrap-content {
    max-width: 1205px;
    margin: 0 auto;
    padding: 0px 15px
}

.wrap-home {
    margin: 40px auto
}

.wrap-content {
    margin: auto
}

.title-main {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    margin: 30px 0 40px
}

@media only screen and (max-width: 575px) {
    .title-main {
        margin:15px 0 20px
    }
}

.title-main span {
    text-transform: uppercase;
    color: #1D1D1F;
    font-weight: 800;
    font-size: 25px
}

@media only screen and (max-width: 575px) {
    .title-main span {
        font-size:20px
    }
}

.title-main a {
    color: #333;
    transition: 0.3s
}

.title-main a:hover {
    color: var(--color-main);
    text-decoration: none
}

.title-global {
    text-align: center;
    margin-bottom: 2.5rem;
    color: var(--color-main)
}

@media only screen and (max-width: 767px) {
    .title-global {
        margin-bottom:1.5rem
    }
}

.title-global h1,.title-global h2,.title-global h3,.title-global h4,.title-global h5 {
    font-size: 36px;
    font-weight: bold
}

@media only screen and (max-width: 767px) {
    .title-global h1,.title-global h2,.title-global h3,.title-global h4,.title-global h5 {
        font-size:22px
    }
}

.title-global h1 span,.title-global h2 span,.title-global h3 span,.title-global h4 span,.title-global h5 span {
    color: #E94F3C
}


.title-global--v2 {
    color: #001b52
}

.title-global--v3{
    color: #fff;
}
.title-global--white {
    color: #fff
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px
}

.time-main span {
    vertical-align: top;
    display: inline-block
}

.share {
    padding: 17px 0 10px 0;
    line-height: normal;
    margin-top: 15px;
    border-radius: 5px
}

.share b {
    display: block;
    margin-bottom: 5px
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2)
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.control-owl button:hover {
    opacity: 1
}

.control-owl button.owl-prev {
    left: 20px
}

.control-owl button.owl-next {
    right: 20px
}

.form-control,.form-control-plaintext:not(textarea),.custom-select {
    height: calc(1em + 1.25rem + 8px)
}

.custom-form-row {
    margin-right: -10px;
    margin-left: -10px
}

.custom-form-row>.col,.custom-form-row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}

.text-sm {
    font-size: 0.875rem !important
}

img.lazy {
    opacity: 0
}

img:not(.initial) {
    transition: opacity 1s
}

img.initial,img.loaded,img.error {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.header {
    background-color: #ffffff;
    box-shadow: 0 0px 9px 1px #e0e0e0;
    padding: 10px 0;
    max-height: 85px;
    z-index: 12;
    position: relative;
    transition: 0.3s
}

.logo-header {
    display: block;
    position: relative;
    top: 8px
}

.logo-header img {
    max-height: 135px;
    transition: 0.3s
}

@media only screen and (max-width: 575px) {
    .logo-header img {
        max-height:45px
    }
}

@media only screen and (max-width: 991px) {
    .logo-header {
        display:none
    }
}

.logo-header-mb img {
    max-height: 45px
}

.social-header li {
    width: 30px
}

.menu {
    background-color: #fff;
    position: relative;
    z-index: 100;
    padding: 10px 0
}

@media only screen and (max-width: 991px) {
    .menu {
        display:none
    }
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none
}

.menu ul.menu-main {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menu ul li {
    position: relative;
    z-index: 1
}

.menu ul li.btn-baogia a {
    background: #50CA99;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    overflow: hidden
}

.menu ul li.btn-baogia a span {
    position: relative;
    z-index: 1
}

.menu ul li.btn-baogia a::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 0;
    border-radius: 0.25rem;
    content: "";
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background: #38b684;
    z-index: 0
}

.menu ul li.btn-baogia a:hover {
    color: #fff
}

.menu ul li.btn-baogia a:hover::after {
    width: 100%
}

.menu ul li.menu-line {
    width: 1px;
    height: 15px;
    background-color: rgba(0,0,0,0.1)
}

.menu ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: var(--color-main);
    padding: 10px 5px;
    text-decoration: none;
    font-weight: bold
}

@media only screen and (max-width: 1199px) {
    .menu ul li a {
        font-size:14px
    }
}

.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px
}

.menu ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fafafa;
    border-top: 0px;
    border-left: 0px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu ul li a:hover,.menu ul li a.active {
    color: #2EAFEF
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    margin-top: -5px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #fafafa;
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible
}

.menu ul li ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.menu ul li ul li a {
    font-size: 14px;
    color: #313131;
    border-bottom: 1px solid #ececec;
    padding: 10px 0px 9px 0px;
    text-transform: capitalize
}

.menu ul li ul li a.has-child {
    margin-right: 0px
}

.menu ul li ul li a.has-child:after {
    border-color: #313131;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu ul li ul li a.active {
    color: #515154
}

.menu ul li ul li a.active.has-child:after {
    border-color: #515154
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px
}

.menu ul li ul li:hover>a {
    color: #515154
}

.menu ul li ul li:hover>a.has-child:after {
    border-color: #515154
}

.menu ul li ul li ul {
    top: -0.75rem;
    left: 100%;
    margin-top: 0px
}

.search {
    width: 230px;
    background: #ffffff
}

.search p {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #6c757d;
    font-size: 16px
}

.search input {
    width: calc(100% - 35px);
    height: 35px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px
}

.search input::-webkit-input-placeholder {
    color: #313131
}

.search input:-moz-placeholder {
    color: #313131
}

.search input::-moz-placeholder {
    color: #313131
}

.search input:-ms-input-placeholder {
    color: #313131
}

.menu-res {
    height: 45px;
    z-index: 100;
    background: #fff;
    position: relative;
    display: none
}

@media only screen and (max-width: 991px) {
    .menu-res {
        display:block
    }
}

.menu-bar-res {
    height: 45px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#menu {
    display: none
}

#hamburger {
    display: block;
    width: 35px;
    height: 25px;
    position: relative
}

#hamburger:before,#hamburger:after,#hamburger span {
    background: var(--color-main);
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px
}

#hamburger:before {
    top: 0px
}

#hamburger span {
    top: 10px
}

#hamburger:after {
    top: 20px
}

#hamburger:before,#hamburger:after,#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity
}

.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after {
    top: 10px
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0
}

.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg)
}

.mm-wrapper_opening #hamburger:after {
    transform: rotate(-45deg)
}

.mm-menu_opened {
    display: block !important
}

.mm-slideout {
    z-index: unset
}

.search-res {
    position: relative
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: var(--color-main);
    font-size: 17px;
    margin: 0px
}

.search-res .icon-search.active {
    color: var(--color-main);
    background: #ffffff;
    border-radius: 100%
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: var(--color-main);
    line-height: 40px;
    text-align: center
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: #515154
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131
}

.search-res .search-grid input:-moz-placeholder {
    color: #313131
}

.search-res .search-grid input::-moz-placeholder {
    color: #313131
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131
}

.slideshow {
    position: relative
}

.slideshow-item {
    display: block;
    cursor: pointer
}

.slideshow:hover .control-slideshow {
    opacity: 1
}

.control-slideshow {
    opacity: 0
}

.breadCrumbs {
    background-color: #eee;
    margin-bottom: 30px
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 15px
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #212529
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: #6c757d
}

.wrap-video {
    padding: 4rem 0 3rem
}

@media only screen and (max-width: 767px) {
    .wrap-video {
        padding:2rem 0 1.5rem
    }
}

.wrap-video .box-video {
    max-width: 920px;
    margin: 0 auto 2rem;
    position: relative;
    cursor: pointer
}

.wrap-video .box-video .img-video {
    border-radius: 30px
}

.wrap-video .box-video .icon-play {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    z-index: 12;
    top: 0;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    bottom: 0;
    margin: auto
}

@media only screen and (max-width: 767px) {
    .wrap-video .box-video .icon-play {
        max-width:50px
    }
}

.wrap-video .box-video .animation-video {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 12;
    top: 0;
    left: 0
}

.wrap-video .box-video .animation-video::after,.wrap-video .box-video .animation-video::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 rgba(255,60,16,0.6);
    border-radius: 50%
}

.wrap-video .box-video .animation-video::after {
    animation: Index_pulse-second__vUyOC 2s infinite;
    -moz-animation: Index_pulse-second__vUyOC 2s infinite;
    -ms-animation: Index_pulse-second__vUyOC 2s infinite;
    -webkit-animation: Index_pulse-second__vUyOC 2s infinite
}

.wrap-video .box-video .animation-video::before {
    animation: Index_pulse-third__KG6QB 2.5s infinite;
    -moz-animation: Index_pulse-third__KG6QB 2.5s infinite;
    -ms-animation: Index_pulse-third__KG6QB 2.5s infinite;
    -webkit-animation: Index_pulse-third__KG6QB 2.5s infinite
}

.content-txt {
    margin-bottom: 1.5rem
}

.content-txt--white {
    color: #fff
}

.wrap-linhvuc {
    background: #F3F5FC;
    padding: 3rem 0 1rem
}
.wrap-linhvuc-white {
    background: #fff;
    padding: 3rem 0 4rem;
}
@media only screen and (max-width: 767px) {
    .wrap-linhvuc {
        padding:2rem 0 1rem
    }
}

.wrap-linhvuc .item-linhvuc img {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #f1f1f1
}

.wrap-linhvuc .item-linhvuc .ttl {
    text-transform: uppercase;
    color: #069a61;
    font-weight: 600;
    text-align: center
}

.item-lydo {
    text-align: center
}

.item-lydo .desc {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 15px;
    color: #0dbd79;
    font-weight: 600
}

.item-lydo .img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 5px 1px #afafaf
}

.item-lydo .img-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #242826c7;
    transform: translateY(100%);
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff
}

.item-lydo .img-text h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold
}

.item-lydo .img-text p {
    font-size: 14px;
    line-height: 21px
}

.item-lydo:hover .img-text {
    transition: .75s all;
    transform: translateY(0)
}

.item-loaihinh {
    margin-bottom: 30px
}

.item-loaihinh .img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #afafaf
}

.item-loaihinh .img-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #242826c7;
    transform: translateY(100%);
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff
}

.item-loaihinh .img-text h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold
}

.item-loaihinh .img-text p {
    font-size: 14px;
    line-height: 21px
}

.item-loaihinh .img-text a {
    cursor: pointer;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    padding: 5px 45px 5px 15px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff
}

.item-loaihinh .img-text a::before {
    content: "";
    width: 25px;
    height: 8px;
    right: 12px;
    margin-top: -4px;
    background: url(../images/Arrow-1.png) no-repeat right;
    background-size: cover;
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%
}

.item-loaihinh .img-text a:hover {
    text-decoration: none
}

.item-loaihinh:hover .img-text {
    transition: .75s all;
    transform: translateY(0)
}

.wrap-baogia {
    background: #F9FDFF;
    padding: 3rem 0
}

.box-baogia {
    border-radius: 5px;
    overflow: auto
}

.box-baogia table {
    background: #fff;
    width: 100%
}

.box-baogia table th {
    font-weight: bold
}

.box-baogia table th,.box-baogia table td {
    padding: 15px 10px;
    text-align: center
}

.box-baogia table tbody tr:nth-child(2n) {
    background: #8787871a
}

.box-baogia table tbody tr td:first-child {
    font-weight: bold;
    text-align: left;
    padding-left: 30px
}

.box-baogia table p {
    margin: 0
}

.box-baogia .bg-gleads-oxfordBlue-900 {
    background: #011B52;
    color: #fff
}

.box-baogia .bg-gleads-oxfordBlue-700 {
    background: #0437A3;
    color: #fff
}

.box-baogia .bg-gleads-orange-600 {
    background: #F39720;
    color: #fff
}

.box-baogia .bg-gleads-pink-600 {
    background: #E94F3C;
    color: #fff
}

.box-baogia .inline-flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.box-baogia .tick {
    padding: 0 5px;
    background-color: #0bb873;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.wrap-baogia-tkw .box-baogia table tbody tr td {
    text-align: center;
    padding-left: 15px
}

.txt-cursor {
    text-align: center;
    margin-bottom: 1.5rem
}

.why-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.why-content ul li .why-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.why-content ul li .why-box .why-items {
    flex-basis: 49%
}

.why-content ul li .why-box .why-items h3 {
    font-size: 24px;
    font-weight: 600;
    color: #515151;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.why-content ul li .why-box .why-items h3 strong {
    font-size: 35px;
    font-weight: 700;
    color: #515151;
    line-height: 45px;
    margin-right: 10px
}

.why-content ul li .why-box .why-items p {
    font-size: 15px;
    font-weight: 400;
    color: #515151;
    line-height: 25px;
    margin-bottom: 30px
}

.why-content ul li .why-box .why-img {
    text-align: center
}

.why-content ul li .why-box .why-img img {
    display: inline-block
}

.why-content ul li .why-box .why-img p {
    margin-bottom: 0 !important
}

.why-content ul li:nth-child(2n) .why-box {
    flex-direction: row-reverse
}

.why-content ul li:nth-child(2n+1) .why-box {
    flex-direction: row
}

@media (max-width: 992px) {
    .why-content ul li .why-box .why-items h3 {
        align-items:flex-start;
        font-size: 20px
    }
}

@media (max-width: 640px) {
    .why-content ul li .why-box {
        flex-direction:column !important
    }

    .why-content ul li .why-box .why-items {
        width: 100%;
        padding: 5px 0
    }
}

.wrap-trienkhai {
    background: linear-gradient(180deg, #FD0A00 0%, #b01b15 100%);
    padding: 3rem 0 2rem
}

.box-trienkhai {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.item-trienkhai {
    width: 49%;
    margin-bottom: 20px
}

.item-trienkhai-1 {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(133,133,133,0.25);
    padding: 20px
}

.item-trienkhai-1 h3 {
    text-align: right;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    background: linear-gradient(180deg, #FD0A00 0%, #b01b15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0
}

.item-trienkhai-1 h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000
}

.item-trienkhai-1 p {
    font-size: 16px;
    line-height: 25px;
    color: #000
}

@media (max-width: 992px) {
    .item-trienkhai {
        width:100%
    }

    .item-trienkhai-1 h3 {
        font-size: 50px;
        line-height: 70px
    }

    .item-trienkhai-1 h5 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 20px
    }

    .item-trienkhai-1 p {
        font-size: 16px;
        line-height: 25px;
        color: #000
    }
}

.wrap-quytrinh {
    background: #fff;
    padding-bottom: 3rem
}

.quytrinh-contentx {
    position: relative
}

.quytrinh-contentx:before {
    content: '';
    height: 15px;
    width: 15px;
    top: 0;
    left: 50%;
    background: #000;
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.quytrinh-contentx:after {
    content: '';
    height: 15px;
    width: 15px;
    bottom: 0;
    left: 50%;
    background: #000;
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.quytrinh-content {
    display: flex;
    justify-content: space-between;
    position: relative
}

.quytrinh-content:before {
    content: '';
    height: 100%;
    width: 1px;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 2px dashed #000;
    transform: translateX(-1px)
}

.quytrinh-items {
    width: 45%
}

.quytrinh-items:nth-child(2n+1) .quytrinh-items-1 {
    text-align: right
}

.quytrinh-items:nth-child(2n) .quytrinh-items-1 {
    text-align: left
}

.quytrinh-items:nth-child(2n+1) .quytrinh-items-1 p {
    padding-right: 40px;
    padding-bottom: 15px;
    margin: 0;
    position: relative
}

.quytrinh-items:nth-child(2n) .quytrinh-items-1 p {
    padding-left: 40px;
    padding-bottom: 15px;
    margin: 0;
    position: relative
}

.quytrinh-items:nth-child(2n+1) .quytrinh-items-1 h3 {
    padding-right: 15px
}

.quytrinh-items:nth-child(2n) .quytrinh-items-1 h3 {
    padding-left: 15px
}

.quytrinh-items-1 h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: #FD0A00;
    margin-bottom: 10px
}

.quytrinh-items-1 h3 strong,.quytrinh-items-1 h3 span {
    color: #000
}

.quytrinh-items .quytrinh-items-1 p {
    position: relative;
    font-size: 16px;
    line-height: 25px
}

.quytrinh-items:nth-child(2n+1) .quytrinh-items-1 p:before {
    content: '';
    height: 100%;
    width: 1px;
    background: #000;
    position: absolute;
    right: 26.5px;
    top: 0
}

.quytrinh-items:nth-child(2n+1) .quytrinh-items-1 p:after {
    content: '';
    height: 15px;
    width: 15px;
    top: 0;
    right: 20px;
    background: #000;
    border-radius: 50%;
    position: absolute
}

.quytrinh-items:nth-child(2n) .quytrinh-items-1 p:before {
    content: '';
    height: 100%;
    width: 1px;
    background: #000;
    position: absolute;
    left: 26.5px;
    top: 0
}

.quytrinh-items:nth-child(2n) .quytrinh-items-1 p:after {
    content: '';
    height: 15px;
    width: 15px;
    top: 0;
    left: 20px;
    background: #000;
    border-radius: 50%;
    position: absolute
}

.quytrinh-items-1 h5 {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 25px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #FD0A00 0%, #b01b15 100%);
    font-size: 30px
}

@media (max-width: 992px) {
    .quytrinh-contentx:before,.quytrinh-contentx:after {
        left:auto;
        right: 15px;
        transform: translateX(5px)
    }

    .quytrinh-items:nth-child(2n) .quytrinh-items-1 p {
        padding: 0 40px 0 0
    }

    .quytrinh-items:nth-child(2n) .quytrinh-items-1 p:before {
        right: 26.5px;
        left: auto;
        top: 0
    }

    .quytrinh-items:nth-child(2n) .quytrinh-items-1 p:after {
        left: auto;
        right: 20px
    }

    .quytrinh-items:nth-child(2n) .quytrinh-items-1 {
        text-align: right
    }

    .quytrinh-content {
        flex-direction: column
    }

    .quytrinh-items {
        width: 95%
    }

    .quytrinh-content:before {
        left: auto;
        right: 15px
    }
}

@media (max-width: 568px) {
    .quytrinh-content:before,.quytrinh-contentx:before,.quytrinh-contentx:after {
        display:none
    }

    .quytrinh-items-1 h3 {
        font-size: 18px;
        line-height: 25px
    }

    .quytrinh-items {
        width: 100%
    }
}

.wrap-khachhang {
    background: #073a911a;
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem
}
.wrap-khachhang .content-txt {
    margin-bottom: 2rem;
}
.wrap-khachhang::before {
    content: '';
    width: 1193px;
    height: 578px;
    background: url(../images/khachhang_bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.wrap-khachhang .title-global {
    margin-bottom: 1rem;
}
.khachhang-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.khachhang-content .owl-stage{
    display: flex;
    padding-top: 60px;
}
.khachhang-content .center .khachhang_items::before{
    background: linear-gradient(180deg, #FD0A00 0%, #b01b15 100%);
    color: #fff;
}
.khachhang-content .center{
    transform: scale(1.2);
    color: #fff;
    z-index: 1;
}
.khachhang-content .center .khachhang_items-2 {
    padding: 30px;
}
.khachhang_items {
    /* width: 49%; */
    /* padding: 20px; */
    /* box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 0.4); */
    /* -webkit-box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 0.4); */
    /* background-color: rgb(255, 254, 254); */
    height: 100%;
    position: relative;
}
.khachhang_items::before {
    content: '';
    width: 100%;
    height: calc(100% - 100px);
    background: #7BC06C;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 15px;
    /* opacity: 0; */
    background: #FFF;
    box-shadow: 0 10px 30px rgba(168, 168, 168, 0.25);
    border-radius: 15px;
}
.khachhang_items-1 {
    position: relative;
    padding-bottom: 100px;
    height: 100%;
}

.khachhang_items-2 {
    padding: 20px 60px;
    z-index: 3;
    position: relative;
    /* text-align: justify; */
}
.khachhang_items-2 svg{
    width: 75px;
    margin: 0 auto 20px;
    display: block;
}
.khachhang_text strong {
    display: block;margin-bottom: 30px;
    /* overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; */
}
.khachhang_img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -65px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 5px;
    border-radius: 270px;
}

.khachhang_img img {
    border-radius: 50%
}

.khachhang_items:nth-child(2n+1) .khachhang_img:before {
    content: '';
    background: #7BC06C;
    top: 0;
    right: -5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
}

.khachhang_items:nth-child(2n+1) .khachhang_img img {
    position: relative;
    z-index: 2
}

.khachhang_items:nth-child(2n) .khachhang_img:before {
    content: '';
    background: #E2760F;
    top: 0;
    right: -5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute
}

.khachhang_items:nth-child(2n) .khachhang_img img {
    position: relative;
    z-index: 2
}

.khachhang_items:nth-child(2n) .khachhang_items-1 {
    margin-top: 45px
}

.khachhang_items:nth-child(2n+1) .khachhang_items-1:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #7BC06C;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 15px;
    opacity: 0;
    background: #FFF;
    box-shadow: 0 10px 30px rgba(168, 168, 168, 0.25);
    border-radius: 15px;
}

.khachhang_items:nth-child(2n) .khachhang_items-1:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #E2760F;
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 1;
    border-radius: 15px;
    opacity: 0;
}

.khachhang_items-2:before {
    content: '';
    height: 25px;
    width: 76px;
    background: url(../images/nhay.png) no-repeat;
    background-size: cover;
    right: 20px;
    bottom: 20px;
    position: absolute;
    opacity: 0;
}

@media (max-width: 992px) {
    .khachhang_items {
        width:100%
    }

    .khachhang_items:nth-child(2n) .khachhang_items-1 {
        margin-top: 0
    }
}

@media (max-width: 568px) {
    .khachhang_img {
        /* width:70px; */
        /* height: 70px; */
        /* left: -45px; */
        /* top: -30px; */
    }

    .khachhang_items .khachhang_img:before {
        width: 70px !important;
        height: 70px !important
    }

    .khachhang_items {
        padding: 20px;
    }
}

.wrap-tuvan {
    /* background: linear-gradient(180deg, #82C265 0%, #62B781 100%); */
    padding: 3rem 0;
    background-color: #fff;
}

.wrap-tuvan-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.wrap-tuvan-items {
    width: 49%;
    text-align: center
}

.wrap-tuvan-items form {
    margin-top: 15px
}

.wrap-tuvan-items form h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 10px;
    color: #fff
}

.wrap-tuvan-items form label {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #000
}

.wrap-tuvan-items form .input-box100 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%
}

.wrap-tuvan-items form .input-box50 {
    display: flex;
    width: 49%;
    flex-wrap: wrap
}

.wrap-tuvan-items form input {
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    font-size: 15px;
    line-height: 25px !important;
    padding: 10px;
    width: 100%
}

.wrap-tuvan-items form select {
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    font-size: 15px;
    line-height: 47px;
    height: 47px;
    width: 100%
}

.wrap-tuvan-items form textarea {
    height: 195px;
    width: 100%;
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px
}

.wrap-tuvan-items form .input-box.input-box-submit {
    text-align: center
}

.wrap-tuvan-items form .input-box.input-box-submit input {
    width: auto;
    padding: 10px 40px;
    border: 1px solid #FD0A00;
    border-radius: 50px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: linear-gradient(180deg, #FD0A00 0%, #b01b15 100%);
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    height: auto
}

.wrap-tuvan-items form .input-box.input-box-submit input:hover {
    background: transparent;
    color: #fff
}

.wrap-tuvan-items form .wpcf7-form-control-wrap {
    width: 100%
}

.wrap-tuvan-items form p {
    width: 100%
}

.wrap-tuvan-items form .input-box.input-box-submit p {
    text-align: center;
    display: inline-block;
    width: auto
}

.wrap-tuvan-items h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 10px;
    /* color: #fff; */
}

.wrap-tuvan-items h4 {
    display: inline-block;
    font-size: 20px;
    padding: 0 30px;
    line-height: 42px;
    border-radius: 50px;
    background: linear-gradient(180deg, #FD0A00 0%, #b01b15 100%);
    color: #fff
}

@media (max-width: 992px) {
    .wrap-tuvan-items h3 {
        font-size:30px;
        line-height: 40px
    }

    .wrap-tuvan-items h4 {
        font-size: 18px;
        line-height: 35px
    }

    .wrap-tuvan-items form .input-box.input-box-submit input {
        font-size: 16px;
        line-height: 30px;
        padding: 7px 30px
    }
}

@media (max-width: 568px) {
    .wrap-tuvan-items h3 {
        font-size:25px;
        line-height: 35px
    }

    .wrap-tuvan-items h4 {
        font-size: 16px;
        line-height: 30px
    }

    .wrap-tuvan-items form .input-box.input-box-submit input {
        font-size: 15px;
        line-height: 25px;
        padding: 7px 30px
    }

    .wrap-tuvan-items {
        width: 100%
    }
}

.wrap-faqs {
    padding: 0;
    background: transparent;
}

.faqs-content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0 20px 0 0;
}

.faqs-content .h-faq-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 60px;
    /* color: #fff; */
}

.faqs-content .h-faq-list {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.faqs-content .h-faq-list .faq-q {
    line-height: 25px;
    padding: 15px 30px 15px 20px;
    color: #333;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    margin: 0;
    text-align: left;
    cursor: pointer;
    /* padding-right: 20px; */
}

.faqs-content .h-faq-list .faq-q.active {
    background: #E2760F;
    color: #fff;
}
.faqs-content .h-faq-list .faq-q::before {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
    font-family: "FontAwesome";
    content: '\f107';
    font-size: 18px
}

.faqs-content .h-faq-list .faq-q.active::before {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    font-family: "FontAwesome";
    content: '\f106';
    font-size: 18px
}

.faqs-content .h-faq-list .faq-aw {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    display: none;
    text-align: left;
    line-height: 24px;
    padding: 10px 0 0 20px;
}

@media (max-width: 767px) {
    .faqs-content {
        padding: 15px 0 30px;
    }
}

@media (max-width: 480px) {
    .wrap-faqs {
        padding:15px 0
    }
}

@media (max-width: 420px) {
    .wrap-faqs {
        padding:10px 0
    }
}

.site-footer {
    padding-bottom: 140px;
    position: relative;
    background: #111
}

.footer-top-container {
    float: left;
    width: 100%
}

.footer-bottom-container {
    float: left;
    width: 100%
}

.footer-content .footer-logo {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin: 0 0 20px
}

.footer-logo .footer-logo-image {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: middle
}

.footer-logo .footer-logo-image img {
    max-width: 100%
}

.footer-logo .footer-logo-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 30px;
    font-size: 23px;
    text-transform: uppercase;
    color: #fff
}

.footer-block {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 5px 0 10px
}

.footer-block.footer-reports {
    padding-left: 35px
}

.footer-block h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 25px;
    position: relative;
    padding: 0
}

.footer-block h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 6px;
    color: #fff;
    text-transform: uppercase
}

.footer-block h4 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px;
    line-height: 21px
}

.footer-block p {
    line-height: 21px;
    margin: 0 0 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.footer-block a {
    color: #fff
}

.footer-block a:hover {
    color: #ed4024
}

.footer-menu-box a {
    position: relative;
    padding-left: 10px
}

.footer-menu-box a:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 21px
}

.footer-block label {
    font-weight: 400
}

.footer-block.footer-about a {
    color: #fff
}

.footer-block.footer-reports span,.footer-block.footer-about span {
    color: #fff
}

.footer-block.footer-about p:last-child {
    margin: 0
}

.footer-block img {
    max-width: 100%
}

.footer-menu-box {
    float: left;
    width: 50%;
    padding-right: 10px
}

.footer-block ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none
}

.footer-block ul li {
    margin: 0 0 13px;
    line-height: 20px
}

.footer-block ul li label {
    line-height: 20px;
    margin: 0;
    font-weight: 600
}

.footer-block ul li a {
    color: #fff;
    font-size: 14px
}

.footer-block ul li a:hover {
    color: #fff;
    text-decoration: underline !important
}

.footer-block iframe {
    width: 100%;
    float: left;
    border: 0;
    margin: 0
}

.footer-block ul.f1 {
    float: left;
    width: 45%;
    padding-right: 20px
}

.footer-block ul.f2 {
    float: left;
    width: 55%
}

.footer-copyright {
    padding: 25px 0 35px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #fff
}

.footer-copyright p {
    margin: 0
}

.design-by-fix img {
    max-width: 100%;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.footer-socials-box {
    display: inline-block;
    width: 100%
}

.footer-socials-box .zoom-social-icons-list {
    margin: 0 !important;
    padding: 0 !important
}

.footer-socials-box .zoom-social-icons-list li {
    float: left;
    width: auto !important;
    margin: 0 10px 5px 0 !important
}

.footer-socials-box iframe,.footer-socials-box .fb-page,.footer-socials-box .fb-page span {
    max-width: 100% !important
}

.phonering-alo-phone {
    visibility: hidden;
    background-color: transparent;
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s
}

.phonering-alo-phone.phonering-alo-show {
    visibility: visible
}

.phonering-alo-phone.phonering-alo-static {
    opacity: .6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity: 1
}

.phonering-alo-ph-circle {
    width: 75px !important;
    height: 75px !important;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color: #272d6b;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.phonering-alo-ph-circle-fill {
    width: 75px !important;
    height: 75px !important;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(39,45,107,0.5);
    opacity: 0.75 !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(39,45,107,0.5);
    opacity: 0.75 !important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: rgba(0,175,242,0.5)
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(204,204,204,0.5);
    opacity: 0.75 !important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color: rgba(117,235,80,0.5);
    opacity: 0.75 !important
}

.phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-ph-img-circle img {
    width: 100%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #00aff2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color: #272d6b
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #00aff2
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color: #ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color: #75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.footer-content {
    padding: 30px 0
}

.footer-block h2 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
    line-height: 30px
}

.footer-block ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-block ul.footer-socials li a .fa {
    font-size: 30px;
    color: #fff;
    font-weight: 400
}

.footer-block ul.footer-socials li {
    float: left;
    width: auto;
    margin: 0 15px 0 0
}

.footer-block ul.footer-socials li a .f-text {
    display: inline-block;
    text-indent: -9999px
}

.footer-block p,.footer-block ul li a {
    display: inline-block;
    line-height: 22px;
    color: #fff;
    font-size: 15px;
    color: #7d8492
}

.footer-block h2 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
    line-height: 30px
}

.footer-block h2 a {
    color: #fff
}

.footer-block h2 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
    line-height: 30px
}

.footer-block ul li a:hover {
    color: #fff
}

.footer-copyright-container {
    border-top: 1px solid #444;
    padding: 15px 0
}

.footer-copyright-container p {
    float: left;
    margin: 0;
    line-height: 20px;
    color: #999;
    font-weight: 400;
    font-size: 15px;
    font-weight: 300
}

.footer-fixed-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    background: #12997b;
    min-height: 50px;
    width: 100%;
    text-align: center;
    z-index: 999
}

.footer-fixed-bottom ul li a .fa {
    height: 33px;
    width: 33px;
    border-radius: 40px;
    line-height: 33px;
    border: 0;
    background: red;
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: relative;
    z-index: 9;
    box-shadow: none;
    text-shadow: none
}

.footer-fixed-bottom-box h3 {
    float: left;
    font-size: 15px;
    line-height: 33px;
    margin-bottom: 0;
    margin-right: 10px;
    color: #fff;
    font-weight: 400
}

.footer-fixed-bottom ul li a.chat_buttom img {
    max-width: 33px
}

.footer-fixed-bottom ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.footer-fixed-bottom ul li {
    display: flex;
    margin: 10px 10px;
    border-radius: 5px;
    text-align: center;
    background: #ff9900;
    color: #fff;
    padding: 5px 10px;
    align-items: center;
    justify-content: center
}

.footer-fixed-bottom-box {
    padding: 4px 15px;
    float: left;
    background: #0c8167;
    border-radius: 5px;
    margin: 0 5px
}

.footer-fixed-bottom-box p {
    float: left;
    margin: 0
}

.footer-fixed-bottom p {
    margin-bottom: 0
}

.footer-fixed-bottom a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    color: #fff
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.footer-fixed-bottom-box {
    padding: 5px 10px;
    width: 100%;
    margin: 0
}

.footer-fixed-bottom-box p,.footer-fixed-bottom ul li a.chat_buttom {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.footer-fixed-bottom ul li a.chat_buttom {
    margin-right: 0
}

.footer-fixed-bottom ul li a:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .footer-copyright {
        padding:2px 0 20px;
        border: 0
    }

    .footer-links-box {
        padding-top: 20px
    }

    .footer-block ul.f1 {
        padding-right: 5px
    }

    .footer-block h2 {
        font-size: 19px
    }

    .footer-block h2::before {
        content: none !important
    }

    .footer-block h2.footer-title {
        margin-bottom: 0;
        position: relative;
        padding-right: 20px
    }

    .footer-fixed-bottom ul {
        padding: 0 1%
    }

    .footer-fixed-bottom ul li a.chat_buttom {
        margin-right: 0
    }

    .footer-fixed-bottom ul li {
        width: 48% !important;
        margin-right: 1%;
        margin-left: 1%
    }

    .footer-fixed-bottom-box {
        padding: 5px 10px;
        width: 100%;
        margin: 0
    }

    .footer-fixed-bottom-box p,.footer-fixed-bottom ul li a.chat_buttom {
        display: inline-block;
        vertical-align: middle;
        float: none
    }
}

@media (max-width: 360px) {
    .footer-fixed-bottom ul li {
        padding:5px;
        font-size: 14px
    }

    .footer-fixed-bottom ul li a {
        font-size: 14px
    }
}

@media (max-width: 320px) {
    .footer-fixed-bottom-box {
        padding:5px
    }

    .footer-fixed-bottom-box h3 {
        margin-right: 5px
    }

    .footer-fixed-bottom ul li a {
        font-size: 13px
    }

    .duan_box1_content2 {
        width: 270px;
        height: 270px;
        padding: 20px;
        display: inline-block
    }
}

.contact-article {
    margin-bottom: 3rem
}

.contact-input {
    position: relative;
    margin-bottom: 15px
}

.contact-input textarea {
    resize: none;
    height: 150px
}

.contact-input .custom-file-label::after {
    content: attr(title)
}

.contact-map {
    position: relative;
    height: 500px
}

.contact-map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important
}

.newsletter-slogan {
    margin-bottom: 1rem;
    color: #6c757d;
    text-align: center
}

.newsletter-input {
    position: relative;
    margin-bottom: 10px
}

.newsletter-input input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
    background: transparent
}

.newsletter-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 26px
}

.newsletter-button button[type="submit"] {
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
    border-radius: 0 25px 25px 0;
    border: none;
    color: var(--color-main)
}

.dknt {
    width: 100%;
    margin: auto
}

.form-newsletter {
    position: relative
}

.social-plugin {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important
}

.social-plugin .zalo-share-button {
    margin-left: 3px
}

.pagination-home {
    margin-bottom: 30px
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555
}

.pagination-ajax {
    text-align: center
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: var(--color-main) !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff
}

.pagination-ajax a.current,.pagination-ajax a:hover {
    color: #ffffff !important;
    border-color: var(--color-main);
    background-color: var(--color-main)
}

.pagination-ajax a.first,.pagination-ajax a.last,.pagination-ajax a.prev,.pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff !important
}

.pagination-ajax a.first:before,.pagination-ajax a.last:before,.pagination-ajax a.prev:before,.pagination-ajax a.next:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center
}

.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png)
}

.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png)
}

.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png)
}

.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png)
}

#popup .modal-body {
    padding: 0px
}

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden
}

coccocgrammar {
    display: none
}

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.transition,.control-owl button,.menu ul li a.has-child:after,.menu ul li ul,.menu ul li:hover>ul,.scale-img img,.scale-img:hover>img,.btn-frame .kenit-alo-circle-fill,.support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.scale-img {
    overflow: hidden;
    display: block
}

.scale-img img {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.scale-img:hover>img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7,41,103,0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5
}

.btn-frame .zoomIn {
    animation-name: zoomIn
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7,41,103,0.35);
    opacity: 0.4
}

.btn-frame .pulse {
    animation-name: pulse
}

.btn-zalo {
    bottom: 315px
}

.btn-phone {
    bottom: 230px
}

.js-facebook-messenger-container.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
    color: #404040;
    background: #fff
}

.js-facebook-messenger-tooltip.closed {
    display: none !important
}

.js-facebook-messenger-box,.js-facebook-messenger-button {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    z-index: 999;
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: rgba(0,0,0,0.15) 0 2pt 10pt;
    z-index: 1000000000000000019884624838656
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box {
    z-index: 999
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #1182fc;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px;
    color: #ffffff;
    background: #1182fc;
    display: block;
    position: relative;
    width: 220px;
    background: #1182fc;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #ffffff;
    background: #1182fc;
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: var(--color-main);
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-fixed i {
    font-size: 20px
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: #508f84;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%
}

.toolbar {
    background: #515154;
    width: 100%;
    padding: 3vw;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px
}

.toolbar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.toolbar ul li {
    text-align: center;
    width: 25%
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer
}

.toolbar ul li a img {
    height: 6vw;
    width: auto
}

.toolbar ul li a span {
    font-weight: 400;
    color: #ffffff;
    font-size: 3.5vw;
    display: none
}

.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px
}

.fixbar ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.fixbar ul li {
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
    float: left
}

.fixbar .icon-cart-mobile,.fixbar .icon-cart-new,.fixbar .icon-home-new,.fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat
}

.cart-total-header-mobile {
    font-size: 10px;
    position: absolute;
    background: red;
    color: #fff !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    top: 5px;
    margin-left: 5px
}

.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333
}

.fixbar ul li a i {
    font-size: 20px
}

.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #ffffff;
    padding: 9px 10px 10px 7px;
    z-index: 10
}

.plugbar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.plugbar ul li {
    width: 20%;
    float: left
}

.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative
}

.plugbar ul li a i {
    font-size: 20px;
    color: #696969
}

.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px / 2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234,230,230,0.5);
    border-radius: 100%
}

.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999
}

.support-online a {
    display: block
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #67b634;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1
}

.support-online a:hover span {
    display: block
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #67b634 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0,175,242,0.5);
    opacity: 0.75;
    right: -10px
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5
}

.support-online .support-online .btn-support {
    cursor: pointer
}

.support-online .mes i {
    background: orange
}

.support-online .sms i {
    background: red
}

.support-online .call-now i {
    background: green
}

.widget-mobile {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999
}

#my-phone-circle {
    position: relative;
    width: 50px !important;
    height: 50px !important
}

.wcircle-open .wcircle-icon i:before {
    content: "\f00d"
}

.wcircle-icon {
    background: #1282fc;
    border-radius: 50%;
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.wcircle-icon:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: rgba(18,130,252,0.5);
    border: 1px solid #ffffff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -moz-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out
}

.wcircle-icon:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(18,130,252,0.5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    -moz-animation: zoomIn 2s infinite ease-in-out;
    -ms-animation: zoomIn 2s infinite ease-in-out;
    -o-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out
}

.wcircle-menu {
    position: absolute !important;
    left: 0;
    top: 0;
    display: none
}

.wcircle-menu-item {
    width: 50px;
    height: 50px;
    background: #1282fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.wcircle-menu-item img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%
}

.wcircle-menu-item i {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9999
}

.wcircle-icon i {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9999
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.mobile_menu_section {
    display: block;
    padding: 15px
}

.mobile_menu_section .mobile_menu_section-title {
    font-size: 15px;
    line-height: 1.85;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    color: #333;
    margin: 0
}

.mobile_menu_section .mobile_menu_help {
    color: #677279;
    display: flex;
    align-items: center
}

.mobile_menu_section .mobile_menu_help svg {
    margin-right: 16px;
    width: 24px;
    height: 24px
}

#call-mb {
    background: #ED1C24;
    display: flex;
    justify-items: center;
    border-radius: 40px;
    position: relative;
    z-index: 123
}

#call-mb a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 2px;
    padding-left: 10px
}

#call-mb i {
    font-size: 20px;
    line-height: 40px;
    background: #B52026;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    #call-mb a {
        font-size:15px
    }

    #call-mb i {
        font-size: 15px;
        line-height: 30px;
        width: 30px;
        height: 30px
    }
}

.suntory-alo-ph-circle {
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid #ED1C24;
    border-radius: 100%;
    height: 80px;
    right: -18px;
    opacity: 0.1;
    position: absolute;
    top: -18px;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 80px
}

@media only screen and (max-width: 767px) {
    .suntory-alo-ph-circle {
        right:-13px;
        top: -13px;
        width: 60px;
        height: 60px
    }
}

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

    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

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

    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes Index_pulse-second__vUyOC {
    0% {
        box-shadow: 0 0 0 rgba(255,60,16,0.6)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(243,213,54,0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(243,213,54,0)
    }
}

@keyframes Index_pulse-third__KG6QB {
    0% {
        box-shadow: 0 0 0 rgba(255,60,16,0.6)
    }

    70% {
        box-shadow: 0 0 0 30px rgba(243,213,54,0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(243,213,54,0)
    }
}

.contact-map {
    margin-bottom: 30px
}

.info-slideshow-info-max {
    max-width: 600px
}

.info-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-transform: translate(150px, 0);
    -moz-transform: translate(150px, 0);
    -ms-transform: translate(150px, 0);
    -o-transform: translate(150px, 0);
    transform: translate(150px, 0);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #000
}

@media (max-width: 767px) {
    .info-slideshow {
        position:relative;
        color: #1A1A1A;
        padding: 20px 0
    }

    .info-slideshow .c-btn.c-btn2 a {
        color: #179B42
    }

    .info-slideshow .c-btn.c-btn2 span {
        background: url(../images/icon-booking2.png) no-repeat right center
    }
}

.info-slideshow .wrap-content {
    max-width: 1366px;
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .info-slideshow .wrap-content {
        max-width:100%
    }
}

.info-slideshow .ttl {
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .info-slideshow .ttl {
        font-size:20px;
        line-height: 28px;
        margin-bottom: 14px
    }
}

.info-slideshow .desc {
    font-size: 15px;
    line-height: 28px
}

.owl-item.active .info-slideshow {
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.box-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

@media (max-width: 767px) {
    .box-btn {
        margin-top:20px
    }
}

.box-btn>div {
    margin-right: 10px
}

@media (max-width: 767px) {
    .box-btn>div {
        width:100%;
        text-align: center;
        margin-bottom: 5px
    }

    .box-btn>div a {
        display: block
    }
}

.c-btn a,.c-btn button {
    padding: 10px 24px 10px 24px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 21px;
    background: #ff9900;
    color: #fff;
    border: 1px solid #ff9900;
    display: inline-block
}

@media (max-width: 767px) {
    .c-btn a,.c-btn button {
        padding:6px 20px 6px 20px
    }
}

.c-btn a:hover,.c-btn button:hover {
    color: #000;
    text-decoration: none
}

.c-btn span {
    background: url(../images/icon-booking.png) no-repeat right center;
    padding-right: 25px
}

.wrap-tinhtrang {
    padding: 4rem 0 0
}

.wrap-tinhtrang .main-img {
    position: relative;
    width: 100%
}

.wrap-tinhtrang .main-img .img-sub {
    position: absolute;
    animation: hu__hu__ infinite 3.4s ease-in-out;
    width: 100%;
    text-align: right;
    bottom: 0;
    right: 0
}

.wrap-tinhtrang .ttl-tinhtrang {
    line-height: 1.5;
    font-weight: 700;
    font-size: 36px
}

.wrap-tinhtrang ul {
    padding: 0;
    margin: 0
}

.wrap-tinhtrang ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    align-items: center;
    list-style: none
}

.wrap-tinhtrang ul li .img-thumb {
    width: 80px
}

.wrap-tinhtrang ul li .ttl {
    width: calc(100% - 80px);
    padding-left: 15px;
    font-size: 20px
}

@keyframes hu__hu__ {
    50% {
        transform: translateY(15px)
    }
}

.wrap-bvquantri1 {
    padding: 40px 0
}

.boxIntroduce001 {
    padding: 40px 0px
}

.titleCamKetPADW {
    text-align: center;
    font-size: 45px;
    color: #0379CB;
    font-weight: bold;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .titleCamKetPADW {
        font-size:35px
    }
}

.titleCamKetPADW span {
    width: 100%;
    text-align: center;
    font-size: 38px;
    text-transform: capitalize;
    color: #ED1C24
}

.contentCamKetPADW {
    padding: 0;
    margin: 0;
    list-style: none
}

.contentCamKetPADW li {
    text-align: center;
    font-size: 23px;
    margin: 7px 0px
}

@media (max-width: 767px) {
    .contentCamKetPADW li {
        font-size:16px
    }
}

.contentCamKetPADW li span {
    padding-left: 25px;
    position: relative
}

.contentCamKetPADW li span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 20px
}

.imgCamKetADWORDS {
    margin: 30px 20% 0px 20%
}

.wrap-loiich {
    padding: 70px 0;
    background-size: cover !important;
    background-attachment: fixed !important
}

@media (max-width: 767px) {
    .wrap-loiich {
        background-attachment:inherit !important
    }
}
.item-loiich-mb{
    margin-bottom: 30px;
}
.item-loiich {
    width: 100%;
    position: relative;
    background-color: #FFF;
    color: #333;
    padding: 5px;
    margin-top: 35px;
    box-shadow: 0 0 30px -10px #00000033;
    -webkit-box-shadow: 0 0 30px -10px #00000033;
    font-size: 14px;
    height: 100%;
}

.item-loiich img {
    width: 100%
}

.item-loiich strong {
    display: block;
    margin: 15px 10px 10px 10px;
    text-transform: uppercase;
    text-align: left;
    color: #0653c5;
    font-size: 20px ;
}

.item-loiich p {
    text-align: justify;
    padding: 0 10px 10px 10px;
    margin-bottom: 0
}

.item-loiich span {
    font-size: 12px;
    background-color: #17a201;
    color: #FFF;
    display: inline-block;
    padding: 4px 15px 5px 15px;
    border-radius: 15px;
    margin-bottom: 10px
}

.item-loiich span.load {
    background-color: #fd7202;
    color: #FFF
}

.wrap-banggia {
    padding: 50px 0
}

.wrap-banggia .row {
    justify-content: center
}

.item-banggia {
    border-radius: 10px;
    background: #fff7e9;
    padding: 38px 19px 50px;
    transition: all .3s;
    border: 1px solid transparent;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative
}

.item-banggia:hover {
    border-color: #f90;
    background: var(--ui-color-nn, #FFF7E9);
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.15)
}

.item-banggia .most-popular {
    right: 20px;
    top: -1px;
    z-index: 1;
    position: absolute;
    width: 73px;
    height: 90px;
    color: #000;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    background: url(../images/bg-most.png) no-repeat top center
}

.item-banggia .ttl {
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 1px solid #808284;
    font-size: 24px;
    margin-bottom: 15px
}

.item-banggia .price {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700
}

.item-banggia .cont ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.item-banggia .cont ul li {
    margin-top: 15px;
    position: relative;
    padding-left: 30px;
    font-size: 17px
}

.item-banggia .cont ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f336';
    color: #f90;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 20px
}

.item-banggia .cont ul li.minus::after {
    content: '\f056';
    color: #333
}

.item-banggia .btn-tuvanngay {
    margin-top: 30px
}

.item-banggia .btn-tuvanngay a {
    font-size: 18px;
    font-weight: 600;
    line-height: 54px;
    background-color: #fff;
    color: #000;
    box-shadow: 1px 1px 0 0 #ffffff73;
    border-radius: 100px;
    display: block;
    text-align: center
}

.item-banggia .btn-tuvanngay a:hover {
    text-decoration: none
}

.item-banggia-popular {
    border-radius: 10px;
    background: linear-gradient(209deg, #F7A619 0%, #ECB12D 36.79%, #F90 80.1%);
    padding: 38px 31px 50px;
    border: 1px solid transparent;
    transition: border .3s, box-shadow .3s;
    color: #fff
}

.item-banggia-popular:hover {
    border-color: #f90;
    background: #F7B319;
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.15)
}

.item-banggia-popular .ttl {
    border-bottom: 1px solid #fff
}

.item-banggia-popular .cont ul li::after {
    color: #fff
}

.bang-gia-tkws .col-12 {
    padding: 0;
    margin-bottom: 30px;
}

.bang-gia-tkws .col-inner {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(212,32,39,0.25);
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
}

.bang-gia-tkws .pricing-table {
    padding: 50px 30px;
    text-align: initial;
    box-shadow: none;
    border: none;
    background-color: #fff;
    position: relative
}

.bang-gia-tkws .pricing-table:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 35px;
    background: url(../images/Price-Table-Badge.png) no-repeat top left/contain
}

.bang-gia-tkws .title {
    font-size: 24px;
    padding: 10px 0;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(89deg, #000 .96%, #D42027 28.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none;
    position: relative;
    width: 100%;
    order: -2;
    margin-bottom: 25px;
    text-transform: uppercase
}

.bang-gia-tkws .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 3.5px;
    background-color: #d42027
}

.bang-gia-tkws .price {
    color: #d42027;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right
}

.bang-gia-tkws .description {
    color: #d42027;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
    margin-bottom: 5px
}

.bang-gia-tkws .tag-label {
    background-color: rgba(0,0,0,0.4);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: .65em;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 1;
    padding: 2px 5px;
    text-transform: uppercase;
    transition: background-color .3s, opacity .3s;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 999px !important;
    -o-object-fit: cover;
    object-fit: cover
}

.bang-gia-tkws ul {
    padding: 35px 0 0;
    list-style: none
}

.bang-gia-tkws ul li {
    border-bottom: none;
    padding: 0 0 0 24px;
    margin-bottom: 15px;
    position: relative
}

.bang-gia-tkws ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/Check.png) no-repeat center/contain
}

.box-bg-tkw {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(212,32,39,0.25);
    overflow: hidden;
    transition: all 0.3s;
    margin: 20px
}

.box-bg-tkw table {
    border: none
}

.ttl-banggia-tkw {
    text-align: center;
    font-weight: 700;
    margin: 35px 0 80px;
}

.ttl-banggia-tkw span {
    color: #d42027
}

@media (max-width: 767px) {
    .ttl-banggia-tkw {
        margin:25px 0;
        font-size: 23px
    }
}

.wrap-taisaotkw {
    padding-bottom: 50px
}

.wrap-taisaotkw .col-12 {
    margin-bottom: 30px
}

.wrap-taisaotkw .col-inner {
    border-radius: 16px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 4px 35px 0px rgba(212,32,39,0.3);
    padding: 20px 12px;
    text-align: center;
    height: 100%
}

.wrap-taisaotkw .icon-box-img {
    width: 120px;
    height: 120px;
    background: #d42027;
    border-radius: 999px;
    overflow: hidden;
    padding: 28px;
    margin: 0 auto 22px
}

.wrap-taisaotkw .icon-box-text h3 {
    color: #d42027;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px
}

.wrap-taisaotkw .icon-box-text p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px
}

.benefit-section .benefit-row {
    justify-content: center;
    flex-wrap: nowrap
}

.benefit-section .benefit-row>.col>.col-inner {
    min-height: 600px
}

.benefit-section .benefit-row .benefit-item-content {
    display: none
}

.benefit-section .benefit-row .benefit-item-content:nth-child(1) {
    display: block
}

.benefit-section .benefit-row>.col:nth-child(1),.benefit-section .benefit-row>.col:nth-child(3) {
    min-width: 450px
}

.benefit-section .benefit-row>.col:nth-child(2) {
    min-width: 600px;
    min-height: 600px;
    background: url(../images/Subtract.png) no-repeat center/contain;
    z-index: -1
}

.benefit-section .benefit-row>.col:nth-child(2)>.col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 150px
}

.benefit-section .benefit-row>.col:nth-child(2) h3 {
    color: #d42027;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px
}

.benefit-section .benefit-row>.col:nth-child(2) h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.benefit-section .benefit-row>.col:nth-child(2) p {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 400;
    line-height: normal
}

.benefit-section .benefit-row .icon-box .icon-box-img {
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    padding: 28px;
    box-shadow: 0px 4px 10px rgba(212,32,39,0.35);
    transition: all 0.3s;
    cursor: pointer
}

.benefit-section .benefit-row .icon-box .icon-box-img svg path {
    fill: #d42027 !important
}

.benefit-section .benefit-row .icon-box:hover .icon-box-img {
    background: #ffde42
}

.benefit-section .benefit-row .icon-box:hover .icon-box-img svg path {
    fill: #fff !important
}

.benefit-section .benefit-row .icon-box .icon-box-text {
    align-self: center
}

.benefit-section .benefit-row .icon-box .icon-box-text h3 {
    color: #d42027;
    font-size: 24px;
    font-weight: 700;
    line-height: normal
}

.benefit-section .benefit-row .col>.col-inner {
    position: relative
}

.benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(1) {
    position: absolute;
    right: -160px;
    top: 50px
}

.benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(2) {
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%)
}

.benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(3) {
    position: absolute;
    right: -160px;
    bottom: 25px
}

.benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(1) {
    position: absolute;
    left: -160px;
    top: 50px
}

.benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(2) {
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%)
}

.benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(3) {
    position: absolute;
    left: -160px;
    bottom: 25px
}

.icon-box-left,.icon-box-right {
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

.text-right {
    text-align: right
}

.icon-box-left .icon-box-img,.icon-box-right .icon-box-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px
}

.icon-box .icon-box-img {
    margin-bottom: 1em;
    max-width: 100%;
    position: relative
}

.icon-box-right .icon-box-text {
    order: -1
}

.text-right .is-divider,.text-right .is-star-rating,.text-right .star-rating,.text-right>div,.text-right>div>div {
    margin-left: auto;
    margin-right: 0
}

.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em
}

.icon-box-left .icon-box-text,.icon-box-right .icon-box-text {
    flex: 1 1 0px
}

.icon-box-right .icon-box-img+.icon-box-text {
    padding-right: 1em
}

@media only screen and (max-width: 1500px) {
    .header-nav {
        justify-content:center;
        gap: 20px
    }

    .header-nav>.menu-item>a {
        font-size: 16px
    }

    .header-nav .header-button .button {
        font-size: 16px;
        padding: 0 24px
    }

    .benefit-section .benefit-row>.col:nth-child(2) {
        min-width: 500px;
        min-height: 500px
    }

    .benefit-section .benefit-row>.col:nth-child(1),.benefit-section .benefit-row>.col:nth-child(3) {
        min-width: 350px;
        max-width: 350px
    }

    .benefit-section .benefit-row>.col>.col-inner {
        min-height: 500px
    }

    .benefit-section .benefit-row>.col:nth-child(2)>.col-inner {
        padding: 0px 100px
    }

    .benefit-section .benefit-row>.col:nth-child(2) h3 {
        font-size: 32px
    }

    .benefit-section .benefit-row>.col:nth-child(2) h4 {
        font-size: 20px
    }

    .benefit-section .benefit-row>.col:nth-child(2) p {
        font-size: 16px
    }

    .benefit-section .benefit-row .icon-box .icon-box-img {
        width: 80px !important;
        height: 80px;
        padding: 20px
    }

    .benefit-section .benefit-row .icon-box .icon-box-text h3 {
        font-size: 18px
    }

    .benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(1) {
        right: -125px;
        top: 45px
    }

    .benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(2) {
        right: -55px
    }

    .benefit-section .benefit-row .benefit-col-left .icon-box:nth-child(3) {
        right: -125px;
        bottom: 20px
    }

    .benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(1) {
        left: -125px;
        top: 45px
    }

    .benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(2) {
        left: -55px
    }

    .benefit-section .benefit-row .benefit-col-right .icon-box:nth-child(3) {
        left: -125px;
        bottom: 20px
    }
}

@media only screen and (max-width: 1152px) {
    .benefit-section .col-12 {
        padding:0 15px 30px
    }

    .benefit-row {
        display: none
    }

    .benefit-row-tablet {
        display: flex !important
    }

    .benefit-row-tablet {
        display: flex !important
    }

    .benefit-section .benefit-row-tablet .icon-box .icon-box-img {
        width: 115px;
        height: 115px;
        background: #fff;
        border-radius: 999px;
        overflow: hidden;
        padding: 28px;
        box-shadow: 0px 4px 10px rgba(212,32,39,0.35);
        transition: all 0.3s;
        cursor: pointer
    }

    .benefit-section .benefit-row-tablet .icon-box .icon-box-img svg path {
        fill: #d42027 !important
    }

    .benefit-section .benefit-row-tablet .icon-box:hover .icon-box-img {
        background: #ffde42
    }

    .benefit-section .benefit-row-tablet .icon-box:hover .icon-box-img svg path {
        fill: #fff !important
    }

    .benefit-section .benefit-row-tablet .icon-box .icon-box-text {
        align-self: center
    }

    .benefit-section .benefit-row-tablet .icon-box .icon-box-text h3 {
        color: #d42027;
        font-size: 20px;
        font-weight: 700;
        line-height: normal
    }
}

.wrap-khachhangtintuong {
    background: linear-gradient(0deg, rgba(212,32,39,0.8) 0%, rgba(212,32,39,0) 100%);
    padding: 50px 0 100px
}

@media (max-width: 767px) {
    .wrap-khachhangtintuong {
        padding:25px 0
    }
}

.wrap-khachhangtintuong .item-khachhangtintuong .img-thumb {
    border: solid 1px #d9d9d9;
    border-radius: 8px;
    box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.1);
    overflow: hidden
}

.wrap-khachhangtintuong .item-khachhangtintuong h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px auto 30px;
    color: #fff;
    text-align: center
}

@media (max-width: 767px) {
    .wrap-khachhangtintuong .item-khachhangtintuong h4 {
        font-size:18px
    }
}

.wrap-quytrinh-tkw {
    padding: 30px 0 50px
}

@media (max-width: 767px) {
    .wrap-quytrinh-tkw {
        padding:30px 0 0
    }
}

.wrap-quytrinh-tkw .col-12 {
    margin-bottom: 30px
}

.wrap-quytrinh-tkw .item-quytrinh-tkw .step-number {
    color: #d42027;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    padding: 10px 0
}

@media (max-width: 767px) {
    .wrap-quytrinh-tkw .item-quytrinh-tkw .step-number {
        font-size:25px
    }
}

.wrap-quytrinh-tkw .item-quytrinh-tkw h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .wrap-quytrinh-tkw .item-quytrinh-tkw h3 {
        font-size:20px
    }
}

.wrap-quytrinh-tkw .item-quytrinh-tkw .desc {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.wrap-dangkybaogia {
    background: linear-gradient(79deg, rgba(212,32,39,0.2) 52.45%, rgba(240,100,37,0.2) 100%);
    padding: 50px 0 100px
}

@media (max-width: 767px) {
    .wrap-dangkybaogia {
        padding:25px 0
    }
}

.wrap-dangkybaogia .ttl-banggia-tkw {
    margin-bottom: 10px
}

.wrap-dangkybaogia-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.wrap-dangkybaogia-items {
    text-align: center
}

.wrap-dangkybaogia-items form {
    border-radius: 16px;
    background: rgba(255,255,255,0.8);
    max-width: 500px;
    overflow: hidden;
    padding: 65px 75px 100px;
    position: relative;
    background: url(../images/bg-form.png) no-repeat center/100% 100%;
    margin-right: -35px;
    margin-left: auto
}

@media only screen and (max-width: 992px) {
    .wrap-dangkybaogia-items form {
        margin-right:auto
    }
}

.wrap-dangkybaogia-items form h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 10px;
    color: #d42027
}

.wrap-dangkybaogia-items form label {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #000
}

.wrap-dangkybaogia-items form .input-box100 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%
}

.wrap-dangkybaogia-items form .input-box50 {
    display: flex;
    width: 49%;
    flex-wrap: wrap
}

.wrap-dangkybaogia-items form input {
    background: #fff;
    border: 1px solid #d42027;
    border-radius: 5px;
    font-size: 15px;
    line-height: 25px !important;
    padding: 10px;
    width: 100%
}

.wrap-dangkybaogia-items form select {
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    font-size: 15px;
    line-height: 47px;
    height: 47px;
    width: 100%
}

.wrap-dangkybaogia-items form textarea {
    height: 195px;
    width: 100%;
    background: #fff;
    border: 1px solid #d42027;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px
}

.wrap-dangkybaogia-items form .input-box.input-box-submit {
    text-align: center
}

.wrap-dangkybaogia-items form .input-box.input-box-submit input {
    width: auto;
    padding: 10px 40px;
    border: 1px solid #d42027;
    border-radius: 50px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #d42027;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    height: auto
}

.wrap-dangkybaogia-items form .input-box.input-box-submit input:hover {
    background: transparent;
    color: #fff
}

.wrap-dangkybaogia-items form .wpcf7-form-control-wrap {
    width: 100%
}

.wrap-dangkybaogia-items form p {
    width: 100%
}

.wrap-dangkybaogia-items form .input-box.input-box-submit p {
    text-align: center;
    display: inline-block;
    width: auto
}

.wrap-dangkybaogia-items h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 10px;
    color: #fff
}

.wrap-dangkybaogia-items h4 {
    display: inline-block;
    font-size: 20px;
    padding: 0 30px;
    line-height: 42px;
    border-radius: 50px;
    background: #E2760F;
    color: #fff
}

@media (max-width: 992px) {
    .wrap-dangkybaogia-items h3 {
        font-size:30px;
        line-height: 40px
    }

    .wrap-dangkybaogia-items h4 {
        font-size: 18px;
        line-height: 35px
    }

    .wrap-dangkybaogia-items form .input-box.input-box-submit input {
        font-size: 16px;
        line-height: 30px;
        padding: 7px 30px
    }
}

@media (max-width: 568px) {
    .wrap-dangkybaogia-items h3 {
        font-size:25px;
        line-height: 35px
    }

    .wrap-dangkybaogia-items h4 {
        font-size: 16px;
        line-height: 30px
    }

    .wrap-dangkybaogia-items form .input-box.input-box-submit input {
        font-size: 15px;
        line-height: 25px;
        padding: 7px 30px
    }

    .wrap-dangkybaogia-items {
        width: 100%
    }
}

/*# sourceMappingURL=maps/style.css.map */
@font-face {
    font-family: 'UVNVanBold';
    src: url("../fonts/UVNVanBold.eot");
    src: url("../fonts/UVNVanBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UVNVanBold.woff") format("woff"), url("../fonts/UVNVanBold.ttf") format("truetype"), url("../fonts/UVNVanBold.svg#svgFontName") format("svg");
    /* Legacy iOS */
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #B52026;
    opacity: 0.5;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #b6202559;
    opacity: 0.4;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.pulse {
    animation-name: pulse;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.zoomIn {
    animation-name: zoomIn;
}

.btn-dkfree--v2 {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 123;
}

.btn-dkfree a {
    color: #000;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
    background: #0d487f;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    outline: 2px solid yellow;
    outline-offset: -4px;
}

#popup-dangky-mienphi-label {
    text-transform: uppercase;
    font-family: "UVNVanBold", serif;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: 0.5px;
    font-size: 18px;
}

#popup-dangky-mienphi .modal-header {
    background: #0d487f;
    color: #fff;
    border-bottom: none;
}

#popup-dangky-mienphi .close {
    color: #fff;
}

#popup-dangky-mienphi .modal-content {
    background: #0d487f;
}

#popup-dangky-mienphi .modal-content p {
    color: #fff;
    font-size: 16px;
}

#popup-dangky-mienphi .input-contact input {
    height: 45px;
    border-radius: 0;
}

#popup-dangky-mienphi .btn-primary {
    background: rgb(244, 64, 37);
    font-family: "UVNVanBold", serif;
    letter-spacing: 1px;
    width: 100%;
    font-size: 18px;
    padding: 13px;
    margin-bottom: 20px;
}

#popup-dangky-mienphi .note {
}

#popup-dangky-mienphi textarea {
    height: 120px;
    border-radius: 0;
}

.bang-gia-tkws {
    padding-bottom: 50px;
}

.btn-dangky-banggia {
    display: block;
    text-align: center;
    background: #fff;
    color: #D41F27;
    border: 1px solid #D41F27;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 35px;
    transition: .3s linear;
}

.btn-dangky-banggia:hover {
    letter-spacing: 3px;
    text-decoration: none;
}

.bang-gia-tkws .col-12:nth-child(2) {
    transform: scale(1.12);
    position: relative;
    z-index: 1;
}

.bang-gia-tkws .col-12:nth-child(2) .pricing-table {
    background: linear-gradient(180deg, #ffff00, #fff);
}

.bang-gia-tkws .col-12:nth-child(2) .btn-dangky-banggia {
    box-shadow: 0 0 9px yellow;
    background: #D41F27;
    color: #fff;
}

@-webkit-keyframes my {
    0% {
        color: #ffff00;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #ffff00;
    }
}

@-moz-keyframes my {
    0% {
        color: #ffff00;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #ffff00;
    }
}

@-o-keyframes my {
    0% {
        color: #ffff00;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #ffff00;
    }
}

@keyframes my {
    0% {
        color: #ffff00;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #ffff00;
    }
}

#zalo {
    background-color: #1E73BE;
    display: inline-block;
    padding: 10px;
    color: #fff;
    border-radius: 40px;
    margin-bottom: 5px;
}

#zalo a {
    color: #fff;
}

.wrap-phone {
    position: fixed;
    left: 0;
    bottom: 5px;
    z-index: 123;
}

.input-contact {
    margin-bottom: 15px;
}

.item-lydo-qcgoogle {
    padding: 10px 10px 10px 10px;
    border-radius: 16px;
    background-color: rgba(231, 231, 231, 0.582);
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    text-align: center;
    height: 100%;
}

.item-lydo-qcgoogle .img {
    max-width: 70px;
    margin: 10px auto 20px;
}

.item-lydo-qcgoogle .img-text h3 {
    font-size: 20px;
    color: red;
    font-weight: bold;
}

.item-lydo-qcgoogle .img-text p {
}
.item-loaihinhqcgoogle {

    padding-bottom: 30px;
    height: 100%;
}
.item-loaihinhqcgoogle img {
    max-width: 90px;
}
.item-loaihinhqcgoogle .box-loaihinhqcgoogle {
    height: 100%;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    padding: 15px;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.item-loaihinhqcgoogle .img {
    margin: 0 auto;
}
.item-loaihinhqcgoogle .img h3 {
    font-weight: bold;
}
.item-loaihinhqcgoogle .img-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #34A853 31%, #00C735 100%);
    opacity: 0;
    transform: scale(.7);
    transition: transform .7s, opacity .5s .2s;
    padding: 15px;
    color: #fff;
    border-radius: 30px;
}
.item-loaihinhqcgoogle .img-text a {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 5px 30px;
}
.item-loaihinhqcgoogle:hover .img-text {
    opacity: 1;
    transform: scale(1);
}
@media (max-width: 767px) {
    .khachhang_items-1 {
        padding-bottom: 40px;
    }
    .khachhang-content .owl-stage{
        padding-top: 0;
    }
    .khachhang_items-2 svg {
        width: 45px;
    }
    .khachhang-content .center {
        transform: scale(1);
    }
    .wrap-khachhang {
        padding-bottom: 0;
    }
    .faqs-content .h-faq-title {
        margin-bottom: 15px;
    }
    .faqs-content .h-faq-title {
        font-size: 25px;
        line-height: 35px;
    }
    .bang-gia-tkws .col-12 {
        padding: 0 15px;
    }

    .bang-gia-tkws .col-12:nth-child(2) {
        transform: scale(1);
    }

    .nav-pills--v2 {
        margin-top: 30px;
    }

    .inhouse-dk {
        position: relative;
    }

    .content-main img {
        max-width: 100%;
        height: auto !important;
    }

    .h-toppage__text--mail {
        display: none;
    }

    .h-toppage__inner {
        justify-content: space-between;
    }
}

@media (max-width: 550px) {
    #popup-dangky-mienphi-label {
        font-size: 15px;
    }

    .btn-dkfree--v2 {
        left: 10px;
        right: inherit;
    }

    .h-toppage__text--mail {
        display: none;
    }

    .h-toppage__inner {
        justify-content: space-between;
    }

    .btn-dkfree--v2 {
        bottom: 55px;
    }

    #zalo {
        position: fixed;
        right: 10px;
    }

    .wrap-phone {
        left: 10px;
        bottom: 15px;
    }

    .kenit-alo-circle {
        top: -8px;
        right: -8px;
    }
}

@media (max-width: 350px) {
    #popup-dangky-mienphi .input-contact {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.btn-primary:hover {
    background: linear-gradient(rgb(253, 10, 0) 0%, rgb(176, 27, 21) 100%)  !important;
    color: #fff !important;
}
.lst-bvkhac {
    padding: 0;
    margin: 0;
}
.lst-bvkhac li {
    margin-bottom: 10px;
    list-style: none;
}
.lst-bvkhac li a {
    color: #000;
}