::selection {
  background-color: #efbb20;
  color: #ffffff;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0px;
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 10px;
}
ul{
  padding:0px;
  margin:0px;
}
a:hover{
  text-decoration:none;
}
.clear{
  clear:both;
}
p{
  margin-bottom:8px
}
.form-control{
  font-size: 13px
}
ul li{
  list-style: none
}
html, body, h1, h2, h3, h4, h5, h6 {
  font-size: 1.2rem;
}

body.intro {
  font-size: 13px;
  font-family: 'Barlow', sans-serif;
  margin: 0px;
  padding: 0px;
  color: black;
  background: white;
}

img.lazy {
  background-image: url('../images/unnamed.html');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

img.lazySlider {
  background-image: url('../images/unnamed.html');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}


.slider_intro{
  height: 625px;
  overflow: hidden;
}
.slider_intro .item_images{}
.slider_intro .item_images .img{
  background: white;
}
.slider_intro .item_images .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-fluid{
  max-width: 1270px;
}
.container_slide{
  width: 100%;
  overflow: hidden;
}
.container {
  max-width: 1140px;
}

.container100{
  max-width: 100%;
}

#header {
  padding-top: 24px;
  padding-left: 24px;
  z-index: 1;
}
#header {
  opacity: 0.8;
  position: absolute;
  width: 100%;
}

#header_page{
  background: url(../images/bg_header.png) repeat;
  padding: 30px 0px;
}

.top_text{
  text-align: center;
}
.top_text p{
  color: black;
}
.top_text p:nth-child(1) {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  overflow-wrap: break-word;
}
.top_text p:nth-child(2) {
  letter-spacing: 0.7em;
  font-size: 13px;
}

.col-left-home {
  background: #fff;
  margin-left: 0px;
  padding: 0 2.5vw;
}
.logo {
  padding: initial;
  align-self: center;
}

#header_page .logo img {
  max-height: 60px;
  padding: 0;
  margin: 0;
  max-height: 60px;
}


#header .logo img {
  max-height: 60px;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}


.footer{
  background: url(../images/bg_footer.png) repeat;
  padding: 20px 0px;
  text-align: center;
  
  bottom: 0px;
  z-index: 1111;
  width: 100%;
}

.footer .icon{
  margin-bottom: 10px;
}
.footer .icon img{
  padding: 0px 10px;
}
.footer p{
  font-size: 12px;
}

.menu_icon_top{
  margin-left: auto;
}
.menu_icon_top a.sub{
  padding: 51px 25px!important;
  color: #4896e9!important;
}

.menu_icon_top:hover a.sub{
  color: white!important;
}
.menu_icon_top li.has-sub ul{}
.menu_icon_top li.has-sub ul li{}
.menu_icon_top li.has-sub ul li a{
  width: 190px!important;
}
.menu_icon_top img.lang{
  margin-right: 10px;
}

#header_page .menu_icon_top #cssmenu  a.sub{
  padding: 26px 19px!important;
  font-size: 28px;
}

#header_page .menu_icon_top #cssmenu  a.sub img:nth-child(2) {
  display: none;
}
#header_page .menu_icon_top #cssmenu  a.sub:hover img:nth-child(1) {
  display: none;
}
#header_page .menu_icon_top #cssmenu  a.sub:hover img:nth-child(2) {
  display: block;
}

.menu_icon_top li{}
.menu_icon_top li sup{
  width: 25px;
  height: 24px;
  position: absolute;
  top: 20px;
  background: #3298fe;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  color: white;
  font-size: 12px;
  right: 0px;
}
#header_page .menu_icon_top li sup{
  top: 14px;
}

#header_page #cssmenu > ul > li:hover > ul {
  top: 63px;
}

.side_right{
  background: white;
  height: 100%;
  z-index: 999999999;
}
.side_right .head-line{

  background: linear-gradient(
    90deg
    , #0071BC 0%, #0273B9 28.42%, #0A7AB0 49.16%, #1685A0 67.48%, #28958A 84.28%, #3FA96D 100.01%);
  height: 0.5rem;
  z-index: 9;
  position: relative;
  margin-left: 0px;
}
.select {
  padding: 0 2vw;
  margin-top: 5.5vh;
}
.side_right_page .select{
  padding: 0 0vw;
}
.autocomplete-suggestion{
  font-size: 13px;
}

.button-contact {
  text-align: center;
  padding: 0 11px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.btn-contact:nth-child(1) {
  background: #1E88E5;
  color: #fff;
  text-align: center;
  padding: 5px;
}



.btn-contact:nth-child(2) {
  background: #fff;
  color: #1E88E5;
  text-align: center;
  border: 1px solid #1E88E5;
  padding: 5px;
}




.btn-contact p, .btn-contact a {
  font-size: 1vw;
  font-weight: 500;
  margin: 0;
  padding: 0!important;
  width: 100%;
  display: inherit;
  height: 20px;
}


.btn-contact img {
  width: 1em;
  margin-right: 0.4em;
}
.select .btn-contact a, .trungtam-tab .btn-contact a {
  margin-top: 0;
}
.btn-contact:nth-child(1) a {
  color: #fff;
}
.btn-contact p {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 15px;
}

.form-inline h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  font-size: 1.7vw;
  line-height: 1.26em;
  padding-top: 7vh;
  padding-bottom: 3vh;
  margin-bottom: 0!important;
}
form.form-inline label {
  width: 100%;
  text-align: left;
  justify-content: unset;
  font-style: normal;
  font-size: 15px;
  line-height: 33px;
  display: flex;
  align-items: center;
  color: #000000;
}
.custom-select-2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #000;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
  width: 100%;
}
#formName label{
  line-height: 24px;
}



