@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
#mobile{
    display: none;
}
@media only screen and (min-width: 350px) and (max-width: 1023px) {
    #mobile{
        display: block;
    }
    #desktop{
        display: none;
    }
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #434C59;
}
header{
    background: #fff;
    position: relative;
    z-index: 9;
}
a:focus{
    outline: none;
}
[class*=" col-"],
[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.d-flex-center {
    display: flex;
    align-items: center;
}

.signed {
    right: 0;
    width: 242px;
    left: auto;
    padding: 20px;
}

.header-top {
    padding: 24px 0;
    color: #ED7D31;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    ;
}
.header-bottom{
    box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.25);
    margin-bottom: 48px;
}
.logo img {
    height: 24px;
    width: auto;
}

.headerSearch {
    width: 360px;
    background: #F4F4F4;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
}

.headerSearch input {
    height: 43px;
    line-height: 43px;
    width: 100%;
    background: none;
    border: none;
    padding: 0 12px;
}

.headerSearch button {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 56px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.05), inset 0px -1px 1px rgba(0, 0, 0, 0.04), inset 0px 2px 0px rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    border: none;
}

.headerSearch button img {
    width: 19px;
    height: 19px;
}

.header-top-left,
.header-top-right {
    width: 50%;
}

.header-top-right {
    justify-content: flex-end;
}

.site-phone {
    display: inline-block;
    font-size: 16px;
    color: #ED7D31;
}

.site-phone img {
    margin-right: 12px;
}

.reg-bds {
    color: #ED7D31;
    margin-left: 40px;
}

.reg-bds img {
    margin-right: 12px;
}

.btn-login {
    margin-left: 40px;
    border: none;
    background: none;
}

.btn-login img {
    margin-right: 12px;
}

#nv-block-login {
    text-align: center;
    right: 0;
    left: auto;
    white-space: nowrap;
    padding: 10px;
}

.main-menu-box {
    padding: 10px 0;
}

.main-menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.main-menu .home img {
    width: 16px;
    height: 16px;
}

.main-menu li {
    position: relative;
}

.main-menu a {
    color: #272B30;
}

.main-menu .sub-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    border-top: 4px solid #DE8556;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(7, 6, 34, 0.06);
    border-radius: 2px;
    display: none;
    z-index: -1;
    white-space: nowrap;
}

.main-menu>li>a {
    padding: 10px 0;
    display: inline-block;
    transition: .25s;
}

.main-menu>li:hover .sub-menu {
    display: block;

    z-index: 2;

}

.main-menu .sub-menu a {
    display: block;
    padding: 12px 20px;
    transition: .25s;
}

.main-menu .sub-menu a:hover {
    background: #f7f5f5;
    transition: .25s;
}

.owl-slider .img-slide {
    position: relative;
    width: 100%;
    height: 500px;
}

.owl-slider .img-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-slider .info {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    height: 100%;
}

.owl-slider .info-box {
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

}

.owl-slider .title1 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    width: 70%;
    text-transform: capitalize;
}

.owl-slider .des {
    font-size: 16px;
    color: #fff;
    width: 50%;
}

.owl-slider .link {
    margin-top: 20px;
    background: #E87722;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 15px 35px;
}

.owl-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #9c9c9c;
    margin: 0 5px;
    border-radius: 50%;
}

.owl-slider .owl-dots .owl-dot.active {
    background: #333;
    width: 12px;
    height: 12px;
}



.bg-gray {
    padding: 70px 0;
    background: #F6F6F6;
}

.bg-white {
    padding: 70px 0;
    background: #fff;
}
.block-box{
    margin-bottom: 40px;
    position: relative;
}
.bg-gray .block-box:last-child, .bg-white .block-box:last-child, .bg-image .block-box:last-child, .bg-image2 .block-box:last-child{
    margin-bottom: 0;
}
.mrg-bt-40{
    margin-bottom: 40px !important
}
.block-title-1 {
    font-size: 36px;
    color: #434C59;
    margin-bottom: 16px;
    font-weight: 700;
}

.block-des-gt {
    color: #447486;
    text-align: justify;
    margin-bottom: 40px;
}

.block-des-gt p:last-child {
    margin-bottom: 0;
}

.btn-outline {
    color: #E87722;
    border: 1px solid #E87722;
    border-radius: 4px;
    background: none;
    padding: 12px 28px;
    transition: .25s;
    display: inline-block;
}

.btn-outline:hover {
    color: #fff;
    background: #E87722;
    transition: .25s;
}
.btn-outline-gray{
    color: #434C59;
    border: 1px solid #434C59;
    border-radius: 4px;
    background: none;
    padding: 12px 28px;
    transition: .25s;
    display: inline-block;
}
.btn-outline-gray:hover {
    color: #fff;
    background: #434C59;
    transition: .25s;
}
.btn-none{
    color: #434C59;
    border: none;
    border-radius: 4px;
    background: none;
    padding: 12px 28px;
    transition: .25s;
    display: inline-block;
}
.btn-none:hover {
    color: #fff;
    background: #434C59;
    transition: .25s;
}
.btn-email:before{
    content: '';
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 4px;
    position: relative;
    background: url('../images/email_color.svg') no-repeat;
}
.btn-email:hover:before{
    top: 5px;
    position: relative;
    background: url('../images/email.svg') no-repeat;
}

.btn-hotline:before{
    content: '';
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 5px;
    position: relative;
    background: url('../images/phone_2.svg') no-repeat;
}
.btn-hotline:hover:before{
    top: 5px;
    position: relative;
    background: url('../images/phone_2_color.svg') no-repeat;
}
.img-w-100-h-auto {
    width: 100%;
    height: auto;
}

.gt-box-img {
    position: relative;
    
}

.gt-box-img img {
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

.gt-box-img:before {
    content: '';
    width: 333px;
    height: 315px;
    background: transparent;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: -8px;
    z-index: 0;
    border-radius: 8px;
    border: 3px solid #E87722;
}


.bg-image {
    background: url(../images/bg-image.jpg) no-repeat;
    background-position: center center;
    padding: 64px 0;
    background-size: cover;
    color: #fff
}
.bg-image-search{
    background: url(../images/bg-image.jpg) no-repeat;
    background-position: center center;
    padding: 64px 0;
    background-size: cover;
    color: #fff;
    margin-top: -48px
}
.bg-search-kdc {
    background: url(../images/bg-search-kdc.jpg) no-repeat;
    background-position: center center;
    padding: 64px 0;
    background-size: cover;
    color: #fff;
    margin-top: -48px;
    margin-bottom: 64px; 
}

.bg-image2 {
    background-position: center center;
    padding: 64px 0;
    background-size: cover;
    color: #fff;
}

.title-gdv {
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: 700;
}

.goi-dv-content {
    color: #434C59;
    border-radius: 8px;
    background: #F9FDFF;
    border: 1px solid #C7E6F4;
    display: block;
    padding: 24px 10px;
    font-size: 20px;
    transition: .25s;
    margin-bottom: 30px;
}

.goi-dv-content h3 {
    height: 42px;
    font-size: 20px;
}

.goi-dv-content img {
    height: 35px;
    width: auto;
    transition: .25s;
    margin-bottom: 19px;
}

.goi-dv-content:hover img {
    transition: .25s;
    filter: brightness(0) invert(1);
}

.goi-dv-content:hover {
    transition: .25s;
    color: #fff;
    background: #ED7D31;
    border: 1px solid #ED7D31;
}

.btn {
    font-size: 16px;
    font-weight: 700;
}

.btn-default {
    padding: 12px 28px;
    border: 1px solid #E87722;
    background: #E87722;
    color: #fff;
    border-radius: 4px;
}

.btn-default:hover {
    background: #fff;
    color: #E87722;
    border-color: #E87722;
}

.goi-dv-info-box .btn {
    margin-top: 10px;
    font-weight: 700;
}

.fr-ck {
    width: 55%;
    margin: 0 auto;

}

.fr-ck .title {
    font-size: 36px;
    color: #434C59;
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
}

.fr-ck .des {
    margin-bottom: 40px;
    text-align: center;
}

.fr-ck .content {
    font-size: 14px;
    color: #E87722;
    cursor: pointer;
}

.fr-ck .content img {
    margin-left: 5px;
}

.fr-ck .row {
    width: 80%;
    margin: 0 auto;
}
.breadcrumbs-wrap{
    display: none;
    margin-top: -48px;
}
@media (min-width: 768px){
    .fr-ck .modal-dialog {
        width: 1030px;
        margin: 0 auto;
    }
}
.modal-fr-content{
    padding: 48px;
    padding-top: 78px;
    width: 100%;
    background: #fff;
}
.modal-fr-content h2{
    font-size: 36px;
    margin-bottom: 24px
    
}
.modal-fr-content h2 span{
    color: #E87722;
}
.modal-fr-content .close{
    position: absolute;
    top: 26px;
    right: 26px;
}
.modal-fr-content .close img{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0px;
    filter: invert(12%) sepia(8%) saturate(17%) hue-rotate(325deg) brightness(10%) contrast(78%);
}
.modal-vertical-centered.in {
    display: flex;
    align-items: center;
}
.title-block-home {
    font-weight: 700;
    font-size: 36px;
    color: #434C59;
    margin-bottom: 20px;
}

.des-block-home {

    text-align: justify;
}

.des-block-home p:last-child {
    margin-bottom: 0;
}
.des-block-home ul{
    padding: 0;
}
.des-block-home ul>li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}
.des-block-home ul>li:last-child{
    margin-bottom: 0;
}
.des-block-home ul>li:before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../images/thub.svg') no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}
.des-block-home ol>li{
    margin-bottom: 15px;
}
.des-block-home ol{
    list-style: decimal;
    padding-left: 15px;
}
.content-home img {
    border-radius: 8px;
}

.news-list-block {
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    transition: .25s;
}

.news-list-block:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.28);
    transition: .25s;
}

.news-list-block:hover h3 a {
    color: #E87722;
    transition: .25s;
}

