@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body
{
	font-family:'Mulish';
	font-size:14px;
}
a
{
    color: #333;
    text-decoration: none;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #098b4d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.caption h4.header
{
	font-weight: 600;
}

#menuress
{
	display:none;
}
.margin {
    width: 1200px;
    margin: auto;
}
#logo-hd {
    padding: 5px 0;
/*    width: 20%;*/
    /*float: left;*/
/*    margin-right: 5%;*/
}
#menungang {
/*    width: 45%;*/
    /*float: left;*/
    /*height: auto;*/
    /*padding-right: 0;*/
    /*margin-right: 5%;*/
}
#logo-hd img {
    max-height: 120px;
    /*float: left;*/
    /* height: 65px !important; */
    transition: ease .3s all;
}
#margin-menu {
    width: 100%;
    margin: auto;
    height: auto;
}
#menungang ul {
    list-style: none;
    width: 100%;
    /*height: auto;*/
    /*float: left;*/
    padding: 0;
    margin: 0;
}
#menungang ul li:hover a {
    color: #fff;
}

#menungang ul li {
    display: inline-block;
    /*float: left;*/
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 15px;
    transition: ease .3s all;
}
#menungang ul li a {
/*    color: #fff;*/
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Be Vietnam Pro';
    text-decoration: none;
}
#menungang ul li .cap1 {
    position: absolute;
    left: 0;
    width: 220px;
    display: none;
    top:100%;
    z-index: 9999;
    margin-top: 0px;
}
#menungang ul li ul li {
    background-color: rgb(63, 69, 72);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 97%;
    height: auto;
    float: left;
    line-height: 35px;
    padding-left: 3%;
    padding-right: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    border-bottom: solid 1px #767676;
    margin-left: 0 !important;
}
#menungang ul li ul li:last-child,#menungang ul li:last-child
{
	border-bottom:none;
}
#menungang ul.cap1 li a {
    text-transform: capitalize;
    color: #fff !important;
}
#menungang ul li .cap2 {
    position: absolute;
    left: 247px;
    width: 255px;
    display: none;
    top: 0;
    z-index: 9999;
    margin-top: 0px;
}
#menungang ul li:hover {
    background: #098b4d;
}
#menungang ul li:hover .cap1 {
    display: block !important;
}
#menungang ul.cap1 li:hover .cap2 {
    display: block !important;
}
.total_menuchinnh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menungang li.activ {
    background: #098b4d;
}

#menungang li.activ a
{
    color: #fff;
}

.left_menus
{
    width: 41%;
}

#header-n {
    width: 100%;
/*    position: static; */
    position: sticky;
    top:0; 
/*    opacity: 0; */
/*    transform: translateY(-20px);*/
    transition: all 0.3s ease;
    box-shadow: none;
/*    height: 0;*/
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}
#khunggioithieumain
{
	padding:50px 0;
}

.total_maingioithieu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.noidung_bentrai {
    width: 48%;
}

.noidung_phai {
    width: 50%;
}

.tieude_chungmain 
{

}

.tieude_chungmain a {
    text-decoration: none;
    color: #333;
}