.btn-custom {
  width: 100%;
  background: linear-gradient(
    90deg
    , #1B86DB 0%, #1C87D8 25.04%, #1F8ACF 43.32%, #248FBF 59.46%, #2C96A8 74.36%, #359F8C 88.27%, #3FA96D 100.01%);
}

.pd-0{
  padding: 0px;
}

.z9{
  z-index: 99999;
}

.select .input-group{}
.select .input-group button{
  background: #1e88e5;
  border-color: #1e88e5;
}

#back2Top {
  width: 45px;
  height: 45px;
  opacity: 0.6;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  position: fixed;
  opacity: 1;
  bottom: 205px;
  right: 10px;
  background: #3198fe;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  cursor: pointer;
  color: white;
  z-index: 9999999;
}



.nav-mobile {
  height: 38px;
  color: black;
  padding: 0 0px;
  display: none;
  margin-top: 30px;
  position: absolute;
  z-index: 999;
  left: 10px;
}

.icon_pr_mb i span {
  width: 26px;
  height: 4px;
  background-color: #000000;
  display: block;
  margin-bottom: 4px;
  border-radius: 7px;
}

.breadcrumbs .breadcrumb{
  background: none;
}
.breadcrumbs ol{}
.breadcrumbs ol li{
  font-size: 16px;
}
.breadcrumbs ol li a{
  color: black;
}
.breadcrumbs .breadcrumb-item.active {
  color: #000000;
  font-weight: 600;
}
.portfolio-item{
  margin-bottom: 20px;
}

.portfolio-container{
  margin: 0px;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0,0,0,.45);
  transition: all ease-in-out 0.3s;
  height: 200px;
}
.portfolio .portfolio-wrap img {
  filter: brightness(0.5) grayscale(1);
  -webkit-filter: brightness(0.5) grayscale(1);
  -moz-filter: brightness(0.5) grayscale(1);
  -o-filter: brightness(0.5) grayscale(1);
  -ms-filter: brightness(0.5) grayscale(1);
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
}

.portfolio-wrap h3 {
  position: absolute;
  bottom: 5px;
  text-align: center;
  font-size: 24px;
  width: 100%;
  color: #ccc;
  z-index: 9;
  text-transform: uppercase;
}

.portfolio .style2 h3{
  text-align: center;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
  filter: grayscale(0);
}


.portfolio .portfolio-wrap:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(
    180deg
    , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 43.23%, rgba(0, 0, 0, 0.85) 100%);
}

.portfolio-wrap:hover h3 {
  font-weight: bold;
  transition: all ease-in-out 0.3s;
  color: #fff;
}


.cate-breadcum{
  position: relative;
  margin-bottom: 50px;
}
.cate-breadcum img{
  width: 100%;
  height: auto;

}
.cate-breadcum .breadcrumb{
  position: absolute;
  top: 10%;
  background: rgba(255, 255, 255, 0.8);
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  border-radius: 0px;
}