.news-list-block .img {
    width: 125px;
    flex-basis: 125px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

.news-list-block .content {
    flex: 1;
}

.news-list-block .img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.news-list-block h3 a {
    font-size: 14px;
    color: #000;
    transition: .25s;
}

.news-list-block h3 {
    margin-bottom: 8px;
    font-weight: 600;
}

.news-list-block .date {
    color: #9D9D9D;
    font-size: 14px;
}

.news-list-block .date:before {
    content: '';
    height: 12px;
    width: 12px;
    display: inline-block;
    background: url(../images/oclock.svg);
    background-size: cover;
    background-position: center center;
}

.title-block-news {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 4px;
}

.des-block-news {
    font-size: 16px;
    color: #447486;
}

.news-list-block1 .img {
    width: 100%;
    height: 496px;
    position: relative;
    background: linear-gradient(360deg, #000000 -14.36%, rgba(0, 0, 0, 0) 109.24%);
    border-radius: 8px;
    overflow: hidden;
}

.news-list-block1 .content:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, #000000 -14.36%, rgba(0, 0, 0, 0) 109.24%);
    display: inline-block;
    position: absolute;
}

.news-list-block1 .img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.news-list-block1 h3 {
    font-weight: 700;
    font-size: 36px;
    position: relative;
    z-index: 2;
}

.news-list-block1 h3 a {
    color: #fff
}

.news-list-block1 .content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
}

.news-list-block1 .date {
    color: #fff;
    position: relative;
    z-index: 2;
}

.news-list-block1 .date:before {
    content: '';
    height: 12px;
    width: 12px;
    display: inline-block;
    background: url('../images/oclock.svg');
    background-size: cover;
    background-position: center center;
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 2;
}

.mrg-t-20 {
    margin-top: 20px;
}

.title-lh-block {
    font-weight: 700;
    font-size: 36px;
    color: #fff;

    margin-bottom: 16px
}

.des-lh-block {
    margin: 0 auto;
    margin-bottom: 24px;
    width: 75%;
}
.bg-dv .des-lh-block{
    width: 100%;
    margin-bottom: 0;
}
.des-lh-block p:last-child{
    margin-bottom: 0;
}
.page .des-lh-block{
	margin-bottom: 40px;
    width: 65%;
}

.page .width-65 .des-lh-block{
  margin: 0 auto;
}

.des-lh-block p {
    margin-bottom: 16px;
}

footer {
    background: #1A1A1B;
    padding-top: 40px;
    color: #fff;
    position: relative;
}

footer a {
    color: #fff;
}

.block-footer-heading {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #E87722;
    text-transform: uppercase;
}

.menu-footer {
    margin: 0;
    padding: 0;
}

.menu-footer li {
    margin-bottom: 8px;
}

.menu-footer li:last-child {
    margin-bottom: 0;
}

.menu-footer a {
    font-size: 12px;
    font-weight: 300;
}

.menu-footer a:hover {
    color: #E87722;

}

.copyright-box {
    border-top: 1px solid rgba(255, 255, 255, 0.36);
    margin-top: 19px;
    padding: 12px 0;
    text-align: center;
    font-size: 12px;
}

.social {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.social li {
    display: inline-block;
}

.social a {
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #E87722;
    display: block;
}

.logo-footer {
    display: block;
    margin-bottom: 12px;
    margin-left: 19px;
}

.logo-footer img {
    height: 24px;
    width: 81px;
}

.company-info {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.company-info li {
    margin-bottom: 18px;
}

.company-info li:last-child {
    margin-bottom: 0;
}

.company-info li img {
    width: 16.67px;
    height: 16.67px;
    margin-right: 10px;
}


.openmodal {
    cursor: pointer;
}

#modalContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#modalContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#closemodal {
    margin-top: 10px;
}
.modal-fr-content .des{
    padding-left: 53px;
    font-size: 17px;
    text-align: justify;
}
.modal-fr-content .des p{
    margin-bottom: 0;
}
.modal-fr-content .des:before{
    content: '';
    width: 56px;
    height: 60px;
    background: url(../images/phay.svg);
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: 0;
}
.modal-fr-content .row{

    margin-left: -15px;
    margin-right: -15px;
}
.modal-fr-content .img-content{
    width: 100%;
    height: auto;
}
.modal-fr-content .title{
    font-style: italic;
    color: #447486;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-top: 24px;
}
.modal-fr-content .owl-nav{
    position: absolute;
    right: 0;
    bottom: 0;
}
.modal-fr-content .owl-next, .modal-fr-content .owl-prev{
    display: inline-block;
    margin: 0 10px;
}
.modal-fr-content .owl-next:hover img, .modal-fr-content .owl-prev:hover img{
    filter: grayscale(100%);
}
.breadcrumbs-wrap {
	position: relative;
	margin-bottom: 15px;
}
.breadcrumbs-wrap .display {
	overflow: hidden;
}
.breadcrumbs {
	display: inline-block;
}
.breadcrumbs li {
	float: left;
	margin: 0 .5em 0 1em;
	position: relative;
}
.breadcrumbs li:first-child{
	margin-left: 0
}
.breadcrumbs a, .show-subs-breadcrumbs {
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
}
.breadcrumbs a:hover:before {
}
.breadcrumbs li:after, .show-subs-breadcrumbs:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -1em;
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
}
.subs-breadcrumbs {
	margin: 0;
	padding: 0;
	background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-top: none;
	box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
	display: none;
	z-index: 999999;
}
.subs-breadcrumbs.open {
	display: block;
}
.subs-breadcrumbs li:last-child, .subs-breadcrumbs li:last-child a, .subs-breadcrumbs {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.subs-breadcrumbs li, .subs-breadcrumbs a {
	display: block;
	float: none;
}
.subs-breadcrumbs a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
.subs-breadcrumbs li:not(:last-child) a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}
.subs-breadcrumbs a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}
.subs-breadcrumbs a em {
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}
.show-subs-breadcrumbs {
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}
.loi-ngo-slider{
    background: url('../images/loi-ngo-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    position: relative;
    margin-top: -48px;
}
.loi-ngo-slider .container{
    height: 500px;
}
.loi-ngo-slider .content{
    position: absolute;
    bottom: 60px;
}
.loi-ngo-slider .title{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    width: auto;
    margin-bottom: 40px;
}
.loi-ngo-slider .sologan{
    position: absolute;
    top: 60px;
    font-size: 56px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    right: 0;
    letter-spacing: 10px;
    font-weight: 700;
}
.loi-ngo-slider .sologan:after{
    content: '';
    width: 182px;
    height: 2px;
    background: #E87722;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 4px;
}
.content-loi-ngo .title1{
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 16px;
}
.content-loi-ngo .des1{
    text-align: justify;
    padding-left: 0;
}
.content-loi-ngo .des p:last-child{
    margin-bottom: 0;
}
.content-loi-ngo .img img{
    width: 100%;
    height: auto;
    
    position: relative;
    z-index: 1;
}
.content-loi-ngo .img{
    position: relative;
    display: block;
}
.content-loi-ngo .img:after{
    content: '';
    width: 235px;
    height: 315px;
    border: 2px solid #E87722;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    right: -8px;
}
.content-loi-ngo .author{
    font-weight: 500;
    font-size: 16px;
    color: #E87722;
}
#loi-ngo .modal-dialog{
    width: 1336px;
}
.doinet{
    background: #FAE4D3;
    border: 1px solid #E87722;
    border-radius: 4px;
    padding: 40px;
    margin-top: 50px;
}
.doinet{
    text-align: justify;
    margin-right: 102px;
    margin-bottom: 64px;
}
.doinet .des p:last-child{
    margin-bottom: 0;
}
.doinet .title{
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 16px;
}
.show-video-gt{

    border-radius: 12px 12px 0px 12px;
    position: absolute;
    right: -102px;
    top: -114px;
    left: 15px;
}
.show-video-gt img{
    width: 100%;
    height: auto;
}
.video-gt-iframe{
    position: relative;
    padding-top: 56.25%;
}
.video-gt-iframe iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.img-border-left, .img-border-right {
    position: relative;
    display: block;
}
.img-border-left img, .img-border-right img{
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.img-border-right:after {
    content: '';
    width: 235px;
    height: 315px;
    border: 2px solid #E87722;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    right: -8px;
    border-radius: 4px;
}
.img-border-left:after {
    content: '';
    width: 235px;
    height: 315px;
    border: 2px solid #E87722;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: -8px;
    border-radius: 4px;
}
.fr-ctbqt .title{
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 24px;
}
.fr-ctbqt .content{
    border: 1px solid #E87722;
    border-radius: 4px;
    background: #fff;
    padding: 20px 16px;
    display: flex;
    align-items: center;
    color: #434C59;
    justify-content: space-between;
    transition: .25s;
}
.fr-ctbqt .content:hover{
    background: #E87722;
    color: #fff;
}
.fr-ctbqt .content:hover img{
    filter: brightness(0) invert(1);
}
.col-md-25{
    width: 20%;
    float: left;
}
.block-search-box-bds .title{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 43px;
    width: 75%;
}
.search-bds-tab{
    margin-bottom: 16px;
}
.search-bds-tab>li>a, .search-bds-tab>li.active>a, .search-bds-tab>li>a:hover, .search-bds-tab>li.active>a:hover{
    background: none;
    border: none;
    padding: 0;
    margin-right: 32px;
    font-weight: 500;
    font-size: 16px;
}
.search-bds-tab>li>a{
    color: rgba(255, 255, 255, 0.6);
}
.search-bds-tab>li.active>a, .search-bds-tab>li>a:hover, .search-bds-tab>li.active>a:hover, .search-bds-tab>li.active>a:focus, .search-bds-tab>li.active>a:visited{
    color: #fff;
    background: none;
}
.search-bds-tab>li>a:after{
    content: '';
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 5px;
    right: -16px;
}
.search-bds-tab>li:last-child>a:after{
    display: none;
}
.search-box input{
    padding: 14px 24px;
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    border: none;
    height: 52px;
    line-height: 52px;
    width: calc(100% - 68px);
}
.search-box .btn-default{
    border-radius: 0px 8px 8px 0px;
    height: 52px;
    width: 68px;
    padding: 0;
}
.search-box .btn-default:hover{
    background: #cb6a1f;
    border-color: #cb6a1f;
}

.block-search-box-bds .info{
    margin-top: 22px;
    margin-bottom: 9px;
}
.block-search-box-bds .tips .gy{
    color: rgba(255, 255, 255, 0.6);
    display:inline-block;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    font-size: 14px;
    transition: .25s;
    margin: 0 4px;
}
.block-search-box-bds .tips .gy:first-child{
    margin-left: 10px;
}
.block-search-box-bds .tips .gy:hover{
    color: #fff;
    border-color: #fff;
    transition: .25s;
    cursor: pointer;
    background: #fff;
    color: #000;
}
.free-ck-bs{
    text-align: center;
}
.free-ck-bds img{
    height: 75px;
    width: auto;
    margin-bottom: 18px;
}
.free-ck-bds .title{
    font-size: 20px;
    font-weight: 700;
}
.block-ck-bds{
    margin: 64px 0;
    text-align: center;
}
.block-ck-bds .btn{
    margin-top: 40px;
}
.title-block-simple {
    font-weight: 700;
    font-size: 36px;
    color: #434C59;
    margin-bottom: 20px;
}
.des-block-simple {
    font-size: 16px;
    color: #447486;
    margin-bottom: 20px;
    text-align: center;
}
.block-bds .info{
    color: #447486;
    font-weight: 500;
    font-size: 16px;
}
.block-bds span{
    color: #434C59;
}
.bds-tabs{
    margin-top: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    white-space: nowrap;
    overflow-x: auto;
}
.bds-tabs>li{
    float: none;
    display: inline-block;
    position: relative;
    margin-right: 24px;
}
.bds-tabs>li>a{
    color: #447486;
    padding: 7px 0;
    color: #447486;
    font-weight: 500;
    font-size: 16px;
}
.bds-tabs>li>a, .bds-tabs>li>a:hover, .bds-tabs>li.active>a, .bds-tabs>li.active>a:hover,.bds-tabs>li.active>a:focus{
    background: none;
    border: none;

}
.bds-tabs>li>a:hover, .bds-tabs>li.active>a, .bds-tabs>li.active>a:hover,.bds-tabs>li.active>a:focus{
    color: #434C59;
}
.bds-tabs>li.active:before{
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #E87722;
    display: inline-block;
    bottom: 0px;
    position: absolute;
}
.bds-grid{
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
}
.bds-grid .content{
    padding: 8px;
}
.img-16-9{
    position: relative;
    padding-top: 52.65%;
    border-radius: 4px;
    overflow: hidden;
}
.img-16-9 img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}
.img-rectangle{
    position: relative;
    padding-top: 40%;
    border-radius: 4px;
    overflow: hidden;
}
.img-rectangle img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}
.img-4-3{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.img-4-3 img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}
.bds-grid h3{
    font-size: 14px;
    color: #434C59;
    margin-bottom: 8px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 400;
}
.bds-grid h3 a{
    color: #434C59;
}
.bds-grid .price{
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #E87722;
}
.bds-grid .info{
    color: #447486;
    margin-bottom: 8px;
    font-weight: 400;
    padding: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}
