* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

li {
    margin-bottom: .6em;
}

.container {
    max-width: 1200px;
}

.divSelection {
    float: left;
    width: 100%;
}

.float {
    float: left;
    width: 100%;
}
div#nav {
    background: rgb(13 88 23);
}
.title {
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(249, 187, 0);
}

.border {
    border-width: 9px;
    border-radius: 5px;
    border-style: solid;
    border-color: rgb(249, 187, 0);
    background-image: linear-gradient(rgb(253, 251, 251), rgb(234, 237, 238));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

img {
    max-width: 100%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

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

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

body {
    font-family: Roboto;
    letter-spacing: 1px;
    line-height: 22px;
}

.float {
    float: left;
    width: 100%;
}

a:hover {
    text-decoration: none;
}
a {
    color: #777777;
    outline: none;
    text-decoration: none;
}
.owl-next {
    position: absolute;
    right: 0;
}

.owl-prev {
    position: absolute;
    left: 0;
}

.owl-prev {
    left: 20px;
    font-size: 40px;
    color: #111;
    z-index: 999;
}

.owl-next {
    right: 20px;
    font-size: 40px;
    color: #111;
    z-index: 999;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    border: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(255 235 0);
}

.owl-controls {
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 9999;
}
div#list-mb {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.list-mb__list-head {
    display: flex;
    gap: 10px;
    color: #fff;
    justify-content: center;
}
.list-mb__list-head .box__mb {
    width: 33.333%;
}
.list-mb__list-head .box__mb h3 {
    font-size: 19px;
}
/* css header */
div#header {
    /* position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: .3s;
    height: 70px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    /* padding: 5px 0; */
    background-color: #fff;
}
.header-top-inner {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
}
.item-service-cate {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.site-branding {
    padding-right: 30px;
}
.site-branding img {
    max-height: 130px;
}
.site-contact.font-smooth {
    display: flex;
    align-items: center;
}
.ct-item {
    margin-left: 25px;
    display: flex;
    align-items: center;
}
.ct-item:first-child {
    margin-left: 0;
}
.ct-item span {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: rgba(34, 115, 126, 0.2);
    color: #1e9c9b;
    border-radius: 50%;
    flex: none;
    margin-right: 15px;
}
.site-contact .ct-item .ct-item-text .above {
    font-weight: bold;
    font-size: 15px;
    color: #222;
    letter-spacing: 0.01em;
}
.ct-item .ct-item-text .bellow {
    font-size: 14px;
    line-height: 24px;
    color: #1e9c9b;
    font-weight: 500;
}
.ct-item + .ct-item:before {
    content: "";
    display: inline-flex;
    height: 40px;
    width: 1px;
    background-color: rgba(216, 216, 216, 0.5);
    margin-right: 30px;
    position: relative;
    top: 1px;
}
.header-top-inner p{
    margin: 0;
}
.ct-item .ct-item-text a:hover {
    color: #1e9c9b;
}

/* end css header */
/* menu nav */
.btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
}
#main-menu-mobile .btn-nav-mobile span {
    top: 15px;
}
#main-menu-mobile .btn-nav-mobile:before {
    top: 9px;
}
#main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
}
#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
}
#main-menu-mobile .btn-nav-mobile {
    color: #282828;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
#main-menu-mobile .btn-nav-mobile {
    color: #282828;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
#main-menu-mobile .btn-nav-mobile.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#main-menu-mobile .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
}
#main-menu-mobile {
    position: absolute;
    top: 50%;
    right: 11px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none;
}
#main-menu-mobile .btn-nav-mobile:before {
    top: 9px;
}
#main-menu-mobile .btn-nav-mobile span {
    top: 15px;
}
#main-menu-mobile .btn-nav-mobile:after {
    top: 21px;
}
#main-menu-mobile .btn-nav-mobile.opened span {
    display: none;
}
.menu-nav {
    width: 100%;
}
.menu-nav__mobile {
    display: none;
}

.menu-nav__mobile .menu-nav__mobile__title {
    /* position: absolute; */
    right: 10px;
    color: #fff;
    font-weight: bold;
    top: 32px !important;
    text-transform: uppercase;
    z-index: 9999;
}
.menu-nav__mobile.open i.open {
    display: none;
}
.menu-nav__mobile i.close {
    display: none;
}
.menu-nav__mobile.open i.close {
    display: block;
    color: #1e9c9b;
    opacity: 1;
    font-size: 20px;
}
.menu-nav ul {
    width: 100%;
}