.tieude_chungmain h4 {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.tieude_chungmain h4:before {
    position: absolute;
    content: "";
    height: 4px;
    background: #098b4d;
    bottom: 0px;
    width: 100%

}
.noidung_gioithieu {
    font-size: 15px;
    line-height: 1.7;
    padding: 10px 0;
}

.noidung_gioithieu {
    font-size: 15px;
    line-height: 1.7;
    padding: 10px 0;
}

p.xemthem-tc a {
    display: inline-block;
    background: #098b4d;
    color: #fff;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 0 10px 5px #e2e2e2;
    transition: ease .3s all;
    border:solid 1px #098b4d;
}
p.xemthem-tc {
    padding-top: 10px;
}
p.xemthem-tc a:hover {
    background: transparent;
    color: #098b4d;
    transition: ease .3s all;
}

.swiper {
	width: 400px;
	height: 380px;
}
.dichvutong {
    color: #fff;
}

/*.dichvutong .img-dv img
{
    height: 130px;
    max-width:100%;
}*/
#khungdichvumain
{
    width: 100%;
    padding: 50px 0 25px 0;
}

.img-dv {
    width: 100%;
    /*float: left;*/
    position: relative;
    height: 130px;
}

a.anhhover-dv {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

a.anhchinh-dv {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}
.img-dv a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.owl-carousel .owl-item .img-dv img {
    width: auto !important;
}

.img-dv img {
    display: block;
    margin: auto;
    max-width: 80%;
    transition: ease .3s all;
}
.item-dv:hover a.anhhover-dv {
    visibility: visible;
    opacity: 1;
}

p.ten_dichvu {
    font-size: 16px;
    text-transform: uppercase;
/*    text-align: center;*/
    min-height: 50px;
}

p.ten_dichvu a {
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
}
p.mota_dichvu {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.8;
    font-size: 15px;
}
.cat_chuoi3
{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.owl-theme .owl-nav.disabled+.owl-dots
{
    margin-top:25px!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #098b4d!important;
}

/*khungduanmain*/
.khungbentrai_dichvu
{
    width: 20%;
    padding: 20px 0;
    background: #3b951f;
    height: 640px;
    overflow-y: scroll;
}
.content-menu
{
    width: 100%;
    margin-bottom: 15px;
}
p.li-c1 {
    width: 85%;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 15px;
    box-shadow: 0 1px 3px 0px #ffffff;
    border-radius: 5px;
    background: #2c2f33;
    margin-left: 15px;
}
.khungtongphu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-menu i {
    width: 10%;
/*    float: left;*/
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    /*top: 15px;*/
}
.danhmuc-c2 {
    width: 100%;
    /*float: left;*/
    padding: 0 15%;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.dmc2show {
    visibility: visible;
    opacity: 1;
    height: auto;}

p.li-c1 a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}
p.li-c2 {
    width: 100%;
    padding: 10px ;
    margin-bottom: 10px;
    margin-top:10px;
}
p.li-c2 a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
p.li-c2:hover a {
    color: #000;
}
p.li-c2 i {
    font-size: 6px;
    position: relative;
    top: -3px;
    padding-right: 0px;
    height: 10px;
    width: 10px;
}
p.li-c2:hover {
    background: #fff;
    border-radius: 5px;
}

p.li-c2:hover i {
    color: #000;
}
.khungbenphai_dichvu
{
    width: 100%;
    /*float: left;*/
/*    height: 640px;*/

}

.khungowl-sp
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.item-da
{
    position: relative;
    height: 380px;
    overflow: hidden;
}
.item-da img {
    transition: ease .3s all;
    width: 100%;
    height: 100%;
}
.text-da {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: justify;
    overflow: hidden;
}
p.ten-da {
    width: 100%;
    /*float: left;*/
    padding-bottom: 5px;
}
p.ten-da a {
    /*font-family: 'sam' !important;*/
    color: #fff;
    /*text-align: justify;*/
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
p.tendm-da {
    width: 100%;
    /*float: left;*/
    /*background: url(img/content/line-duan.png) no-repeat;*/
    background-position: left bottom;
    padding-bottom: 5px;
}
.item-da:hover .text-da {
    height: auto;
    background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.total_duanmian {
/*    display: flex;
    justify-content: space-between;
    align-items: center;*/
}
p.tendm-da a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: solid 3px #098b4d;
    padding-bottom: 5px;
}
.item-da:hover .ten-da a {color: #2bc702;transition: .2s;}
div#logo-hd img:hover, .item-da:hover img, div#mxh-ft img:hover, .item-ttl:hover img {
    transform: scale(1.1);
    transition: .3s;
}
/*khungduanmain*/
#khungtintucmain
{
    padding:20px 0 50px 0 ;
    background: #f8f8f8;
}
.img-ttl {
    width: 100%;
    position: relative;
    overflow: hidden;
}
p.ten-ttl {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 10px 10px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    text-align: justify;
}
p.ten-ttl a {
    color: #fff;
    /* font-family: 'opb' !important; */
    font-size: 17px;
    text-decoration: none;
    font-weight: 700;
}
p.ngaythang-ttl
 {
     padding: 10px 15px 0px 15px;
     font-size: 13px;
     color: #098b4d;
     margin-bottom: 5px;
}
.img-ttl:hover p.ten-ttl {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
}
.img-ttl img {
    transition: all .3s;
}
p.mota-ttl {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
}
.item-ttl {
    background: #fff;
    box-shadow: 0 0 8px #F8F8F8;
}
.text-ttl {
    padding: 0px 15px 5px 15px;
}
.item-dv:hover p.ten-dv a, p.ten-ttl a:hover {
    color: #098b4d;
}
.img-ttl p {
    margin: 0;
}
.noidung_chungtintuc {
    margin-top: 20px;
}
#khung_video_nbss {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.video-tc {
    width: 100%;
    position: relative;
}
.video-tc iframe {
    width: 100%;
    height: 220px;
}
#khung_videofter
{
    padding:20px 0 50px 0;
}
.khungttvideos {
    margin-top: 20px;
}

/*footer*/
#dknt-bottom {
    width: 100%;
    display: flex;
    align-items: center;
}
#map-ft {
    width: 30%;
}
#map-ft div#map_canvas {
    height: 200px;
    overflow: hidden;
}
#map_canvas {
    width: 100%;
    /*float: left;*/
}
#map-ft .tab-dm {
    padding: 5px 0;
}
.tab-dm {
    width: 100%;
    /*float: left;*/
    /*padding: 10px 0;*/
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
}
#map-ft .tab-dm a {
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    /*color: #333;*/
}
.tab-noidung {
    width: 100%;
    /*float: left;*/
}
#map-ft .bando_tc {
    height: 169px;
}
.bando_tc {
    width: 100%;
}
.tabcontent iframe, .tabcontent1 iframe {
    width: 100%;
    height: 100%;
}
p.tieude-formdk {
    /*font-family: 'sasb';*/
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    width: 100%;
    /*float: left;*/
}
#formemail-ft form {
    width: 60%;
    /*float: left;*/
    text-align: center;
    margin: 0 20%;
}