.cate-breadcum .breadcrumb li{
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.cate-breadcum .breadcrumb li a{
  color: #000;
  font-weight: 300;
  font-size: 16px;
}

.cate-breadcum .breadcrumb li.active{
  font-weight: 600;
}

.proItemitem{
  background: #FFFFFF;
  box-shadow: 0px -1.94574px 7.78297px rgb(0 0 0 / 10%);
  padding: 30px;
  margin-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
}
.proItemitem .img{
  object-fit: cover;
  margin-bottom: 20px;
  height: 200px;
}
.proItemitem .img img{
  width: 24vw;
  max-width: 100%;
  object-fit: contain;
  height: 32vh;
}
.proItemitem h3{
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.proItemitem .detail{
  text-align: center;
}
.proItemitem .detail a{
  background: #1E88E5;
  border-color: transparent;
  color: #fff;
  text-transform: uppercase;
  padding-left: 47px;
  padding-right: 47px;
  padding-top: 15px;
  padding-bottom: 15px;
}


.main_product{
  margin-top: 30px;
  width: 100%;
}

.border-gradient {
  border-image: linear-gradient(to right, rgba(0,113,188,1), rgba(2,115,185,1), rgba(10,122,176,1), rgba(22,133,160,1), rgba(40,149,138,1), rgba(63,169,109,1) );
  border-image-slice: 1;
}
.filter-collapse-content{
  margin-bottom: 30px
}
.filter-category {
  padding: 15px 0;
  min-height: 40px;
  border-top: 5px solid;
  background: #fff;

}
.application {
  padding: 0 30px;
}
.application h4 {
  font-style: normal;

  display: flex;
  align-items: center;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
}
.custom-checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
}
.custom-control label{
  line-height: 24px;
  font-size: 18px;
  font-weight: 300;
}

.banner-cate{
  margin-bottom: 20px;
}

.productCate{
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  box-shadow: 0px 4px 4px rgb(54 54 54 / 5%);
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}
.productCate .title {
  display: flex;
  position: relative;
}
.productCate .title h3 {
  font-size: 24px;
  font-weight: 600;
  color: black;
}
.productCate .title img {
  margin-bottom: 0.5rem;
  position: absolute;
  right: 6%;
}
.productCate .img{
  object-fit: cover;
  margin-bottom: 20px;
  height: 240px;
  position: relative;
}
.productCate .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productCate img.manu{
  position: absolute;
  right: 0px;
  z-index: 999999999;
}

.productCate ul {
  padding-left: 0;
  margin-top: 10px;
}

.productCate ul li:nth-child(1) {
  border-bottom: 1px solid #ccc;
}
.productCate ul li p:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
}
.productCate ul li p:nth-child(2) {
  width: 100%;
  text-align: right;
  font-weight: 500 !important;
}
.productCate ul li {
  display: flex;
  list-style: none;
}
.productCate ul li p:nth-child(1) {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
}
.productCate ul li p {
  margin-bottom: 5px;
}


.productCate ul li:nth-child(2) {
  border-bottom: 1px solid #ccc;
}

.productCate ul li:nth-child(3) {
  border-bottom: 1px solid #ccc;
}
.productCate .detail{
  margin-top: 20px;
  text-align: center;
}
.productCate .detail a{
  background: #1E88E5;
  color: #fff;
  border: none;
  padding: 5px 20px;
  margin: 0 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
}

.productCate .icon-cate{
  position: absolute;
  right: 10px;
  top: 20px;
  display: grid;
}
.productCate .icon-cate img{
  margin-bottom: 5px;
}



.product__slider-thmb .slide_tb{
  padding: 0px 10px;

}
.product__slider-main{
  margin-bottom: 15px;
}
.slick-slide{
  text-align: center;
}
.product__slider-main .slick-slide img{
  max-width: 100%;
  max-height: 370px;
  display: inherit;
}
.product__slider-thmb .slick-list{
  margin: 0px -10px
}
.product__slider-thmb .slick-slide img {
  display: block;
  cursor: pointer;
  border: 1px white solid;
  height: 70px;
}
.title-product {
  font-size: 28px;
  line-height: 43px;
  margin-bottom: 20px;
}
.price-phutung {
  font-size: 36px;
  line-height: 33px;
}
.product-detail > .content {
  margin-bottom: 50px;
}

.content ul {
  margin-top: 0;
  margin-bottom: 0;
}
.product-detail .content ul li {
  border-bottom: 1px solid #ccc;
}

.content ul li {
  display: flex;
  list-style: none;
}
.product-detail .content ul li p {
  padding-bottom: 10px;
}
.content ul li p:nth-child(1) {
  font-size: 18px;
  font-weight: 300;
}
.content ul li p:nth-child(1) {
  width: 100%;
  text-align: left;
}
.product-detail .content ul li p {
  line-height: 19px;
  padding-top: 15px;
}
.content ul li p:nth-child(2) {
  font-size: 17px;
  font-weight: 500;
}
.content ul li p:nth-child(2) {
  width: 100%;
  text-align: right;
  font-weight: 500 !important;
}
.button-contact-product {
  margin: 0 15px;
  margin-right: 0;
}
.button-contact-product {
  margin-top: 50px;
}
.button-contact-product .col-md-6:nth-child(1) {
  border: 1px solid #1E88E5;
  padding: 10px;
  text-align: center;
  margin-right: 15px;
  margin-left: -15px;
  background: #1E88E5;
}
.button-contact-product .col-md-6:nth-child(1) a {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 5px;
}

.button-contact-product .col-md-6:nth-child(2) {
  background: transparent;
  text-align: center;
  padding: 10px;
  border: 1px solid #1E88E5;
}
.button-contact-product .col-md-6:nth-child(2) a {
  color: #1E88E5;
  text-transform: uppercase;
  padding: 5px;
  width: 100%;
}


.catalog-dowload a {
  color: #000;
  text-decoration: underline #000 solid;
}
.myTab {
  background: #EBEBEB;
  padding: 1% 5%;
}
#myTab .nav-item a {
  padding: .5rem 0;
  margin-right: 38px;
}
#myTab .nav-item a {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  background: none;
  border: none;
}
#myTab .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
#myTab .nav-item a.active {
  color: #1E88E5;
}

.tab-highlights{
  margin: 30px 0px;
}
.tab-highlights h3 {
  margin-left: 1.35rem;
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 18px;
}
.tab-highlights h3 i{
  font-size: 18px;
  margin-right: 10px;
  color: #1e88e5;
}