.menu-nav > ul > li {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.menu-nav > ul > li > a {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #222;
    line-height: 104px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu-nav > ul > li > a {
    line-height: 72px;
}
.menu-nav > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    opacity: 0;
    transform: scaleX(0);
    border-top: 3px solid #fff;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
.menu-nav ul li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
    color: #fff;
}
.menu-nav ul li a.active:after {
    width: 100%;
}

.menu-nav ul li a:after {
    /* content: '';
    width: 0;
    height: 3px;
    background-color: #dd9933;
    position: absolute;
    left: 0;
    bottom: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s; */
}
.menu-nav ul > li > a:before {
    border-width: 2px;
    top: -1px;
}

.menu-nav ul > li:hover > a:before {
    opacity: 1;
    transform: scaleX(1);
}

.menu-nav ul li a:hover:after,
.menu-nav ul li a:active {
    width: 100%;
}

.menu-nav > ul > li:hover > a {
    color: #ffff;
}

.hotline-nav {
    width: 216px;
    float: left;
    margin-top: 3px;
}

.menu-nav {
    /* float: left;
    width: 100%; */
}
.contennt-menu-header {
    display: flex;
    justify-content: space-between;
}
div#menu {
    float: left;
    width: 100%;
}
.site-menu-right {
    color: #222;
    display: flex;
    align-items: center;
}
.icon-item {
    display: inline-flex;
    height: 40px;
    width: 80px;
    border-left: 1px solid rgba(216, 216, 216, 0.5);
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #222;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.icon-item .h-btn-search {
    width: 30px;
    height: 40px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.site-menu-right .site-menu-right-button {
    height: 100%;
    display: flex;
    align-items: center;
}
.site-menu-right .site-menu-right-button .btn {
    border: none;
    height: 50px;
    background-color: #d01212;
}
.btn:after {
    /* background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all 400ms ease 0s;
    -khtml-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    width: 0;
    z-index: -1; */
}
div#trang-chu {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
div#chinh-sach {
    float: left;
    width: 100%;
}
.chinh-sach__list {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
h3.title__p {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 40px;
    text-decoration: underline;
    cursor: pointer;
}
div#bang-hang {
    float: left;
    width: 100%;
}
button.btn__nhantt {
    border: 0;
    background: #f00;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #333;
    font-weight: bold;
}
.sach__list-item-btn {
    text-align: center;
    padding: 20px;
}
.sach__list-item {
    width: 32%;
    display: inline-block;
    float: left;
}
h3.title__mb {
    text-align: center;
    margin-bottom: 35px;
}
.mat-bang__container-ct-l ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    background: rgba(238, 234, 103, 0.8);
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 10px;
}
.mat-bang__container-ct-l ul li {
    position: relative;
    padding-left: 15px;
}
.box__mb {
    border-width: 3px;
    border-radius: 13px;
    border-style: solid;
    border-color: rgb(199, 31, 22);
    background-color: rgb(1, 55, 66);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
span.box__mb-down {
    border-width: 3px;
    border-radius: 11px;
    border-style: solid;
    border-color: rgb(238, 233, 102);
    padding: 6px 15px;
    background: #a51818;
    font-weight: bold;
    text-transform: uppercase;
}
.box__mb p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
}
.box__mb i {
    font-size: 40px;
}
.box__mb img {
    width: 50px;
}
.sach__list-item img {
    height: 510px;
    width: 100%;
    object-fit: fill;
}
div#mat-bang {
    float: left;
    width: 100%;
    background: rgb(1, 57, 82);
    color: #fff;
    padding: 30px 0;
}
.mat-bang__container-ct {
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
}
div#vi-tri {
    float: left;
    width: 100%;
    background: rgb(1, 55, 66);
    padding: 30px 0;
}
.mat-bang__container-ct-l {
    width: 50%;
    color: #fff;
}
.vi-tri__container-ct-l {
    width: 50%;
}
.vi-tri__container-ct {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
div#phan-khu {
    background: rgb(10, 42, 84);
    float: left;
    width: 100%;
    padding: 30px;
    color: #fff;
}
.phan-khu__container__tab ul li {
    display: inline-block;
    background: rgb(98, 145, 16);
    border-width: 4px;
    border-style: solid;
    border-color: rgb(232, 58, 48);
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.phan-khu__container__tab {
    float: left;
    width: 100%;
}
h3.phan-khu__title {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(199, 31, 22);
    text-align: center;
    margin-bottom: 35px;
}
div#tien-ich {
    float: left;
    width: 100%;
    float: left;
    width: 100%;
    background: rgb(1, 55, 66);
    padding: 30px 0;
}
.tien-ich__container-ct-l {
    float: left;
    width: 30%;
    color: #fff;
}
.tien-ich__container-ct-slide {
    float: left;
    width: 70%;
    padding-left: 30px;
}
h4.title__mb-sub {
    text-align: center;
    font-size: 15px;
    margin: 0;
    margin-bottom: 20px;
}
h3.title__ti {
    text-align: center;
}
h3.title__ti span, .title__mb-sub span{
    border-bottom: 1px solid #f00;
}
.tien-ich__container-ct-l ul li i {
    color: #f00;
    padding-right: 5px;
}
.btn {
    background-color: #1e9c9b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: #fff;
    padding: 0 32px;
    line-height: 46px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    flex: none;
}
.btn:hover:after {
    left: 5%;
    width: 90%;
}
.menu-nav ul > li:hover > .sub-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    clip: inherit;
}
.sub-menu li {
    padding: 0;
}
ul.sub-menu li a {
    padding-left: 0 !important;
    text-transform: none !important;
}
ul.sub-menu {
    /* display: none; */
}
ul.sub-menu li {
    margin: 0;
    padding: 0 25px;
}
ul.sub-menu.opened {
    display: block;
}
.sub-menu li a {
    position: relative;
    font-size: 15px;
    line-height: 39px;
    font-family: inherit;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: all 350ms ease 0ms;
    -khtml-transition: all 350ms ease 0ms;
    -moz-transition: all 350ms ease 0ms;
    -ms-transition: all 350ms ease 0ms;
    -o-transition: all 350ms ease 0ms;
    transition: all 350ms ease 0ms;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sub-menu {
    position: absolute;
    padding: 25px 0;
    background-color: #fff;
    border-bottom: 2px solid #1e9c9b;
    top: 100%;
    min-width: 280px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    -khtml-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    -ms-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    -o-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    -webkit-transition: all 320ms linear 0ms;
    -khtml-transition: all 320ms linear 0ms;
    -moz-transition: all 320ms linear 0ms;
    -ms-transition: all 320ms linear 0ms;
    -o-transition: all 320ms linear 0ms;
    transition: all 320ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -khtml-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
ul.sub-menu-mb li a {
    text-transform: none !important;
    padding-left: 25px !important;
}
ul.sub-menu-mb {
    display: none;
}
ul.sub-menu-mb.opened {
    display: block;
}
.sub-menu li:last-child > a {
    border: none;
}
li.menu-item-has-children i{
    color: #1e9c9b;
    padding-left: 5px;
}

/* end menu nav */
/* story homepage */
#story-homepage-case {
    float: left;
    width: 100%;
}
.story-homepage-case-container {
    display: flex;
    flex-direction: row;
}
.story-homepage-case-container-left, .story-homepage-case-container-right {
    flex-basis: 50%;
    padding: 60px 80px 98px 60px;
    overflow: hidden;
}
.story-homepage-case-container .left-title-provider {
    padding-left: 0;
}
.story-homepage-case-container .right-title-provider {
    flex-basis: 55%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.item-story-homepage-case {
    display: flex;
}
.desc-item-story-case {
    flex-basis: 53%;
    padding: 35px;
}
.img-item-story-case {
    flex-basis: 47%;
    padding-left: 1px;
}
.img-news-bl img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}
.desc-item-story-case h3 a {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000;
}
.content-item-story-case {
    margin-top: 17px;
    color: #878787;
}
.img-item-story-case img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.tory-homepage-case-container-left-slider {
    float: left;
    width: 100%;
}
.story-homepage-case-container-left-slider-item{
    padding-bottom: 50px;
}
.story-homepage-case-container-left-slider .owl-controls {
    text-align: left;
}
.story-homepage-case-container-left {
    background: #F5F2EF;
}
.story-homepage-case-container-right {
    background: #eeeeee;
}
.ab_accordion {
    width: 100%;
}

.ab_accordion_content {
    display: none;
}

.ab_accordion_header {
    cursor: pointer;
    background-color: #ffffff;
    padding: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.ab_accordion_header.active {
    background-color: #1e9c9b;
    color: #fff;
}

.ab_accordion_content {
    animation: fade-in-up 0.3s ease-in-out;
    padding: 19px 25px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    color: #888888;
}

.ab_accordion_header i {
    float: right;
    font-size: 14px;
    margin-top: 2px;
}

.ab_accordion_header.active i {
    transform: rotate(180deg);
}

/* css contact homepage */
.content-contact-detail {
    text-align: center;
}
.box-desc-contact {
    margin-bottom: 40px;
}
.map-ct iframe {
    width: 100%;
}
div#contact-homepage {
    float: left;
    width: 100%;
}
div#contact-homepage .elementor-social-icons-wrapper.elementor-grid {
    display: flex;
    align-items: center;
}
.item-contact-hp {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.item-contact-hp-content {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 40px 50px 40px;
    flex-basis: 33.3334%;
    background: #f1ffff;
}
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.elementor-icon {
    background-color: #8A5D39;
    fill: #FFFFFF;
    color: #FFFFFF;
}
.elementor-icon {
    font-size: 40px;
    padding: 13px;
    border-radius: 5px 5px 5px 5px;
}
.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
}
.elementor-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
}
.elementor-icon-box-content {
    flex-grow: 1;
}
.elementor-icon-box-wrapper {
    display: flex;
    text-align: start;
    flex-direction: row;
}
.elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
}
.elementor-icon-box-title a {
    /* font-family: "Abhaya Libre", Sans-serif; */
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.7px;
}
.elementor-widget-container {
    margin: 28px 0px 0px 0px;
}
.elementor-social-icon {
    background-color: rgba(0, 0, 0, 0);
    --icon-padding: 0.7em;
    border-style: solid;
    border-width: 1.5px 1.5px 1.5px 1.5px;
    border-color: #7abdbc;
}
.elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
}
.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
    border-radius: 50%;
    margin-right: 10px;
}
.elementor-shape-circle .elementor-icon {
    border-radius: 50%;
}
.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform;
}
.item-contact-hp-content:first-child {
    background-color: #1e9c9b;
    color: #fff;
}
.item-contact-hp-content:first-child i {
    color: #fff;
}
.item-contact-hp-content:nth-child(2) {
    background-color: #7abdbc;
    color: #fff;
}
.elementor-icon-box-title a {
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.34px;
}
.elementor-icon i, .elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.elementor-icon {
    background-color: rgba(0, 0, 0, 0);
    fill: #fff;
    color: #1e9c9b;
}
.item-contact-hp-content:first-child .elementor-icon {
    background-color: #7abdbc;
    fill: #FFFFFF;
    color: #FFFFFF;
}
.item-contact-hp-content .elementor-icon.elementor-social-icon {
    width: 43px;
    height: 43px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-contact-hp-content .elementor-icon.elementor-social-icon:hover i {
    color: #1e9c9b;
}
.item-contact-hp-content .elementor-icon.elementor-social-icon:hover {
    background: #fff;
    border-color: #109594;
}
.item-contact-hp-content .elementor-icon.elementor-social-icon i {
    padding: 0;
    font-size: 18px;
    display: inline-block;
}
.item-contact-hp-content:nth-child(2) .elementor-icon {
    background-color: #1e9c9b;
    fill: #FFFFFF;
    color: #FFFFFF;
}
.item-contact-hp-content:last-child > .elementor-icon {
    background-color: #F4E9DE;
    fill: #1e9c9b;
    color: #1e9c9b;
}
.elementor-widget-container:last-child i {
    font-size: 23px;
    padding: 5px;
}
.elementor-widget-container:last-child .elementor-icon-box-icon {
    display: flex;
    align-items: center;
}
.item-contact-hp-content:last-child .elementor-widget-container:first-child .elementor-icon-box-icon {
    background-color: #7abdbc;
    fill: #1e9c9b;
    color: #1e9c9b;
    border-radius: 5px 5px 5px 5px;
}
/* end css contact homepage */
/* css intro homepage */
div#intro-home {
    float: left;
    width: 100%;
}
.intro-home {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.left-intro-home {
    width: 46%;
    background-image: url(../images/overlay_01.webp);
    background-position: center right;
    background-repeat: no-repeat;
    justify-content: flex-end;
    align-items: flex-end;
}
.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
}
.right-intro-home {
    width: 54%;
}
.ct-right-intro-home {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 30px;
    padding-top:72px;
}
.ct-right-intro-home .elementor-widget-container {
    margin-bottom: 50px;
}
.img-intro-home {
    align-content: flex-end;
    align-items: flex-end;
    padding-top: 72px;
}
.img-intro-home img {
    max-height: 450px;
}
.ct-right-intro-home h3 {
    letter-spacing: 0.1em;
    font-size: 17px;
    margin-bottom: 14px;
    color: #1e9c9b;
    text-transform: uppercase;
    font-weight: 500;
}
.ct-right-intro-home h2 {
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}
.cap-ct-right-intro-home {
    color: #7A7A7A;
    font-size: 15px;
    padding-top: 30px;
    line-height: 30px;
}
/* end intro homepage */
/* css provider homepage */
div#provider-home-page {
    float: left;
    width: 100%;
    padding: 88px 0;
    background: #F5F2EF;
    padding-bottom: 176px;
}
.desc-provider-home-page {
    padding-bottom: 50px;
}
div#provider-home-page .owl-controls {
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 9999;
}
.provider-home-page {
    float: left;
    width: 100%;
}
.title-provider {
    display: flex;
    position: relative;
}
.left-title-provider {
    width: 45%;
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 20px;
    padding-right: 0;
}
.left-title-provider h3 {
    letter-spacing: 0.1em;
    font-size: 17px;
    margin-bottom: 14px;
    color: #1e9c9b;
    text-transform: uppercase;
    font-weight: 500;
}
.left-title-provider h2 {
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}
.heading-underline {
    display: inline-flex;
    align-items: center;
}
.heading-underline span {
    display: inline-flex;
    width: 120px;
    height: 3px;
    background-color: #1e9c9b;
}
.right-title-provider {
    color: #777777;
    font-size: 17px;
    line-height: 26px;
    padding-top: 35px;
}
.carousel-item-inner {
    transition: all 300ms ease 0s;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.entry-body {
    padding: 35px 25px 27px;
    border: 1px solid rgba(109, 67, 33, 0.2);
    background-color: #fff;
    -webkit-transition: all 300ms ease 0s;
    -khtml-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.action-buttons {
    -webkit-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
}
.entry-body .entry-body-inner .service-icon-wrap {
    text-align: center;
    margin-bottom: 26px;
}
.entry-body .entry-body-inner .service-icon-wrap .icon-inner {
    display: inline-flex;
    width: 96px;
    height: 96px;
    align-items: center;
    justify-content: center;
    background-color: #1e9c9b;
    border-radius: 50%;
    transition: all 500ms ease 0s;
    position: relative;
}
.entry-body-inner .service-icon-wrap .icon-inner:before {
    content: "";
    display: block;
    width: 116px;
    height: 116px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.entry-body .entry-body-inner .service-icon-wrap img {
    display: inline-block;
    max-height: 38px;
    width: auto;
    transition: all 300ms ease 0s;
    filter: brightness(0) invert(1);
}
.entry-body .entry-body-inner .entry-title {
    font-size: 23px;
    letter-spacing: 0.01em;
    margin-bottom: 17px;
    height: 40px;
}
.entry-body .entry-body-inner .entry-title a {
    color: inherit;
    transition: none !important;
    font-size: 18px;
}
.action-buttons {
    -webkit-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
}
.action-buttons .entry-readmore {
    margin-top: 0;
    width: 100%;
    height: 48px;
    transition: all 250ms linear 0s;
}
.action-buttons .entry-readmore a {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.action-buttons .entry-readmore a .fill-button {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 13px;
    background-color: #1e9c9b;
    color: #fff;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.13em;
    font-weight: bold;
}
.action-buttons .entry-readmore a .fill-button i {
    margin-left: 5px;
}
#provider-home-page .carousel-item-inner:hover .entry-body {
    background-color: #71b8b8;
    border-color: #71b8b8;
}
.carousel-item-inner:hover .service-icon-wrap .icon-inner {
    transform: rotateY(360deg);
    /* background-color: #fff; */
}
.carousel-item-inner:hover .service-icon-wrap .icon-inner img {
    /* filter: none; */
}
.entry-content {
    color: #5d5d5d;
}
.tintuc_content__title h3 {
    letter-spacing: 0.1em;
    font-size: 17px;
    margin-bottom: 14px;
    color: #1e9c9b;
    text-transform: uppercase;
    font-weight: 500;
}
.tintuc_content__title p {
    text-transform: none;
    color: #8f8f8f;
    font-weight: normal;
    font-size: 16px;
    padding: 0 50px;
    margin: 25px 0;
}
h1.detail-news-page {
    color: #1e9c9b;
    text-transform: uppercase;
    margin-top: 0;
}
.btn-more {
    font-size: 13px;
    letter-spacing: 0.13em;
    font-weight: bold;
    text-transform: uppercase;
    color: #1e9c9b;
    position: relative;
}
/* end provider homepage */
/* css footer */
.elementor-image-box-wrapper {
    background-color: rgba(255, 255, 255, 0.07);
    margin: 23px 0px 0px 0px;
    padding: 17px 17px 17px 17px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.elementor-image-box-img img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
h3.elementor-image-box-title {
    color: #EDEDED;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
}
figure.elementor-image-box-img {
    width: 30%;
}
p.elementor-image-box-description {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}
.title-footer {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 20px;
    position: relative;
    text-align: center;
    margin: 0;
}
.dkn__btn input {
    width: auto;
    padding: 5px 20px;
    height: auto;
    border-radius: 30px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    background: #f00;
    border: 3px solid #ccc;
    font-size: 20px;
    margin: 0;
}
.form-footer ul li:before {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    top: 10px;
    border-radius: 10px;
}
.form-footer ul li {
    position: relative;
    padding-left: 15px;
}
div#menu.navfix {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.07);
}
.menu-nav ul li a.active {
    color: #fff;
}
.menu-nav > ul > li > a.active:before{
    border-top-color: #22737e;
    opacity: 1;
    transform: scaleX(1);
}
.trang-chu__video iframe {
    width: 100%;
}
a.scroll-top {
    position: fixed;
    z-index: 9999;
    bottom: 24px;
    right: 30px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #d01212;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
}
body .scroll-top.on {
    bottom: 44px;
    opacity: 1;
    visibility: visible;
}
ul#menu-footer-menu li a {
    color: #fff;
    padding: 3px 0;
    display: inline-block;
}
ul#menu-footer-menu li a i {
    color: #1e9c9b;
}
/* end css footer */
/* css team homepage */
div#team-homepage {
    float: left;
    width: 100%;
    padding: 88px 0;
}
.team-homepage .owl-controls {
    bottom: -50px;
}
.team-homepage-title {
    display: flex;
    gap: 10px;
}
.cms-heading.layout1 {
    width: 40%;
}
.cms-heading.layout1 .custom-subheading {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    font-size: 17px;
    margin-bottom: 14px;
    color: #1e9c9b;
    text-transform: uppercase;
    font-weight: 500;
}
.cms-heading.layout1 .custom-heading {
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}
.cms-heading.layout1 .heading-underline {
    display: inline-flex;
    align-items: center;
}
.cms-heading.layout1 .heading-underline span {
    display: inline-flex;
    width: 120px;
    height: 3px;
    background-color: #1e9c9b;
}
.cms-heading.layout2 {
    padding-top: 35px;
    color: #777777;
    font-size: 17px;
    line-height: 26px;
    width: 60%;
}
.cms-team-carousel.layout2 .carousel-item-inner {
    position: relative;
    display: flex;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-featured {
    position: relative;
    width: 43%;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    flex: none;
}
.entry-featured {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-featured .post-image img {
    object-fit: cover;
    height: 100%;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-featured .post-image {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: default;
    max-height: 360px;
    overflow: hidden;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-featured .team-social {
    position: absolute;
    top: 0;
    left: 0;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-featured .team-social ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-featured .team-social ul li {
    display: inline-block;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-featured .team-social ul li a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background-color: #1e9c9b;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-body {
    width: 57%;
    padding: 0;
    padding-left: 30px;
    border: 0;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-body .entry-body-inner .entry-title {
    font-size: 25px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    margin-top: 4px;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-body .entry-body-inner .lq-team-category {
    color: #1e9c9b;
    margin-top: 2px;
    margin-bottom: 17px;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-body .entry-body-inner .team-info {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    margin-top: 18px;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-body .entry-body-inner .lq-team-category a {
    font-size: 15px;
    color: inherit;
    text-transform: capitalize;
    position: relative;
    font-style: italic;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-body .entry-body-inner .team-info p {
    color: #222;
    margin-bottom: 2px;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-body .entry-body-inner .team-info p {
    color: #222;
    margin-bottom: 2px;
}
.cms-team-carousel.layout2 .carousel-item-inner .entry-body .entry-body-inner .team-info p {
    color: #222;
    margin-bottom: 2px;
}
.entry-body-inner {
    text-align: left;
}
.team-homepage-slide.cms-team-carousel.layout2 {
    padding-top: 63px;
}
/* end css team homepage */
/* css client-homepage */
div#client-homepage {
    float: left;
    width: 100%;
    padding: 88px 0;
}
div#client-homepage .owl-controls , div#tintuc .owl-controls {
    bottom: 55%;
}
div#client-homepage .owl-controls i{
    background-color: transparent;
    color: #1e9c9b;
}
div#client-homepage .owl-controls .owl-prev:hover , div#client-homepage .owl-controls .owl-next:hover, div#tintuc .owl-controls .owl-prev:hover, div#tintuc .owl-controls .owl-next:hover {
    background-color: #1e9c9b;
    border-color: #1e9c9b;
    color: #fff;
}
div#client-homepage .owl-controls .owl-prev:hover i , div#client-homepage .owl-controls .owl-next:hover i, div#tintuc .owl-controls .owl-next:hover i {
    color: #fff;
}
div#client-homepage .owl-controls .owl-prev, div#client-homepage .owl-controls .owl-next, #tintuc .owl-prev, #tintuc .owl-next{
    border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9999;
    transition: all 300ms linear 0s;
}
div#client-homepage .owl-controls .owl-prev, div#tintuc .owl-controls .owl-prev {
    left: -60px;
}
div#client-homepage .owl-controls .owl-next, div#tintuc .owl-controls .owl-next {
    right: -60px;
}
.client-homepage-top {
    margin-top: -176px;
}
.client-homepage-top .elementor-widget-container {
    margin-bottom: 20px;
}
.client-homepage-top-content {
    display: flex;
    gap: 30px;
}
.left-client-hp-img {
    width: 37%;
}
.right-client-hp-img {
    width: 63%;
    background-image: url(../images/big-data.webp);
    background-position: 570px 110px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.client-homepage-top-content {
    display: flex;
    gap: 30px;
    background: #fff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.client-homepage-bottom .elementor-widget-container {
    text-align: center;
}
.client-homepage-bottom .elementor-widget-container .cms-heading.layout1 {
    width: 100%;
    margin-top: 80px;
}
.custom-description {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 17px;
    color: #777;
}
.client-homepage-slide .cms-client-wrapper .client-image .image-wrap {
    position: relative;
    display: inline-block;
    padding: 5px;
    border: 2px solid rgb(30 156 155 / 33%);
    border-radius: 50%;
}
.client-homepage-slide .cms-client-wrapper {
    text-align: center;
    padding: 20px 15px;
    position: relative;
    cursor: pointer;
    transition: all 300ms linear 0s;
}
.client-homepage-slide .cms-client-wrapper .client-image {
    margin-bottom: 14px;
    padding-top: 15px;
}
.client-homepage-slide .client-image img {
    width: 75px;
    height: auto;
    border: 2px solid #1e9c9b;
    border-radius: 50%;
}
.client-homepage-slide .cms-client-wrapper .client-image .image-wrap .t-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #1e9c9b;
    border-radius: 50%;
    top: -5px;
    right: -10px;
    color:#fff;
}
.client-homepage-slide .cms-client-wrapper .client-content p {
    font-family: "Abhaya Libre", serif;
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #222;
    margin-bottom: 13px;
}
.client-homepage-slide .cms-client-wrapper .name-job {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-homepage-slide .cms-client-wrapper .name-job .client-name {
    margin-right: 5px;
}
.client-homepage-slide .cms-client-wrapper .client-heading-star {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}
.client-homepage-slide .cms-client-wrapper .client-heading-star .client-rating {
    color: #1e9c9b;
    display: inline-block;
}
.client-homepage-slide .cms-client-wrapper .client-heading-star .client-rating i {
    font-size: 16px;
}
.client-homepage-slide .cms-client-wrapper .name-job .client-name h5 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #1e9c9b;
    line-height: 33px;
}

/* end css client page */
/* css story page */
div#story-homepage {
    float: left;
    width: 100%;
    text-align: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 135px 0px 150px 0px;
    background-image: url(../images/h1_talks.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.elementor-background-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.story-homepage {
    position: relative;
    color: #fff;
}
.story-homepage-content h3 {
    color: #FFFFFF;
    font-size: 50px;
    letter-spacing: 0px;
}
.story-homepage-content h4 {
    font-size: 25px;
    font-weight: normal;
}
div#why-homepage {
    float: left;
    width: 100%;
    position: relative;
}
.left-why-homepage {
    position: relative;
    width: 50%;
    background-image: url(../images/h1_left_video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.left-why-homepage-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.cms-video-popup {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #222;
}
.cms-video-popup:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    transform: scale(1.3);
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 300ms linear 0s;
}
.left-why-homepage-content .elementor-widget-container {
    margin: 0;
}
.cms-video-popup:hover:before {
    transform: scale(0.8);
    cursor: pointer;
}
.cms-video-popup i {
    color: #222;
}
.why-homepage {
    display: flex;
}
.right-why-homepage {
    width: 50%;
    padding: 90px 70px;
    background: #222222;
    color: #fff;
}
.right-why-homepage .cms-heading.layout1 {
    width: 100%;
}
.elementor-icon-list-icon {
    padding-right: 7px;
}
.elementor-icon-list-item > a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.34px;
}
.elementor-icon-list-text {
    color: #FFFFFF;
    transition: color 0.3s;
}
.elementor-icon-list-icon i {
    color: #1e9c9b;
    transition: color 0.3s;
}
ul.elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(18px / 2);
    flex-basis: 50%;
}
.counter-why-homepage {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.cms-counter.layout1 {
    flex: 1;
}
.top-counter h3 {
    color: #1e9c9b;
    letter-spacing: 0.8px;
    font-size: 42px;
    font-weight: bold;
}


/* end css story page */
/* css slide homepage */
.ct-slider-home .cs-animated {
    /* visibility: hidden; */
}
.ct-slider-home .item {
    position: relative;
}
/* .desc-slide-homepage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} */
.desc-slide-homepage {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 99;
    height: 312px;
    transform: translate(0, -50%);
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}
.desc-slide-homepage h3 {
    z-index: 14;
    font-family: Roboto;
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 20px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.desc-slide-homepage h2 {
    z-index: 13;
    font-family: "Abhaya Libre";
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 60px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.desc-slide-homepage p{
    z-index: 12;
    font-family: Roboto;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 932px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 17px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.desc-slide-homepage a{
    background-color: rgb(255, 255, 255);
    height: auto;
    width: auto;
    color: rgb(90, 196, 190);
    line-height: 46px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 13px;
    padding: 15px 35px;
    backdrop-filter: none;
    border-width: 0px;
    text-transform: uppercase;
}
.box-img-slider img {
    max-height: 750px;
    object-fit: cover;
}
.desc-slide-homepage-btn {
    margin-top: 30px;
}
.ct-slider-home .item .elementor-background-overlay {
    z-index: 99;
}
.desc-slide-homepage a.active {
    background: rgb(90, 196, 190);
    color: #fff;
}
.desc-slide-homepage a:hover:not(.active) {
    background: rgb(90, 196, 190);
    color: #fff;
}
.desc-slide-homepage a.active:hover {
    background: rgb(255, 255, 255);
    color: rgb(90, 196, 190);
}
.desc-slide-homepage div {
    overflow: hidden;
    padding: 0;
}
.desc-slide-homepage h2, .desc-slide-homepage h3, .desc-slide-homepage p {
    margin: 0;
    padding: 15px 0;
}
.desc-slide-homepage-btn div {
    float: left;
    margin-right: 25px;
}
/* end slide homepage */
div#page,
div#header,
div#slider {
    float: left;
    width: 100%;
}

#header #nav {
    background-image: linear-gradient(110deg, #1977a8 0%, #005066 100%);
    transition: .3s;
    padding: 15px 0;
}

#header.navfix #nav {
    padding: 3px 0;
}

.logo {
    float: left;
    width: 180px;
}


.logo img {
    height: 40px;
}

.hotline-header {
    position: relative
}

.hotline-header b {
    line-height: 1;
    font-size: 20px;
    color: #fff;
    white-space: nowrap
}

.hotline-header b {
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px
}

.hotline-header .text-phone:before {
    content: '\f095';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block
}

@media screen and (min-width: 641px) {
    .hotline-header .text-phone:before {
        content: 'Hotline:';
        font-family: inherit
    }
}

.pulse-icon {
    position: absolute;
    top: 14px
}

.pulse-icon .icon-wrap {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #e8b900;
    position: absolute;
    top: 1px;
    left: 1px
}

.pulse-icon .elements {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.pulse-icon .pulse {
    position: absolute;
    animation: pulse-wave 1s linear infinite both;
    border-radius: 50%
}

.pulse-icon .pulse-1 {
    border: solid 1px #e8b900;
    width: 10px;
    height: 10px;
    top: 1px;
    left: 1px
}


/* css slider */

div#slider {
    position: relative;
    border-top: 1px solid #fff;
}

.slider-home-ct img {
    width: 100%;
}

div#sukien {
    float: left;
    width: 100%;
    background-image: unset !important;
    background: rgb(0, 168, 173) !important;
    background: linear-gradient(180deg, rgba(0, 168, 173, 1) 0%, rgba(0, 86, 128, 1) 100%) !important;
    padding: 40px 0;
}

.sukien_content__title {
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.3;
    margin-bottom: 1em;
}

.sukien_content {
    border-color: rgb(249, 155, 28);
    border-radius: 15px;
    border-width: 2px 2px 2px 2px;
    border-style: dashed;
    padding: 15px;
}

.sukien_content__title h3 {
    margin-top: 0;
}

.sukien_content__description {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.6;
    margin-left: 15px;
}

.sukien_content__description ul {
    list-style: disc;
}

.sukien_content__title span {
    color: #f99b1c;
    font-size: 0.9em;
}

div#dangky {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(153, 132, 84);
    float: left;
    width: 100%;
    text-align: center;
}

.dangky_content__title {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 30px;
}

.dangky_content__form {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.dangky_content__form form {
    display: flex;
    justify-content: left;
    width: 100%;
    gap: 30px;
}

.dangky_content__form form input {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: 1em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}

.dangky_content__form form input[type="submit"] {
    background: #005066;
    color: #fff;
    text-transform: uppercase;
    border-color: #005066;
    font-weight: bold;
}

.dangky_content__title span {
    font-weight: bold;
}

div#tongquan img {
    width: 100%;
}

div#tongquanda {
    float: left;
    width: 100%;
    padding: 30px;
}

.tongquan_content .sukien_content__title h3 {
    color: #f99b1c;
    font-size: 115%;
}

.tongquan_content__description__nd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.tongquan_content__description__nd .tongquan_content__description__nd__left:first-child {
    width: 80%;
}

.tongquan_content__description__nd__left ul li {
    position: relative;
}

.tongquan_content__description__nd__left ul li:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #81d742;
    margin-right: 5px;
    left: 0;
}