#formemail-ft input {
    width: 39%;
    height: 40px;
    border: none;
    padding-left: 20px;
    outline: none;
    border-radius: 30px;
}


#formemail-ft button {

    border: none;
    text-transform: uppercase;
    width: 20%;
    height: 40px;
    padding-bottom: 5px;
    background: #098b4d;
    color: #fff;
    font-weight: 800;
    border-radius: 50px;
    line-height: 39px;


}
.tab-dm .active2, .tab-dm .active22, .tab-dm a:hover {
    opacity: 1;
    color: #098b4d;
    background: #fff;
}



#formemail-ft {
    width: 70%;
    height: 200px;
    padding: 50px 0;
}
.form_fters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer-top {
    width: 100%;
}
.item-ttft {
    /*padding: 20px 5px;*/
    color: #fff;
    width: 100%;
}
.img-ttft {
    display: block;
    margin: auto;
    max-width: 100%;
}
.img-ttft {
/*    width: 20%;*/
/*    float: left;*/
    padding-right: 10px;
}
.text-ttft {
    width: 100%;
/*    text-align: center; */
}
.item-ttft {
    display: flex;
/*    flex-direction: column;*/
    align-items: center;
}

.img-ttft img {
    height: 48px;
    width: 48px!important;
}

div#footer-top {
    padding: 20px 0;
    color: #fff;
}

.img-ttft {
    margin-bottom: 5px;
}

p.ten-ttft {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}