.tab-thongso{
  border-bottom: 1px solid #ccc;
}
.tab-thongso .col-md-3 p {
  margin: 0;
}
.tab-thongso .col-md-3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.tab-thongso .col-md-3 p {
  font-size: 22px;
}
.tab-thongso .content ul li {
  border-bottom: 1px solid #ccc;
}
.tab-thongso .content ul li p:nth-child(1) {
  width: 50%;
  align-self: center;
}
.tab-thongso .content ul li p:nth-child(2) {

}
.tab-thongso .content ul li p{
  padding-top: 5px;
}
.product-detail .content ul li:last-child, .tab-thongso .content ul li:last-child {
  border-bottom: 1px solid transparent;
}

.tab-content{
  padding: 20px 0px;
}

.tab-thongso .content ul li p:nth-child(2) {

}
.tab-thongso .content ul li p:nth-child(2) {
  text-align: left;
}



.tab-phukien {
  margin: 30px 0;
}
.tab-thongso br {
  display: block;
  margin: 7px 0;
  line-height: 26px;
  content: " ";
  margin-top: 0;
}
.tab-phukien img {
  width: 100%;
  border: 1px #f3f3f3 solid;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 10px;
}

.tab-phukien h3 {
  color: black;
  font-size: 22px
}

.title-post-detal h1 {
  font-weight: 700;
  font-size: 25px;
  color: #000;
}
.daytime p {
  font-weight: 300;
}
.daytime p {
  font-size: 14px;
  color: #808080;
  padding-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}
.content-detail p {
  font-size: 18px;
  line-height: 33px;
}
.content-detail img {
  max-width: 100%;
  height: initial !important;
}
hr.color-gradient {
  border-image: linear-gradient(to right, rgba(0,113,188,1), rgba(2,115,185,1), rgba(10,122,176,1), rgba(22,133,160,1), rgba(40,149,138,1), rgba(63,169,109,1) );
  border-image-slice: 1;
  border-top: 3px solid;
  margin: 40px 0;
}

.widget-title{
  font-size:20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
}
.widget_recent_news{
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px #ccc;
}
.content_post_news{
  background: white;
  padding: 20px 20px;
  box-shadow: 0 0 10px #ccc;
}

ul.recent-news li{
  margin-bottom: 15px;
}
ul.recent-news li .thumb{
  width: 80px;
  float: left;
}

.recent-news img {
  width: 100%;
  background: linear-gradient(
    90deg
    , #1B86DB 0%, #1C87D8 25.04%, #1F8ACF 43.32%, #248FBF 59.46%, #2C96A8 74.36%, #359F8C 88.27%, #3FA96D 100.01%);
  padding-bottom: 9px;
  height: initial;
  object-fit: cover;
  margin-bottom: 10px;
}
.entry-header{
  padding-left: 90px;
}
.entry-header p.date{
  margin-bottom: 0px;
  font-size: 12px;
  font-style: italic;
}
.recent-news h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 20px;

}

.recent-news h6 a{
  color: #000;
}

p.short-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.5;
}

.accordion-heading h4{
  padding:0px 0px 10px 30px;
  color: black;
  font-weight: 700;
}

h3.head-title{
  padding: 20px 0px;
  color: black;
  text-align: center;
  font-weight: 500;
  font-size: 27px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}


.product-detail-pk{}
.product-detail-pk h1.title-product{
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 20px;
}
.content-phutung-2 ul li {
  list-style: circle !important;
  list-style-type: disc !important;
  display: list-item;
  margin-left: 20px;
  border: none !important;
  font-size: 22px;
  font-family: 'Barlow', sans-serif;
}
.content-phutung-2 p{
  display: flex;
  font-size: 22px;
  font-family: 'Barlow', sans-serif;
}
.content-phutung-3 ul{
  font-family: 'Barlow', sans-serif;
  font-size: 22px;
  width: 100%;
  font-weight: 400;
}
.content-phutung-3 li{
  border-bottom: 0px!important;
  display: flex;
}
.content-phutung-3 li p{}
.content-phutung-3 ul li p:nth-child(1) {
  width: 100%;
  text-align: left;
}
.content-phutung-3 ul li p:nth-child(2) {
  width: 100%;
  text-align: left;
}

.list-video{
  text-align: center;
  margin-bottom: 20px;
}
.list-video .thumb{}
.list-video .thumb iframe{
  width: 100%;
}
.list-video .thumb h3{
  text-align: left;
  margin: 5px 0px;
}
.list-video .thumb h4{
  color: #808080;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  height: calc(3 * 18px * 1.5);
  line-height: 1.5;
  text-align: left;
}
.list-video .thumb img{}