.tongquan_content__description__nd__left ul li:hover:before {
    background-color: #e39725;
}


/* css phone call  */

.call-animation {
    background: #fff;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    animation: call 1.5s ease infinite;
    color: rgb(199, 31, 22);
    font-size: 25px;
}

.call-animation i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
}

.caller-img {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 35px;
    left: 35px;
}


/* css p hotline */

.ct-hotline {
    float: left;
    width: calc(100% - 43px);
    padding-left: 10px;
}

.ct-hotline h4 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.hotline-nav a {
    float: left;
    width: 100%;
}

.hotline-nav a .call-animation {
    float: left;
}

.ct-hotline h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

/* css modal */
.cms-modal {
    -webkit-transition: all 360ms linear 0ms;
    -khtml-transition: all 360ms linear 0ms;
    -moz-transition: all 360ms linear 0ms;
    -ms-transition: all 360ms linear 0ms;
    -o-transition: all 360ms linear 0ms;
    transition: all 360ms linear 0ms;
    background-color: rgba(34, 34, 34, 0.95);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0.5);
    -khtml-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}
.cms-modal.open {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
.cms-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.cms-modal .cms-modal-content {
    padding: 40px 0;
    max-width: 470px;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
}
.cms-modal-search .search-form-popup {
    position: relative;
}
.cms-modal-search .search-field {
    background-color: transparent;
    border: none;
    height: 60px;
    padding-left: 0;
    padding-right: 60px;
    color: #fff;
    font-size: 25px !important;
    font-weight: 600;
    outline: none;
    padding-left: 15px;
}
.cms-modal-search .search-submit {
    font-size: 28px;
    color: #1e9c9b;
    background-color: transparent;
    border: none;
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
.searchform-wrap {
    box-shadow: 0px 0px 15px #1f1f1f;
}

/* css box slider */

.slider-home {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}
.slider-img {
   animation: zoom_img 15s;
}
.box-img-slider {
    overflow: hidden;
}
.ct-slider-home .owl-theme .owl-dots span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 300ms ease 0s;
    background-color: #ffffff;
    /* visibility: hidden; */
}
.ct-slider-home .owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    background: #fff;
    background-color: #ffffff;
    transform: scale(1);
}
.ct-slider-home .owl-dots {
    max-width: 1400px;
    text-align: left;
    margin: 0 auto;
}
.ct-slider-home .owl-theme .owl-dots .owl-dot.active span:after {
    animation: pulse-nav 1500ms ease-out infinite;
}