p.mota-ttft {
    font-size: 15px;
    font-weight: 400;
        margin-bottom: 0;
}
#footer-bottom {
    width: 100%;
    padding: 3em 0;
}

.khung_total_footers {
    width: 45%;
}

#mxh-ft {
/*    width: 30%;*/
}
#mxh-ft img {
    margin-right:5px;
/*    padding: 3px 2px;*/
}
#copyright-ft {
    width: 100%;
    text-align: center;
    background: #2b2e32;
    color: #fff;
    padding: 10px 0;
}
#vietit-ft {
    width: 25%
    text-align: right;
}
#copyright-ft * {
    color: #fff;
}
.motatt-ft {
    width: 100%;
    /*float: left;*/
    text-align: center;
    color: #fff;
    padding-top: 10px;
}
.noidung_newft {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
}

.tieude_fter {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.chinhsach_footers {
    width: 23%;
}

.khung_footers_ul ul {
    padding-left: 15px;
    margin-bottom: 0;
}


.footers_trees {
    width: 25%;
}


.khung_footers_ul a:hover
{
    color: red;
}
.khung_footers_ul li {
    margin-bottom: 10px;
    font-size: 13px;
}
.khung_list_doitacs {
    padding-bottom: 2em;
}
#khung_doitacs {
    background: #f9f9f9;
}

.items_doitacss img {
    background: #fff;
    padding: 0 15px;
}

#khung_video_nbss img {
    max-width: 100%;
}

.motatt-ft p {
    margin-bottom: 10px;
}
#copyright-ft p {
    margin: 0;
}
.item-ttl:hover .ten-ttl a {
    color: #098b4d;
}
/*footer*/
.breadcrumb_top {
    padding: 10px 0;
    border-bottom: solid 1px #f2f2f2;
    box-shadow: 0 5px 10px #eaeaea;
}
.breadcrumb_top ol.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb_top a {
    text-decoration: none;
    color: #098b4d;
    font-weight: 500;
}
.noidung-baiviet img, .noidung-baiviet iframe {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}
.mainchinhs {
    padding-top: 30px;
    padding-bottom: 50px;
}
.total_tieudechinh {
    text-align: center;
}

.total_tieudechinh h4 {
    color: #333;
    display: inline-block;
    border-bottom: solid 3px #098b4d;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
}
.total_tongkhunglist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin-top: 20px;
}
.total_tongchitiet {
    display: flex;
    justify-content: space-between;
}

.mr_trai {
    width: 72%;
}

.mr_phai {
    width: 25%;

    position: sticky;
    top: 85px;
    z-index: 8;
    max-height: fit-content;
}
#noidungchitietduan
{
    padding:50px 0;
}
.total_tieudechinh1 {
    text-align: center;
/*    background: url(../../img/line-tieude.png) no-repeat;*/
    padding-bottom: 10px;
    background-position: bottom center;
    margin-bottom:20px;
}
.total_tieudechinh1 h4 {
    font-weight: 600;
}
p.left-ctbv img {
    width: 20px;
}
p.left-ctbv a {
    font-weight: 600;
    text-decoration: none;
}
p.left-ctbv {
    width: auto;
    color: #666;
}
.noidung_baiviet img {
    max-width: 100%;
    height: auto!important;
}
.noidung_baiviet p {
    line-height: 2em;
}
.tieude_lienquanbenphai {
    margin-bottom: 15px;
    text-align: center;
    padding: 10px 0;
    background: #098b4d;
}

.tieude_lienquanbenphai a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}

.items_lqs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}
/*.items_lqs:last-child
{
    border-bottom: none;
}*/
.img_lienquan1 img {
    border-radius: 50px;
    max-width: 100%;
    transition: all .5s;
}

.img_lienquan1 {
    width: 30%;
}

.text_lienquan1 {
    width: 70%;
    padding-left: 10px;
}
.ten_lienquan1 {
    display: flex;
    flex-direction: column;
}