.bds-grid .info img, .bds-grid .utility img{
    margin-right: 7px;
}
.bds-grid .info li{
    display: inline-block;
    margin-right: 13px;
    vertical-align: middle;
    font-weight: 400;
    position: relative;
}
.bds-grid .info li span{
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #447486;
}
.bds-grid .info li:before{
    content: '';
    height: 3px;
    width: 3px;
    background: #447486;
    position: absolute;
    display: inline-block;
    top: 6.5px;
    right: -7px;
    border-radius: 50%;
}
.bds-grid .info li:first-child{
    width: 30%;
}
.bds-grid .info li:last-child{
    margin-right: 0;
    width: 65%;
}
.bds-grid .info li:last-child:before{
    display: none;
}
.bds-grid .utility{
    padding: 0;
    color: #447486;
    height: 20px;
    font-size: 14px;
    margin: 0;
}
.bds-grid .utility li{
    display: inline-block;
    margin-right: 12px;
}
.bds-grid .utility li:last-child{
    margin-right: 0
}
.bds-grid .utility li img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.bds-grid .utility .fa{
    margin-right: 4px;
}
.tab-pane{
    padding: 0 !important;
}
.bds-grid .favourite{
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.74);
    border-radius: 12px;
    border: none;
    height: 40px;
    width: 40px;
}

.investor{
    border: 1px solid #0000001C;
    border-radius: 12px;
    padding: 14px;
    width: 100%;
    height: 124px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.investor .img{
    padding-top: 75%;
    position: relative;
}
.investor .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.project-hot{
    position: relative;
    padding-top:170%;
    width: 100%;
    border-radius: 4px;
}
.project-hot img{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 4px;
}
.project-hot .label{

    border-radius: 8px 8px 8px 0px;
    top: 10px;
    left: -8px;
    padding: 8px 16px 8px 34px;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
}
.project-hot .label.green{
    background: #05DF5C;
}
.project-hot .label.orange{
    background: #E87722;
}
.project-hot .label.green:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #07AE4A;
    border-right: 4px solid #07AE4A;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
}
.project-hot .label.orange:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #CB5B08;
    border-right: 4px solid #CB5B08;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
}
.project-hot .label:after{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/stars.svg) no-repeat;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 15px;
}
.project-hot .info{
    color: #fff;
    padding: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
}
.project-hot .info h3{
    font-size: 24px;
    margin-bottom: 8px;
}
.project-hot .info ul{
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.project-hot .info ul li{
    margin-bottom: 8px;
}
.project-hot .info ul li:last-child{
    margin-bottom: 0;
}
.xem-tat-ca-bds{
    display: inline-block;
    margin-top: 10px;
}
.xem-tat-ca-bds .fa{
    margin-left: 5px;
}
.owl-project-slider .owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.owl-project-slider .owl-next, .owl-project-slider .owl-prev{
    width: 48px;
    height: 48px;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    background: #fff;
    box-shadow: 1px 2px 8px 0px #00000024;
    position: absolute;
}
.owl-project-slider .owl-next{
    right: -20px;
}
.owl-project-slider .owl-prev{
    left: -20px;
}
.block-bds-app{
    margin-bottom: 64px;
}
.block-bds-app .img{
    width: 187px;
    height: auto;
    margin-right: 12px;
}
.block-bds-app .des{
    color: #447486;
}
.block-bds-app .des ul{
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 24px;
}
.block-bds-app .img-bg{

    height: auto;
    padding: 25px 0;
    text-align: right;
}
.block-bds-app .img-bg:before{
    content: '';
    top: 0;
    left: 15px;
    width: 100%;
    height: 100%;
    background: url(../images/bds-xt.svg) no-repeat;
    background-size: contain;
    background-position: left;
    position: absolute;
    display: inline-block;
    z-index: 1;
}
.block-bds-app .img-bg img{
    width: 80%;
    height: auto;
    position: relative;
    z-index: 2;
    margin-right: 15px;
}
.block-tamnhin{
    background: url(../images/bg_tamnhin.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
}
.block-tamnhin .title{
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-left: 54px;
    margin-bottom: 16px;
}
.block-tamnhin .title:before{
    content: '';
    width: 51px;
    height: 120px;
    background: url(../images/phay.svg) no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.block-tamnhin .des{
    padding-left: 54px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 32px;
}
.img-hex{
    width: 50%;
    float: left;
    max-width: 100%;
    height: auto;
}
.img-hex:nth-child(3){
    margin-left: -75%;
    margin-top: 43%;
}
.giatrivanhoa-grid{
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 87px;
}
.giatrivanhoa-grid .img-16-9{
    margin-bottom: 16px;
    border-radius: 4px;
    overflow: hidden;
}
.giatrivanhoa-grid .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.giatrivanhoa-grid .info.expanded{

    z-index: 9;
    background: #fff;
    padding-top: 16px;
    box-shadow: 3px 3px 5px 0px rgba(229,228,228,0.75);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(229,228,228,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(229,228,228,0.75);
    padding: 20px;
    border: 1px solid #ddd;
}
.giatrivanhoa-grid .des{
    height: 48px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 16px;
    transition: height .25s;
    
}
.giatrivanhoa-grid .des.expanded{
    height: 160px;
    -webkit-line-clamp: unset;
    text-align: justify;
}
.giatrivanhoa-grid .des p:last-child{
    margin-bottom: 0;
}
.giatrivanhoa-grid .mo-rong{
    color: #434C59;
    font-size: 16px;
    font-weight: 600;

}
.giatrivanhoa-grid .mo-rong .fa{
    margin-left: 5px;
}
.giatrivanhoa-grid .title{
    color: #FFF;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    bottom: 24px;
    left: 16px;
}
.giatrivanhoa-grid .title:before{
    content: '';
    width: 28px;
    height: 2px;
    display: inline-block;
    background: #E87722;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.news-grid .content{
    border-radius: 0px 0px 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-top: none;
    background: #FFF;
    box-shadow: 8px 10px 20px 1px rgba(152, 152, 152, 0.16);
    padding: 30px 24px;
}
.news-grid h3{
    font-size: 20px;
    font-weight: 600;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
    margin-bottom: 32px;
}
.news-grid .info{
    border-top: 1px solid #D9D9D9;
    font-size: 14px;
    padding: 0;
    margin: 0;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    color: #7C8893;
}
.news-grid .info img{
    margin-right: 5px;
}
.news-grid .info .readmore{
    text-transform: uppercase;
    color: #ED7D31;
}
.news-grid{
    border-radius: 4px 4px 0 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.bg-breadcrum{
    color: #fff;
    text-align: center;
    padding: 185px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: -48px;
}
.title-bg{
    font-size: 48px;
    margin-bottom: 12px;
    font-weight: 700;
}
.des-bg{
    font-size: 14px;
    font-weight: 400;
}
#sync1-tuyendung{
    margin-bottom: 16px;
}
#sync2-tuyendung .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
}
#sync2-tuyendung .owl-prev, #sync2-tuyendung .owl-next{
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    position: absolute;
    font-size: 42px;
    top: 50%;
    transform: translateY(-50%);
}
#sync2-tuyendung .owl-prev{
    left: 0;
}
#sync2-tuyendung .owl-next{
    right: 0;
}
#sync2-tuyendung .owl-prev.disabled, #sync2-tuyendung .owl-next.disabled{
    opacity: 0.5;
    cursor: no-drop;
}
#sync2-tuyendung .img-16-9{
    border: 2px solid transparent;
}
#sync2-tuyendung .owl-item.active.current .img-16-9{
    border: 2px solid #E87722;
}
.ut-thongbao{
    border-radius: 4px;
    background: #E87722;
    padding: 32px;
    margin-bottom: 50px;
    font-size: 24px;
    color: #fff;
    margin-top: 64px;
}
.btn-ut-popup{
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #FFF;
    color: #E87722;
    font-size: 16px;
    padding: 12px 28px;
    margin-top: 40px;
}
#accordion{
    margin-bottom: 0;
}
.box-list-vtut{
    border-radius:4px;
    border: 1px solid #E87722;
    padding: 24px;

}
.list-vtut{
    box-shadow: none;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    margin: 0 !important;
    background: none;
}
.list-vtut:last-child{
    padding-bottom: 0;
}
.list-vtut h4{
    font-size: 20px;
    font-weight: 700;
}
.list-vtut h4 a.collapsed:before{
    content: '\f0d8';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 8px;
    font-size: 19px
}
.list-vtut h4 a:before{
    content: '\f0d7';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 8px;
    font-size: 19px
}
.list-vtut p:last-child{
    margin-bottom: 0;
}
.list-vtut .des{
    color: #447486;
    margin-top: 8px;
}
#form_main_tuyen_dung{
    color: #000;
    font-size: 16px;
}
#form_main_tuyen_dung h3{
    font-size: 24px;
    margin-bottom: 22px;
    font-weight: 700;
    text-align: center;
    color: #000;
}
#form_main_tuyen_dung .tb-tb{
    color: #9A9FA5;
    font-size: 16px;
}
#form_main_tuyen_dung .tb-tb strong{
    color: #434c59;
}
.form-control{
    box-shadow: none;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    height: 50px;
    font-size: 16px;
}
.form-group{
    margin-bottom: 20px;
}
.btn-full{
    width: 100%;
}
#reg_ut.modal-vertical-centered.in{
    background: unset;
}
.mrg-t-24{
    margin-top: 24px;
}
.title-simple-mn{
    font-size: 24px;
    font-weight: 700;
    color: #434C59;
    margin-bottom: 16px;
}
.form-lh textarea{
    height: 130px;
    resize: vertical;
}
.form-lh .form-control{
    border-radius: 8px;
    background: #FAFAFA;
    border: none;
}
.des-lh{
    color: #447486;
}
.des-lh h3{
    text-transform: uppercase;
    margin-bottom: 12px;
}
.des-lh ul{
    list-style: disc;
    padding-left: 15px;
}
.des-lh li{
    margin-bottom: 12px;
}
.des-lh li:last-child{
    margin-bottom: 0;
}
.btn {
    padding: 0 28px !important;
    height: 50px;
    line-height: 50px;
}
.owl-slider{
    margin-top: -48px;
}
.search-nmg-box{
    background: url('../images/bg-search-nmg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 139px 0;
    color: #fff;
    margin-bottom: 64px;
    margin-top: -48px;
}
.search-nmg-box .title{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}
.search-nmg-box .search{
    margin-top: 40px;
    width: 100%;
    position: relative;
    position: relative;
}
.search-nmg-box .search input{
    padding: 14px 24px;
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    border: none;
    height: 52px;
    line-height: 52px;
    width: calc(100% - 215px);
}
.search-nmg-box .gr{
    background: #E87722;
    display: inline-block;
    color: #fff;
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: 0;
    right: 0;
}
.search-nmg-box .gr a{
    color: #fff;
    padding: 14px 24px;
    background: none;
    height: 52px;
    display: inline-block;
    position: relative;
}
.search-nmg-box .gr a:before{
    content: '';
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.60);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
}
.search-nmg-box button{
    border: none;
    background: none;
    padding: 14px 24px;
    background: none;
    height: 52px;
}
.nmg-grid{
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    background: #FFF;
    margin-bottom: 30px;
    padding: 8px;
}
.nmg-grid .img-4-3{
    border-radius: 8px;
}
.nmg-grid h3 a{

    color: #434C59;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.nmg-grid .info{
    padding: 20px;
}
.nmg-grid .des{
    color: #447486;
    margin-bottom: 8px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.nmg-grid .ratting{
    color: #447486;
    margin-top: 8px;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
}
.nmg-grid .ratting span{
    margin-left: 8px;
}
.info-mgv{
    margin-bottom: 24px;
    color: #447486;
}
.info-mgv span{
    color: #434C59;
}
.nmg-grid .email{
    font-size: 12px;
    display: flex;
}
.nmg-grid .email img{
    margin-right: 8px;
}
.mgv-kv{
    border-radius: 4px;
    background: #F6F6F6;
    padding: 24px;
}
.mgv-kv .title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.mgv-kv .title .fa{
    margin-left: 8px;
}
.mgv-kv h2{
    font-size: 20px;
    color: #E87722;
}
.nmg-list{
    margin-bottom: 16px;
    background: #fff;
}
.nmg-list .email{
    white-space: nowrap;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 12px;
    margin: 8px 0;
}
.nmg-list .email img{
    width: 20px !important;
    height: 20px;
    display: inline-block !important;
}
.nmg-list .info{
    background: #fff;
    padding: 24px;
}
.nmg-list .ratting{
    font-size: 14px;
    height: 21px;
    line-height: 21px;
}
.nmg-list .ratting img{
    width: 20px !important;
    height: 20px;
    display: inline-block !important;
}
.nmg-list h3 a{
    font-size: 20px;
}
.owl-meo-meo .owl-stage {
    left: -110px;
}
.img-1-1{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.img-1-1 img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
}
.mrg-lr-0{
    margin-left: 0;
    margin-right: 0;
}
.pdd-lr-0{
    padding-left: 0;
    padding-right: 0;
}

.owl-meo-meo .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.owl-meo-meo .owl-next, .owl-meo-meo .owl-prev {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    background: #fff;
    box-shadow: 1px 2px 8px 0px #00000024;
    position: absolute;
}
.owl-meo-meo .owl-prev {
    left: -72px;
}
.owl-meo-meo .owl-next {
    right: -72px;
}
.danh-gia-mra{
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    position: relative;
}
.border-bottom{
    position: relative;
    margin-bottom: 24px;
}
.border-bottom:before{
    content:'';
    height: 1px;
    background: rgba(0, 0, 0, 0.11);
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    display: inline-block;
}
.border-bottom:last-child::before{
    display: none;
}
.danh-gia-mra .img{
    flex-basis: 20%;
    margin-right: 16px;
}
.danh-gia-mra .info{
    flex: 1;
}
.danh-gia-mra h3{
    color: #447486;
    font-weight: 400;
    margin-bottom: 8px;
}
.danh-gia-mra h3 strong{
    font-weight: 500;
}
.danh-gia-mra .ratting{
    margin-bottom: 8px;
}
.danh-gia-mra .publtime{
    margin-bottom: 8px;
    color: #447486;
}
.danh-gia-mra .publtime .fa{
    margin-right: 8px;
}
.danh-gia-mra .img-1-1{
    border-radius: 50%;
    overflow: hidden;
}
.danh-gia-mra .des{
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#modalformContact{
    text-align: left;
}
#modalformContact .info{
    text-align: left;
}
#modalformContact .info h2{
    font-size: 24px;
    color: #434C59;
    margin-bottom: 16px;
    font-weight: 700;
}
#modalformContact .info h3{
    color: #447486;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 400;
}
#modalformContact .info ul{
    padding-left: 0
}
#modalformContact .info ul li{
    position: relative;
    display: flex;
    margin-bottom: 12px;
}
#modalformContact .info ul li:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/check.svg') no-repeat;
    display: inline-block;
    background-size: cover;
    margin-right: 8px;
}
#modalformContact .hotline{
    margin-top: 24px;
    text-align: left;
}
#modalformContact .hotline h2{
    color: #434C59;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 9px;
}
#modalformContact .hotline .hotline-l{
    color: #E87722;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 17px;
    display: inline-block;
    width: 100%;
}
#modalformContact .hotline .hotline-l .img-ico{
    margin-right: 8px;
    display: inline-block;
    background: #E87722;
    text-align: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