#tabMenuLeft{
  background: white;
}
.post-news{
  margin-bottom: 30px;
}
.post-news .img{
  height: 250px;
  object-fit: cover;
  margin-bottom: 25px;
  background: white;
  overflow: hidden;

}
.post-news .img img{
  height: 100%;
  width: 100%;
  width: 100%;
  border-image: linear-gradient(to right, rgba(0,113,188,1), rgba(2,115,185,1), rgba(10,122,176,1), rgba(22,133,160,1), rgba(40,149,138,1), rgba(63,169,109,1) );
  border-image-slice: 1;
  border-bottom: 5px solid;
}
.post-news .title-post{

}
.post-news .title-post a{
  font-size: 19px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 23px;
  -webkit-line-clamp: 2;
}
.post-news p.short-des{
  text-align: left;
  color: #484848;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  font-size: 15px;
}

.contact-container{}
.contact-container h3{
  font-size: 27px;
  line-height: 64px;
  font-weight: bold;
}
.contact-social.row {
  padding: 0 15px;
  padding-bottom: 40px;
  padding-top: 30px;
}
.contact-social.row a {
  padding-right: 20px;
}
.contact-container .col-md-7 p {
  font-size: 26px;
  line-height: 64px;
}

.member-companies{}
.member-companies h3 {
  padding-top: 15px;
  width: 100%;
  margin: 50px 0px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 38px;
}
.member-colum .img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 25px;
  background: white;
  overflow: hidden;
}
.member-colum .img img {
  height: 100%;
  width: 100%;
  width: 100%;
  border-image: linear-gradient(to right, rgba(0,113,188,1), rgba(2,115,185,1), rgba(10,122,176,1), rgba(22,133,160,1), rgba(40,149,138,1), rgba(63,169,109,1) );
  border-image-slice: 1;
  border-bottom: 5px solid;
}
.location-icon {
  width: 30px !important;
  height: 18px;
  object-fit: contain;
  margin-top: 15px;
}
.member-colum {
  margin-bottom: 20px;
}
.member-colum h4{}
.member-colum h4 a{
  font-size: 20px;
  line-height: 46px;
  color: black;
  font-family: 'Barlow', sans-serif;
}
.member-colum .col-md-11 p {
  font-size: 15px;
  color: #808080;
  margin-bottom: 5px;
}
.member-colum .row img {
  width: 20px;
}
.member-colum .col-md-11 a {
  color: #808080;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 15px;
}
.maxwidth-intro {
  max-width: 1500px;
}
.intro-section-1 {
  background: #fff;
  border-image: linear-gradient(to right, rgba(0,113,188,1), rgba(2,115,185,1), rgba(10,122,176,1), rgba(22,133,160,1), rgba(40,149,138,1), rgba(63,169,109,1) );
  border-image-slice: 1;
  border-top: 10px solid;
  box-shadow: 0px 8px 8px rgb(54 54 54 / 15%);
  padding-top: 5%;
  padding-bottom: 5%;
}
.list {
  width: 80%;
  text-align: justify;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 15%;
  font-family: 'Barlow', sans-serif;
  font-size: 23px;
}
.col-content {
  padding: 65px 150px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col-content {
  padding: 75px 120px !important;
}

element.style {
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}
.col-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col-img img {
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.col-img img:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.container-lg{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.tile-info p:nth-child(1) {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #3E5B97;
  text-transform: uppercase;
}
.tile-info p:nth-child(1) {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
}
.tile-info p:nth-child(2) {
  font-weight: 300;
  font-size: 26px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #000000;
  text-transform: uppercase;
}
.tile-info p:nth-child(2) {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
}
.content-info p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #000000;
  list-style: disc outside none;
  /*display: list-item;*/
  margin: 0;
}
.content-info p {
  font-size: 16px;
}

.introduce-information .col-md-6:nth-child(3) {
  background: linear-gradient(
    90deg
    , #0071BC 0%, #0273B9 28.42%, #0A7AB0 49.16%, #1685A0 67.47%, #28958A 84.27%, #3FA96D 100%);
}

.introduce-information .col-md-6:nth-child(3) .tile-info p:nth-child(1) {
  color: #FFFFFF;
}
.introduce-information .col-md-6:nth-child(3) .tile-info p:nth-child(2) {
  color: #FFFFFF;
}
.introduce-information .col-md-6:nth-child(3) .content-info p {
  color: #fff;
}
.col-img-right {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.col-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col-img:before {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid #F2F6F7;
  top: 50%;
  margin-top: -50px;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.chungnhan {
  background: #F2F6F7;
  margin-bottom: 60px;
}
.chungnhan h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 75px;
  text-align: center;
  color: #3E5B97;
  padding-bottom: 30px;
}
.chungnhan img {
  width: 500px;
}
.introduce-information{
  overflow: hidden;
}
.introduce-section{
  overflow: hidden;
}

.product-phukien-breadcum {
  margin-bottom: 0px;
}
.thumb-pro-1 {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  width: 100%;
}
.thumb-pro-1 img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.text-features h5{
  font-size: 18px;
  font-weight: 700;
}
.text-features p{
  font-size: 18px;
  margin-bottom: 30px;
}
.footer_text_contact {
  border: 1px solid #dd2e2e;
  border-radius: 50px;
  padding: 5px 20px 5px 10px;
  background-color: #dd2e2e;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.footer_text_contact .img-phone {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  padding: 7px;
}
.footer_text_contact .img-phone img {
  width: 100%;
  height: 100%;
}

.footer_text_contact .hotline-phone {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer_text_contact .hotline-phone p {
  font-weight: 900;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  padding: 0 5px;
}

.footer_text_contact .hotline-phone .text_phone {
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  color: #fff;
}

.btn-contact-detail{
  background: #1E88E5!important;
  color: #fff;
  text-align: center;
  padding: 5px!important;
}

.btn-contact-detail p, .btn-contact-detail a {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  padding: 0!important;
  width: 100%;
  display: inherit;
  height: 24px;
  color: WHITE!important;
}

.btn-contact-detail img {
  width: 1em;
  margin-right: 0.4em;
}

.box-duan{
  box-shadow: 1px 2px 4px #dedede;
  padding-bottom: 20px;
}
.box-duan .title-post{
  height: auto;
}
.box-duan .title-post a{
  color: #272976;
}
.box-duan p{
  font-size: 14px;
  text-align: center;
}

.section-product {
  padding-top: 60px;
}
.section-product h5 {
  font-size: 25px;
}
.col-title {
  background: #EBEBEB;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 42px;
}



.autocomplete{

}


div#seach-page span.close-seach {
  float: right;
  border-radius: 50%;
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 20px;
  margin-right: 5px;
  cursor: pointer;
}
div#seach-page {
  display: none;
  position: fixed;
  background: #fff;
  height: 100vh;
  width: 30%;
  bottom: 0;
  right: 0;
  color: #000;
  z-index: 9999;
}
.sb-search-open {
  width: 100%;
  width: 100%;
  padding: 0px 20px;
}

#seach-page input{

}

.search-form{
  padding: 0px 20px;
}
.product-block {
  position: relative;
  width: 100%;
  height: 100%;
}

element.style {
}
.product-image {
  height: 12vw;
}
.product-image {
  width: 100%;
  text-align: center;
}
.product-image {
  height: 120px;
}
.product-image img {
  max-width: 80%;
  margin: 0 auto;
  max-height: 100%;
}

.product-info {
  width: 100%;
  display: inline-flex;
}
.product-sku {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 33px;
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  text-align: left;
}
.remove-compare {
  position: absolute;
  top: 10px;
  right: 10px;
}
.remove-compare img {
  width: 25px;
}

ul.sosanhul{}
ul.sosanhul li{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
  height: 50px;
}
ul.sosanhul li p{
  font-size: 15px;
}
ul.sosanhul li p:nth-child(1) {
  align-self: normal;
}

ul.sosanhul li p:nth-child(2) {
  width: 50%;
  align-self: normal;
}
.lang_mobile{
  z-index: 9999999;
  display: none;
  position: absolute;
  right: 10px;
  top: 28px;
}
.lang_mobile img{}
.lang_home{
  padding-top: 48px;
  text-align: right;
  padding-left: 20px;
}
.lang_home img{
  margin-right: 10px;
}

.bando{
  overflow: hidden;
  height: 270px;
}
.bando iframe{}


.nav-sub{
  background: #ebebeb;
  margin-bottom: 50px !important;
  height: auto;
}
.nav-sub ul{

}
.nav-sub ul li{
  float: left;
}
.nav-sub ul li a {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 50px;
  text-transform: uppercase;
  color: black;
  line-height: 50px;
}
.nav-sub ul li a.active{
  background-color: #1E88E5;
  color: #fff;
}

.sapo{
  margin-bottom: 20px;
  font-size: 15px;
  padding: 5px;
}

.sapo img{
  max-width: 100%!important;
  height: auto!important;
}


.item {
  display: inline-block;
  background: #fff;
  margin: 0 0 5px;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.item img {
  max-width: 100%;
}
.item:hover img{
  transform: scale(1.2);
}


.masonry {

  column-gap: 5px;
  font-size: .85em;
}

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  .masonry_detail {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}







<!--  -->


.grid {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
}
.grid > [class*=column-] {
  display: block;
}


.last {
  order: 12;
}

.column-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.column-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.column-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.column-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .column-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 62rem) {
  .column-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 75rem) {
  .column-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@supports (display: grid) {
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
  }
  .grid > [class*=column-] {
    margin: 0;
    max-width: 100%;
  }

  .column-xs-1 {
    grid-column-start: span 1;
    grid-column-end: span 1;
  }

  .column-xs-2 {
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

  .column-xs-3 {
    grid-column-start: span 3;
    grid-column-end: span 3;
  }

  .column-xs-4 {
    grid-column-start: span 4;
    grid-column-end: span 4;
  }

  .column-xs-5 {
    grid-column-start: span 5;
    grid-column-end: span 5;
  }

  .column-xs-6 {
    grid-column-start: span 6;
    grid-column-end: span 6;
  }

  .column-xs-7 {
    grid-column-start: span 7;
    grid-column-end: span 7;
  }

  .column-xs-8 {
    grid-column-start: span 8;
    grid-column-end: span 8;
  }

  .column-xs-9 {
    grid-column-start: span 9;
    grid-column-end: span 9;
  }

  .column-xs-10 {
    grid-column-start: span 10;
    grid-column-end: span 10;
  }

  .column-xs-11 {
    grid-column-start: span 11;
    grid-column-end: span 11;
  }

  .column-xs-12 {
    grid-column-start: span 12;
    grid-column-end: span 12;
  }

  @media (min-width: 48rem) {
    .column-sm-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-sm-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-sm-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-sm-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-sm-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-sm-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-sm-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-sm-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-sm-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-sm-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-sm-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-sm-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
  @media (min-width: 62rem) {
    .column-md-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-md-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-md-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-md-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-md-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-md-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-md-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-md-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-md-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-md-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-md-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-md-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
  @media (min-width: 75rem) {



    .column-lg-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-lg-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-lg-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-lg-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-lg-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-lg-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-lg-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-lg-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-lg-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-lg-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-lg-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-lg-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
}



#highlight {
  color: #ea8478;
  font-size: 1.25rem;
}

.gallery {
  padding: 0 0 4rem 0;
}

.img-container {
  width: 100%;
  height: 500px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 0px;
}
.img-container:hover .img-content-hover {
  display: block;
}

.gallery img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.gallery img:hover {
  transform: scale(1.05);
}

.img-content-hover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  display: none;
  padding: 1rem;
  background: #fff;
  font-weight: 400;
  margin-top: 1.25rem;
  margin-left: -2rem;
}





.img-content {
  display: none;
}

.social, .copyright {
  margin: 1rem;
}

.social li {
  display: inline-block;
}

footer {
  padding: 1rem 0;
  background: #f7f7f7;
  text-align: center;
}

@supports (display: grid) {
  .gallery .grid {
    grid-gap: 1rem;
    height: auto!important;
  }
}

@media screen and (max-width: 1024px) {
  img:hover {
    transform: none;
  }

  .img-container {
    height: 100%;
  }

  .home-page .img-container {
    height: auto;
  }
  
  .img-container:hover .img-content-hover {
    display: none;
  }

  .img-content {
    display: block;
    padding: 1rem 0;
  }
}


.brick{
  position: relative;
}

.brick .overlaycaption {
  width: 100%;
  width: calc(100% - 40px);
  margin: 0 20px;
  height: 99%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.brick:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.brick:hover:after {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  background: #ffffff;
}

.zalo{
  position: fixed;
  bottom: 10px;
  right: 25px;
  z-index: 11111;
}
.zalo img{
  width: 50px;
}

.contactPost{
  width: 60%;
  margin: 0 auto;
}

.contactPost .bg-header-contact {
  background: #e9ecef;
  background-color: #e9ecef!important;
}
.contactPost .card{
  border: 1px #e9ecef solid;
  border-color: #e9ecef !important;
}
.contactPost p{
  font-size: 17px;
}

.icon-whatsapp{
background-image: url(../images/icon-1.png);
    padding: 15px;
    background-size: contain;
}


.hotline-fixed {
  position: fixed;
  z-index: 1020;
  left: 30px;
  bottom: 30px;
  background: #d10a00;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  font-size: 1.7rem;
  color: #ffffff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
  .hotline-fixed:after {
    position: absolute;
    top: 0;
    left: -1px;
    width: 50px;
    height: 50px;
    border: 4px solid #cd1818;
    content: '';
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    z-index: -1;
    -webkit-animation: ripple 2s ease-out infinite;
    animation: ripple 2s ease-out infinite; }
    .hotline-fixed--group {
      position: absolute;
      bottom: 60px;
      left: 0px;
      display: block;
      z-index: 1020;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 160px; }
      .hotline-fixed--group .fixed-btn-sm {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 5px 10px 5px 40px;
        min-width: auto;
        margin-top: 10px; }
        .hotline-fixed--group .fixed-btn-sm .support-icon {
          position: absolute;
          border: 1px solid #000;
          width: 30px;
          height: 30px;
          position: absolute;
          border-radius: 50px;
          left: 3px;
          top: 2px;
          background: #000;
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 14px; }
          .hotline-fixed--group .fixed-btn-sm.support-btn--zalo a {
            color: #fff; }
            .hotline-fixed--group .fixed-btn-sm.support-btn--zalo img {
              width: 24px;
              height: 24px;
              position: absolute;
              left: 6px;
              top: 5px; }
              .hotline-fixed--group.show {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px); }

                .hotline-fixed:hover {
                  cursor: pointer; }

                  @-webkit-keyframes ripple {
                    0% {
                      -webkit-transform: scale(0.9);
                      transform: scale(0.9);
                      opacity: 1; }
                      100% {
                        -webkit-transform: scale(2);
                        transform: scale(2);
                        opacity: 0; } }

                        @keyframes ripple {
                          0% {
                            -webkit-transform: scale(0.9);
                            transform: scale(0.9);
                            opacity: 1; }
                            100% {
                              -webkit-transform: scale(2);
                              transform: scale(2);
                              opacity: 0; } }
                              .title-popover{
                                width: 84px;
                                height: 30px;
                                background: #2f2b2b;
                                position: absolute;
                                font-size: 12px;
                                left: 60px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                bottom: 8px;
                                border-radius: 5px;
                                top: unset;
                                text-align: center;
                                z-index: -1;
                              }
                              .title-popover .arrow{
                                position: absolute;
                                display: block;
                                left: calc((6px + -1px) * -1);
                                width: 6px;
                                height: 12px;
                                margin: .3rem 0;
                                top: 4px;
                              }
                              .title-popover .arrow::after, .title-popover .arrow::before{
                                position: absolute;
                                display: block;
                                content: "";
                                border-color: transparent;
                                border-right-color: transparent;
                                border-style: solid;
                              }
                              .title-popover .arrow::before {
                                right: 0;
                                border-width: 6px 6px 6px 0;
                                border-right-color: rgba(0,0,0,.25);
                              }
                              .title-popover .arrow::after {
                                right: 1px;
                                border-width: 6px 6px 6px 0;
                                border-right-color: #2f2b2b;
                              }
                              .fixed-btn {
                                min-width: 160px;
                                max-width: 180px;
                                background: #FFC107;
                                position: fixed;
                                left: 10px;
                                bottom: 10px;
                                color: #fff !important;
                                font-size: 16px;
                                font-weight: bold;
                                border-radius: 999px;
                                padding: 8px 8px 8px 44px;
                                display: block;
                                margin: 0 auto; }
                                .fixed-btn a {
                                  color: #252525;
                                  text-decoration: none; }
                                  .fixed-btn--icon {
                                    position: absolute;
                                    border: 1px solid #252525;
                                    width: 30px;
                                    height: 30px;
                                    position: absolute;
                                    border-radius: 50px;
                                    left: 7px;
                                    top: 5px;
                                    color: #252525;
                                    display: -webkit-box;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-pack: center;
                                    -ms-flex-pack: center;
                                    justify-content: center;
                                    -webkit-box-align: center;
                                    -ms-flex-align: center;
                                    align-items: center; }
                                    .fixed-btn--img {
                                      height: 40px;
                                      border-radius: 126px;
                                      position: absolute;
                                      left: 0px;
                                      top: 0; }
                                      .fixed-btn--zalo {
                                        background: #2196f3;
                                        left: 10px;
                                        bottom: 60px;
                                        color: #fff; }
                                        .fixed-btn--zalo a {
                                          color: #fff; }
                                          .nt-rotate {
                                            -webkit-animation: Rotate 1.3s linear 1.3s 5;
                                            animation: Rotate 1.3s linear 1.3s 5;
                                            -webkit-animation-iteration-count: 5;
                                            animation-iteration-count: 5;
                                            animation-iteration-count: infinite;
                                            -webkit-animation-iteration-count: infinite;
                                            -moz-animation-iteration-count: infinite;
                                            -o-animation-iteration-count: infinite; }

                                            @-webkit-keyframes Rotate {
                                              0% {
                                                -webkit-transform: rotate(0deg);
                                                transform: rotate(0deg); }
                                                4% {
                                                  -webkit-transform: rotate(-45deg);
                                                  transform: rotate(-45deg); }
                                                  8% {
                                                    -webkit-transform: rotate(0deg);
                                                    transform: rotate(0deg); }
                                                    12% {
                                                      -webkit-transform: rotate(-45deg);
                                                      transform: rotate(-45deg); }
                                                      16% {
                                                        -webkit-transform: rotate(0deg);
                                                        transform: rotate(0deg); }
                                                        20% {
                                                          -webkit-transform: rotate(-45deg);
                                                          transform: rotate(-45deg); }
                                                          24% {
                                                            -webkit-transform: rotate(0deg);
                                                            transform: rotate(0deg); }
                                                            100% {
                                                              -webkit-transform: rotate(0deg);
                                                              transform: rotate(0deg); } }
                                                              @keyframes Rotate {
                                                                0% {
                                                                  -webkit-transform: rotate(0deg);
                                                                  transform: rotate(0deg); }
                                                                  4% {
                                                                    -webkit-transform: rotate(-45deg);
                                                                    transform: rotate(-45deg); }
                                                                    8% {
                                                                      -webkit-transform: rotate(0deg);
                                                                      transform: rotate(0deg); }
                                                                      12% {
                                                                        -webkit-transform: rotate(-45deg);
                                                                        transform: rotate(-45deg); }
                                                                        16% {
                                                                          -webkit-transform: rotate(0deg);
                                                                          transform: rotate(0deg); }
                                                                          20% {
                                                                            -webkit-transform: rotate(-45deg);
                                                                            transform: rotate(-45deg); }
                                                                            24% {
                                                                              -webkit-transform: rotate(0deg);
                                                                              transform: rotate(0deg); }
                                                                              100% {
                                                                                -webkit-transform: rotate(0deg);
                                                                                transform: rotate(0deg); } }


