.ten_lienquan1 a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.ten_lienquan1 span {
    font-size: 13px;
    color: #8f8f8f;
}
.items_lqs:hover img {
    border: 2px solid #098b4d;
    transition: all .5s;
}
.items_lqs:hover a {
    color: #098b4d;
}

.lienhe-baiviet {
    width: 100%;
/*    float: left;*/
    padding: 40px;
    background: #eee;
    position: relative;
}
.lienhe-baiviet i {
    position: absolute;
    top: 25px;
    left: 10px;
    font-size: 25px;
    color: #999;
}
p.tieude-lienhebv {
    width: 100%;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.tag-baiviet {
    width: 100%;
    /*float: left;*/
    margin: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    padding-left:45px;
    position:relative;
    text-align:justify;
    font-size:13px;
}
.tag-baiviet a {
    font-size:13px;
}

.tag-baiviet i {
    color: #098b4d;
    font-size: 25px;
    position: absolute;
    top: 25px;
    left: 10px;
    font-size: 25px;
}

.form-binhluanbv {
    width: 100%;
    /*float: left;*/
}

p.tieude-formbl {
    width: 100%;
    font-size: 25px;
    text-transform: uppercase;
    color: #098b4d;
    font-weight: bold;
    margin-bottom: 0;
}

p.mota-formbl {
    width: 100%;
    padding-top: 10px;
    text-align:justify;
    margin-bottom: 0;
    font-weight: 600;
}

.form-binhluanbv form {
    width: 100%;
    /*float: left;*/
    text-align: left;
    padding-top: 20px;
}


.form-binhluanbv #lienhe{
  padding:10px; border:1px solid #333; width:100%; margin:auto;
  border-radius: 5px;
}
.form-binhluanbv .tflienhe{
  width:100%;
  line-height:25px;         
  /*float:left; */      
  font-size:12px;
  color:#999999;
  padding:10px 10px;
  border:1px solid #CCCCCC;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  box-shadow:0px 0px 5px #CCCCCC;
  -moz-box-shadow:0px 0px 5px #CCCCCC;
  -webkit-box-shadow:0px 0px 5px #CCCCCC;
  -ms-box-shadow:0px 0px 5px #CCCCCC;
  -o-box-shadow:0px 0px 5px #CCCCCC;
  margin-bottom:15px;
}
.form-binhluanbv .nut_lienhe{
  line-height:25px;
  padding:5px 20px;
  color:#000000;
  font-weight:bold;
  font-size:12px;
  background-color:#FFFFFF;
  cursor:pointer;
  border:1px solid #CCCCCC;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  box-shadow:0px 0px 5px #CCCCCC;
  -moz-box-shadow:0px 0px 5px #CCCCCC;
  -webkit-box-shadow:0px 0px 5px #CCCCCC;
  -ms-box-shadow:0px 0px 5px #CCCCCC;
  -o-box-shadow:0px 0px 5px #CCCCCC;
}
.form-binhluanbv .nut_lienhe:hover{
  color:#FF0000;
}
.form-binhluanbv #lienhe table table tr td{
  text-align: center;
}
.total_listdv {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}
#list_cts
{
    background: #363b3d;
    padding: 20px 0;
}

.item-dv
{
    color: #fff;
}
.text-dv {
    padding: 0 10px;
}
p.ten-dv a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}
p.ten-dv {
    text-align: center;
}
.total_tintuc_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.total_tintuc_list .img-ttl img {
    max-width: 100%;
}
#toado-l, #toado-r {
    text-align: center;
    height: 459px;
    background: #f6f6f6;
    padding: 20px 10px;
    transition: ease .3s all;
}
#toado-c {
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    transition: ease .3s all;
}
#thongtin-lienhe i {
    font-size: 40px;
    color: #098b4d;
}
#toado-l p, #toado-r p {
    text-transform: uppercase;
}