#modalformContact .hotline .hotline-l img{
    width: 16px;
    height: 16px;
}

#modalformContact .modal-dialog{
    width: 900px;

}
#modalformContact .modal-content{

    padding: 40px;
    padding-top: 55px;
}





#modalformDichvu{
    text-align: left;
}
#modalformDichvu .info{
    text-align: left;
}
#modalformDichvu .info h2{
    font-size: 24px;
    color: #434C59;
    margin-bottom: 16px;
    font-weight: 700;
}
#modalformDichvu .info h3{
    color: #447486;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 400;
}
#modalformDichvu .info ul{
    padding-left: 0
}
#modalformDichvu .info ul li{
    position: relative;
    display: flex;
    margin-bottom: 12px;
}
#modalformDichvu .info ul li:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/check.svg') no-repeat;
    display: inline-block;
    background-size: cover;
    margin-right: 8px;
}
#modalformDichvu .hotline{
    margin-top: 24px;
    text-align: left;
}
#modalformDichvu .hotline h2{
    color: #434C59;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 9px;
}
#modalformDichvu .hotline .hotline-l{
    color: #E87722;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 17px;
    display: inline-block;
    width: 100%;
}
#modalformDichvu .hotline .hotline-l .img-ico{
    margin-right: 8px;
    display: inline-block;
    background: #E87722;
    text-align: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
#modalformDichvu .hotline .hotline-l img{
    width: 16px;
    height: 16px;
}

#modalformDichvu .modal-dialog{
    width: 900px;

}
#modalformDichvu .modal-content{

    padding: 40px;
    padding-top: 55px;
}

