body{
  color: #444;
}
:root
 {
    --color-normal: #d6b194;
    --color-normal-light: #e8d2b4;
    --color-normal-light-2: #c0a886;
    --color-normal-dark: #76563d;
    --color-normal-brown: #c49776;
    --color-normal-brown-dark: #b07d54;
    --color-highlight: #467084;
    --color-highlight-dark: #093447;
    --color-normal-highlight: #fef4e7;
    --color-orange: #ffa336;
    --color-white: #fff;
    --color-red: #ff1b25;
    --color-violet: #c9007f;
    --color-pink: #ffc8bb;
    --color-green: #779d56;
    --color-green-light: #ccdec7;
    --color-normal-zero: rgba(214, 177, 148, 0);
    --color-normal-alpha-05: rgba(214, 177, 148, 0.5);
    --color-normal-alpha-08: rgba(214, 177, 148, 0.8);
    --color-normal-alpha-98: rgba(214, 177, 148, 0.98);
    --color-normal-dark-6: rgba(118, 86, 61, 0.6);
    --color-highlight-08: rgba(70, 112, 132, 0.8);
    --color-white-zero: rgba(255, 255, 255, 0);
    --color-white-alpha-01: rgba(255, 255, 255, 0.1);
    --color-white-alpha-02: rgba(255, 255, 255, 0.2);
    --color-white-alpha-03: rgba(255, 255, 255, 0.3);
    --color-white-alpha-04: rgba(255, 255, 255, 0.4);
    --color-white-alpha-05: rgba(255, 255, 255, 0.5);
    --color-white-alpha-06: rgba(255, 255, 255, 0.6);
    --color-white-alpha-08: rgba(255, 255, 255, 0.8);
    --color-black-zero: rgba(0, 0, 0, 0);
    --color-black-alpha-01: rgba(0, 0, 0, 0.1);
    --color-black-alpha-02: rgba(0, 0, 0, 0.2);
    --color-black-alpha-03: rgba(0, 0, 0, 0.3);
    --color-black-alpha-04: rgba(0, 0, 0, 0.4);
    --color-black-alpha-05: rgba(0, 0, 0, 0.5);
    --color-black: #333;
    --color-grey: #555;
    --color-grey-light: #aaa;
    --color-light: #846751;
    --color-white-grey: #efefef;
    --color-bg: #bbd0b6;
    --color-bg-grey: #959595;
    --color-bg-black: #000;
    --color-bg-red: #d02127;
    --bg-gradient-menu: linear-gradient(90deg, var(--color-normal-light) 0%, var(--color-normal) 100%);
    --bg-gradient-menu2: linear-gradient(135deg, var(--color-normal-light) 0%, var(--color-normal-brown) 80%);
    --bg-gradient: linear-gradient(135deg, var(--color-normal-zero) 0%, var(--color-normal-alpha-05) 70%, var(--color-normal) 100%);
    --bg-gradient-dark: linear-gradient(135deg, var(--color-normal) 0%, var(--color-highlight) 80%);
    --bg-gradient-dark2: linear-gradient(135deg, var(--color-normal-brown) 0%, var(--color-normal-dark) 80%);
    --icon-gradient-white: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 100%);
    --color-bg-circle-1: radial-gradient(circle, var(--color-normal-highlight) 0%, var(--color-normal-light) 50%, var(--color-normal-brown) 100%);
    --color-bg-circle-2: radial-gradient(circle, var(--color-normal-light) 0%, var(--color-normal) 100%);
    --color-bg-circle-3: radial-gradient(circle, var(--color-highlight-dark) 0%, var(--color-black-zero) 70%);
    --color-bg-circle-4: radial-gradient(circle, var(--color-normal-light) 0%, var(--color-normal-brown) 70%);
    --color-bg-gradient: linear-gradient(90deg, var(--color-highlight) 0%, var(--color-normal) 100%);
    --color-bg-gradient-2: linear-gradient(0deg, var(--color-highlight) 0%, var(--color-normal) 100%);
    --color-bg-gradient-3: linear-gradient(0deg, var(--color-normal-brown) 0%, var(--color-black-zero) 100%);
    --color-bg-gradient-4: linear-gradient(0deg, var(--color-highlight) 0%, var(--color-normal-brown) 100%);
    --color-text-gradient: linear-gradient(0deg, var(--color-normal) 0%, var(--color-highlight) 100%);
    --bg-gradient-footer: linear-gradient(0deg, var(--color-normal-alpha-08) 0%, var(--color-normal-brown) 80%);
    --titleFontBig: 4.5vw;
    --titleFont: 2.5vw;
    --titleFontSmall: 1.5vw;
}
.fancybox__container{z-index: 10001 !important;}
.hfix{z-index: 10000;}
.button {
 
  background-color: #004A7F;
 
  -webkit-border-radius: 10px;
 
  border-radius: 10px;
   
  border: none;
   
  color: #FFFFFF;
   
  cursor: pointer;
   
  display: inline-block;
   
  font-family: Arial;
   
  font-size:18px;
   
  padding: 5px 10px;
   
  text-align: center;
   
  text-decoration: none;
 
}  
  @-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}
 
@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}
 
@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
 
@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
 
.button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}


/*End*/

.note{/* padding-top: 30px; */text-align: justify-all !important;line-height: 30px !important;font-weight: 400 !important;font-size: 16px !important;/* margin-bottom: 10px; */}
.padding-50{padding: 40px 10px !important;}
.color-1{background: rgba(104, 105, 103, 0.83);}
.color-2{background: #e51b24;}
.color-3{background: #d4d4d4;}
.section-color-1 {
    background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .01), rgba(255, 255, 255, .01) 3px, transparent 3px, transparent 6px), linear-gradient(rgb(237 201 155), rgb(179 143 93)) !important;
    background-size: auto,auto!important;
    background-position: 50% 50%,50% 50%!important;
    background-attachment: scroll,scroll!important;
    background-repeat: repeat,no-repeat!important;
    /* --tve-applied-background-image: repeating-linear-gradient(135deg,rgba(255,255,255,.01),rgba(255,255,255,.01) 3px,transparent 3px,transparent 6px),linear-gradient(rgb(1,64,102),rgb(1,64,102))!important; */
}
.box-left{height: 462px;margin: auto;padding-left: 80px;padding-right: 10px;padding-top: 50px;padding-bottom: 50px;overflow: hidden;
display: block;position: relative;
}
.box-video{height: 350px;position: relative;display: block;}
.box-360{
  height: 120vh;
  position: relative;
  display: block;
}
.box-video iframe,.box-360 iframe{
  height: 100%;
}

.play-button{
  z-index: 100;;border:8px solid #fff;border-radius: 50%;
  height: 80px;width: 80px;overflow: hidden;
  position: absolute;top: calc(50% - 40px);left: calc(50% - 40px);
}
  .support-right{position: relative;}
  .support-number{position: absolute;top: 50px;left: 120px;font: 600 32px/40px 'utmAvoBold';/* font-family: utmAvoBold; */color: #000;}
  .detail-h1{}
  .detail-h1 p
  { position: relative;}
  .detail-h1 p:before
  {
    content: '';
    height: 3px;background: #ffb300;
    width: 30%;
    position: absolute;
    top: 45px;
  }
.viha-button{border-radius: 30px;-moz-border-radius:30px;-webkit-border-radius:30px;padding: 10px 20px;color: #fff;cursor: pointer;background: #000;}
.float-right{float: right;}
.item{position: relative;}
.play-button img{width: 100%;}
.news-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  border:1px solid #f1f1f1;padding: 0px !important;
}  
.thumbnail{position: relative;overflow:hidden;border:0px;padding: 0px !important;border-radius: 0px;margin-bottom: 0px !important;}
.text-center{text-align: center !important;}
.text-upercase{text-transform: uppercase;}
.box-over{
  transition:background ease .9s,opacity ease .9s;z-index: 10;
  position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);z-index: 80;}