div#tintuc {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.tintuc_content__description__item__cap {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.tintuc_content__title {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.tintuc_content__description__item__img {
    overflow: hidden;
}
.client-homepage .custom-description {
    max-width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}
.desc-right-client-hp {
    font-size: 18px;
    line-height: 33px;
    font-style: italic;
}
.tintuc_content__description__item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1.05) translateX(-3px);
    transform: scale(1.05) translateX(-3px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tintuc_content__description__item:hover img {
    -webkit-transform: scale(1.05) translateX(3px);
    transform: scale(1.05) translateX(3px);
}
.tintuc_content__description__item {
    float: left;
    width: 100%;
}

.tintuc_content__description__item__title a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.btn-more i {
    font-weight: bold;
    font-size: 12px;
    margin-left: 4px;
    transform: translateX(-15px);
    opacity: 0;
    transition: transform 0.4s ease 0ms;
}
.btn-more:hover i {
    transform: translateX(0);
    opacity: 1;
}
.tintuc_content__description__item__title h3 {
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 27px;
    margin-bottom: 8px;
}
.tintuc_content__description__item__title h3 a {
    font-weight: 600;
}
.tintuc_content__description__item__cap p {
    color: #777;
    letter-spacing: 0.02em;
}
/* css modal register */
.modal-register {
    /* position: fixed;
    z-index: 99999;
    background: #157a79;
    border: 1px solid #157a79;
    bottom: 20px;
    right: 10px;
    max-width: 520px;
    padding: 24px 20px;
    color: #fff; */
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 10px;
    color: #fff;
    -webkit-transition: all 360ms linear 0ms;
    -khtml-transition: all 360ms linear 0ms;
    -moz-transition: all 360ms linear 0ms;
    -ms-transition: all 360ms linear 0ms;
    -o-transition: all 360ms linear 0ms;
    transition: all 360ms linear 0ms;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0.5);
    -khtml-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    background: #000000ab;
}
.modal-register-content {
    background: #fff;
    border: 3px solid #f1062d;
    padding: 24px 20px;
    margin: 0 auto;
    max-width: 360px;
    position: relative;
}
.modal-register-close {
    position: absolute;
    right: 5px;
    font-size: 20px;
    font-weight: bold;
    top: -6px;
    color: #f00;
    padding: 10px;
    cursor: pointer;
}
.phan-khu__container__tab--content img {
    width: 100%;
}
.modal-register.open {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
.modal-register-content h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    color: rgb(20, 105, 31);
    font-weight: bold;
    padding-left: 10px;
    display: flex;
    align-items: center;
    line-height: 27px;
    font-weight: bold;
}
.title-register {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}
.form-control-rs {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.form-control-rs input, .form-control-rs select, .form-control-rs textarea {
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
    background: #ac0a0a;
    color: #fff;
}
.form-control-rs textarea {
    min-height: 80px;
}
.form-control-rs button {
    padding: 7px;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    background: #0f6766;
    outline: none;
}
.form-control-rs label {
    font-size: 16px;
    margin: 0;
    color: #c11c1c;
}
/* css detail new */
div#detail-page-news {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.form-control-rs.form-control-rs-dk input {
    width: 80%;
    margin-left: 10%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.title-modal__head {
    display: flex;
}
.title-modal__head img {
    width: 100px;
}
.detail-page-news-title {
    padding: 125px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/new-detail-bg.jpg);
}
.detail-page-news-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.detail-page-news-title .breadcrum ul li a {
    font-size: 32px;
    color: #fff;
    padding: 0 15px;
}
.detail-page-news-title .breadcrum ul {
    display: flex;
    position: relative;
    z-index: 99;
}
.detail-page-news_content {
    margin-top: 50px;
}
.title-news-cate-h3 {
    display: none;
}
.img-news-cate-page {
    width: 100%;
    margin-bottom: 30px;
}
.img-news-cate-page img {
    width: auto;
    max-height: 400px;
    /* object-fit: cover; */
}
h2.title-team-detail {
    margin-top: 0;
    color: #1e9c9b;
    text-transform: uppercase;
}
.desct-news-cate1 {
    margin-top: 30px;
}
.team-more {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
}
h3.team-more-h3 {
    color: #1e9c9b;
}
.ct-left-team-detail {
    border: 1px solid #e2e2e2;
}
.img-news-team-page img {
    width: 100%;
}
.block-news {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
h3.title-de-prd {
    margin: 0;
    padding: 20px 20px;
    background: #1e9c9b;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}
.item-ct-block {
    display: flex;
    padding: 15px 0;
}
.item-ct-block h3 {
    flex-basis: 80%;
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
    line-height: 22px;
}
.item-ct-block h3 a {
    color: #5e5e5e;
}
.product-pagination ul li a {
    color: #1e9c9b !important;
    border-color: #1e9c9b !important;
}
.product-pagination ul li.active a {
    background: #22737e !important;
    color: #fff !important;
}
.empty_search {
    color: #b56e6e;
    font-size: 12px;
    padding-left: 17px;
}
.item-ct-block {
    display: flex;
}
.img-news-bl {
    flex-basis: 34%;
}
.category-new .ct-block ul li a {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.category-new .ct-block {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.cate-news-page {
    float: left;
    width: 100%;
}
.img-item-service-cate img {
    width: auto;
    max-height: 420px;
    object-fit: cover;
}
.img-item-service-cate {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    float: left;
}
li.menu-item-has-children i.opened {
    transform: rotate(180deg);
    /* transition: all 1s; */
}
.box-title-ser-cate {
    float: left;
    width: 100%;
}
.item-service-cate .content-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
}
.item-service-cate .content-bottom .entry-readmore {
    margin-right: 30px;
    margin-top: 28px;
    display: inline-block;
}
.entry-social-share {
    margin-top: 28px;
    display: flex;
    align-items: center;
    margin-top: 13px;
}
.entry-social-share ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}
.entry-social-share ul li:first-child {
    margin-left: 0;
}
.entry-social-share ul li {
    margin: 0 3px;
}
.entry-social-share ul li a.fb-social {
    background-color: #3b5998;
}
.entry-social-share ul li a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background-color: #22737e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry-social-share ul li a i {
    position: relative;
    top: 1px;
    font-size: 14px;
}
.content-ser-cate span {
    color: #807f7f;
}
/* css footer */
#chinh-sach .sach__list-item img {
    height: auto;
}
div#lien-he {
    float: left;
    width: 100%;
    position: relative;
    background: rgb(215 30 30);
    padding: 50px 0;
    color: #fff;
}