.modal-dialog .close{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index:99999
}
.modal-content{
    color: #434C59;
}
.form-contact textarea{
    height: 100px;
    resize: vertical;
}
.pagination>li>a, .pagination>li>span{
    border-radius: 8px;
    margin: 0 16px;
    padding: 8px 16px;
    border: 1px solid #878690;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 8px;
}
.xem-tat-ca-nmg{
    border-radius: 4px;
    border: 1px solid #E87722;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #E87722;
    margin-bottom: 24px;
    display: inline-block;
}
.xem-tat-ca-nmg:before{
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/bar.svg') no-repeat;
    display: inline-block;
    margin-right: 10px;
    top: 1px;
    position: relative;
}
.detail-nmg h1{
    font-size: 36px;
    font-weight: 700;
    color: #434C59;
    margin-bottom: 12px;
}
.detail-nmg .des{
    margin-bottom: 41px;
}
.info-nmg{
    border-radius: 12px;
    border: 1px solid #E87722;
    background: #FFF;
    padding: 39px 24px;
    text-align: center;
}
.info-nmg .avatar{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 3px solid rgba(197, 39, 40, 0.40);
    margin-bottom: 24px;
    position: relative;
}
.info-nmg .avatar img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.info-nmg .avatar .status-online{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #27AE60;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 8px;
}
.info-nmg .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.info-nmg .des{
    font-size: 16px;
    color: #447486;
    margin-bottom: 27px;
}
.info-nmg .btn-default{
    margin-bottom: 10px
}
.mrg-lr-5{
    margin-left: -5px;
    margin-right: -5px;
}
.pdd-lr{
    padding-left: 5px;
    padding-right: 5px;
}
.bds-grid-nmg{
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    background: #FFF;
    padding: 8px;
    margin-bottom: 30px;
    position: relative;
}
.bds-grid-nmg .favourite {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.74);
    border-radius: 12px;
    border: none;
    height: 40px;
    width: 40px;
}
.bds-grid-nmg .content {
    padding: 16px;
}
.bds-grid-nmg .price {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    color: #E87722;
}
.bds-grid-nmg h3{
    font-size: 20px;
    font-weight: 600;
    color: #434C59;
    margin-bottom: 16px;
}
.bds-grid-nmg .info, .bds-grid-nmg .utility {
    color: #447486;

    font-weight: 400;
    padding: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.bds-grid-nmg .info img, .bds-grid-nmg .utility img{
    margin-right: 7px;
}
.bds-grid-nmg .info{
    margin-bottom: 16px;
}
.mng-pills{
    margin-bottom: 24px;
    
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.mng-pills>li.active>a, .mng-pills>li.active>a:hover, .mng-pills>li.active>a:focus {
    color: #434C59;
    background:none;
    font-weight: 500;

}
.mng-pills>li.active>a:after, .mng-pills>li.active>a:hover:after, .mng-pills>li.active>a:focus:after, .mng-pills>li>a:hover:after, .mng-pills>li>a:focus:after {
    content: '';
    width: 100%;
    bottom:-1px;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #434C59;
}
.mng-pills>li>a{
    padding: 0;
    margin-right: 40px;
    padding-bottom: 12px;
    border-radius: 0;
    position: relative;
}
.mng-pills>li>a:hover, .mng-pills>li>a:focus {
    text-decoration: none;
    background:none;

}
.free-ck-bds-2 .title{
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700;
}
.free-ck-bds-2 .des{
    text-align: justify;
}
.free-ck-bds-2 img{
    width:40px;
    height:40px;
    margin-bottom: 16px;
}
.bg-gray .ck-ck .free-ck-bds-2{
    padding: 24px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.11);
}
.bg-gray .ck-ck{
    display: flex;
}
.bg-gray .ck-ck .col-md-8{
    display: flex;
}
.news-grid-2 .img-16-9{
    margin-bottom: 16px;
}
.news-grid-2 h3{
    margin-bottom: 12px;
    height: 60px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-grid-2 h3 a{
    font-size: 20px;
    font-weight: 700;
    color: #434C59;
}
.news-grid-2 .des{
    height: 46px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #447486;
}
.news-grid-2 .xem-them{
    color: #434C59;
    display: inline-block;
    margin-top: 8px;
}
.xem-tat-ca-news-grid-style-2{
    position: absolute;
    top: 20px;
    right: 0;
}
.xem-tat-ca-news-grid-style-2 .fa{
    margin-left: 4px;
}
.pdd-lr-12{
    padding-left: 12px;
    padding-right: 12px;
}
.mrg-lr-12{
    margin-left: -12px;
    margin-right: -12px;
}
.kdc{
    margin-bottom: 24px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    display: block;
    
}
.kdc .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    padding: 20px;
}
.kdc:hover{
    color: #fff;
}
.kdc-1{
    min-height: 500px;
}
.kdc-1 img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.kdc-2 img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.kdc h3{
    font-size: 24px;
    
    font-weight: 700;
}
.kdc .des{
    margin-top: 8px;
}
.xem-tat-ca{
    display: inline-block;
    color: #434C59;
}
.xem-tat-ca .fa{
    margin-left: 4px;
}
.kvql-nmg{
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}
.kvql-nmg:before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%)

}

.kvql-nmg .des{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    color: #fff;
}
.kvql-nmg .des h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}
.kvql-nmg .des .count{
    margin-bottom: 16px;
}

.kvql-nmg .btn-outline{
    border-color: #fff;
    color: #fff;
}
.mo-mo a{
    cursor: not-allowed;
    color: #E3E3E3;
}
.color{
    color: #447486;
}
.filter-cdt:after{
    content: '\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 4px;
    color: #C52728;
}
.filter-cdt{
    border: none;
    float: right;
}
.mrg-bt-20{
    margin-bottom: 20px;
}
.viewcat-cdt{
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    background: #FFF;
    padding: 24px 24px 12px 24px;
}
.viewcat-cdt img{
    height: 65px;
    width: auto;
}
.viewcat-cdt h3{
    margin-top: 24px;
    margin-bottom: 8px;
    color: #434C59;
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.viewcat-cdt .info{
    font-size: 14px;
    color: #818181;
    margin-bottom: 8px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.viewcat-cdt .des{

    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 46px;
}
.viewcat-cdt .project{
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0;

}
.viewcat-cdt .project:hover{
    overflow-x: auto;
}
.viewcat-cdt .project::-webkit-scrollbar {
    height:3px;
    bottom: -10px;
}

/* Track */
.viewcat-cdt .project::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.viewcat-cdt .project::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.viewcat-cdt .project::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.viewcat-cdt .project li{
    display: inline-block;
}
.viewcat-cdt .project a{
    font-size: 16px;
    font-weight: 600;
    color: #E87722;
    margin-right: 24px;
    position: relative;
    display: inline-block;
}
.viewcat-cdt .project a:after{
    content: '';
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
    right: -12px;
    top: 4px;
}
.viewcat-cdt .project li:last-child a:after{
    display: none;
}
.info-khuvuc{
    margin-bottom: 64px;
}
.info-khuvuc .title{
    color: #447486;
    font-weight: 400;
    margin-bottom: 8px;
}
.info-khuvuc .price{
    color: #E87722;
    font-weight: 500;
}
.info-khuvuc .des-title{
    font-size: 20px;
    color: #434C59;
    margin-top: 30px;
    margin-bottom: 11px;
    font-weight: 700;
}
.info-khuvuc .des{
    text-align: justify;
}
.border-right{
    border-right: 1px solid rgba(0, 0, 0, 0.11);
}
.info-khuvuc .giatb{
    margin-bottom: 24px;
}
.info-khuvuc iframe{
    width: 100%;
    height: 500px;
}


.info-project{
    margin-bottom: 64px;
}
.info-project .title{
    color: #447486;
    font-weight: 400;
    margin-bottom: 8px;
}
.info-project .des-title{
    font-size: 20px;
    color: #434C59;
    margin-top: 30px;
    margin-bottom: 11px;
    font-weight: 700;
}
.info-project .des{
    text-align: justify;
    margin-bottom: 24px;
}
.info-project .truc-thuoc{
    color: #E87722;
}
.title-bds-view{
    color: #E87722;
    margin-top: 12px;
    font-size: 24px;
    font-weight: 700;
}
.filter-box{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    margin-bottom: 16px;
    margin-top: 16px;
}
.mrg-b-16{
    margin-bottom: 16px;
}
.btn-sm{
    padding: 4px 12px !important;
    height: auto;
    line-height: normal;
    font-weight: 400;
}
.drop-box-filter{
    padding: 0;
    border-radius: 4px;
    border-top: 4px solid #DE8556;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(7, 6, 34, 0.06);
    border: none;

    min-width: 390px;
    margin-top: 20px;
}
.filter-body{
    padding: 24px;
}
.title-drop-box-filter{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}
input[type=checkbox]{
    border-radius: 4px;
    margin: -2px 8px 0 0;
    box-shadow: none;
    border-color: #434C59;
    width: 22px;
    height: 22px;
    display: inline-block;
}
input[type='checkbox']:checked:before{
    font-size: 15px;
    color: #fff;
    background: #434C59;
    width: 100%;
    height: 100%;
    line-height: 22px;
}
.drop-box-filter label{
    font-weight: 400;
    color: #447486;
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 0 !important;
    vertical-align: middle;
}

.mrg-b-12{
    margin-bottom: 12px;
}
.filter-box .dropdown{
    display: inline-block;
}
.filter-box .footer-filter{
    padding: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
}
.filter-box .footer-filter .row .col-md-12:last-child{
    text-align: right;
}
.filter-box .footer-filter button+button{
    margin-left: 12px;
}
.list-check{
    padding: 0;
    margin: 0;
}
.list-check li{
    display: inline-block;
    width: 160px;
    margin-bottom: 12px;
}
.ion-range{
    padding: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
}
.filter-box .dropdown{
    margin-right: 12px;
}
.filter-box .mark{
    margin-left: 5px;
    padding: 1px 6px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.3;
    background: #00779a;
    color: #fff;
}
.filter-body .row .col-md-12:last-child{
    border-left: 1px solid rgba(0, 0, 0, 0.11);
}
#filter-them{
    min-width: 800px;
}
#filter-them .p-1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 24px;
}
#filter-them .p-2{
    padding: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
}
#filter-them .c-1{
    padding-right: 50px;
}
#filter-them .c-2{
    padding-left: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.11);
}

#detail .address{
    color: #447486;
    font-size: 16px;
}
#detail h1{
    color: #434C59;
    font-size: 1.9rem;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 24px;
}
#detail .info{
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #E87722;
    margin-bottom: 24px;
    font-weight: 500;
}
#detail .info label{
    color: #272B30;
    font-weight: 400;
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
    opacity: 0.5;
}
#detail .info img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
#detail .title-sub{
    color: #434C59;
    font-size: 1.9rem;
    margin-bottom: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
#detail .des-box{
    margin-bottom: 48px;
}
#detail .des{
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 24px;
    height: 50px;
}
#detail .des.expanded {
    height: auto;
    text-align: justify;
    -webkit-line-clamp: unset
}

#detail .xem-them{
    color: #434C59;
    font-weight: 600;
}
#detail .info-ex label{
    font-weight: 400;
    color: #447486;
}
#detail .info-li{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}
.mrg-lr-40{
    margin-left: -40px;
    margin-right: -40px;
}
.pdd-lr-40{
    padding-left: 40px;
    padding-right: 40px;
}
#uu-diem{
    color: #447486;
}
#uu-diem .br-bottom{
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    padding: 16px 0;
}
#uu-diem label{
    color: #434C59;
}
#detail .title-sub-2{
    font-size: 16px;
    color: #434C59;
    margin-bottom: 24px;
    font-weight: 500;
}
#detail .title-sub-2 img{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: rgba(232, 119, 34, 0.10);
    padding: 8px;
    margin-right: 16px;
}
.tien-ich-khu-vuc{
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 195px;
}
#tien-ich-khu-vuc .des.expanded .tien-ich-khu-vuc{
    height: auto;
}
.tien-ich-khu-vuc li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.tien-ich-khu-vuc label{
    font-weight: 400;
    color: #447486;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.tien-ich-khu-vuc strong{
    flex-basis: 60px;
}
#tien-ich-khu-vuc .plan{
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    margin-bottom: 24px;
    padding-bottom: 24px;
}
#detail .tvv-box{
    border-radius: 12px;
    border: 1px solid #E87722;
    background: #FFF;
    padding: 22px;

}
#detail .tvv{
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}
#detail .tvv h3{
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}
#detail .tvv .ratting{
    font-size: 14px;
}
#detail .tvv-avatar{
    display: inline-block;
    position: relative;
    flex-basis: 60px;
    margin-right: 12px;
}
#detail .tvv-avatar img{
    border: 3px solid rgba(197, 39, 40, 0.40);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