.box-over-bg{
    position: absolute;
    width: 70%;
    height: 60%;
    background: transparent;
    z-index: 50;
    left: 53px;
    top: 60px;
    transition:background ease .9s,opacity ease .9s;z-index: 10;
}
.box-over:hover{
  background: transparent;
  transition:background ease .9s,opacity ease .9s;z-index: 10;
}
.box-over:hover .box-over-bg{
  background: background: rgba(0, 0, 0, .5);
  transition:background ease .9s,opacity ease .9s;z-index: 10;
}
.whychoose-box{position: relative;display: block;margin-bottom: 20px;}    
.number{text-align: center;float: left;width: 60px;font-size: 50px;color: red;font-weight: 600;font-family: utmAvoBold;border-bottom: 5px solid red;margin-right: 10px;}
.right-number{width: calc(100% - 75px);float: left;margin-top: 20px;padding-left: 20px;}
.right-number a{font-size: 16px;font-weight: 600;cursor: pointer;text-transform: uppercase;}  
.right-number .noidung{padding-top: 5px;}  
.title{text-transform: uppercase;text-align: center;margin-bottom: 30px;}
.title h2{font: 700 36px/36px 'roboto';color: #cb0000;}
.title-news{position: relative;}
.title-news a{font-size: 24px;text-transform: uppercase;padding: 10px 0px;font-family: utmAvo;cursor: pointer;margin-bottom: 10px;}
.title-news .line{width: 100%;height: 2px;border-left:50px solid red;background: #000;margin-top: 10px;padding: 2px 0px;}
.fbold{font-weight: 600 !important;}
.news li{margin-left: 15px;list-style-type: circle;padding: 10px 0px;border-bottom: 1px solid #ccc;color: red;font-weight: 600;}
.news li a{font-weight: normal;color: #1f1f1f;font-size: 16px !important;color: #000 !important;}
.news li a span i{font-size: 11px !important;}
.news .news-box{height: 210px;overflow: hidden;}
.news .title-new{height: 4.5rem;overflow: hidden;text-align: left;}
.right-box{margin-top: 40px;border-left:1px solid #ccc;/* padding-left: 15px; */padding: 10px;background: #fbefaf;display: block;position: relative;}
.right-box ul{margin-left: -4px;font-weight: 600;}
.right-box ul li{list-style-type: circle;font-size: 24px;color: red;}
.r-title{font: 600 18px/28px 'utmAvo';/* font-weight: 600; *//* font-family: utmAvo; */text-transform: uppercase;/* font-size: 16px; */}
/*.r-title:before{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #da282d;
    position: absolute;
    top: 20px;
    left: -20px;
  }*/
.right-box .news li{border:0;background: #f1f1f1;border-left: 2px solid red;list-style-type: none;margin: 0;line-height: 1.0;margin-bottom: 5px;padding: 10px 10px;}
.right-box .news li:hover{background: #ccc;}
.mail-box{padding: 10px;background: #fbefaf;text-align: center;}
.mail-box img{width: 100px;margin: auto;}
div.title-line {
    margin: 0 auto;
    clear: both;
    position: relative;
    text-align: center;
    width: 230px;
    max-width: 90%;
    overflow: hidden;
    z-index: 10;
    margin-bottom: 16px;
}

div.title-line>span:before, div.title-line>span:after {
    /*width: 1e3px;*/
    width: 48%;
    height: 0;
    display: block;
    position: absolute;
    top: 50%;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #f1f1f1;
    content: " ";z-index: 10;
}
div.title-line>span:after {right: 0;}

section{}
.news-hot{
  margin-top: 5px;position: relative;display: block;
  width: 200px;float: left;
}
a.title-h3{color: #fff !important;}
time{font-size: 14px !important;}

/*-------------Header--------------*/
.header-line
{
  height: 35px;
  display: block;
  position: relative;
  background:#024822;
  vertical-align: middle;  
}
.header-line .container>ul{margin:0px;padding: 0px;}
.header-line-phone{background: #252525;width: 420px;min-width: 420px;display: inline-block;}
.header-line-phone li{float: left;padding: 7px 5px;}
.header-line-phone li:first-child{padding-left: 20px;}
.label_hotro{font-weight: 600;color: #21a256;text-transform: uppercase;}
.label_hotline{color: #fff;}
.border-right{border-right: 1px solid #999;}
.search_box{display: inline-block;padding: 5px 10px;width: 600px;margin-left:80px;position: relative;}
.search_box{position: absolute;top: 14px;}
.search_box input[type='text']{background: #fff;border:2px solid #ce8302;padding: 10px 0px 10px 15px;padding-right: 60px;font-size: 14px;font-weight: 400;width: 100%;}
.search_box button{text-transform: uppercase;background: #ce8302;border:0px;padding: 10px 15px 10px 15px;right: 12px;top: 7px;position: absolute;color: #fff;font-size: 14px; }
.langues{position: absolute;right: 83px;top:30px;}
.langues a{font-size: 14px;color: #fff;}
.vi img,.en img{width: 30px;}
.vi,.en{}
.logo{
  width: 160px;
  /* padding: 5px 0px; */
  margin-top: 10px;
  display: block;
  position: relative;
  float: left;
  color: #e51b24;
  }
.logo img{width: 160px;}
/*-------------Main Menu--------------*/
.fixed{position: fixed !important;width: 100%;z-index: 100;display: block;}
.main-menu{background: #0ea754;box-shadow: 0px 5px 5px 0px #f1f1f1;padding: 0px !important;margin: 0px !important;}
.main-menu ul{margin-top: 18px;float: right;margin-right: 128px;}
.main-menu ul li{vertical-align: baseline;display: inline-block;padding: 10px 32px 10px 32px !important;}
.main-menu ul li:last-child{padding-right: 0px !important;}
.nav li a{font-family: roboto_condensedbold,UTMAvo;font-size: 15px;color: #363636;text-transform: uppercase;font-weight: 400;letter-spacing: 1.0px;}
.nav li a:hover{background: transparent;color: #ed3237;}
.main-menu ul li a.activemenu{color: #ed3237 !important;font-weight: 600;}
.menu-top{display: none;background: #0ea754;}
.menu-fixtop,.fixed-mobi{position: fixed;top: 0px;background: #fff;width: 100%;z-index: 100;display: none;}
.menu-fixtop .main-menu .logo{padding: 5px 0px 0px 0px;}
.menu-fixtop .main-menu .logo img{width: 120px;margin-top: 10px;}
.menu-fixtop .main-menu ul {margin-top: 11px;}
.menu-fixtop .main-menu ul li{padding: 0px 40px 0px 40px !important;}
.menu-fixtop .main-menu ul li:last-child {padding-right: 0px !important;}
/*Menu*/
.viha-main-nav{position: absolute;top: 22px;right: 100px;}
.viha-main-nav ul li{display: inline-block;padding: 0px;}
.viha-main-nav ul li a{text-transform: uppercase;color: #fff !important;padding: 5px 10px;font-size: 16px;}
.viha-main-nav ul li a:hover{background: #000;}
.viha-main-nav ul li:first-child{text-transform: uppercase;color: #fff !important;padding-right: 0px;}
.viha-main-nav ul li:last-child{text-transform: uppercase;color: #fff !important;padding-right: 0px;}
.viha-search-cart{position: absolute;right: 0px;top: 20px;}
.viha-btn_search{padding: 10px !important;font-size: 18px;margin-right: 50px;color: #fff;}
/*-------------About--------------*/
section#danhmuc{padding: 0px;}
section#about{padding: 0px !important}
.transparent-box{padding: 50px 0px;background: rgba(0, 0, 0, .5);}
section#news{padding: 10px 0px;background: #1eaf2e;}
section#register{padding:100px 0px;background:url('../images/bg_dk.jpg');background-repeat: no-repeat;background-position: center;background-attachment: scroll; }
section#product{padding: 50px 0px;}
.box-dkemail{background: transparent;position: absolute;right: 0px;top: -5px;width: 250px;}
.box-dkemail input[type='text']{padding: 4px 5px;width: 100%;font-size: 12px;color: #999;}
.box-dkemail input[type='text']:focus,.box-dkemail input[type='text']:active{color: #f10007;}
.btn-register{font-size: 15px;padding:10px  15px;position: absolute;right: 0px;top:-4px;padding: 3px 5px;background: #d40309;color: #fff;}
.btn-register:hover{background: #f10007;color: #fff;}
.color-fff{color: #fff !important;}
.title-h1,.title-h2,.title-h3,.title-h4,.title-h5{font-family: UTMAvo;}
.title-h1{font-size: 36px;}
.title-h2{font-size: 30px;padding: 10px 10px 0px 0px;color: #ca2526;}
.title-h3{font-size: 18px;padding: 10px 10px 0px 0px;}
.title-color{color: #ca2526 !important;font-weight: 600;}
.news-hot span{color: #fff;padding-top: 10px;font-weight: bold;text-transform: uppercase;font-family:arial;letter-spacing: 1.5px;}
.line-center{padding: 10px 0px;}
.line-center:after{
  width: 6px;background:rgba(0, 0, 0, .5);height: 100%;
  position: absolute;
  color:rgba(0, 0, 0, .5);;
  content: ' ';
}
h2.about-title{text-transform: uppercase;color: #fff;font-weight: 700;letter-spacing: 1.5px;padding: 10px 0px 20px 0px;}
.line-title:after{
  content: ' ';
    position: absolute;
    width: 35%;
    height: 4px;
    background-color: #fdcd07;
}

.btn-color-yellow{background: #fef300 !important;color: #000;}
.padding-bottom-30{padding-bottom: 30px !important;}
.pr-view-box{position: absolute;top:40%;left: 40%; color: #fff; height: 40px;width: 40px;padding-top: 10px;border-radius: 40px;border:2px solid #fff;}
.pr-view-box i{font-size: 18px;}
.box-sp-cart{
  font-size: 12px;
  color: #fff;
  display: inline-block;
  width: 100px;
  line-height: 27px;
  -webkit-border-radius: 14px/14px 14px 13px 13px;
  -moz-border-radius: 14px/14px 14px 13px 13px;
  border-radius: 14px/14px 14px 13px 13px;
  background-color: #029546;
  text-align: center;
  cursor: pointer;
}
.pr-overlay{opacity: 0;height: 100%;width: 100%;top:0;left: 0px;overflow: hidden;position: absolute;background:rgba(0, 0, 0, 0.5);z-index: 1000;}
.pr-box:hover .pr-overlay{opacity: 1.9;left: 0px;transition: opacity ease .3s,left ease 2.8s;}
.pr-overlay .box-sp-cart{margin-top: 40%; margin-left: -1000px;}
.pr-box:hover .box-sp-cart{margin-left: 0px;transition: opacity ease .3s,margin-left ease .8s;}
.box-sp-cart i{padding-right: 10px;}
.category-info-norm-header {
    width: 100%;
/*    height: 52px;*/
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: -25px;    
}
.category-info-norm-header h2 {
    float: left;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    border-bottom: 3px solid #ad0800;
    margin-top: 6px;
    padding: 8px 15px 6px 15px;
    position: relative;
    text-transform: uppercase;
    background: #ad0800;
    letter-spacing: 1px;
    text-align: center;
    position: relative;

}
.category-info-norm-header h2 a{color: #fff;}
.category-info-norm-header-line {
    display: block;
    margin-top: 34px;
    font-size: 100%;
    border: 1px solid #e2e2e2;  
    border-radius: 1px;
    overflow: hidden;
}
.category-info-norm-header-line:after{
  content: ' ';
    clear: both;
}
.dropdown-icon
{
  width: 16px;
  height: 12px;
  position: absolute;
  left: calc(50% - 8px);
  background: url(./../images/dr_down_icon.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.percent{width: 40px height:40px;padding: 2px; background-color:red; color: #fff;border-radius: 40px;position: absolute;bottom: 12px;right: 0px;font-size: 12px;}
.menu-shop ul{float: left;}
.menu-shop ul li{vertical-align: baseline;display: inline-block;padding: 0px 32px 0px 32px !important;}
  .left-col{width: 300px;float: left;margin-right: 20px;position: relative;}
  .right-col{width: 880px;float: left;position: relative;}
  .left-col ul li{border-bottom: 1px solid #e2e2e2;padding: 10px 0px;}
  .left-col li{cursor: pointer;}
  .left-col li a{color: #080808;font-size: 14px;}
  .left-col li a i{padding-right: 20px;color: #999;font-size: 6px;}
  .left-col li:hover a,.left-col li:hover a i{color: #0075bc;}
  .left-col .h2{margin-top: 0px;padding-top: 0px;padding-bottom: 0px;cursor: pointer;}
  .left-col .h2 i{padding-right: 10px;}
  .left-active a,.left-active a i{color: #0075bc !important;font-weight: 600;}
/* footer */
.ft-logo{
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
}
.ft-logo svg{
position: relative;
    width: 100px;
    height: 100px;
    display: block;
    margin: 4vh 0 0 83px;
}
.ft-logo .stroke-line{
  
    fill: #e51b24;
    stroke: #e51b24;
    stroke-miterlimit: 10;
    stroke-width: .5;
}
.ft-container{
  padding-bottom: 15px;
}
.copyright-wrap  {
  background: rgba(0, 0, 0, 1);
}
.copyright{
  margin: 0;
  color: #999 !important;
  padding: 10px 0;
  font: 12px arial;
  /* float: left; */
}
.ft-info * {/*color: #080808 !important;*/}
footer{
  padding-top: 10px;
  background: #fff;
  /* background-position: center center; */
  /* background-attachment: scroll; */
  /* background-size: cover; */
  /* border-top: 5px solid #bf0c0c; */
}
#thongketruycap {
  list-style-type: none;
  margin: 0 0 10px;
}
#thongketruycap li {margin-bottom: 5px;}
#thongketruycap li p {
  padding-left: 20px;
  color: #e5b809;
  font: 15px arial;
}
#thongketruycap li p span {
  color: #fff;
  display: inline-block;
}
#thongketruycap .tktc-online {
  background: url(../images/online.png) no-repeat;
}
#thongketruycap .tktc-tuan {
  background: url(../images/tuan.png) no-repeat;
}
#thongketruycap .tktc-thang {
  background: url(../images/thang.png) no-repeat;
}
#thongketruycap .tktc-tong {
  background: url(../images/tong.png) no-repeat;
}
#thongketruycap .tktc-online,#thongketruycap .tktc-tuan,#thongketruycap .tktc-thang,#thongketruycap .tktc-tong {
  background-position: 0 center;
}
.ft-thongke {
  float: right;
  line-height: 1;
  margin: 10px 0;
}
.ft-thongke li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.ft-thongke li:not(:last-child):after {
 content:'';
 background-color: #818281;
 width: 1px;
 height: 12px;
 position: absolute;
 top: 0px;
 right: 0;
}
.ft-thongke li p {
  margin: 0;
  color: #fff;
  font: 12px arial;
}.ft-thongke li span{color: #fff;}
#product-box{padding: 50px 0px;background: #fff;}
.product{position: relative;}
.border-bottom{
  border-bottom: 1px solid #e2e2e2;padding: 0px 0px 10px 0px;
  height: 4.5rem;
  overflow: hidden;
}

.slick-slide-main .mz-button-next,.slick-slide-main .mz-button-prev{height: 30px !important;width: 30px !important;background: rgba(0, 0, 0, 0.5) !important;font-size:12px !important;color: #fff !important;}
.slick-slide-main button.mz-button-next{right: -100px !important;}
.slick-slide-main button.mz-button-prev{}
.slick-slide-main .mz-button-next:hover,.slick-slide-main .mz-button-prev:hover{background: rgba(0, 0, 0, 0.61) !important;} 
.viha-button-prev,.viha-button-next{height: 15px;width: 15px;background: #999;color: #fff;border: none;position: absolute;top: -28px;display: inline-block;vertical-align: middle;text-align: center;font-size: 9px;}
.viha-button-prev:hover,.viha-button-next:hover{background: #ad0800;}
.viha-button-prev{right:20px;}
.viha-button-next{right: 0px;}
  .vh-header-line{background:#0c6718;padding: 0px 0px;}  
  #marquee_slogan{color: #fff;font-size: 12px;width: 40%;float: left;padding-top: 5px;}
  
  .header{/*background: #bf0c0c;*/}

  .dung{background: #149c26;z-index: 100;width: 100%;}
  .hotline{padding: 5px;color: #fff;float: right;padding-bottom: 5px;padding-right: 10px;}
  .hotline span{padding-left: 10px;font-size: 12px;}
  .header-right{float: right;text-align: right;width: 60%;position: relative;}/*border-bottom:1px solid #ec2c2c;*/
  .mxh{float: right;padding: 5px;padding-bottom: 5px;padding-right: 10px;}
  .mxh li{display: inline-block;}
  .mxh img{width: 18px;}
  .cart{
    right: 30px;
    top: -8px;
    height: 30px;
    width: 30px;
    position: absolute;
  }
  .cart .num{position: absolute;width: 18px;height: 18px;background: #fff;border-radius: 50%;text-align: center;font-size:12px;padding: 1px;padding-left: 2px;top: -6px;right: -17px;}
  .cart img{width: 35px;}
  .banner{position: absolute;z-index: 100;
    left: 74px;
    top: -20px;
    background: #149c26;
    border-bottom-left-radius: 5px;-moz-border-bottom-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;-moz-border-bottom-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;
/*    box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, .5);*/
  }
  .banner img{height: 78px !important;}
  .dung{padding: 20px 0px;transition: padding 0.3s ease, opacity 0.3s ease;
  }
.pro-title{font-size: 18px !important;margin-top: 40px;}
.display-none{display: none !important;}
.display-active{display: block !important;}
.active-pro{;height: 5px;width: 150px;background-color: red;margin-bottom: 0px;margin: auto;margin-top: 30px;}
.ft-tit{
  color: #999;
  position: relative;
  font:18px UTMAvo;
  margin-bottom: 12px;
/*  border-bottom: 1px solid #e2e2e2;*/
/*  padding-bottom: 10px;*/
}
/*product*/

.hotro .frame_httt{border-bottom: 1px solid #e3e3e3;color: #fff;padding: 0px 5px;}
.frame_httt:last-child{border: 0px;}
p.support_title{font-weight: bold;text-transform: uppercase !important;}
#to-top{

      display: block;
    position: fixed;
    text-align: center;
    line-height: 12px!important;
    right: 5px;
    bottom: 53px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 10000;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear; -moz-transition: background-color 0.1s linear; -webkit-transition: background-color 0.1s; 
}
.btn-transparent {
    background: rgba(0, 0, 0, .5);
}
.btn-view-down{cursor: pointer;color: #fff;width: 20px;height: 40px;border-radius: 10px;padding: 10px 6px;position: absolute;bottom: 20px !important;left: calc(50% - 10px);border:1px solid #ffb300;}
.btn-view-down {
    -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
    animation: mymove infinite;
    animation-duration: 1.5s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {bottom: 20px;}
    to {bottom: 5px;}
}

@keyframes mymove {
    from {bottom: 20px;}
    to {bottom: 5px;}
}
#to-top:hover{background-color: #d70808;transition: background-color 0.1s linear; -moz-transition: background-color 0.1s linear; -webkit-transition: background-color 0.1s; }
#to-top i{
  line-height: 29px!important;
    width: 29px!important;
    height: 29px!important;
    font-size: 14px!important;
    top: 0px!important;
    left: 0px!important;
    text-align: center!important;
    background-color: transparent!important;
}
.fa{
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
#load{background-color: rgba(0, 0, 0, 0.56);position: fixed;height: 100%;width: 100%;z-index: 10000000;top: 0px;left: 0px;display: none;}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 25%;
}
/*---------footer------*/
#footer1{
  z-index:1000;position: fixed;bottom: 0;width: 100%;left: 0;
}
#footer1 img {
  width: 30%;
  max-width: 35px;
  vertical-align: middle;
}
#footer1 a {color:#fff;}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
        .chinhsach{text-transform: uppercase;margin-bottom: 20px;border-bottom:1px solid #999;padding-bottom: 20px;position: relative;display: block;}
          .chinhsach ul li{display: inline-block;padding: 0px 5px;padding-right: 10px; border-right: 1px solid #999;}
          .chinhsach li a{color: #999!important;font-weight: 500;font-size: 12px;}
          .chinhsach li:hover a{color: #fff!important;}
          .chinhsach ul li:first-child{padding-left: 0px;}
          .chinhsach ul li:last-child{padding-right: 0px;border-right: 0px;}
.call,.sms,.email{height: 30px;vertical-align: middle;text-align: center;padding: 5px 0px;}
.call{background: #1cbd2d;}
.sms{background: #fef200;}
.email{background: #ef2c1a;}
.no-display{display: none;}
.mua{background:#15b55f;color: #fff;}
.mua:hover{background:#09753b;color: #fff;}
.mobi{display: block;}
.computer-template{display: none;}
.mobile-template{display: none;}
.product-pic{border: 1px solid #e2e2e2;}

#cart-icon{position: absolute;top: 5px;left: 10px;font-size: 22px;}
#cart-icon i{color: #ce8302;border:1px solid #fff;padding: 6px;}
#cart-num{/*position: absolute;top: 12px;left: 50px; font-weight: 600;color: #fff;*/}
.hidden{display: none !important;}
.menu-mobi .logo{margin-left: 30px;}
 .menu-mobi .logo img{width: 120px;}
 .menu-mobi .search_box{right: 0px;top: 56px;width: 100%;z-index: 10;}
 .menu-mobi .key_box{padding:0px;}
 .menu-mobi .search_box[type='text']{padding: 5px 10px 5px 10px !important;}
 .menu-mobi .langues{top: 20px;right: 10px;}
 .menu-mobi .langues .vi{padding-right: 10px;}
 .menu-mobi .langues .en{padding-left: 10px;}
 #slide{margin-top: 0px;}
 .mau{background: transparent;}

.Pj-detail-title{
  /* position: relative; */
  -js-display: flex;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-orient: horizontal; */
  /* -webkit-box-direction: normal; */
  -ms-flex-flow: row wrap;
  /* flex-flow: row wrap; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  /* -webkit-box-pack: justify; */
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  /* width: 100%; */
}

.Pj-detail-title h2.title-detail,.Pj-detail-title h1.title-detail{text-transform: uppercase;color: #df0000;display: block;position: relative;width: 100%;padding-bottom: 15px;font-size: calc(100vw/30);}
h1.title-detail{margin: 0;}
h2.title-detail{margin-top: 30px;}
h2.title-detail span{margin: 0px 20px 0px 0px;font: 600 36px/36px "Roboto Condensed",sans-serif;}
h1.title-detail span{margin: 0px 20px 0px 20px;}
#gioi-thieu .Pj-detail-title span{margin: 0px 20px 0px 20px;}
.Pj-detail-title b{
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 5px;
    opacity: 1;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #b30000;
}
/*#gioi-thieu,#tong-quan,#vi-tri,#ha-tang,#tien-ich-ngoai-khu,#tien-ich-noi-khu,#phap-ly,#bang-gia{
  padding: 30px 0px 0px;
}*/
.Pj-detail-title p{
  font-size: calc(100vw/70);
  color: #df0000;
}
.form-km {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
input[type=text], textarea {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: 0 0!important;
    border: #00000000!important;
/*    border-bottom: 1px dotted#124613!important;
    color: #124613;*/
}
.btn-send-box {    text-align: center;
    padding: 10px 0;}
.btn-send {
    font-size: calc(100vw / 80);
    padding: 8px;
    border: 1px solid #d10c15;
    border-radius: 5px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-decoration: none!important;
    font-weight: 700;
    float: right;
}   
.btn-send span {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-decoration: none!important;
    font-weight: 700;
    background: #777;
    transition: all .4s ease-in-out;
} 
.btn-send:hover{
  border: 1px solid #fff;transition: all .4s ease-in-out;
}
.btn-send:hover span{
  background: #e51b24;
  transition: all .4s ease-in-out;
}
.full-img{width: 100%;}
.full-img img{width: 100%;max-width: 800px;margin: auto;}
@media (min-width: 320px) {
  .title-h2 {
    font-size: 20px;
    padding: 10px 10px 0px 0px;
    color: #ca2526;
}
.header {
  min-height: 100vh;
  margin:20px auto;
}
  .mau{/* background: #ea8722; */}
  #home{/*margin-top: 54px;*/}
  #tong-quan .mota{padding-left: 5px;padding-top: 10px;}
  .computer-template{display: none;}
  .mobile-template{display: block;}
  .logo{/* margin-left: 30px; */}
  .logo img{width: 140px;}
  .left-col{display: none;}
  .main-menu{display: none;}
  .right-col{float: none;display: block;width: 100%;}
  .slide-main img{width: 100%;}
  .mobi{display: block;}
  .menu-mobi{display: block;}
  .menu-top .menu-mobi{height: 110px;}
  #slide{margin-top: 0px;}
  .modal{z-index: 100001 !important;overflow: scroll;}
  .container{padding-left: 10px !important;padding-right: 10px !important;}
  .box-dichvu-tuvan {  min-height: 268px; }
/*  section{padding-top:30px !important;}*/
  .title{/* margin-bottom: 0px; *//* text-align: center; *//* margin-top: 30px; */} #slide{margin-top: 55px;}
  .active-dk{font-weight: bold;}
  a.active-dk{color: #e88506 !important;}
}
@media (min-width: 667px) {
  .title-h2 {
    font-size: 24px;
    padding: 10px 10px 0px 0px;
    color: #ca2526;
}
.header {
  min-height: 100vh;
  margin:10px auto;
}
  .mau{background: #ea8722;}
  #home{margin-top: 54px;}
    #tong-quan .mota{padding-left: 5px;
  padding-top: 10px;}
  .computer-template{display: none;}
  .mobile-template{display: block;}
 .container,.con1000{padding-left: 10px !important;padding-right: 10px !important;}
 .box-dichvu-tuvan {  min-height: 268px; }section{/* padding-top: 50px; */}
 .title {/* margin-bottom: 0px; *//* text-align: center; *//* margin-top: 30px; */}#slide{margin-top: 55px;}
}
@media (min-width: 768px) {
  .title-h2 {
    font-size: 24px;
    padding: 10px 10px 0px 0px;
    color: #ca2526;
}
.header {
  min-height: 100vh;
  margin:20px auto;
}
  .mau{background: #ea8722;}
  #home{margin-top: 54px;}
    #tong-quan .mota{padding-left: 5px;
  padding-top: 10px;
  .computer-template{display: none;}
  .mobile-template{display: block;}  
 .container,.con1000{padding-left: 10px !important;padding-right: 10px !important;}
 .box-dichvu-tuvan {  min-height: 268px; }section{padding-top: 30px;}
 .title { margin-bottom: 0px;text-align: center;margin-top: 30px;}#slide{margin-top: 55px;}
}
@media (min-width: 992px) {
  .title-h2 {
    font-size: 24px;
    padding: 10px 10px 0px 0px;
    color: #ca2526;
}
.header {
  min-height: 100vh;
  margin:50px auto;
}
  .mau{background: #ea8722;}
  #home{margin-top: 54px;}
    #tong-quan .mota{padding-left: 5px;
  padding-top: 10px;}
  .computer-template{display: none;}
  .mobile-template{display: block;}
 .container,.con1000{padding-left: 10px !important;padding-right: 10px !important;}
 .box-dichvu-tuvan {  min-height: 268px; }section{/* padding-top: 30px; */}
 .title {/* margin-bottom: 0px; *//* text-align: center; *//* margin-top: 30px; */}#slide{margin-top: 55px;}
}
.header {
  min-height: 100vh;
  margin:200px auto;
}
  .mau{background: transparent;}
  #home{margin-top: 0px;}
    #tong-quan .mota{padding-left: 5px;
  padding-top: 50px;}
 .left-col,.langues{display: block;}
.computer-template{display: block;}
.mobile-template{display: none;}
 .main-menu{display: block;}
  .right-col{float: left;display: block;width: 880px;}
  .slide-main img{width: 100%;}
  .search_box{left: 220px;}
   .mobi{display: none;}
 .menu-mobi{display: none;}
 #slide{margin-top: 55px;}
 .modal{
  overflow-y: hidden; 
 }
}
.line-clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.line-2 {
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
}
.line-3 {
    -webkit-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
}
.project-box{transition: all 0.3s;overflow: hidden;background: transparent;padding: 0px 0px 10px 0px;padding: 10px 10px;margin-bottom: 20px;}
/*.project-box:hover{background: #146117b3;}*/
.project-title{/* font: 500 22px/22px 'roboto'; */height: 3.5rem;/* padding: 0px; */transform: all 0.4s;}
.project-box-text{font: 400 15px/22px 'roboto';padding: 0px;text-align: justify;margin-top: 20px; transform: all 0.4s;}
/*.project-box:hover .project-box-title,.project-box:hover .project-box-text{padding: 0px 10px 0px 10px;}*/
.project-title a{font: 500 22px/22px 'roboto';color: #004835;text-decoration: none;}
.project-box-img{overflow: hidden;display: block;position: relative;height: 304px;}
.project-box-img img{height: 100%;transition: all 0.5s;}
.project-box-img:hover img{transform: scale(1.5);}
.tienich.box-img{
  position: relative;
  overflow: hidden;
  height: 390px;
}
.tienich2.box-img{
  position: relative;
  overflow: hidden;
  height: 380px;
  border-radius: 10px;
}
.tienich3.box-img{
  margin:10px;
  height: 330px;
}
.matbang.box-img{
  width: 100%;
  height: 768px;
  position: relative;
  overflow: hidden;
}
.layout.box-img{
    background-image: linear-gradient(rgb(232, 209, 177), rgb(105, 60, 1));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    opacity: 0.5;  
  -webkit-filter: blur(5px);
  filter: blur(5px);    
  border-radius: 30px; 
  width: 100%;
  height: 426px;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  }
.phaply.box-img{
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  height: 768px;
}  
.nhamau.box-img{
  height: 550px;
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);  
}
.nhamau.box-img .img{
  background-size: cover !important;
  width: 100%;
  height: 100%;
}
.pttt.box-img{text-align: center;}
.pttt.box-img img{
  margin: auto;
  max-width: 100%;
}
/*.layout.box-img:after{
  content: "";display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background:rgb(0 0 0 / 69%);
  opacity: 1;
  top: 0;
  left: 0;
}  */
.layout.box-img.slick-active{
    background-image: linear-gradient(rgb(105, 60, 1),rgb(232, 209, 177));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial; 
  -webkit-filter: blur(0px);
  filter: blur(0px); 
  opacity: 1;          
} 
/*.layout.box-img.slick-active:after{
    opacity: 0;  
} */ 
.layout.box-img .img{
  transform: scale(.98);
  border-radius: 30px;
}
.slick-layout{position: relative;text-align: center;}
.slick-layout .slick-prev,.slick-layout .slick-next
{
  display: block;
  position: absolute;
  z-index: 10;
    background: #9b9b9b94;
    outline: transparent;
    border: 3px solid #a3000785;
  height: 44px;
  width: 44px;
  border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;transition: all .3s ease-in-out;
}
.slick-layout .slick-prev:hover,.slick-layout .slick-next:hover
{
    background: #df0000;
    outline: transparent;
    border: 3px solid #a3000785;transition: all .3s ease-in-out;
}
.slick-layout .slick-prev{
    top: calc(50% - 22px);
    left: 60px;
}
.slick-layout .slick-next{
    top: calc(50% - 20px);
    right: 60px;
}
.slick-layout i{
  font-size: 30px;
  line-height: 30px;
  transform: scale(1);
  color: #df0000;
  transition: all .3s ease-in-out;
}
.slick-layout .slick-prev:hover i,.slick-layout .slick-next:hover i
{
color: #fff;
transform: scale(.8);
transition: all .3s ease-in-out;
}
.slick-layout .slick-dots{
  margin-top: 25px;
}

.slick-layout .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 3px;
  position: relative;
  width: 12px;
}
   
.slick-layout .slick-dots li:last-child {
  margin-right: 0;
}
   
.slick-layout .slick-dots li.slick-active button, 
.slick-layout .slick-dots li button:hover {
  background:#df0000;
}
   
.slick-layout .slick-dots li button {
  background: #ddd;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 12px;
  padding: 0;
  -o-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
  -webkit-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
  transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
  width: 12px;
}


.tienich.box-img .img,.matbang.box-img .img,.layout.box-img .img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-size: cover !important;
  background-position: center !important;
}

.matbang.box-img .img{
  background-size: contain !important;
}
.project-box-overlay{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 100;opacity: 0;transition: all 0.4s;}
.project-box:hover .project-box-overlay{opacity: 1;height: 100%;bottom: 0;}
.baiviet-box{width:100%;}
.baiviet-item {
    position: relative;
    display: block;
    margin: 0px 0px 15px 0px;
}
.baiviet-thumb {width: 140px;height: 100px;overflow: hidden;float: left;margin-right: 20px;display: block;}
.baiviet-thumb img {
    max-width: 100%;
}
.baiviet-info {
/*    width: calc(100% - 230px);*/
}
.baiviet-tieude a {
    font: 500 18px/18px'roboto';
    color: #140000;
    text-decoration: none;
}
.baiviet-mota{
text-align: justify;font: 400 13px/16px'roboto';
}
.product-title:after, .post-date:after {
    content: '';
    width: 95px;
    height: 1px;
    background: #770000;
    display: block;
    margin: 10px 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.post-date {
    /* width: calc(50% - 10px); */
    float: left;
    color: #585858;
    font:400 12px/12px 'roboto';
}
.view-more {/* width: calc(50% - 100px); */float: right;text-align: right;font: 400 12px/16px 'roboto';/* color: #4CAF50 !important; */}
.header-box{padding: 5px 0px;background: #000;}
#slider1_container{position: relative; float: left; top: 0px; left: 0px;}
.jssora05l{top: 0px; left: 10px;}
.jssora05r{top: 0px; right: 10px;}
.slides{cursor: move; position: absolute; left: 0px; top: 0px;overflow: hidden;}
.news-box{}
.news-thumb{}
.news-thumb img {
    width: 100%;
}
.news-text{

}
.news-text a {
    cursor: pointer;
    text-decoration: none;
}
.news-desc {
    text-align: justify;
}
.news-text a >h3 {
    font: 600 22px/22px 'roboto';
    color: #0c0c0c;
}
.news-text hr,.baiviet-mota hr {
    margin: 8px 0px !important;
    color: #00885a;
    background: #00885a;
}
.content img{width: 100%;}
  .fixRight{
    z-index: 1000;}
.support-right img{height: 140px;}    
.btn-dangky{padding: 10px 20px;border-radius: 30px;border: 1px solid #ffb300;cursor: pointer;background: #ffb300;color: #fff;}
.box-dichvu-tuvan{padding: 10px 30px;border: 1px solid #e1e1e1;background: transparent;height:124px;overflow-y: scroll;}
.chkbox{width: 50%;float: left;padding: 5px 0px;}
.chkbox label{font-weight: 600;font-size: 12px;}
input[type='text']{width: 100%;padding: 9px 10px;margin-bottom: 20px;}    
.section-content{/* padding: 80px 0px 27px 0px; */margin-top: 100px;}
.section-gioithieu{padding: 50px 0px;}
.gioithieu-img{text-align: center;font:600 16px/22px 'roboto';}
.gioithieu-img img{margin: auto;max-width: 100%;}
.gioithieu-flex-box {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.gt-box{width: 50%;padding: 0px 40px;float: right;}
.gt-img{float: left;width: 50%;text-align: center;}
.bg_top{
  height: 70vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  position: relative;
  display: block;
}
.breadcrumb-box{
  position: relative;
  /* box-shadow: 1px 7px 10px 0px #f1f1f1; */
  /* -webkit-box-shadow: 1px 7px 10px 0px #f1f1f1; */
  -moz-box-shadow: 1px 7px 10px 0px #f1f1f1;
  /* padding: 10px 5px 5px 12px; */
  background: #1246132e;
}
/*.detail-box{margin-top: 10px;display: block;position: relative;}*/
.noidung{
  width: 1000px;
  margin: auto;
}
.section-page{padding: 15px 0px 15px 0px;}
.box-footer{}
.ft-info,.ft-mxh{
  display: flex;
  margin-left: -3px;
  padding: 30px 0px;
  align-items: flex-start;border-bottom: 1px solid #d4d4d4;
}
.copyright {
    font-weight: 300;
    color: #6a6a6a;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    width: auto;
    text-align: left;
    display: block;
}
.ft-info{
  border-bottom: 1px solid #d4d4d4;
}
.ft-title h3
{
    display: block;
    font-weight: 700;
    font-size: calc(100vw / 30);
    line-height: 1.2;
    margin: 0 0 20px 0;
    position: relative;
    color: #d4d4d4;
    width: 100%;
border-bottom: 1px solid #d4d4d4;
    padding-bottom:30px;

}
.ft-info mark,.ft-mxh mark {
    text-decoration: none;
    vertical-align: baseline;
    background-color: transparent;
}
.ft-info li mark,.ft-mxh li mark {
    font-weight: 700;
    display: block;
    margin: 0 0 10px 0;
    font-size: calc(100vw / 75);
}
.ft-info li,.ft-mxh li{padding-left: 30px;display: inline-block;width: 30%;}
.ft-info li:first-child,.ft-mxh li:first-child{
  width: 39%;
  padding-left: 0px;
}
.ft-info li h2,.ft-mxh li h2{
  margin: 0 !important;
  font-weight: bold;
  font-family: 'roboto',sans-serif;
  font-size: calc(100vw /70);
}
.ft-info li a,.ft-mxh li a{
  text-decoration: none;color: rgb(68, 68, 68);
}
.ft-info li a:hover,.ft-mxh li a:hover
{
  color: #ff0000;
}
/*.ft-info li:last-child,.ft-mxh li:last-child{
  width: 30%;
  padding-left: 0px;
}*/
#footer{padding: 50px 0px 20px 0px;position: relative;}
.box-footer .item-footer:nth-child(1) {
    width: 30%;
}
.box-footer .item-footer:nth-child(2) {
    width: 40%;
}
.box-footer .item-footer:nth-child(3) {
    width: 30%;
}
.w-100 {
    width: 100% !important;
}
.box-footer p{/* display: flex; */align-items: center;font-size: calc(100vw /80);}
.box-footer p span i{
  margin-right: 15px;
  font-size: 24px;
  line-height: 24px;
}
.copyright-wrap {
    background: #818281;
    color: #f1f1f1;
}
.item-footer p, .item-footer-50 p {
    color: #fff;
}
.footer-name p {
    font-size: calc(100vw / 50);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.padding-left {  padding-left: 80px;}
.padding-right {  padding-right: 80px;
}
.deskop{display: block;}
.section-50{padding: 50px 0px;}
.section-30{padding: 30px 0px;}
.top-30{padding-top: 30px;}
.bottom-30{padding-bottom: 30px;}
.hsection{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 200vh;
  justify-content: center;
}
.hsection .img_bg
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
}
.box-grid{
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 30px;
}
.box-tienich,.box-grid-pro,.box-frm{
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.box-frm{
  padding: 30px;
}
.item-frm-2{grid-column: 1 / span 2}
.box-frm input[type="text"],.box-frm textarea
{
  font-size: calc(100vw/70);
  padding: 15px !important;
  width: 100%;
  background: #fff !important;
  outline: transparent;
}
.box-flex{
  display: flex;
}
.align-items-center{align-items: center;}

.box-flext-pro{display: flex;width: 100%;/*  align-items: center;*/justify-content: space-between;}
.box-wrap{flex-wrap: wrap;}
.item-flex{
  margin-bottom: 15px;
  width: 50%;
}
.order0{order: 0;}.order1{order: 1;}
.pro .pro_r .box-flext-pro{ cursor: pointer;background: #fff;transition: all .3s ease-in-out;}
.pro .pro_r .box-flext-pro:hover .pro-info
{
  background: #e51b24;transition: all .3s ease-in-out;
  color: #f1f1f1;
}
.order0 .pro-info{
  padding-right: 50px;
}
.order1 .pro-info{
  padding-left: 50px;
}
.pro-info h3.title{
  position: relative;
  display: block;
  text-align: left;margin: 25px 0px 0px;
}
.pro-info h3.title:after{
  content: " ";
  display: block;
  margin: 8px 0px 8px 0px;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}
.pro-info h3.title a{
    color: #e90000;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}
.pro_r .pro-info h3.title{
  margin: 0;
}
.pro .pro_r .box-flext-pro:hover .pro-info h3.title a{
  color: #fff;
}
.item-flex .line{
   border-bottom: 1px solid #f1f1f1;
   margin-top: 15px;
   /* padding-bottom: 20px; */
}
.pro-img
{
 height: calc(100vh / 1.8);
 overflow: hidden;
 position: relative;
}
.box-news{background: #f1f1f1;transition: all .3s ease-in-out;}
.box-news .news-info h3{margin:0;font-weight:normal; }
.box-news .news-info h3 a{
  text-transform: uppercase;
  color: #555;
  text-decoration: none;
  font-size: calc(100vw / 75);
  font-family: 'roboto', sans-serif;
  text-align: justify;
}
.news-img
{
    height: calc(100vh / 3.8);
    width: calc(100vw / 3);
    overflow: hidden;
    position: relative;
    filter: grayscale(100%);
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.box-news:hover{
  background: #e51b24;
}
.box-news:hover .news-img{
    background-position: 100% 100%;
      filter: grayscale(0%);
}

.news-img::before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f1f1f1;
    top: 50%;
    margin-top: -20px;
    right: 0;
    z-index: 10;filter: grayscale(0%);
}
.box-news:hover .news-img::before
{
  filter: grayscale(0%);
  border-right: 20px solid #e51b24;
}
.box-news:hover .news-info h3 a
{color: #fff;}
.pro-img .img,.news-img .img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover !important;
}
.news-info{width: 100%;padding: 10px 15px;}
.pro_l{
  padding-right: 15px;
}
.pro_r .box-flext-pro{
  margin-bottom: 15px;
}
.pro_r .box-flext-pro .pro-img{
 width: calc(100vw / 1.5);
 height: calc(100vh / 5);
}
.pro_r .box-flext-pro .pro-info
{
  width: calc(100vw / 1);
    padding-left: 15px;
}
.pro_r .box-flext-pro .pro-info .title{
  padding: 0px;
}
.pro_r .box-flext-pro .pro-info .pro-des{
  font-size: calc(100vw / 91);
  margin-top: 5px;
  text-align: justify;
}
.pro_r .box-flext-pro .pro-info h3.title::after{
  margin: 5px 0px;
}
.pro_r .box-flext-pro .pro-info h3.title a{
  font-size: calc(100vw/80);
}
.item-flex .des-title{font-size: calc(100vw / 80);}
.item-flex .des{font-size: calc(100vw / 80);}
.pro-des{
  margin-top: 8px;
  font-size: calc(100vw / 80);
}
.box-flex .item-flex{width: 50%;}
.box-flex .item-flex-1{width: 10%;}
.box-flex .item-flex-2{width: 20%;}
.box-flex .item-flex-3{width: 33.33333%;}
.box-flex .item-flex-4{width: 40%;}
.box-flex .item-flex-5{width: 50%;}
.box-flex .item-flex-6{width: 60%;}
.box-flex .item-flex-7{width: 66.66666%;}
.box-flex .item-flex-8{width: 80%;}
.box-flex .item-flex-9{width: 90%;}
.box-flex .item-flex-10{width: 100%;}
.info .des{font-size: calc(100vw/82);text-align: justify;}
.info img{max-width: 100%;margin:auto;}
#tb_tongquan{
  max-width: 100%;
  border-collapse: collapse;
  border-color: #f1f1f1;
}
#tb_tongquan tr td{font-size: calc(100vw/82);}
.text-center{text-align: center;}
a.readmore{
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  background: #fff;
  display: inline-block;
  color: #999;
  text-decoration: none;
  box-shadow: 0 30px 30px rgba(0, 0, 0, .2);
  margin: 15px 0px;
  font-size: calc(100vw / 80);
  transition: all ease-in-out 0.3s;
}
a.readmore:hover{
        color: #fff !important;
        background-color: #e51b24;
        box-shadow: 0 30px 30px rgba(0, 0, 0, .2);
        border-color: #e51b24 !important;
}
                    .floating-buttons {
                        position: fixed;
                        bottom: 20px;
                        right: 20px;
                        display: flex;
                        flex-direction: column;
                        gap: 12px;
                        z-index: 9999;
                    }
                    .floating-buttons a{
                        color: #fff;
                    }
                    .floating-buttons a.pulse-button {
                        display: flex;
                        align-items: center;justify-content: center;
                        position: relative;
                        width: 70px;
                        height: 70px;
                        background-color: #e51b24;
                        border-radius: 50%;
                        overflow: hidden;
                        animation: pulse 2s infinite;
                        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
                        transition: transform 0.3s ease, box-shadow 0.3s ease;
                        text-decoration: none;
                        text-align: center;
                    }

                    .floating-buttons a.pulse-button:hover {
                        transform: scale(1.1);
                        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
                    }
                    .floating-buttons a.pulse-button span i{
                        width: 50px;
                        font-size: 25px;
                        line-height: 25px;
                    }
                    .hotline-mall{
                        font-size: calc(100vw / 98);
                    }
                    @keyframes pulse {
                        0% {
                            box-shadow: 0 0 0 0 rgba(53, 132, 140, 0.4);
                        }

                        70% {
                            box-shadow: 0 0 0 15px rgba(53, 132, 140, 0);
                        }

                        100% {
                            box-shadow: 0 0 0 0 rgba(53, 132, 140, 0);
                        }
                    }
.float-r{float:right;}                    
.margin-top-100{
  display: block;
  margin-top: 70px;
}   
.xinchao{}
.box-ct{
  /* width: 921px; */
  display: inline-block;
  transform: scale(.65);
}   
.ct-text{
    font-size: calc(100vw / 15);
    font-weight: bold;
    letter-spacing: -3px;
    line-height: normal;
} 
.ct-text span.text0{
  color: #e51b24;
}  
.ct-text span.text1
{
  color: #d4d4d4;
}   
.box-pro-slogan,.box-pro-thanhtoan{
    position: absolute;
    width: 640px;
    height: 191px;
    right: 90px;
    top: 175px;
    z-index: 100;
}   
.box-pro-thanhtoan{
  top: 420px;
  right: 210px;
  width: 410px;
  height: 144px;
}
.about .box-img{
  position: relative;
  display: block;
  height: 450px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.maps{
  position: relative;
  display: block;
  height: 476px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  /* border: 2px solid #e9c593; */
  /* padding: 28px; */
  overflow: hidden;
  -moz-border-radius: 50px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.box-pro-slogan .box-img,.box-pro-thanhtoan .box-img,.box-img .img,.maps .img{
      width: 100%;
      height: 100%;
      background-position: center center !important;
      background-size: cover !important;
} 
.box_l{padding-right: 50px;}
.box_r{padding-left: 50px;}
.hidden{opacity: 0;} 
/*MAPS*/
    .box-slider {
        width: 100%;
        height: 818px;
        z-index: 1;
        overflow: hidden;
        -webkit-user-select: none;
        user-select: none;
    }   
    .box-slider{
        position: relative;
        display: block;
    }    
/*    .box-slider{min-height: 768px;}*/
    .group-central{
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-normal-brown);
    left: 0;
    top: 0;
/*    pointer-events: none;*/
    opacity: 1;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;        
    } 
    .content-main {
        height: 100vh;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        position: absolute;
    }
  .group-central.show-text .content-main {
      z-index: 5;
  }
    .facilities-map{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }
    .facilities-map{
          height: 768px;
    }
    .facilities-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 2600px;
    height: 1400px;
    margin-left: -100px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;        
    }
.facilities-bg{
  transform: scale(0.48); left: -517px; top: -365px;
}
.facilities-bg::before{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #c49776 0, rgba(0, 0, 0, 0) 80%);
    } 
    .floor-03{ background: #c0a886;} 
    .floor-03 .facilities-bg::before{
      background: linear-gradient(0deg, #c0a886 0, rgba(214,177,148,0) 100%);
    }    
    .floor-40{ background: #467084;}   
    .floor-40 .facilities-bg::before{
      background: linear-gradient(0deg, #467084 0, rgba(214,177,148,0) 100%);
    }    
    .container-main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;      
    }
    .facilities .title-main {
        position: absolute;
        width: 100%;
        height: auto;
        text-align: center;
        top: 0;
        left: 0;
        padding: 1.5rem 5%;
        z-index: 2;
    }    
    .facilities .title-main span.text1 {
        color: #000;
        opacity: .6;
        font-size: calc(100vw/50);
        font-family: 'Roboto';
    }
    .facilities .title-main span.text2 {
        color: #fff;
        opacity: 1;font-size: calc(100vw/40);font-family: 'Roboto';
    }    
    .content-center {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        z-index: 10;
        padding: 0 15px;
    }    
    .facilities .content-center {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }   
    .scrollA,.scrollB,.scrollC,.scrollD{
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        overflow: visible;
    }    
    .info-facilities {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 0;
        z-index: 10;
    }   
    .faci-list {
        width: auto;
        display: block;
        margin: 0 .8rem 5vh 0;
    }   
    .faci-list ul {
        list-style: none;
        display: block;
        margin: 0 1rem 0 0;
        padding: 0;
        width: auto;
    }  
    .faci-list, .faci-list ul, .hover-li {
        position: relative;
        height: auto;
    }    
    .hover-li {
    width: 100%;
    margin: 0;
    padding: .25rem .8rem .25rem .25rem;
    background-color: rgba(255,255,255,0);
    cursor: pointer;
    z-index: 10;
    text-align: left;
/*    border-radius: 30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;*/
    }
/*    .hover-li.current{
      background: #000;
    }*/
    .hover-li::before {
        content: '';
        border-radius: 1.5rem;
        transition: all .3s ease-in-out;
        pointer-events: none;
    }
    .hover-li::before, .info-box, .text-faci i {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }    
.hover-li.current::before {
    background-color: var(--color-bg-red);
    box-shadow: 0 .8rem 1rem 0 var(--color-black-alpha-01);
}
        
    .hover-li, .hover-li span {
        display: flex;
        white-space: nowrap;
        align-items: center;
    } 
.hover-li p, .hover-li span {
    position: relative;
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    margin: 0;
}
.hover-li span {
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    margin: 0 .3rem 0 0;
    text-align: center;
    border-radius: 50%;
}
.show-box-pic {
    width: 14.5rem;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    padding: .3rem;
    transition: transform .5s ease-in-out, opcaity .5s ease-in-out;
    box-shadow: 0 1rem 1.5rem 0 var(--color-black-alpha-02);
    background-color: var(--color-white);
    text-align: left;
    cursor: pointer;
    color: var(--color-normal-dark);
    border-radius: .8rem;
    z-index: 100;
}.show-box-pic {
    opacity: 0;
    transform: scale(0);
}.show-box-pic.showup {
    transform: scale(1);
    opacity: 1;
}.show-box-pic.no-pic {
    width: auto;
    max-width: 16rem;
    padding: .3rem 1rem;
}


.all-dot, .text-faci {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.dot-num {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: center center;
    z-index: 10;
}
.dot-num:hover{display: none;}

.dot-01 {
    left: 58%;
    top: 56%;
}
.dot-num>span {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    pointer-events: none;
    z-index: 1;
}
.dot-num>span, .text-faci span {
    color: #fff;
    font-weight: 700;
}
.dot-num i, .dot-num::after {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.dot-num i {
    left: -3px;
    top: -3px;
    width: 42px;
    height: 42px;
    background: linear-gradient(-45deg, var(--color-white), var(--color-white-alpha-05), var(--color-white-alpha-01), var(--color-white));
    background-size: 180% 180%;
    display: none;
    box-shadow: 0 .8rem 1rem 0 var(--color-black-alpha-02);
}
.color-01 i {
    background-color: var(--color-normal-brown-dark);
}
.dot-num.show i {
    display: block;
    animation: Rotate 5s linear infinite;
}
.dot-num i, .dot-num::after {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.color-01 .dot-num::after, .color-01 .hover-li span {
    background-color: var(--color-highlight);
}
.color-01 .dot-num::after, .color-01 .hover-li span {
    background-color:  #467084;
}
.color-02 .dot-num::after, .color-02 .hover-li span {
    background-color: #467084;
}
.dot-num::after {
    content: '';
    transition: background-color .3s ease-in-out;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.color-01 .dot-num.current::after, .color-02 .dot-num.current::after {
    background-color: var(--color-bg-red);
    box-shadow: 0 .8rem 1rem 0 var(--color-black-alpha-02);
}
.dot-01-1 {
    left: 43%;
    top: 25%;
}
.dot-01-2 {
    left: 19%;
    top: 33%;
} 
.dot-01-3 {
    left: 74%;
    top: 53%;
}
.dot-02 {
    left: 56.5%;
    top: 46.5%;
}.dot-02-1 {
    left: 45%;
    top: 32%;
}.dot-02-2 {
    left: 23%;
    top: 33%;
}.dot-02-3 {
    left: 72%;
    top: 50%;
}.dot-02-4 {
    left: 76%;
    top: 32%;
}
.dot-03 {
    left: 58%;
    top: 51%;
}.dot-03-1 {
    left: 42%;
    top: 32%;
}.dot-03-2 {
    left: 21.5%;
    top: 27%;
}.dot-03-3 {
    left: 64%;
    top: 50%;
}.dot-10 {
    left: 19%;
    top: 27%;
}.dot-10-1 {
    left: 74%;
    top: 45%;
}.dot-11 {
    left: 33%;
    top: 31%;
}.dot-11-1 {
    left: 77%;
    top: 42%;
}.dot-12 {
    left: 21.5%;
    top: 24%;
}.dot-12-1 {
    left: 63%;
    top: 46%;
}.dot-13 {
    left: 78%;
    top: 28%;
}.dot-16 {
    left: 20%;
    top: 56%;
}.dot-17 {
    left: 48%;
    top: 40%;
}.dot-17-1 {
    left: 57%;
    top: 42%;
}.dot-17-2 {
    left: 52%;
    top: 41%;
}.dot-17-3 {
    left: 43%;
    top: 41%;
}
.dot-17-4 {
    left: 23%;
    top: 58%;
}.dot-18 {
    left: 38%;
    top: 56%;
}.dot-18-1 {
    left: 42%;
    top: 58%;
}.dot-18-2 {
    left: 68%;
    top: 39%;
}
.dot-19 {
    left: 36%;
    top: 44%;
}.dot-20 {
    left: 40%;
    top: 48%;
}.dot-21 {
    left: 63%;
    top: 31%;
}.dot-22 {
    left: 33%;
    top: 46%;
}.dot-23 {
    left: 48%;
    top: 19%;
}.dot-23-1 {
    left: 53%;
    top: 62%;
}.dot-24 {
    left: 82%;
    top: 42%;
}.dot-26 {
    top: 50%;
}.dot-25, .dot-26 {
    left: 79%;
    top: 53%;
}

.dot-27 {
    left: 58%;
    top: 64%;
}.dot-27-1 {
    left: 54%;
    top: 19%;
}.dot-29 {
    left: 74%;
    top: 25%;
}
.dot-31 {
    left: 27%;
    top: 75%;
}.dot-33 {
    left: 35%;
    top: 58%;
}.dot-33-1 {
    left: 28%;
    top: 58%;
}.dot-32 {
    left: 83%;
    top: 22%;
}.dot-05 {
    left: 43%;
    top: 19%;
}.dot-05-1 {
    left: 50%;
    top: 61%;
}
.dot-04 {
    left: 87%;
    top: 22%;
}.dot-04-1 {
    left: 17.5%;
    top: 57%;
}.dot-06 {
    left: 31.5%;
    top: 27%;
}.dot-301 {
    left: 29%;
    top: 28%;
}.dot-303 {
    left: 37%;
    top: 28%;
}.dot-304 {
    left: 34.5%;
    top: 28%;
}.dot-309 {
    left: 31%;
    top: 35%;
}.dot-310 {
    left: 29%;
    top: 37%;
}.dot-326 {
    left: 37.5%;
    top: 35.5%;
}.dot-328 {
    left: 29%;
    top: 33%;
}.dot-314 {
    left: 50.5%;
    top: 28.2%;
}.dot-319 {
    left: 53%;
    top: 62%;
}.dot-320, .dot-321 {
    left: 51.5%;
    top: 55.5%;
}.dot-322 {
    left: 48%;
    top: 62%;
}.dot-316 {
    left: 49%;
    top: 35%;
}.dot-329 {
    left: 20%;
    top: 43%;
}.dot-329-1 {
    left: 68%;
    top: 58%;
}.dot-330 {
    left: 79%;
    top: 45%;
}.dot-325 {
    left: 45%;
    top: 35%;
}.dot-325-1 {
    left: 58%;
    top: 55.5%;
}.dot-307 {
    left: 46%;
    top: 55.5%;
}.dot-324 {
    left: 58%;
    top: 34%;
}.dot-324-1 {
    left: 32.7%;
    top: 28%;
}.dot-324-2 {
    left: 55%;
    top: 55.5%;
}.dot-313 {
    left: 43%;
    top: 28.2%;
}.dot-313-1 {
    left: 55%;
    top: 34%;
}.dot-313-2 {
    left: 56%;
    top: 61%;
}.dot-402 {
    left: 21%;
    top: 36%;
}.dot-402-1 {
    left: 44.5%;
    top: 37%;
}.dot-402-2 {
    left: 57.5%;
    top: 53%;
}.dot-402-3 {
    left: 73.5%;
    top: 55%;
}.dot-402-4 {
    left: 78%;
    top: 37%;
}.dot-403 {
    left: 50%;
    top: 30%;
}.dot-403-1 {
    left: 47%;
    top: 33%;
}.dot-403-2 {
    left: 53%;
    top: 29%;
}.dot-403-3 {
    left: 46%;
    top: 55%;
}.dot-403-4 {
    left: 47%;
    top: 61%;
}.dot-405 {
    left: 29%;
    top: 34%;
}.dot-405-1 {
    left: 39%;
    top: 33%;
}.dot-405-2 {
    left: 52%;
    top: 56%;
}.dot-405-3 {
    left: 77%;
    top: 44%;
}.dot-410 {
    left: 63%;
    top: 59%;
}.dot-411, .dot-411-1 {
    left: 21%;
    top: 54%;
}.dot-411-2 {
    left: 76%;
    top: 59%;
}.dot-411-3 {
    left: 83.5%;
    top: 31%;
}.dot-412 {
    left: 17%;
    top: 30%;
}.dot-412-1 {
    left: 79%;
    top: 32%;
}.dot-413 {
    left: 23%;
    top: 29%;
}.dot-413-1 {
    left: 36%;
    top: 28%;
}.dot-413-2 {
    left: 43%;
    top: 28%;
}.dot-413-3 {
    left: 53%;
    top: 61%;
}.dot-413-4 {
    left: 78%;
    top: 51%;
}.dot-413-5 {
    left: 81%;
    top: 42%;
}.dot-415 {
    left: 57%;
    top: 34%;
}.dot-415-1 {
    left: 70%;
    top: 60%;
}.dot-416 {
    left: 20%;
    top: 40%;
}.dot-502 {
    left: 21%;
    top: 36%;
}.dot-502-1 {
    left: 44.5%;
    top: 37%;
}.dot-502-2 {
    left: 57%;
    top: 53%;
}.dot-502-3 {
    left: 74%;
    top: 54%;
}.dot-502-4 {
    left: 79%;
    top: 37%;
}.dot-503 {
    left: 57%;
    top: 34%;
}.dot-503-1 {
    left: 53%;
    top: 28%;
}.dot-503-2 {
    left: 52%;
    top: 61%;
}.dot-503-3 {
    left: 57%;
    top: 61%;
}.dot-503-4 {
    left: 76%;
    top: 58%;
}.dot-503-5 {
    left: 83%;
    top: 34%;
}.dot-504 {
    left: 54%;
    top: 34%;
}.dot-504-1 {
    left: 51%;
    top: 34%;
}.dot-504-2 {
    left: 70%;
    top: 56%;
}.dot-510 {
    left: 54%;
    top: 37%;
}.dot-510-1 {
    left: 51%;
    top: 37%;
}.dot-510-2 {
    left: 71%;
    top: 53%;
}.dot-511 {
    left: 38%;
    top: 34%;
}.dot-511-1 {
    left: 77%;
    top: 44%;
}.dot-512 {
    left: 48%;
    top: 35%;
}.dot-512-1 {
    left: 80%;
    top: 33%;
}.dot-513 {
    left: 24.5%;
    top: 37%;
}.dot-513-1 {
    left: 60.2%;
    top: 53%;
}.dot-514 {
    left: 45%;
    top: 28%;
}.dot-523 {
    left: 80%;
    top: 44%;
}.dot-515 {
    left: 36%;
    top: 28%;
}.dot-515-1 {
    left: 20%;
    top: 27%;
}.dot-515-2 {
    left: 77.5%;
    top: 54%;
}.dot-516 {
    left: 39%;
    top: 27%;
}.dot-516-1 {
    left: 78.5%;
    top: 51.5%;
}.dot-517 {
    left: 63%;
    top: 59%;
}.dot-518 {
    left: 23%;
    top: 28%;
}.dot-519 {
    left: 29%;
    top: 33%;
}.dot-519-1 {
    left: 18%;
    top: 41%;
}.dot-521 {
    left: 47%;
    top: 55%;
}.dot-521-2 {
    left: 32%;
    top: 36%;
}.dot-522 {
    left: 20%;
    top: 54%;
}.dot-522-1 {
    left: 66%;
    top: 63%;
}.dot-522-2 {
    left: 64%;
    top: 55%;
}
.dot-num.current {
    transform: scale(1.2);
    z-index: 20;
}
.nav-mb{
  display:block;
  margin: 30px 0px 0px;
}
.nav-mb ul{
  display: flex;
  align-items: center;
  justify-content: center;  
}
.maps-temp.active{
  display: block !important;opacity: 1;
}
.nav-mb ul li{display: inline-block;margin: 10px 5px;cursor: pointer;position: relative;overflow: hidden;}
.nav-mb ul li span{
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  background: transparent;
  font-size: calc(100vw/80);
  font-weight: 600;
  font-family: 'Roboto',sans-serif;
  color: #797979;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;height: 100%;
  display: inline-block;z-index: 10;
  overflow: hidden;
  transition: all .3s ease-in-out;
  z-index: 10;
}
.nav-mb ul li.active span,.nav-mb ul li:hover span {
  border-radius: 5px;
  color: #fff;background: #df0000;
  transition: all .3s ease-in-out;
}
/*END MAPS*/
/* POP*/
  #popupOverlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }

  #popupBox {
  background: #991c1c;
    width: 95%;
    max-width: 500px;
    margin: 3% auto 0% auto;
    border-radius: 20px;
    padding: 15px;
    transform: scale(.78);
    transform-origin: top center;
    position: relative;
    animation: fadeInUp 0.4s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }

  #closePopup {
position: absolute;
    top: -15px;
    right: 6px;
    z-index: 10;
    font-size: 50px;
    cursor: pointer;
  }
 #popupBox .box-img
 { width:100%;overflow:hidden; }
  #popupBox .box-img:after{
content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #c49776 0, rgba(0, 0, 0, 0) 80%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .popup-img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-bottom: 15px;
    position: relative;
  }
  #popupForm{
    margin-top: -145px;
    position: relative;
    display: block;
    background: #fff;
    padding: 5%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #popupForm h4{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
  }
  #popupForm input,
  #popupForm textarea {
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    font-size: 18px;
  }

  #popupForm button {
    width: 100%;
    padding: 12px;
    background: #cc0000;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  #popupForm button:hover {
    background: #910101;
  }

  @keyframes fadeInUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
/*  End POP*/
@media screen and (max-width: 1180px) {
  .mobile .box-pro-slogan{ top: 115px;}
  .mobile .box-pro-thanhtoan {top: 336px;}
  .tienich.box912 {height: 329px;} 
  .facilities-bg{transform: scale(0.48);left: -630px; top: -377px; }
  .info-facilities{
        display: block;white-space: nowrap;overflow-y: hidden;
        overflow-x: auto;padding: 0 15px 0 30px;
    } 
    .info-facilities::-webkit-scrollbar {display: none;}
    .faci-list{display: inline-flex;width: 25%;justify-content: center;}
    #popupBox { margin: 6% auto 0% auto; transform: scale(.62);}      
}
@media screen and (max-width: 1024px) {
  .mobile .box-pro-slogan{ position: absolute;  width: 478px; height: 137px; right: 90px;  top: 118px;  z-index: 100;}
  .mobile .box-pro-thanhtoan { top: 295px; right: 210px;  width: 280px;  height: 96px;  }
  .tienich.box912 {height: 318px;}   
  .phaply.box-img{height: 630px;}
  .box-slider {height: 710px;}
  .facilities-bg {transform: scale(0.38);left: -685px;top: -414px;}
  .faci-list{display: inline-flex;width: 33.333333%;justify-content: center;}
  .info .des{ font-size: calc(100vw/65);text-align: justify;}
  #tb_tongquan tr td{font-size: calc(100vw/65);}  
  #popupBox { margin: 7% auto 0% auto; transform: scale(.62);} 
}
@media screen and (max-width: 960px)
{
  .hsection{    height: 45vh;  }
}
@media screen and (max-width: 932px) {
    .mobile .block{display: block;}
    .tienich.box912 { height: 514px;  }  
  .tienich2.box-img {   height: 248px; }
  .tienich3.box-img {  height: 200px;  }  
  .phaply.box-img { height: 495px; }  
    .matbangthietke.box-img{  height: 209px; }  
    .box-slider {height: 616px;}
    .facilities-bg {transform: scale(0.34);left: -715px;top: -439px;}
    #popupBox { margin: 8% auto 0% auto; transform: scale(.4);}
}
@media screen and (max-width: 844px) {
  .mobile .box-pro-slogan{ position: absolute;     width: 390px;   height: 114px;     right: 90px;     top: 100px;   z-index: 100;}
  .mobile .box-pro-thanhtoan {
    top: 230px;  right: 210px;    width: 280px;    height: 96px; }
    .facilities-bg {    transform: scale(0.34);     left: -744px;    top: -439px;    }
  #popupBox { margin: 8% auto 0% auto; transform: scale(.4);}
}
@media screen and (max-width: 820px) {
  .box-slider{    height: 666px;  }
  .facilities-bg{ transform: scale(0.34); left: -794px; top: -424px;  } 
  .faci-list{display: inline-flex;width: 33.3333333%;justify-content: center;}
  .info .des{font-size: calc(100vw/58);text-align: justify;}
  #tb_tongquan tr td{font-size: calc(100vw/58);}
  #popupBox { margin: 11% auto 0% auto; transform: scale(.62);} 
}

@media screen and (max-width: 800px) {
.deskop{display: none;}  
.padding-left {  padding-left: 0px;}
.padding-right {  padding-right: 0px;}
.btn-send{font-size: calc(100vw / 40);}
.mobile.ft-logo{ position: relative;} 
.mobile.ft-logo svg { margin: 0px 0px 20px 0px;}
.box-footer.mobile{flex: none;}
.mobile.news{display: block;}
.mobile.news .item-flex{width: 100%;}
.mobile.news .item-flex .news-img{ height: calc(100vh / 7.8);   width: calc(100vw / 1);}
.mobile.news .box-news .news-info h3 a{ font-size: calc(100vw / 35);}
.noidung{width: 100%;}  
.gt-box{width: 100%;padding: 0px 40px;float: none;}
.gt-img{float: none;width: 100%;text-align: center;}

  .smllogo{/* height: 50px; */width: 150px;margin: auto;float: none;overflow: hidden;}
  .smllogo img{/* width: 100%; */height: 100%;}
  .project-title{height: 2.5rem;font: 600 16px/23px 'roboto';}
  .project-title a{text-transform: uppercase;}
.project-box-img{height: 230px;}  
.baiviet-thumb {width: 150px;height: 100px;}
.baiviet-mota{display: none;}
.right-box {  border-left: 1px solid #fff;  padding-left: 0px;  }
  .gioithieu-flex-box{display: block;}  
  .box-flext-pro .mobile{ display:block; }
  .mobile .pro_l{
    padding-right: 0px;
  }
  .mobile.pro .pro_r .pro-info
  {
    background: #f1f1f1;
    padding: 15px;
  }
  .mobile .pro_l .pro-img {
    height:calc(100vh / 3.9)
  }
  .mobile .pro_r .box-flext-pro .pro-img{
   width: calc(100vw / 1);
   height: calc(100vh / 7.5);
  }
  .mobile .pro_r .box-flext-pro .pro-info h3.title a{
    font-size: calc(100vw/30);
  }
  .mobile .pro_r .box-flext-pro .pro-info .pro-des{
  font-size: calc(100vw / 44);
  }
  .mobile .ft-title h3{
    font-size: calc(100vw / 15);
  }
  .mobile .ft-info{
    display: block;
  }
  .box-footer p{
    font-size: calc(100vw / 30);
  }
  .ft-info li mark, .ft-mxh li mark{
    font-size: calc(100vw / 28);
  }
  .mobile .ft-info li
  {
    width: 100%;
    padding-left: 0px;
  }
  .ft-mxh li h2 {
      margin: 0 !important;
      font-size: calc(100vw / 39);
  }
  .mobile .hotline-mall
  {
    font-size: calc(100vw / 64);
  }
  .box-frm input[type="text"],.box-frm textarea
  {
    font-size: calc(100vw/34);
  }  
  .mobile .box-pro-slogan, .box-pro-thanhtoan {
    position: absolute;
    width: 300px;
    height: 88px;
    right: 20px;
    top: 78px;
    z-index: 100;
  }
  .mobile .box-pro-thanhtoan {
        top: 172px;
        right: 40px;
        width: 227px;
        height: 75px;
  }  
  .box-video{height: 208px;position: relative;display: block;}
  .mobile .tienich.box-img {
    width: 100%;
    height: 294px;
  }   
  .matbang.box-img {
    width: 100%;
    height: 256px;
  } 
  .box-360{
    height: 60vh;position: relative;display: block;
  }
  .mobile .block{display: block;}
  .mobile .full{
    width: 100%;
  }
  .mobile .box_l,.mobile .box_r{
    padding: 0px;
  }
  .mobile .mobile-order0{
    order: 0;
  }
  .mobile .mobile-order1{
    order: 1;
  }
  .mobile.slider{margin-top: 60px;} 
  .mobile .maps{
    height: 513px;
  }
  .layout.box-img{
    height:265px;
  }
  .phaply.box-img{
    height: 225px;
  } 
  .tienich2.box-img {
      position: relative;
      overflow: hidden;
      height: 120px;
  }
  .tienich3.box-img{
    margin: 5px;
    height: 154px;
  }
/*MAPS*/
.box-slider.mobile{height: auto;}
.facilities {
  position: relative;
  left: auto;top: auto;
}
.facilities .container-main{
        position: relative;
        height: auto;
        display: block;
        padding: 0;
        will-change: unset;
}
.facilities-map{
  position: relative;
  height: 301px;
}
.facilities .facilities-bg
{
/*    transform: scale(0.215);
    left: -1085px;
    top: -549.5px;*/
}
.facilities .content-center
{
        position: relative;
        left: auto;
        bottom: auto;
        padding: 20px;
}
.floor-01 .content-center {
        width: 100%;
        height: auto;
        left: auto;
        right: auto;
        top: auto;
        background: var(--color-normal-brown);
    }

/*END*/

}

@media screen and (max-width: 768px) {
  .mobile .hotline-mall  {    font-size: calc(100vw / 64);  }
  .mobile .block{display: block;}
  .mobile .box-pro-slogan{ right: 88px;  top: 126px; z-index: 100;}
  .mobile .box-pro-thanhtoan { top: 257px;right: 146px; } 
  .btn-send{font-size: calc(100vw / 40);}
  .box-video {height: 410px;}
/*  .mobile .maps {height: 530px;}  */
  .mobile .tienich.box-img {height: 512px;}
  .matbang.box-img {height: 450px;} 
  .nhamau.box-img {height: 450px;}
  .phaply.box-img {height: 450px;}
  .facilities-map {height: 460px;}  
  .facilities-bg{ transform: scale(0.34); left: -794px; top: -424px;  }  
  #popupBox { margin: 8% auto 0% auto; transform: scale(.65);} 
}
@media screen and (max-width: 700px) {
  .mobile .hotline-mall  {    font-size: calc(100vw / 40);  }
    .mobile .block{display: block;}
}
@media screen and (max-width: 603px) {
    .mobile .block{display: block;}
}
@media screen and (max-width: 460px) {
.mobile .block{display: block;}
.box-flext-pro.mobile{ display:block; }
.box-flext-pro.mobile .item-flex{width: 100%;}
.box-flext-pro.mobile .item-flex.order0 .pro-info,.box-flext-pro.mobile .item-flex.order1 .pro-info{padding: 0px;}
.box-flext-pro.mobile .item-flex.pro-img{height: calc(50vh / 1.5);}
a.readmore{
  margin-top: 25px;font-size: calc(100vw / 28);transition: all ease-in-out 0.3s;
          color: #fff !important;
        background-color: #e51b24;
        box-shadow: 0 30px 30px rgba(0, 0, 0, .2);
        border-color: #e51b24 !important;
}
.item-flex .des-title{font-size: calc(100vw / 22);}
.item-flex .des{font-size: calc(100vw / 26);}
.pro-des{font-size: calc(100vw / 26);}
.box-grid{
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}
.box-tienich{
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px;
}
.Pj-detail-title h1.title-detail {font-size: calc(100vw / 13);}
h2.title-detail span {font-size: 28px;}   
  .mobile .box-pro-slogan{ position: absolute; width: 240px;    height: 70px; right: 21px;top: 82px; z-index: 100;}
  .mobile .box-pro-thanhtoan {        
    top: 178px;    right: 50px;     width: 193px;    height: 66px;
}
@media screen and (max-width: 430px) {
    .mobile .block{display: block;}
      .matbang.box-img {height: 223px;}
      .nhamau.box-img {height: 270px;} 
      .phaply.box-img {height: 258px;} 
      .mobile .tienich.box-img {height: 308px;}  
    .faci-list {width: 50%;margin: 0 .8rem 0vh 0;}
    .hover-li p, .hover-li span {font-size: .8rem;}
    .facilities-bg {transform: scale(0.21);left: -986px;top: -515px;}
    .facilities-map {height: 300px;}

.facilities .title-main span.text1 {font-size: calc(100vw / 30);}
.facilities .title-main span.text2 { font-size: calc(100vw / 20);}
.nav-mb ul li span { padding: 5px 10px;  font-size: calc(100vw / 35);}
  .info .des {
        font-size: calc(100vw / 28);
        text-align: justify;
    }
    #tb_tongquan tr td {
        font-size: calc(100vw / 28);
    } 
    #popupBox { margin: 22% auto 0% auto; transform: scale(.65);}
}
@media screen and (max-width: 412px) {
  .mobile .tienich.box-img { width: 100%; height: 277px;  }
  .info .des {
        font-size: calc(100vw / 28);
        text-align: justify;
    }
    #tb_tongquan tr td {
        font-size: calc(100vw / 28);
    }    
}
@media screen and (max-width:390px){ 
  .facilities-bg {   transform: scale(0.2);   left: -1009px;   top: -515px; }  
  .info .des {
        font-size: calc(100vw / 28);
        text-align: justify;
    }
    #tb_tongquan tr td {
        font-size: calc(100vw / 28);
    }
#popupBox {margin: 18% auto 0% auto;}

}
@media screen and (max-width: 375px) {
.mobile .maps {height: 290px;}
      .matbang.box-img {height: 223px;}
      .nhamau.box-img {height: 212px;} 
      .phaply.box-img {height: 220px;}     
}
@media screen and (max-width: 360px) {
  .mobile .tienich.box-img {width: 100%; height: 233px;}  
}
@media screen and (max-width: 320px) {} 