#thongtin-lienhe .cotchunglh:hover {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #ddd;
    transition: .1s;
}
.total_noidung_lh {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.cotchunglh h2 {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 25px;
}
.total_bandoduoi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.noidung_lhduoi {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.khungndung {
    text-align: center;
    padding: 20px 0;
}
.tttndung input {
    height: 35px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}

.tttndung textarea
 {
    /*height: 35px;*/
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    padding-top:10px;
}

.nutbamlienhes 
{
    display: flex;
}

.nutbamlienhes input 
{
    margin-bottom: 0;
}
input.nut_lienhe 
{
    background: #098b4d;
    color: #fff;
    font-size: 15px;
    border: solid 1px #098b4d;
}

input.nut_lienhe:hover
{
    background: transparent;
    color: #098b4d;
}
.bando_tc {
    width: 100%;
    height: 415px;
}

.tab-dm a {
    padding: 10px 20px;
    text-transform: uppercase;
    opacity: .8;
    display: inline-block;
    /*float: left;*/
}
/*chitiet*/
div#nutright-bv:hover, div#nutleft-bv:hover {
    box-shadow: 2px 3px 15px #999;
    background: #fff;
}
div#nutright-bv {
    position: fixed;
    right: 0;
    top: 40%;
    text-align: right;
    z-index: 9;
    padding: 20px;

    display: flex;
    flex-direction: row-reverse;
}
div#nutright-bv .item-da {
    width: 200px;
    height: 200px;
    margin-right: 10px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}
div#nutright-bv:hover .item-da, div#nutleft-bv:hover .item-da {
    visibility: visible;
    opacity: 1;
}
img#img-buttonr {
    float: right;
    padding-top: 60px;
}
div#logo-hd img:hover, .item-da:hover img, div#mxh-ft img:hover, .item-ttl:hover img {
    transform: scale(1.1);
    transition: .3s;
}
.item-da img {
    transition: ease .3s all;
    width: 100%;
    height: 100%;
}
.item-da:hover .text-da {
    height: auto;
    background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
#nutright-bv p.ten-da a,#nutleft-bv p.ten-da a {
    font-size: 14px;
}

div#nutleft-bv {
    position: fixed;
    left: 0;
    top: 40%;
    text-align: left;
    z-index: 9;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
div#nutleft-bv .item-da {
    width: 200px;
    height: 200px;
    margin-left: 10px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}
ul.pagination li {
    border: solid 1px #e0e0e0;
    text-align: center;
    line-height: 32px;
    margin: 0 1px;
    padding: 0px 10px;
}
ul.pagination .current 
{
    color: #098b4d;
    font-weight: 600;
}
li.dot {
    border: none !important;
}

.tt_list_khunghinhanhs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.tt_list_khunghinhanhss
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.img_nhamau img {
    max-width: 100%;
}

.items_imagess {
    box-shadow: 0 0 10px #e9e9e9;
}

.name_img_nhamau {
    padding: 5px 10px;
    text-align: center;
}

.name_img_nhamau h4 {
    font-size: 19px;
}

.items_imagess:hover .img_nhamau img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.img_nhamau {
    overflow: hidden;
}
.img_nhamau img
{
    transition: all 0.5s;
}
.tieude_bvietchung {
    margin-bottom: 10px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}
.khungbvlienquan li {
    margin-bottom: 10px;
}


.bangcongthuc_tinh {
    background: #f9f9f9;
    padding: 3rem 0;
}
.tieude_congthuc h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.bangtinhcongthuc {
    display: block;
    margin-top: 15px;
    border-top: solid 1px #e2e2e2;
    padding-top: 15px;
}

.total_btinh .form-control:focus, .khungthuc2 .form-control:focus, .khungthu3 .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}


.total_btinh label,.khungthuc2 label,.khungthu3 label {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #3b951e;
}