.ct-footer_desc h3 {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}
.left-ct-footer {
    float: left;
    width: 100%;
    padding: 15px 0;
    color: #fff;
}

.logo-footer {
    margin-bottom: 25px;
    text-align: center;
}

.form-footer h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.form-footer input {
    width: 100%;
    padding: 9px 10px;
    margin-bottom: 20px;
    outline: none;
    background-color: #081832;
    border: 1px solid #fff;
    font-size: 20px;
}
.dkn__btn input {
    background: #d21f1f;
    border: 3px solid #ccc;
    width: auto;
    padding: 5px 20px;
}
.dkn__btn {
    text-align: center;
}

.frm-group input {
    width: 48%;
}
.title-footer__last {
    padding: 10px;
    text-align: center;
    border: 2px solid;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}
.form-footer textarea {
    width: 100%;
    border: 1px solid #333;
    border-radius: 5px;
}

.form-footer button {
    width: 100%;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #1e9c9b;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.13em;
    padding: 15px 35px;
}
.cap-form-footer {
    color: #fff;
    padding-bottom: 15px;
}
.form-footer .entry-social-share ul li a.fb-social {
    background: #226f79;
}
.form-footer__img {
    padding: 0px 90px 10px;
}

.ct-footer__description {
    color: #fff;
}