#detail .tvv-avatar .status-online {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #27AE60;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 8px;
}
#detail .info-tvv{
    flex: 1;
}
#detail .tvv-box .danh-gia{
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 24px;
    padding-top: 24px;
}
#detail .tvv-box .danh-gia h3{
    font-size: 24px;
    color: #434C59;
    font-weight: 700;
    margin-bottom: 22px;
}
#detail .danh-gia-content{
    display: flex;
    align-items: center;
}
#detail .danh-gia-content img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-basis: 60px;
    margin-right: 12px;
}
#detail .danh-gia-info h4{
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}
#detail .danh-gia-info img{
    width: 20px;
    height: 20px;
    margin-right: 0;
    display: inline-block;
}
#detail .danh-gia-content-item .content{
    font-style: italic;
    margin-top: 18px;
    text-align: justify;
}
#detail .danh-gia-content-item .date{
    float: right;
    color: #447486;
    margin-top: 15px;
}
#detail .danh-gia-content-owl .owl-nav{
    position: absolute;
    left: auto;
    right: 0;
    top: -55px;
    width: 72px;
}
#detail .danh-gia-content-owl .owl-next, #detail .danh-gia-content-owl .owl-prev{
    width: 32px;
    height: 32px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    background: #fff;
    border: 1px solid #447486;
    box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.25);
    position: absolute;
}
#detail .danh-gia-content-owl .owl-next.disabled, #detail .danh-gia-content-owl .owl-prev.disabled{
    opacity: 0.5;
}
#detail .danh-gia-content-owl .owl-next{
    right: 0;
}
#detail .danh-gia-content-owl .owl-prev{
    left: 0;
}
.block-bds-lien-quan{
    background: #F6F6F6;
    padding: 64px 0;
}
.title-block-simple-mini{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #434C59;
}
#detail .gmap iframe{
    width: 100%;
    height: 415px;
}
#detail .gmap .address{
    font-size: 20px;
    font-weight: 500;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 48px 20px;
    color: #434C59;
    margin-bottom: 64px;
    margin-top: -7px;
    position: relative;
}
#detail .gmap .address:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/location_gray.svg') no-repeat;
    display: inline-block;
    position: absolute;
    top: 23px;
    left: 20px;
}
.sticky{
    position: sticky;
    top: 0;
}
.toggle input[type="checkbox"]:checked + .slider {
    background-color: #E87722 !important;
}
.toggle .slider {
    background-color: #ccc;
    cursor: pointer;
    width: 100%;
    height: 13px !important;
    transition: .4s;
    position: relative;
    border-radius: 50px;
    top: 2px !important;
}
.toggle .slider:before {
    background-color: #fff;
    bottom: 1px;
    content: "";
    height: 20px !important;
    left: 0 !important;
    position: absolute;
    transition: .4s;
    width: 20px;
    border-radius: 50px;
    top: -3px !important;
    border: 1px solid #447486;
}
.toggle input[type="checkbox"]:checked + .slider:before {
    transform: translateX(22px) !important;
}
.view_check{
    margin-right: 8px;
}
.show-map{
    float: right;
}
#container_right{
    position: fixed;
    top: 154px;
    bottom: 0;
    width: 33.3333%;
    height: 100%;
    right: 0;
}
.website_map_cuahang iframe{
    height: 100%;
}
#map_canvas{
    width: 100%;
    height: 100%;
}

.map-maker{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 12px;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
}
.map-maker:hover h3{
    color: #ED7D31;
}
.map-maker .img{
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 104px;
    width: 104px;
    height: 104px;
    position: relative;
    background: #000;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.map-maker .img img{
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.map-maker .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 12px;
}
.map-maker h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.map-maker .address{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.map-maker .utility{
    margin-bottom: 5px;
    padding: 0;
    font-size: 14px;
}
.map-maker .utility li img{
    width: 13px;
    height: 13px;
    margin-right: 4px;
}
.map-maker .utility li{
    display: inline-block;
    margin-right: 15px;
}
.map-maker .utility li:last-child{
    margin-right: 0;
}
.gm-style .gm-style-iw-c{
    padding: 0 !important;
    border-radius: 0 !important;
}
.gm-style .gm-style-iw-d{
    overflow-x: unset !important;
    width: 360px !important;
    max-height: 368px !important;
    overflow-y: auto ;
}
.location-maker{
    position: absolute;
    overflow: visible!important;
    line-height: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.location-maker:hover .location-maker-img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.location-maker .number{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 0;
    color: #fff;
    position: absolute;
    z-index: 110;
    opacity: 1;
}
.location-maker-img{
    width: 42px;
    height: 42px;
    border-width: 4px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    background-clip: padding-box;
    background-color: #ED7D31;
    border-style: solid;
    border-color: rgba(48,51,58,.3);
    border-radius: 50%;
    -webkit-animation-name: appear;
    animation-name: appear;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
}
#slider .slides>li a {
    position: relative;
    display: block;
    padding-top: 56.25%;
    overflow: hidden;
}
#slider .slides li a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#slider {
    position: relative;

    border: 0!important;
    border-radius: 0;
    background: #444c59;
    overflow: hidden;
    margin: 0;
}
#slider .slides li:hover {
    background: #30333a;
}
#slider .slider-buttons a {
    color: #00779a;
}
.but-nextdetail {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: rgba(255,255,255,.8);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0 8px;
    z-index: 99;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.but-nextdetail:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    line-height: 50px;
}
.but-predetail {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.66);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0 7px;
    z-index: 90;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.22);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.22);
    text-align: center;
}
.but-predetail:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    line-height: 50px;
}
.flex-disabled {
    opacity: .1;
    cursor: default;
}
#carousel .slides li a img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}
#carousel .slides li a {
    overflow: hidden;
    font-size: 16px;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
#carousel .slides li a:hover {
    opacity: .86;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#carousel_video .slides li a img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}
#carousel_video .slides li a {
    overflow: hidden;
    font-size: 16px;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
#carousel_video .slides li a:hover {
    opacity: .86;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#carousel .slider-buttons2 .icon-presmall {
    position: absolute;
    left: 0;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    background: #434C59;
    height: 72px;
    width: 32px;
    text-align: center;
    line-height: 72px;
}
#carousel .slider-buttons2 .flex-disabled {
    opacity: 1;
}
#carousel .slider-buttons2 .icon-nextsmall {
    position: absolute;
    right: 0;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    background: #434C59;
    height: 72px;
    width: 32px;
    text-align: center;
    line-height: 72px;
}
#carousel .slider-buttons2 .icon-nextsmall:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 2px 5px #666;
}
#carousel .slider-buttons2 .icon-presmall:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 0 5px #666;
}
#carousel .slider-buttons2 .flex-disabled:before {
    opacity: .1;
}


#carousel_video .slider-buttons2 .icon-presmall {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    background: #434C59;
    height: 72px;
    width: 32px;
    text-align: center;
    line-height: 72px;
}
#carousel_video .slider-buttons2 .flex-disabled {
    opacity: 1;
}
#carousel_video .slider-buttons2 .icon-nextsmall {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    background: #434C59;
    height: 72px;
    width: 32px;
    text-align: center;
    line-height: 72px;
}
#carousel_video .slider-buttons2 .icon-nextsmall:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 2px 5px #666;
}
#carousel_video .slider-buttons2 .icon-presmall:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 0 5px #666;
}
#carousel_video .slider-buttons2 .flex-disabled:before {
    opacity: .1;
}
#carousel {
    position: relative;
    width: 50%;
    margin:16px 0 0 0!important;
    border-radius: 0!important;
    border: 0!important;
    background: 0 0;
    float: left;
    overflow: hidden;

}
#carousel_video {
    position: relative;
    width: 50%;
    margin:16px 0 0 0!important;
    border-radius: 0!important;
    border: 0!important;
    background: 0 0;
    float: left;
    overflow: hidden;
    margin-top: 16px;
}
.changeimg-box {
    width: 100%;
    text-align: center;

}
#carousel .flex-viewport {
    padding: 0 40px;
}
#carousel_video .flex-viewport{
    padding: 0 40px;
}
#slider-box-detail{
    margin-top: -48px;
    margin-bottom: 24px;
    background: #434C59;
    color: #fff;
    padding: 16px 0;
}
.fancybox-custom-fullscreen {
	z-index: 2147483650
}

.fancybox-custom-fullscreen .fancybox-inner {
	right: 0;
	height: calc(100% - 86px)
}

.fancybox-custom-fullscreen .fancybox-thumbs {
	top: auto;
	bottom: 0;
	left: 0;
	max-width: 600px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: 0 0;
	margin: 0 auto;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.fancybox-custom-fullscreen .fancybox-thumbs::-webkit-scrollbar {
	display: none
}

.fancybox-custom-fullscreen .fancybox-thumbs__list a {
	border-radius: 4px;
	-webkit-transition: opacity .22s ease-in-out;
	transition: opacity .22s ease-in-out
}

.fancybox-custom-fullscreen .fancybox-thumbs__list a:hover {
	opacity: .86
}

.fancybox-custom-fullscreen .fancybox-thumbs__list a::before {
	border-radius: 4px;
	border-width: 4px;
	border-color: #fff
}

@media screen and (max-width:768px) {
	.fancybox-custom-fullscreen .fancybox-thumbs {
		max-width: 100%
	}
}

.fancybox-custom-fullscreen .fancybox-navigation .fancybox-button {
	top: calc(50% - 16px);
	width: 44px;
	height: 44px;
	background: 0 0;
	color: #337588
}

#detail .des > p>span, #detail .des > p{
    font-size: 1.7rem !important;
}
.fancybox-custom-fullscreen .fancybox-navigation .fancybox-button[disabled],
.fancybox-custom-fullscreen .fancybox-navigation .fancybox-button[disabled]:hover {
	color: #a3c8d4
}

.fancybox-custom-fullscreen .fancybox-navigation .fancybox-button--arrow_left {
	left: 6px;
	padding: 0
}

.fancybox-custom-fullscreen .fancybox-navigation .fancybox-button--arrow_right {
	padding: 0;
	right: 6px
}

.fancybox-custom-fullscreen .fancybox-navigation .fancybox-button div {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(255, 255, 255, .8);
	border-radius: 4px
}

.fancybox-custom-fullscreen .fancybox-navigation .fancybox-button div .zmdi {
	padding: 0;
	font-size: 32px
}