.select-wrapper 
{
    position: relative;
    display: inline-block;
    width: 100%;
}
.select-wrapper select 
{
    appearance: none; /* Ẩn mũi tên mặc định */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding-right: 30px; /* chừa chỗ cho icon */
}
.select-wrapper::after 
{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f078";
    right: 10px;
    position: absolute;
    top: 7px;
}
.select-wrapper select,.select-wrapper option {
    font-size: 14px;
}
.total_btinh {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.khungthuc2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.khungthuc2 label,.khungthu3 label {
    margin-top: 10px;
}
.khungthuc2 input,.khungthu3 input
{
    font-size: 14px;
}

.khungthu3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.khung_nutnhan {
    margin-top: 15px;
}
.khung_nutnhan button {
    font-size: 14px;
}
.khung_nutnhan button {
    margin-right: 10px;
}
.khung_nutnhan .btn:focus
{
    box-shadow: none;
} 
#form_chiphi .select-wrapper .form-control.is-invalid,#form_chiphi .select-wrapper .was-validated .form-control:invalid
{
    background-position:right calc(.375em + 1.1875rem) center;
}
.khung_kqua {
    margin-top: 15px;
}
.ktieudechung {
    padding: 2em 0;
}
p.nutdownload {
    display: inline-block;
    padding: 5px 10px;
    background: #098b4d;
    color: #fff;
    border-radius: 5px;
}

p.nutdownload a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.menu_ngangdautien ul li {
    margin-left: 12px!important;
    margin-right: 12px!important;
}
/*chitiet*/


#margin_top_mobile button.owl-prev {
    position: absolute;
    top: 45%;
    left: 1%;
}

#margin_top_mobile button.owl-next {
    position: absolute;
    top: 45%;
    right: 1%;
}
.text_dichvu_main {
    padding: 15px 0;
    text-align: center;
}

.text_dichvu_main p {
    line-height: 150%;
    margin-bottom: 0;
}
#list_cts
{
    padding: 0;
}
#list_cts .text_dichvu_main p{
     padding: 0 10px;
/*    padding-bottom: 0;*/
}
@media only screen and (min-width: 1922px) and (max-width: 123123124324px)

{


    body 
    {
        zoom: 1.4!important;
    }
    .fancybox-active
    {
        zoom: 0!important;
    }

}


@media only screen and (min-width: 1px) and (max-width: 1199px)
{    
    .margin
    {
        width: 100%;
        padding:0 10px;
    }
    #menungang ul li
    {
        padding-left: 13px;
        padding-right: 13px;
    }
    .baiseotc img
    {
        max-width: 100%!important;
        height: auto!important;
    }
}


@media only screen and (min-width: 1px) and (max-width: 1025px)
{   

    .logo_topmb img {
        max-height: 100px;
    }

    .logo_topmb {
        width: 100%;
        text-align: center;
        padding: 5px 0;
        padding-left: 10%;
    }
    
    #header-n
    {
        display: none;
    }
    #menuress
    {
        display: block;
    }
    .khungtotal_menus
    {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        align-items: center;
    }
    .khungowl-sp
    {
        grid-template-columns: 1fr 1fr;
    }
    #nutleft-bv,#nutright-bv
    {
        display: none!important;
    }

}