.ct-footer__description h3 {
    margin-bottom: 1.3em;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.ct-footer__description ul li {
    position: relative;
    display: flex;
    gap: 10px;
}
.item-ft h3 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.item-ft a {
    color: #fff;
}

.item-ft p i {
    width: 25px;
}

.item-ft p {
    font-size: 15px;
}

.copyright {
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background: rgb(164 47 47);
    padding: 15px;
    color: #fff;
    text-align: center;
}
.form-footer {
    background: rgb(3, 64, 76);
    padding: 15px;
}
li.bullet-checkmark i {
    fill: #1e9c9b;
    color: #1e9c9b;
    border-color: #1e9c9b;
}
li.bullet-checkmark span {
    float: left;
    margin-top: -5px;
}
li.bullet-checkmark {
    padding: 8px 0;
}

/* css td */

div#tongquan {
    margin-top: 0;
}

div#tiendo {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.left-td {
    float: left;
    width: 45%;
    padding: 0 20px;
}

.right-td {
    float: left;
    width: 55%;
    padding: 0 20px;
}

.cap-left-td {
    float: left;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    font-size: 15px;
    text-align: justify;
}

.ct-tiendo {
    background-image: linear-gradient(rgb(144, 58, 35), rgb(141, 25, 28));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    float: left;
    width: 100%;
}