@media screen and (max-width:768px) {
	.fancybox-custom-fullscreen .fancybox-navigation .fancybox-button {
		width: 32px;
		height: 32px
	}

	.fancybox-custom-fullscreen .fancybox-navigation .fancybox-button div .zmdi {
		font-size: 24px
	}
    #carousel{
        display: none;
    }
    .naviicon{
        width: 100% !important;
        margin-left: 0px !important;
    }
    #detail .info{
        padding: 17px !important;
    }
    #detail .info .row>div{
        margin-bottom: 20px !important;
    }
}
.fancybox-custom-fullscreen .fancybox-inner {
    right: 0 !important;
    height: calc(100% - 86px);
}
.naviicon{
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0;
    float: left;
    width: 49%;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
}
.naviicon li{
    width: 19%;
    display: block;
    margin-right: 5px;
}
.naviicon li a{
    padding: 0 20px;
    border-radius: 4px;
    background: #447486;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    display: flex;
    height: 72px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.naviicon li a:hover{
    background: #325663;
}
.naviicon li:last-child{
    width: 39%;
}
.naviicon li a{
    color: #fff;
}
.naviicon li a img{
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-bottom: 4px;
    display: block;
}
.naviicon li.disable{
    opacity: .3;
    cursor: not-allowed;
}
.tab-contentt{
    display: none;
}
.tab-contentt.active{
    display: block;
}
#slider, #video{
    position: relative;
}
#accordion-qa .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
}
#accordion-qa .title a.collapsed{
    color: #434C59;
    font-size: 24px;
    display: block;
    position: relative;
    padding-right: 30px;
}
#accordion-qa .title a.collapsed:after{
    content:'';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('../images/plus.svg');
    position: absolute;
    top: 5px;
    right: 0;
}
#accordion-qa .title a{
    color: #ED7D31;
    font-size: 24px;
    display: block;
    position: relative;
    padding-right: 30px;
}
#accordion-qa .title a:after{
    content:'';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('../images/minus.svg');
    position: absolute;
    top: 5px;
    right: 0;
}
.accordion-qa{
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11) !important;
    margin-bottom: 32px !important;
    border-radius: 0;
}
#accordion-qa .panel-collapse{
    margin-top: 16px;
}
#accordion .title-sub:before{
    content: '\f068';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #434C59;
    background: #ddd;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    position: absolute;
    right: -45px;
}
#accordion .title-sub.collapsed:before{
    content: '\f067';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #434C59;
    background: #ddd;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    position: absolute;
    right: -45px;
}
.mrg-b-18{
    margin-bottom: 18px;
}
.detail-cdt h2{
    font-size: 36px;
    font-weight: 700;
    color: #434C59;
    margin-bottom: 12px;
}
.detail-cdt .view-all{
    margin-bottom: 18px;
    display: inline-block;
}
.detail-cdt .view-all .fa{
    margin-right: 8px;
}
.detail-cdt .full-name{
    margin-bottom: 12px;
    color: #818181;
}
.detail-cdt .info strong{
    font-weight: 400;
    color: #447486;
}
.detail-cdt .info{
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.detail-cdt .info li{
    margin-bottom: 12px;
}
.detail-cdt .img-cdt{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    background: #FFF;
}
.detail-cdt .img-cdt img{
    height: 80px;
    width: auto;
    max-width: 100%;
}
.d-flex{
    display: flex;
}
.detail-cdt .information{
    padding-bottom: 61px;
}
.detail-cdt .title-sub{
    font-size: 24px;
    font-weight: 700;
    color: #434C59;
    margin-bottom: 20px;
}
.detail-cdt .des{
    text-align: justify;
}
.detail-cdt .danb h4{
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 16px;
}
.detail-cdt .danb ul{
    padding-left: 25px;
    margin: 0;
    list-style: disc;
}
.detail-cdt .danb ul li{
    margin-bottom: 20px;
}
.detail-cdt .danb ul li:last-child{
    margin-bottom: 0;
}
.search-cdt-box{
    background: url('../images/bg-search-nmg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 139px 0;
    color: #fff;
    margin-bottom: 64px;
    margin-top: -48px;
}
.search-cdt-box .title{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}
.search-cdt-box .search{
    margin-top: 40px;
    width: 100%;
    position: relative;
    position: relative;
}
.search-cdt-box .search input{
    padding: 14px 24px;
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    border: none;
    height: 52px;
    line-height: 52px;
    width: calc(100% - 215px);
}
.search-cdt-box .gr{
    background: #E87722;
    display: inline-block;
    color: #fff;
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: 0;
    right: 0;
}
.search-cdt-box .gr a{
    color: #fff;
    padding: 14px 24px;
    background: none;
    height: 52px;
    display: inline-block;
    position: relative;
}
.search-cdt-box .gr a:before{
    content: '';
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.60);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
}
.search-cdt-box button{
    border: none;
    background: none;
    padding: 14px 24px;
    background: none;
    height: 52px;
}
#form-dk-cdn input{
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.11);
}
#form-dk-cdn textarea{
    width: 100%;
    height: 50px;
    resize: vertical;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.11);
}
#form-dk-cdn .btn-default {
    padding: 12px 28px;
    border: 1px solid #E87722;
    background: #E87722;
    color: #fff;
    border-radius: 4px;
}
#form-dk-cdn h3 {
    font-size: 24px;
    margin-bottom: 22px;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.bg-dv {
    background-position: center center;
    padding: 101px 0;
    background-size: cover;
    color: #fff;
    margin-top: -48px;
    position: relative;
}
.bg-dv:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.bg-dv p{
    margin-bottom: 0;
}
.bg-dv .btn{
    margin-top: 40px;
}
.gt-dv-1-box .des-block-simple{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 24px;
}
.gt-dv-1-box{
    margin-top: 72px;
    margin-bottom: 64px;
}
.gt-dv-1{
    border-radius: 4px;
    border: 1px solid #E87722;
    padding: 24px;
}
.gt-dv-1 h3{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #434C59;
    margin-bottom: 11px;
}
.gt-dv-1 .des{
    text-align: justify;
    color: #447486;
}
.gt-dv-1 .des p:last-child{
    margin-bottom: 0;
}
.same-height{
    display: flex;
}
.text-center{
    text-align: center !important;
}
.gt-dv-2{
    padding-left: 106px;
    position: relative;
    margin-top: 16px;
}
.gt-dv-2 .stt{
    font-size: 78px;
    position: absolute;
    top: -25px;
    left: 0;
    color: #E87722;
    font-weight: 700;
}
.gt-dv-2 h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.gt-dv-2 .des{
    color: #447486;
    text-align: justify;
}
.gt-dv-2 .des p:last-child{
    margin-bottom: 0;
}
.dv-3{
    position: relative;
}
.dv-3 .title{
    font-size: 20px;
    padding: 16px 29px;
    color: #fff;
    border-radius: 4px;
    background: #E87722;
    display: inline-block;
}
.dv-3 .des{
    margin-top: 16px;
    margin-bottom: 16px;
    color: #447486;
    text-align: justify;
    position: relative;
    padding-left: 11px;
}
.dv-3 .des:before{
    content: '';
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 3px;
    background: #E87722;
    position: absolute;
    display: inline-block;
}
.owl-dv-3{
    margin-bottom: 12px;
}
.owl-dv-3 img{
    border-radius: 4px;
    
}
.owl-dv-3-thumb .owl-item{
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
}

.owl-dv-3-thumb .owl-item.current{
    border: 2px solid #E87722;
}
.owl-dv-3-thumb .owl-prev, .owl-dv-3-thumb .owl-next {
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    position: absolute;
    font-size: 42px;
    top: 50%;
    transform: translateY(-50%);
}
.owl-dv-3-thumb .owl-next {
    right: 0;
}
.owl-dv-3-thumb .owl-prev.disabled, .owl-dv-3-thumb .owl-next.disabled {
    opacity: 0.5;
    cursor: no-drop;
}
.owl-dv-3-thumb .owl-prev {
    left: 0;
}
.dv-3{
    margin-bottom: 16px;
}
#accordion-faq{
    margin-bottom: 0;
}
.accordion-faq{
    border-radius: 0 !important;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    box-shadow: none;
    margin: 0 !important;
    background: none;
}
.accordion-faq:first-child{
    border-top: 1px solid rgba(0, 0, 0, 0.11);
}
.accordion-faq .title{
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.accordion-faq .des{
    text-align: justify;
}
.accordion-faq .title a.collapsed:after {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/right.svg);
    position: absolute;
    top: 0;
    right: 0;
}
.accordion-faq .title a:after {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/down.svg);
    position: absolute;
    top: 0;
    right: 0;
}
.owl-hatt .owl-dots{
    text-align: center;
    margin-top: 24px;
}

