/* 
Theme Name: Template
Description: Dự án được phát triển bởi webchuan.com - Hotline: 0931 191 379
Theme URI: http://webchuan.com
Author: Webchuan.com - Hotline: 0931 191 379
Author URI: http://webchuan.com
Version: 2025 
Text Domain: webchuan.com*/


@font-face{font-family:'Montserrat-Bold';src:url('fonts/Montserrat-Bold.ttf'); }
@font-face{font-family:'Montserrat-Light';src:url('fonts/Montserrat-Light.ttf');  }
@font-face{font-family:'Montserrat-Regular';src:url('fonts/Montserrat-Regular.ttf'); }  
@font-face{font-family:'Montserrat-Medium';src:url('fonts/SFUEurostileBoldCondensed.TTF'); } 
@font-face{font-family:'UTM-Impact';src:url('fonts/UTM-Impact.ttf '); } 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;}
strong{font-weight:700;}
b{font-weight:bold;}
ul, ol{list-style:none;}
ul.newer,ul.older{list-style:inside none circle;margin-left:5px;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;width: 100% !important;}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1320px;} 
} 
html, body{color:#111;font-family:'Montserrat-Regular',Open Sans, sans-serif;  position:relative ;background: #fff; }
a{color:#333;text-decoration:none;}
a:hover, a:active, a:focus{color:#333;text-decoration:none;}
a, *{outline:none !important;}
h1{font-size:22px;}
h2{font-size:20px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:13px;}
hr{border-top:1px solid #e5e6e7;}
p{line-height:1.6em;}
input, select, textarea{border:1px solid #e5e6e7;}
table td{border:1px solid #ddd;padding:5px;box-sizing:border-box;}
img {    max-width: 100%; height: auto;}
.img_full{width: 100%; height: auto;}
.title_home { position: fixed; left: -500%; font-size: 1px;}
.padding-left { padding-left:0;}
.padding-right {  padding-right:0}
.nopadding{padding-left:0; padding-right:0}
.display-apad {display:none}
.margin-top {margin-top:20px}
.wrap{clear:both;}
.display_none{display:none !important}
.notice {  margin-top: 0px!important; width: 100%;}

::placeholder{color:#000;}
::-webkit-input-placeholder{color:#000;}
::-moz-placeholder{color:#000;}
::-ms-input-placeholder{color:#000;}
/*Head*/ 
#ja-header {}
.box_headtop{    left: 0;
    padding: 0.33rem 0;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;} 
.logo img{max-width:110px}	
	
.box_thongtinlienhehead{ display: flex; align-items: center;}
 
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}
.pulse{-webkit-animation-name:pulse;animation-name:pulse ;animation-delay: 1s;-webkit-animation-delay: 1s;animation-duration: 1s;
-webkit-animation-duration: 1s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;z-index:1}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}

.btn_icontimkiem i{color:#FF862E;font-weight: 600;}

#frmtimkiem{top: 30%;}
#frmtimkiem .icon_close{position: absolute; 
background-color: #292929;
width: 2rem;
height: 2rem;
border-radius: 50%;
top: -1rem;
color: #fff;
right: -1rem;
display: block;
cursor: pointer;}
/*Menu main*/
.box_headbuttom{background-color:#FF862E}
.box_headtop.navfixed {position: sticky; width:100%; top:0; z-index:1 } 
.boxmenu_main{display:flex;align-items: center;}
.menu_main { padding: 0;  position: relative; }
.menu_main li {display: inline-block; position: relative;float: left;}
.menu_main > li > a {    position: relative;
    display: block;
    white-space: nowrap;
    color: #000;
    /* text-transform: uppercase; */
    padding: 0.9rem 1.6rem;
    z-index: 1;
    font-weight: 600; }

.menu_main > li > a:before {content: "";
width: 1px;
height: 100%; 
position: absolute;
left: 50%;
right: 50%;
top: 0;
opacity: 0;  z-index:-1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; }

.menu_main > .current-menu-item > a ,.menu_main > li:hover > a:before{ opacity: 1;  width: 100%;  left: 0; right: 0;color:#FF8800; }
.menu_main > li > a:hover {color:#FF8800} 
/*Cấp 1*/
.menu_main > li > .sub-menu {
background: #fff;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
border-radius: 0 0 4px 4px;
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 999;
min-width: 250px;
padding: 0;
top: 100%;
left: 0;
margin: 0 auto;
border-bottom: 2px solid #345fb0;
}

.menu_main > li > .sub-menu li{ width: 100%;padding:0;border-bottom: 1px dashed #ccc;position:relative}

.menu_main > li > .sub-menu li:nth-last-child(1) {
border-bottom: 0px;
}
.menu_main > li > .sub-menu li a {
color: #333;
text-transform: none;
display: block;
font-weight: 600;padding:10px;
font-size: 13px;    text-align: left;}
.menu_main > li:hover .sub-menu { visibility:visible;opacity:1}


.menu_main .current-menu-item  ul li  a { background: #fff}

.menu_main li ul .current-menu-item  a ,.menu_main li ul li a:hover{color:#33; background:#f4f4f4;border-bottom:0px}
.menu_main li .menu-desc{background:#333;margin-left:5px;border-radius:5px;padding:1px 3px;font-size:10px;color:#fff;position:relative;top:-10px;}
.menu_main li .menu-desc::before{border-color:transparent #e10531 #e10531 transparent;border-image:none;border-style:solid;border-width:3px;bottom:0;left:-3px;position:absolute;content:"";display:inline-block;}

/*menu cap 2*/
.menu_main > li > .sub-menu > li > .sub-menu { background: #fff;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
border-radius: 0 0 4px 4px;
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 999;
width: 250px;
padding: 0;
left: 100%;
top: 0%;
margin: 0 auto; }
.menu_main > li > .sub-menu > li > .sub-menu > li{ width: 100%; position:relative ;}
.menu_main > li > .sub-menu > li:hover .sub-menu { visibility:visible;opacity:1}
/*Menu fixed*/
#ja-topbar{background:#ed1c24;padding:10px 0;color:#fff;}
.topbar{position:relative;width:1170px;margin:0 auto;}
.topbar-icon{cursor:pointer;}
.topbar-icon::before{position:absolute;content:"";border-top:2px solid #fff;border-right:2px solid #fff;width:10px;height:10px;right:20px;top:10px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
#ja-mainnav{background:#ffdd00;width:100%;float:left;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;}
.is-show{z-index:2;position:fixed;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s;}
.fixed{position:sticky;top:0;left:0;z-index:3;display:block !important;transition:all .5s;-webkit-transition:all .5s;}

/*Box search*/
.box_search {float:right; padding-right:0; padding-left:0}
.ja-search {margin-top:0.4em }
.ja-search form {display:block;    position: relative;  }
.ja-search form input[type="text"]{    width: 100%;
height: 35px;
border: none;
font-size: 14px;
padding: 0 45px 0 10px;
box-sizing: border-box;
color: #999;
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
border: 1px solid #ddd;}
.ja-search form input:focus{color:#333;}
.ja-search form button{    width: 40px;
height: 35px;
display: inline-block;
position: absolute;
top: 0;
right: 0;
border: none;
background: #9E9E9E;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
cursor: pointer;
color: #fff;}
/*Slide*/ 
.box_slidemain {position:relative;overflow:hidden}
.box_noidungbanner{    position: absolute;
    z-index: 9;
    left: 15%;
    top: 30%;
    color: #fff;} 
.tieude_banner{ font-size: 4rem; font-weight: 800;margin-bottom:1rem}
.noidung_banner{ font-size: 1.5rem; font-weight: 800;}
/*Giới thiệu*/
.box_gioithieu {padding:5rem 0;position:relative;overflow:hidden} 
.noidung_homegioithieuchild{ text-align: justify; } 
.noidung_homegioithieuchild h2 {margin-bottom: 1.5rem;}
.noidung_homegioithieuchild h2 strong{font-size: 2.3rem;}
.noidung_homegioithieuchild h3 strong{font-size:1.5rem;}
.noidung_homegioithieuchild strong{font-size: 1.5rem;line-height:2.3rem;font-family: Montserrat-Bold;}
.noidung_homegioithieuchild p {line-height: 2rem;}
.tbl_doctiep {color: #fff;
background-color:#FF862E;border:0.01rem solid #FF862E;
display: table;
padding: 0.8rem 2rem;
margin-top: 1rem; 
font-size: 12px; 
text-transform: uppercase; 
font-weight: 700;border-radius:0.2rem}
.tbl_doctiep:hover {border:0.01rem solid #f97718; background-color:#f97718;color:#fff;} 
/*Dịch vụ*/ 
.box_dichvu {margin-top: 5rem;margin-bottom: 4rem;}
.tieudechinh_dichvu {color: #FF862E; font-family: Montserrat-Bold;
font-size: 1.7em;
padding-bottom: 1.5rem; 	  
text-align: center;
text-transform: uppercase;
position: relative; 
margin-bottom: 3rem;  
}
.box_dichvuchild {margin-bottom:2rem}

.tieude_dichvu{    font-size: 1em;
font-family: Montserrat-Bold;
color: #fff;
text-transform: uppercase;
background:linear-gradient(135deg, #FF862E 30%, #8BC34A 100%);
padding: 0.8rem 0;
text-align: center;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;}  
.tieude_dichvu:hover {background:linear-gradient(135deg, #8BC34A 30%, #FF862E 100%);color:yellow;}
/*Dùng chung*/
.box_float {
float: inherit !important;
display: inline-block;
vertical-align: top;
position: relative;
max-width: 100%;
}
.box_floatchild {
display: inline-block !important;
vertical-align: top !important;
white-space: normal;
float: none !important; 
}


.box_caciconchung p { font-size: 0.8em; padding-bottom:1em}
.box_caciconchung p i {    font-size:2em;
color: #F44336;
padding-right: 1em;}
/*Sản phẩm*/
.box_homesanpham {position: relative; 
    overflow: hidden;
    background-image:linear-gradient(1deg, #fdf7ee 0px, transparent 100%);
    padding: 3.9rem 0px;}
.title_homesanpham {color: #FF862E; font-family: Montserrat-Bold;
font-size: 1.7em;
padding-bottom: 1.5rem; 	  
text-align: center;
text-transform: uppercase;
position: relative; 
margin-bottom: 3rem;  
}
.navbar-header {
text-align: center;
margin: 2em auto 3rem;
display: table;
}
.shop_tabnav { position: relative; margin: 10px 0;  
min-height: 35px;} 
.shop-tab li a {
display: inline-block;
padding: 0.8rem 1.5rem; 
float: left;
font-weight: 600; 
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
background-color: #ffffff;
border-radius: 0.3rem;
text-transform: uppercase;box-shadow: 1px 0px 11px 0px #00000054;
}
.shop-tab {float:right;    display: inline-block !important; border:none}
.shop-tab li { display: inline-block;float: left;    padding: 0 1rem;}
.shop-tab a.active ,.shop-tab a:hover {    background-color: #FF862E!important;
color: #fff !important;
box-shadow: 2px 6px 11px 0px #00000054;
border: none;}
.box_sanphammain{margin-top:1.5rem;margin-bottom:1.5rem}
.box_sanphamchild {position:relative;overflow:hidden;box-shadow: 0 0 10px #ccc;
height: 100%;
background-color: #fff;}
.img_sanpham:hover:before{content:"";position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(179deg, #00000000 0%, #000000de 100%);}
.img_sanpham {position:relative;overflow:hidden;display:block}
.img_sanpham img{position: relative; object-fit: contain; height: 270px;}
.box_sanphamchild img{ width: 100%;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;}
.box_sanphamchild:hover img{    -webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);} 
.box_contentsanphamhome{padding:1rem}
.box_sanphamchild h3{    font-family: Montserrat-Bold;
font-size: 1.2rem;
padding: 0.5rem 0; 
line-height: 1.6rem;  } 
.box_sanphamchild h3:hover{ color: #FF862E;}
.home_productcat{font-weight:600}
.tinhtrangsanpham{     color: #fff;
    background-color: #000;
    position: absolute;
    top: 15px;
    padding: 8px 13px;
    font-size: 11px;
    line-height: 16px;
    z-index: 5;
    font-weight: 600; }
/*Home dự án*/
.box_homeduan{padding:3.9rem 0 ;position:relative;overflow:hidden;background-image:linear-gradient(1deg, #fdf7ee 0px, transparent 100%);}
.postmainduan {position:relative;}
.img_homeduan {position:relative;display: block;overflow:hidden}
.img_homeduan:before {  position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
z-index: 1;
opacity: 0;
background-color: rgb(255 87 34 / 23%);
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;}
.postmainduan:hover .img_homeduan:before{opacity:1;}
.box_duanchild {   
transition-duration: 0.4s; 
animation: winanim 0.5s ;
-webkit-backface-visibility:visible;
backface-visibility:visible; 
}
.postmainduanmain{margin-bottom:2rem}
.postmainduan {     position: relative; 
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; } 
.title_postduan {   font-family: Montserrat-Bold;
font-size: 1rem;
padding: 1rem;   }  
.title_postduan h3:hover {color:#FF862E} 
@keyframes winanim {
0%{opacity:0;transform:scale3d(.3,.3,.3)}
50%{opacity:1}

} 
.btn_xemthemduan{ margin: 1rem; text-transform: uppercase;font-family: 'Montserrat-Bold';}
.btn_xemthemduan:hover{color:#FF862E}
/*filter*/ 
.filter-button
{border: none;display: inline-block;padding: 5px 30px 20px 30px; color: #000; float: left;font-weight: 600;border-bottom: 2px solid #ddd; margin: 0; border-radius: 0; background-color: transparent;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease; 
}
.filter-button:hover,.filter-button:active,.filter-button:focus,.filter-button.active
{ background-color: transparent!important;color: #FF862E !important;border-color: #FF862E;} 


.linkdanhmuc{    background: #FF862E;
display: table;
margin:2rem auto 0;
padding: 0.6rem 1rem;
color: #fff;
border-radius: 90px;
font-weight: 600;}
.linkdanhmuc:hover { 
background-color: #22ad50;
color: yellow;
}
/*Tin tức*/
.box_hometintuc{margin:3.9rem 0} 

.noidung_hometitletintuc{  
    flex-direction: column;
    height: 100%;
    display: table;}
.box_hometitletintuc {
    padding-left: 10px;
    display: block;
    background-color:#000;
} 
.tieudehometintuc{     color: #000;
    font-family: Montserrat-Bold;
    font-size: 1.7em;
    padding-bottom: 1.5rem; 
    text-transform: uppercase;
    position: relative; }
 

.box_posthomemain{display: table;float: left;margin-bottom: 1.2rem;}
.box_posthome{ float: left;margin-bottom: 2rem;;}
.title_posthome h3{margin:0.8rem 0; color: #000;  font-family: Montserrat-Bold;}
.title_posthomechild h3{     line-height: 1.3em;
    font-size: 1.1rem;
    color: #000; 
    font-family: Montserrat-Bold;
    margin-bottom: 0.3rem;
}
.title_posthomechild h3:hover, .title_posthome h3:hover{    color: #FF862E; } 
.btn_xemthemtintuc{    margin: 2rem 0;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold'; 
    display: block;}
.btn_xemthemtintuc:hover{color:#FF862E}
/*Vì sao chọn chúng tôi*/  
.box_visaochonchungtoi{ background-color: #4b4b4b;padding:3.9rem 0}  
.tieude_visaochonchungtoimain{color: #fff;
    font-family: Montserrat-Bold;
    font-size: 1.7em;
    padding-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3rem;}
.box_vscchild {background-color:#fff;padding: 1rem;height:100%}
.box_vscchild img{width: 150px;display: block; margin: 1rem auto;}
.noidung_visaochonchungtoi h3{font-size: 1.8rem;font-family: Montserrat-Bold;margin:1.5rem 0}   
.btn_visaochon{ margin: 2rem 0; text-transform: uppercase; font-family: 'Montserrat-Bold'; text-align: center;  display: block;}
.btn_visaochon:hover{color:#FF862E}
/*Home đăng ký tư vấn*/
@media (min-width: 1200px) {
.modal-dialog { max-width: 800px; margin: 1.75rem auto;}
}
.box_yeucautuvan{  background-color: #f3f3f3;padding-top:4rem; padding-bottom: 4rem;}
.bg_formtuvanhome {background-repeat: no-repeat; background-size: cover;}
.box_formtuvanhome {padding:2rem;color:#fff;background-color:#FF862E}
.box_formtuvanhome > p{font-family: Montserrat-Light;}
.box_formtuvanhome > p > strong {font-size:1.5rem;margin-bottom:1rem;display:block;font-family: Montserrat-Bold;text-align:center}
.formtuvanhome {margin-top:2rem} 
.form_tuvan .form-control::placeholder{color:#fff;}
.form_tuvan .form-control::-webkit-input-placeholder{color:#fff;}
.form_tuvan .form-control::-moz-placeholder{color:#fff;}
.form_tuvan .form-control::-ms-input-placeholder{color:#fff;}
.wpcf7-spinner { position: absolute;}
/*Ý kiến khách hàng*/
.box_visaochonchungtoi {margin:3.9rem 0;}
.tieude_ykienkhachhang {    color: rgb(255, 255, 255);
    font-family: Montserrat-Bold;
    font-size: 1.7em;
    padding-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3rem;}
	
 
 
.item_ykienkhachhang{display:flex;flex-direction:column;height:100%}
.star_ykienkhachhang{margin-bottom:0.5rem}
.star_ykienkhachhang i{color: #FFC107;font-size: 1.7rem;} 
.box_noidungykienkhachhang{position:relative;background-color:#fff;border-radius: 6px;padding:2rem;display:flex;flex-direction:column;height:100%}


.owl-ykienkhachhang  .owl-stage { display: flex ; }

 
 

.noidung_ykienkhachhang{margin-bottom: 15px;height:100%}
.box_ykienkhachhang {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
}
.image_ykienkhachhang img {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}
.box_tenchucvu{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.ten_ykienkhachhang {font-size: 1.125rem; font-weight: 700;}
.chucvu_ykienkhachhang { font-size: 1rem;}

/*Video*/
.box_videogallery{margin:3.9rem 0;}
.tieude_videogallery {
    color:#000;
    font-family: Montserrat-Bold;
    font-size: 1.7em;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    position: relative;
}
.box_videogallerychild{margin-bottom:2rem}
.image_videogallery{position:relative;overflow:hidden}
.bg_videogallery{  background: rgba(0, 0, 0, 0.5019607843);
    width: 100%;
    height: 100%;   position: absolute;
    top: 0;
    left: 0;}
.image_videogallery img{    width: 100%;
    height: 18rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
.link_videogallery{     display: flex;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;}
.play_videogallery i{color:#fff;font-size:2.5rem}
.link_videogallery:hover i{color:#FF862E;}
/*Form*/   
.input_gl {margin-bottom: 1.5rem;}
.input_gl > span > input,.input_gl > span > select { min-height: 40px !important;border-radius: 3px;} 
.cauhoicapcha label, .cauhoicapcha .input-group, .cauhoicapcha p {width: 100%;margin: 0;}
.dk_tuvan {text-align:center}
.dk_tuvan > p > input {    display: inline-block;
    text-decoration: none;
    color: #FF8800;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 36px 13px 40px;
    border-radius: 0.3rem !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border-color: #fff;
    background: #fff;
}
.dk_tuvan > input:hover{color: yellow;background: #22ad50;}
.btn-success {background: #FF862E; border-color: #FF862E;padding:0.6rem 2rem}
.btn-success:hover,.btn-success:active,.btn-success:focus {background: #FF862E; border-color: #fff;}

.formlienhe .wpcf7-not-valid-tip { 
font-size: 0.8rem; 
}
.form_tuvandichvu .span.wpcf7-not-valid-tip{ border: none;color:#fff;
margin: 1rem 0 0;color:#fff} 
/*Form tư vấn head*/ 
.modal_dktvan .icon_close {padding: 0;margin: 0;position: absolute;
color: #000;
z-index: 1;
right: -0.5rem;
background: #fff;
opacity: 1;
width: 2rem;
height: 2rem;
border-radius: 50%;
top: -0.5rem;}
.modal_dktvan .modal-content{border:none}
.modal_dktvan .modal-body{flex: 0; padding: 0;}
.modal_dktvan .bg_formtuvanhome{margin:0}
/*[ Effect ]*/
.effect--scale3d{position:relative;overflow:hidden;display:block;}
.effect--scale3d:after{position:absolute;top:0;left:0;width:160%;height:100%;background:rgba(255,255,255,.2);content:'';z-index:1;transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);-moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);-ms-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);-o-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);}
.effect--scale3d:hover:after{-webkit-transition:transform .7s ease 0s;-moz-transition:transform .7s ease 0s;-o-transition:transform .7s ease 0s;transition:transform .7s ease 0s;transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,146%,0);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,146%,0);-moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,146%,0);-ms-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,146%,0);-o-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,146%,0);}

 
/*Footer*/ 
.box_footer { padding: 3.9rem 0;   background-color: #FF8800;
    position: relative; 
    color: #fff;}
footer p,footer a{ color: #fafafa; line-height: 2em; } 
.menu_footer li a{display:block;padding-bottom:0.5rem}
.menu_footer li a:hover,.menu_footer li a:hover:before{color:#FFEB3B}
.menu_footer li a:before{
content: "\ea69";
font-size: 0.9rem;
font-family: IcoFont!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
line-height: 1;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
margin-right: 5px;
color: #e1e1e1;
}
footer a:hover {color:#fff}  
.thongtinlienhefooter h2{     
    position: relative;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1em;
    font-family: 'Montserrat-Bold';
} 
.thongtinlienhefooter p {padding-bottom:1.5rem;}
.thongtinlienhefooter i { border: 1px solid #ffffff; padding: 0.5rem; margin-right:0.5rem}
.thongtinlienhefooter h3{font-size: 1.1rem; margin-bottom:1rem;    font-family: 'Montserrat-Bold';} 



.formdangkytuvan{}
.formdangkytuvan p strong { font-size: 1.3em;font-family: Montserrat-Bold;
padding: 0.5rem 2em 2rem;
text-align: center;
line-height: 2rem;
display: block;}
.formdangkytuvan p{font-size: 1.2rem;}
.formdangkytuvan a{font-size: 1.7rem;font-family: Montserrat-Bold;}
.formdangkytuvan .form-control {
background-color: white; 
border: none;
border-bottom: 0.01rem solid #fff;  min-height: 3rem;
} 
 
.formdangkytuvan .form-control::placeholder{color:#000;}
 

.dk_dknhantin{position:relative;}
.dk_dknhantin input {background-color: #383838;
border-radius: 0;
width: 100%;
padding: 0.8rem 0;
text-transform: uppercase;
font-weight: 600;
border-color: #383838;} 
.dk_dknhantin:before {content: "\f1a8";
font-size: 0.7em;
font-family: Flaticon;
position: absolute;
color: #fff;
top: 1.2rem;
right: 23%;} 
.copyright {padding: 1rem 0;background: #383838; color:#fff}
.copyrightchild {line-height:3rem}
/*Sosial*/
.social_list li{display: inline-block;} 
.social_list li a{  display: block;
width: 2.7em;
height: 2.7em;
margin-right: 1em;
text-align: center;
line-height: 3em;
color: #fff;
border-radius: 50%;
} 
.social_list li a:hover{opacity:0.8}
.social_list li a i{font-size:1.2em}
.icon_twitter{background-color:#1DA1F2}
.icon_youtube{background-color:#DB4C3F}
.icon_facebook{background-color:#3B5998}
.icon_instagram{background-image:linear-gradient( 267deg,#F7302E 10%,#B33575 100%)}


.back-to-top {position: fixed;bottom: 35px;right: 10px;display: none;cursor: pointer;}
.back-to-top i {
background: #9E9E9E;
display: block;
width: 36px;
font-size: 20px;
height: 36px;
line-height: 36px;
color: #fff;
border-radius: 50%;
text-align: center;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}

/*Hỗ trợ*/
.rollOut{animation-name:rollOut}
@keyframes zoomIn {from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes pulse {0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.2);box-shadow:0 0 0 0 rgba(255,255,255,.2)}70%{-webkit-box-shadow:0 0 0 60px rgba(255,255,255,0);box-shadow:0 0 0 60px rgba(255,255,255,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0)}}
@-webkit-keyframes arcontactus-pulse {0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
50%{opacity:.5}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}   
.support-online{position:fixed;z-index:999;left:20px;bottom:20px}  
.support-online a.hotro_phone{background-color: #4EB625;}
.support-online a.hotro_facebook{background-color: #0084ff;}
.support-online a.hotro_zalo{background-color: #18b6fd;}
.support-online a > svg{margin-top: 0.9em;}

.support-online a{position: relative; text-align: center;width: 45px; height: 45px;border-radius: 100%;display: block;margin-bottom: 1em;}
.support-online a .box_iconsvg{ background-color: #dd1818;position: relative; text-align: center;width: 45px;height: 45px;border-radius: 100%;z-index:1} 
.support-online a .box_iconsvg >svg{margin-top: 0.8em;
-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
animation: quick-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;
}
@-webkit-keyframes quick-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}	
.animated.infinite{animation-iteration-count:infinite} 
.pulse{animation-name:pulse}
.animated{animation-duration:1s;animation-fill-mode:both}
.zoomIn{animation-name:zoomIn}
.alo-circle-fill{width: 65px;height: 65px;top: -10px;left: -10px;position: absolute;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;background-color:#dd1818c2;opacity: .75;}
.alo-circle{    width: 60px;height: 60px;top: -7px;left: -7px;position: absolute;background-color: transparent;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid rgba(30,30,30,.4); border-color:#dd1818;opacity: .5;}
.support-online a span {border-radius: 2px;text-align: center;background: #dd1818;padding: 6px 5px 6px 0;display: none;width: 139px;margin-left: 20px;position: absolute;color: #fff;z-index: 999;top: 0.3em;left: 43px;transition: all .2s ease-in-out 0;
-moz-animation: headerAnimation .7s 1;-webkit-animation: headerAnimation .7s 1;-o-animation: headerAnimation .7s 1;animation: headerAnimation .7s 1;border-top-right-radius: 2rem;border-bottom-right-radius: 2rem;}
.support-online .btn-support{cursor:pointer}
.support-online a:hover span{display:block} 
.support-online a span:before {content: "";width: 0;height: 0;border-style: solid;border-width: 18px 18px 18px 0;border-color: transparent #dd1818 transparent transparent;position: absolute;left: -18px;top: 0px;}

/*Scrollbar*/
::-webkit-scrollbar {width: 20px;}
::-webkit-scrollbar {width: 9px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey;border-radius: 10px;}
::-webkit-scrollbar-thumb {background: #9E9E9E;border-radius: 10px;}