@media only screen and (min-width: 1px) and (max-width: 768px)
{   
    p.tendm-da a
    {
        font-size: 12px;
    }
    p.ten-da a
    {
        font-size: 15px;
    }
    #button-contact-vr
    {
        zoom:0.8;
    }
    #back_to_top.on
    {
        zoom:0.8;
    }
    .motatt-ft
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #map-ft div#map_canvas
    {
        height: auto;
    }
    .mr_trai
    {
        width: 100%;
    }
    .mr_phai
    {
        display: none;
    }
    .swiper 
    {
        width:200px;
    }
    .khungbentrai_dichvu
    {
        width: 35%;
    }
    .khungbenphai_dichvu
    {
/*        width: 65%;*/
    }
    .item-da 
    {
        height: 213px;
    }
    #dknt-bottom,.noidung_newft
    {
        flex-direction: column;
    }
    #map-ft,#formemail-ft,#mxh-ft,#copyright-ft
    {
        width: 100%;
    }
    p.tieude-formdk
    {
        font-size: 20px;
    }
    #mxh-ft,#copyright-ft
    {
        text-align: center;
    }
    .total_noidung_lh
    {
        grid-template-columns: 1fr;
    }
    #toado-l, #toado-r
    {
        height: auto;
    }

}
@media only screen and (min-width: 1px) and (max-width:500px)
{   
    #mm_owls
    {
        margin-top: 1rem;
    }
    #margin_top_mobile 
    {
        margin-top: 1rem!important;
    }
    .total_hinhanhmain .owl-carousel .mt-4

    {
        margin-top: 1rem;
    }

    .img_nhamau img {
        width: 100%;
    }

    .logo_topmb img 
    {
        max-height: 80px;
    }

    .mainchinhs
    {
        padding-top: 15px;
    }
    .name_img_nhamau h4 
    {
        font-size: 17px;
    }

    .tt_list_khunghinhanhs
    {
        grid-template-columns: 1fr;
    }
    .total_tieudechinh h4
    {
        font-size: 25px;
    }
    .bangcongthuc_tinh
    {
        padding: 1rem 0;
    }
    .khungthuc2,.khungthu3
    {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .total_btinh
    {
        grid-gap: 10px;
    }
    ul.pagination li a
    {
        font-size: 12px;
    }
    .total_maingioithieu,.total_duanmian,.form_fters,.total_tongchitiet
    {
        flex-direction: column;
    }
    .noidung_bentrai,.noidung_phai,.khungbentrai_dichvu,.khungbenphai_dichvu,#formemail-ft input
    {
        width: 100%;
    }
    .swiper {
        width: 300px;
    }
    .khungbentrai_dichvu ,.khungbenphai_dichvu,#formemail-ft
    {
        height: auto;
    }
    .khungowl-sp,#khung_video_nbss,.total_tongkhunglist
    {
        grid-template-columns:1fr;
    }
    .item-da {
        height: 400px;
    }
    #formemail-ft input
    {
        margin-bottom: 15px;
    }
    #formemail-ft button
    {
        width: 50%;
    }
    #formemail-ft
    {
        background-size: cover!important;
    }
    .phone-bar
    {
        display: none;
    }
    .mr_trai,.mr_phai
    {
        width: 100%;
    }
    .noidung_baiviet iframe
    {
        max-width: 100%;
    }
    .mr_phai
    {
        margin-top: 10px;
    }
    .noidung_baiviet table 
    {
        width: 100% !important;
    }
    .total_tintuc_list
    {
        grid-template-columns:1fr 1fr;
    }
    .total_noidung_lh,.total_bandoduoi
    {
        grid-template-columns:1fr;
    }
    #toado-l, #toado-r
    {
        height: auto;
    }
    #noidungchitietduan
    {
        padding-top:30px;
    }
    .logo_topmb 
    {
        width: 100%;
        text-align: center;
        padding: 5px 0;
        padding-left: 10%;
    }
    .logodd img 
    {
        max-height: 100px;
    }
    .khung_total_footers,.chinhsach_footers,.footers_trees
    {
        width: 100%;
    }
    .chinhsach_footers
    {
        padding: 1rem 0;
    }
    #mxh-ft
    {
        text-align: left;
    }
    .tieude_chungmain h4
    {
        font-size: 25px;
    }
    .tt_list_khunghinhanhss
    {
        grid-template-columns:1fr;
    }

}






/*zalo*/
/*hot*/
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}
#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.phone-bar a, #phone-vr .phone-vr-circle-fill, #phone-vr .phone-vr-img-circle, #phone-vr .phone-bar a {
    background-color: #e55122;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex
;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    text-decoration: none;
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

/*hot*/
/*zalo*/