.owl-hatt .owl-dot{
    width: 10px;
    height: 10px;
    border: 1px solid #434C59;
    margin: 0 4px;
    display: inline-block;
    border-radius: 50%;
}
.owl-hatt .owl-dot.active{
    background: #434C59;
}
.owl-hatt-item .img-16-9:first-child{
    border-radius: 4px 4px 0px 0px;
}
.owl-hatt-item .img-16-9:last-child{
    border-radius: 0px 0px 4px 4px;
}
.owl-hatt-item .title{
    font-size: 20px;
    color: #fff;
    background: #E87722;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.block_free_content_lienhe{
    text-align: center;
}
.title-block-simple-small{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}
.color-blue{
    color: #447486;
}
/*.full-las-child:last-child{
    width: 100% !important;
    }*/
    .fr-text-col{
        margin-bottom: 50px;
    }
    .fr-text-col .title{
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 16px;
    }
    .fr-text-col .des{
        color: #447486;
        text-align: justify;
    }
    .w-80{
        width: 80%;
        margin: 0 auto;
    }
    .fr-chudautu{
        border-radius: 4px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.11);
        padding: 24px;
    }
    .fr-chudautu .des{

        margin: 16px 0;
    }
    .fr-chudautu .title{
        font-size: 20px;
        font-weight: 600;
    }
    .mrg-b-24{
        margin-bottom: 24px;
    }

    #video-gt .modal-dialog{
        width: 850px;
    }
    .block-fr-video{
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .block-fr-video .img-thumb-video{
     overflow: hidden;
     position: relative;
     border-radius: 4px;
     display: block;
 }
 .block-fr-video .img-thumb-video img{
    width: 100%;
    height: auto;
    
    transition: .25s;
}
.block-fr-video .img-thumb-video:before{
    content: '';
    width: 80px;
    height: 80px;
    background: url(../images/play.svg) no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .25s;
    z-index: 2;
}
.block-fr-video .img-thumb-video:hover img{
    transition: .25s;
    transform: scale(1.1);
}
.block-fr-video .img-video{
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.block-fr-video .des{
    margin-top: 40px;
}

.box-news-item-img img{
	width:100%;
	object-fit: cover;
    height: 280px;
}

.lienhe .bg-dv{
	display:none
}

.margin-bottom-30{
	margin-bottom:30px
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #E87722;
    border-color: #E87722;
}
.pagination>li>a, .pagination>li>span{
	color:#434C59
}

.text-left {
    text-align: left !important
}

.min-height-500{
	min-height:500px !important
}

.bnt_lienhe {
    margin-top: 20px;
    background: #E87722;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 15px 35px;
}

/* hoat dong cong ty */

.bg_danh_muc{
	background-size: cover;
	background-repeat:no-repeat;
	min-height:500px;
	text-align:center;
	padding:205px 0px;
	color:#fff
}
.bg_danh_muc h1{
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: -1px;
}

.pa_65{
	padding:65px 0px
}
.date_hoatdong{
	color:#447486;
	margin:8px 0px
}

.tieu-de-tin{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: #434C59;
}

.block_news_moi{
	position:relative;
	overflow:hidden;
	margin-bottom:30px
}
.block_news_moi:before{
	content:"";
	background:linear-gradient(360deg, #000000 -14.36%, rgba(0, 0, 0, 0) 109.24%);
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute
}

.block_news_moi .info_news{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:9;
	color:#fff;
	padding:15px
}
.block_news_moi .info_news h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
}

.block_news_moi .info_news h3 a{
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
    color:#fff
}

.margin-top-10{
	margin-top:10px
}


/* block macdinh*/

.panel-macdinh{
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.11);
	border-radius: 4px;
	padding:25px;
	margin-bottom:30px
}

.panel-macdinh .heading-block{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color:#434C59;
    margin-bottom:20px
}

.lienhe .form-control{
	height:50px !important
}

.lienhe textarea.form-control{
	min-height:100px
}

.lienhe .btn-default{
	width:100%
}

.panel-simple .heading-block, .panel-simple .heading-block a{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color:#434C59;
    margin-bottom:20px
}


.margin-bottom-30{
	margin-bottom:30px
}

/* tabs_mra_new*/

.tabs_mra_new{
	text-align:center;
	border-bottom:none;
	margin-bottom:30px
}
.tabs_mra_new li{
	float:none;
	display:inline-block
}
.tabs_mra_new li a{
	border: 1px solid #E87722;
	border-radius: 4px;	
	font-size: 16px;
	line-height: 19px;
	padding: 12px 28px 12px 28px;
}
.tabs_mra_new li.active a{
	background: #E87722;
}

.tabs_mra_new>li.active>a, .tabs_mra_new>li.active>a:hover, .tabs_mra_new>li.active>a:focus{
	background: #E87722;
	color:#fff
}


.box-news-col{
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.11);
	box-shadow: 8px 10px 20px 1px rgba(152, 152, 152, 0.16);
	border-radius: 0px 0px 4px 4px;
}

.box-news-col img{
	width:100%;
	object-fit: cover;
	
}
.box-news-col h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #434C59;
}

.box-news-body{
	padding:20px
}
.text-cam{
	color:#ED7D31
}

.bg_xam{
	background:#F3F5F8
}

.box-news-kh{
	background: #F6F6F6;
	border-radius:4px;
	padding:20px;
	border:1px solid #f6f6f6;
	margin-bottom:30px

}

.box-news-kh h3{
	color:#434C59;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;

}
.img-news-kh{
	border-radius: 20%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-news-kh i.fa {
	color:#E87722
}

.home .block_free_content_lienhe {
	text-align:center
}

.home .block_free_content_lienhe .des-lh-block {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 75%;
}

.page .left-0 .des-lh-block{
	margin-left: 0px !important;
}

.page .header-bottom{
	margin-bottom:0px
}

.page .antimhieuthem{
	display:none
}

.page .block-ck-bds{
	max-width:1240px;
	margin:64px auto
}

.page .width-65 .des-lh-block{
	width: 65%;
    margin: 0px auto;
}

.page .width-900 .block_free_content_lienhe{
	max-width: 900px;
}
.bnt_lienhe_dv{
	border:1px solid #E87722;
	color:#E87722;
	padding:10px;
	border-radius:6px
}

.bnt_lienhe_dv:hover{
	background:#E87722;
	color:#fff
}

.bg_all_dichvu{
	padding:60px 0px
}

.body_content_all_dv{
	font-size:16px;
	color:#434C59;
	margin:20px 0px;
	line-height:26px;
}
.title_all_dv{
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
    color:#434C59
}

.body_content_all_dv ul{
	padding:0px;
	width:90%
}

.body_content_all_dv ul li{
	display:inline-block;
	width:48%;
	line-height:26px;
	font-size:16px
}

.body_content_all_dv ul li:before{
	content: "\f05d";
	font: normal normal normal 16px/1 FontAwesome;
	padding-right:5px;
	color:#417086
}

.owl-slider .info-box2{
	position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
    background:#fff;
    color:#434C59;
    padding:25px;
    width:390px
}

.owl-slider .info-box2 .title_vinh{
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
    color:#E87722
}


.gt-box-img-right{
    position: relative;
}

.gt-box-img-right img {
    position: relative;
    z-index: 2;
    border-radius: 8px;
}


.gt-box-img-right:before {
    content: '';
    width: 333px;
    height: 315px;
    background: transparent;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    right: -8px;
    z-index: 0;
    border-radius: 8px;
    border: 3px solid #E87722;
}
.bg_trang .gt-box-img-right:before{
	left: -8px !important
}

.margin-bottom-0{
	margin-bottom:0px !important
}

#modalformgianhap{
	max-width:600px
}

.file-upload .file-select {
	display: block;
	border-radius: 4px;
    border: none;
    background: #FFF;
    cursor: pointer;

    text-align: left;
    color: #9A9FA5;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    border-radius: 4px;
    display: inline-block;
    background: none;
    border: 1px solid #447486;
    padding: 2px 8px;
    color: #9A9FA5;
}

.file-upload .file-select .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

.file-upload .file-select:hover {
	border-color: #34495e;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
	background: #34495e;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
	border-color: #3fa46a;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
	background: #3fa46a;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
	opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
	cursor: default;
	display: block;
	border: 2px solid #dce4ec;
	color: #34495e;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
	background: #dce4ec;
	color: #666666;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

.des-gianhap p{
	margin-bottom:0px;
	line-height:28px;
	font-size:16
}

.bg_nau{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    linear-gradient(0deg, #E87722, #E87722);
}

.box-text-position-right{
	width: 392px;
    position: relative;
    margin-left:-392px;
    left: 100%;
    padding:25px;
    background:#fff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    color:#434C59
}
.box-text-position-right .h3{
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0px;
	text-align: left;
}

.padding-top-30{
	padding-top:30px
}
.text-trang{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	color:#fff
}
.text-den{
	color:#434C59
}
.margin-top-30{
	margin-top:30px
}

.margin-top-90{
	margin-top:90px
}

.mglr_0{
	margin-left:0px !important;
	margin-right:0px !important
}
.mglr_0{
	padding-left:0px !important;
	padding-right:0px !important
}
.box-khacbiet{
	background:#434C59;
	color:#FFF;
	min-height:537px
}
.box-khacbiet .title-1{
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: center;
	background:#39404B;
	padding:20px;
	margin-bottom:30px
}

.box-khacbiet .title-2{
	font-family: Roboto;
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0px;
	text-align: center;
}
.box-khacbiet .des-kb{
	text-align:center;
	padding:20px
}
.box-khacbiet .des-kb ul{
	padding:0px
}
.box-khacbiet .des-kb ul li{
	border-bottom:1px solid #FFFFFF;
	display:block;
	padding:20px 0px
}

.box-khacbiet .des-kb ul li:last-child{
	border-bottom:none
}

.box-khacbiet-noibat{
	background:#E87722;
	margin-top:-50px;
	min-height:587px
}
.box-khacbiet-noibat .title-1{
	background:#E87722 !important;
	font-size:50px;
	padding-top:60px;
	margin-bottom:0px !important
}

.bg_gianhap{
	padding:60px 0px 30px
}
.bg_gianhap .panel-simple .heading-block{
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
}

.bg_gianhap .news-grid{
	margin-bottom:0px !important
}

.news .header-bottom{
	margin-bottom:0px !important
}

.box-news-item {
	/*border:1px solid #0000001C;*/
	margin-bottom:30px
}

.box-news-item-img{
	position:relative;
	overflow:hidden
}
.box-news-item-img .box-news-des{
	position:absolute;
	height:100%;
	width:100%;
	background:rgb(0 0 0 / 62%);
	z-index:9999;
	display:none;
	top:0;
	left:0;
	color:#fff;
	padding-top:20%
}
.box-news-item:hover .box-news-item-img .box-news-des {
	display:block
}
.box-news-item-title{
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: left;
}
.content_gdv{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .gt-box-img:before,.img-border-right:after,.img-border-left:after,.gt-box-img-right:before{
        content: none !important;
    }

    .header-top-right {
        justify-content: flex-start;
    }

    .container{
        padding: 0 2%;
    }

    .header-top .container{
        padding: 0;
    }

    .img-kinhnghiem{
        width: 200px !important;
        height: 150px !important;
    }

    .block_news_moi{
        padding-bottom: 30px;
    }

    .bg-dv{
        min-height: 100% !important;
    }

    p > img{
        width: 100%;
    }

    .dv-3 .des{
        text-overflow: ellipsis;
        line-height: 20px; /*độ cao từng hàng*/
        -webkit-line-clamp: 5; /*đặt dấu 3 chấm ở hàng thứ {5}*/
        height: 100px; /*độ cao của toàn bộ text*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden; /*ẩn toàn bộ text phía sau*/
    }

    .owl-project-slider .owl-nav{
        display: none;
    }

    .btn-content-bg-cam {
        width: 40% !important;
    }

    .content-right-bg-cam{
        transform: translateY(50px);
    }

    .top-right-top-thongtin,.top-right-bottom-thongtin{
        display: flex;
    }

    .center-top-thongtin,.center-bottom-thongtin{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .content-chitiet-thongtin{
        max-height: 890px !important;
    }

    .top-thongtin{
        flex-direction: column;
        align-items: unset !important;
    }

    .top-left-thongtin{
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .phongto_QR {
        margin: 20px;
        justify-content: unset !important;
        gap: 10px;
    }

    .uploads-avt-canhan {
        margin-left: 35px;
    }
}