.title-td h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(249, 187, 0);
    margin-bottom: 0;
    margin-top: 0;
}

.title-td {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.title-td span {
    font-weight: bold;
    font-size: 18px;
}

.ct-td-line {
    float: left;
    width: 100%;
    margin-top: 10px;
}


/* css ht */

div#hethong {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.ct-ht {
    float: left;
    width: 100%;
}

.title-ht p {
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}

.item-ht h3 {
    position: absolute;
    bottom: 20%;
    text-align: center;
    color: #fff;
    background: #39393991;
    width: 100%;
    padding: 15px;
    font-weight: 400;
    font-size: 15px;
}

.title-ht h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.ct-ht-list {
    float: left;
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.item-ht:hover img {
    transform: scale(1.5);
}

.item-ht {
    text-align: center;
    position: relative;
    overflow: hidden;
    flex: 0 0 calc(33.3333% - 30px);
    border-radius: 15px;
    min-height: 280px;
}

.cs-description-list {
    display: flex;
    gap: 30px;
    padding: 30px 0;
}

.cs-description-list-item ul li {
    color: #333;
    padding-left: 30px;
}

.cs-description-list-item {
    flex: 0 0 33.333%;
}

.img-ht img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.img-ht {
    height: 100%;
}

.title-ht {
    text-align: center;
}

.bt-page button {
    color: #fff;
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 15px;
    background-image: radial-gradient(circle, rgb(229, 45, 39), rgb(179, 18, 23));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    text-transform: uppercase;
}


/* css chinhsach */

div#chinhsach {
    float: left;
    width: 100%;
    position: relative;
}

.chinhsach_bg {
    background: url(../images/phoi_canh_noi_that_1.jpg);
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.section-bg-overlay.absolute.fill {
    background: rgba(0, 0, 0, 0.634);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ct-chinhsach {
    position: relative;
    color: #fff;
    padding: 50px 0;
}

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

.left-cs {
    float: left;
    width: 45%;
}

.right-cs {
    float: left;
    width: 55%;
    padding: 0 0 0 30px;
}

.left-cs h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.ct-cs {
    font-size: 15px;
    text-align: center;
}

.left-cs button {
    width: 300px;
    margin-top: 60px;
}

.ct_chinhsach__title h3 {
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 30px;
}

.ct_chinhsach__form {
    display: flex;
    gap: 30px;
}

.ct_chinhsach__form_right h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
}

.ct_chinhsach__form_right form input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 15px;
}

.ct_chinhsach__form_right form input[type="submit"] {
    background: #005066;
    border-color: #005066;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.ct_chinhsach__form_right {
    width: 50%;
}

.ct_chinhsach__form_left ul li {
    margin-bottom: .6em;
    font-size: 16px;
}

.ct_chinhsach__form_left p {
    font-size: 16px;
    margin-bottom: 20px;
}


/* css loai hinh */

div#loaihinh {
    float: left;
    width: 100%;
    background: linear-gradient(172deg, rgba(0, 168, 173, 1) 0%, rgba(0, 85, 128, 1) 100%);
}

.ct-loaihinh {
    float: left;
    width: 100%;
    margin: 30px 0;
}

h2.title-lh {
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(249, 187, 0);
}

.list-item-lh {
    float: left;
    width: 100%;
    background: linear-gradient(172deg, rgba(0, 168, 173, 1) 0%, rgba(0, 85, 128, 1) 100%);
    padding: 50px 20px;
}

.left-lh {
    width: 58%;
    float: left;
    padding-right: 30px;
}

.ct-r-lh {
    margin-top: 10px;
}

.right-lh .bt-page button {
    margin-top: 15px;
}

.bt-page button:hover {
    background-image: none !important;
    background-color: rgb(16, 124, 145) !important;
    background-size: initial !important;
    background-origin: initial !important;
    background-position: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
}

.left-lh .owl-carousel .owl-item img {
    height: 420px;
}

.right-lh {
    float: left;
    width: 42%;
    color: #fff;
}

.title-r-lh p {
    color: rgb(232, 226, 48);
}

.title-r-lh {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

.title-r-lh h2 {
    margin: 0;
    padding: 5px 0;
    font-size: 23px;
    font-weight: bold;
}

.ct-r-lh-p h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}

.ct-r-lh-p p {
    font-size: 1.2em;
    margin-bottom: 1.3em;
}

.ct-r-b-lh.ct-r-lh-p ul {
    list-style: disc;
    padding-left: 15px;
}

.ct-r-lh-p h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}

.item-even .left-lh {
    padding: 0;
    padding-left: 30px;
}


/* css matbang */

.title-mb h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
}

.title-mb {
    float: left;
    width: 100%;
    text-align: center;
}

.mt-mbda {
    float: left;
    width: 100%;
    font-size: 15px;
}

.mt-mbda img {
    width: 100%;
    height: auto;
}

.title-tq span {
    color: #fff;
    font-size: 20px;
}

.title-tq h2 {
    margin-bottom: 0;
    margin-top: 50px;
}

.left-ct-list-tq {
    float: left;
    width: 60%;
    color: #fff;
    font-size: 20px;
}

.right-ct-list-tq {
    float: left;
    width: 40%;
}

.item-tq {
    float: right;
    width: 180px;
    height: 180px;
    border: 2px solid rgb(249, 187, 0);
    margin: 20px 10px;
    border-radius: 100%;
    background: rgb(141, 25, 28);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.item-tq h3 {
    margin: 0;
    text-transform: uppercase;
    max-width: 140px;
    text-align: center;
}

.item-tq h2 {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 25px;
    color: rgb(232, 226, 48);
}

.ct-form-tq {
    padding: 0 100px;
    margin: 50px 0;
}

.form-ct-qp h3 {
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

.form-ct-qp {
    padding: 30px;
    text-align: center;
    color: rgb(199, 31, 22);
    float: left;
    width: 100%;
}

.form-tq {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.form-tq h3 {
    color: #333;
    font-weight: normal;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 0;
}

.form-tq input {
    padding: 10px;
    border: 1px solid #252525;
    border-radius: 5px;
    margin-right: 15px;
    width: 33%;
    float: left;
}

.form-tq button {
    width: 30%;
}

.form-ct-qp.border h4 {
    color: #333;
    margin-top: 30px;
    margin-bottom: 0;
}


/* css vitri */

.title-vt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    float: left;
    width: 100%;
}

.title-h2-vt.title {
    margin-bottom: 0;
}

.item-vt {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.item-vt ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #fff;
    font-size: 16px;
}

.item-vt ul li span {
    padding: 8px 10px;
    background: #fff;
    color: rgb(141, 25, 28);
    border-radius: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 100px;
    display: inline-block;
    text-align: center;
}

.item-vt ul li {
    padding: 0 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.left-vt {
    width: 60%;
    padding-right: 30px;
    float: left;
}

.right-vt {
    float: left;
    width: 40%;
}

div#vitri {
    float: left;
    width: 100%;
    position: relative;
}

.fill__bg {
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

.bg-fill {
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vitri__bg {
    background-image: url(../images/phoi-canh-shophouse-sun-urban-city.jpg);
}

.ct-vitri {
    padding: 50px 0;
    position: relative;
    color: #fff;
}

.ct-vitri__description {
    display: flex;
    gap: 50px;
}

.ct-vitri__description__cap {
    width: 100%;
}

.ct-vitri-title h3 {
    color: #f99b1c;
    text-transform: uppercase;
}

.ct-vitri__description__cap>h3 {
    text-transform: uppercase;
    font-size: 1.5em;
}

.ct-vitri__description__cap__des {
    padding-top: 50px;
}

.ct-vitri__description__cap__des ul {
    list-style: disc;
    padding-left: 15px;
    padding-top: 15px;
}

.ct-vitri__map {
    text-align: center;
    padding-top: 50px;
}

.ct-vitri__map iframe {
    width: 100%;
}


/* css animation word  */

.comingsoon-loading {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.comingsoon-loading h1 {
    position: absolute;
    font-size: 20px;
    color: #ffcc00;
    -webkit-text-stroke: 2px black;
    text-transform: uppercase;
}

.comingsoon-loading h1::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    color: black;
    -webkit-text-stroke: 0px black;
    border-right: 4px solid black;
    overflow: hidden;
    animation: animate 6s linear infinite;
}
.hotline-ft {
    position: fixed;
    bottom: 100px;
    right: 30px;
}
.phone-header a {
    color: #fff;
}
.phone-header {
    background: #33753c;
    padding: 14px 15px;
    margin-right: 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.phone-header a:hover {
    color: #f00;
    transition: 0.3s;
}

/* animation to fill text */

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(2)
    }
    100% {
        opacity: 0;
        transform: scale(4)
    }
}

@keyframes animate {
    0%,
    10%,
    100% {
        width: 0;
    }
    50%,
    70% {
        width: 100%;
    }
}


/*  */

@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@keyframes call {
    15% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    }
    /* 25% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5), 0 0 0 16px rgba(255, 255, 255, 0.3);
    } */
    30% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 5px rgba(255, 255, 255, 0.3);
    }
}

@keyframes zoom_img {
    from { 
        transform: scale(1,1);
    }
    to {
        transform: scale(1.5,1.5)
    }
}

@media screen and (min-width: 1200px) {
    div#header .container, #menu .container {
        max-width: 1520px;
        width: 100%;
    }
}

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

    100% {
        transform: scale(1.85);
        opacity: 0;
    }
}
@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}