/*
Theme Name: rubicgroup
Description: Dự án được phát triển bởi rubicgroup
Theme URI: http://rubicgroup.com
Author: admin@rubicgroup.com
Author URI: http://rubicgroup.com
Version: 2020
Text Domain: rubicgroup.com*/

@font-face { font-family: 'Flaticon';  src: url('fonts/flaticon.woff'); }
@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'); }  

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;}

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;}
.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%;}
.img_full{width:100%; height:auto}

::placeholder{color:#999;}
::-webkit-input-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
::-ms-input-placeholder{color:#999;}
/*Head*/  
.box_headtop {position:absolute;width:100%;z-index:2;margin-top: 2%;}  
.box_headtop .container {max-width: 1300px;}
.boxmenu_main .row{align-items: center;}     
.btn_icontimkiem i{color: #fff;padding-right: 1rem;}

#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;} 
.box_ngonngu  .box_sidebar{   
    border: none;  
    background-color: transparent;   
text-align: right;} 
.gtranslate_wrapper {}
/*Menu main*/ 
.boxmenu_main{/*background-image: linear-gradient(90deg, #ffffff00 0%, #ffffff61 100%); */padding: 0.8em;border-radius: 99px;
/*background-color:#ffffff3b;*/ background-image: linear-gradient(269deg, #ffffff1c 0%, #ffffffe0 100%);}
.menu_main {   position: relative;display: flex }
.menu_main li {display: inline-block; position: relative;float: left;}
.menuhome .menu_main > li > a{color: #fff;}
.menu_main > li > a {     position: relative;
display: block;
white-space: nowrap; 
text-transform: uppercase;
font-size: 0.86em;
padding: 0.5rem 1.3rem;
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;background-color: #084a96; color:#fff;border-radius:99px}
.menu_main > li > a:hover {color:#fff}


/*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:#333; 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 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-radius: 99px;}
.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:transparent; 
cursor: pointer; }
/*Slide*/ 
.banner {position:relative}
.banner img {width:100%; height:auto; }
.box_boidungbanner {    position: absolute;
right: 0;
top: 27%;
left: 0;
z-index: 1;
display: -ms-flexbox; 
color: #fff;
text-align: right;
}
.box_boidungbannerchild{    display: table;
float: right; 
padding: 2rem 3rem;
background-image: -webkit-linear-gradient(
178deg,rgb(0 0 0 / 83%) 6%,rgb(104 104 104 / 31%) 100%);}
.tieude_banner {font-size:3rem ;font-family: 'Montserrat-Medium';color: #084a96;}
.tieude_banner1 {font-size:1.2rem;margin-bottom:1rem;    font-family: Montserrat-Bold;} 
.btn_area {margin-top:2rem}
.tbl_linkcacdichvu {    color: #fff;
background-color: #084a96; border: 1px solid #084a96;
border-radius: 0;
vertical-align: middle;
font-size: 12px;
line-height: 1.5;
text-transform: uppercase; 
padding: 16px 30px;
font-weight: 700;
}
.tbl_linkcacdichvu:hover,.tbl_linkcacdichvu:active,.tbl_linkcacdichvu:focus{border: 1px solid #fff; color: #fff; }
.tbl_linklienhengay {margin-left: 30px; border: 1px solid #fff; color: #fff; background: transparent;  border-radius: 0;
vertical-align: middle;
font-size: 12px;
line-height: 1.5;
text-transform: uppercase; 
padding: 16px 30px;
font-weight: 700;}
.tbl_linklienhengay:hover{ color: #fff;
background-color: #084a96;
border-color: #084a96;}
.boxbanner {position:relative; overflow:hidden;display:block}
.carousel { 
overflow: hidden;
}
.carousel-indicators { 
right: 2em;
bottom: 50%;
left: auto; 
display: block; 
margin-right: 0; }


.carousel-indicators li { 
flex: auto; 
border-top: 0;
border-bottom: 0; 
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0; 
width: 5%;
font-size: 20px;
color: #fff;
text-align: center; 
}
.carousel-indicators li {
height: 10px;
width: 10px;
border-radius: 50%;
display: block;
margin: 1em 0;
}
.carousel-control i {
position: absolute;
top: 50%;
z-index: 5;
color: #3f3f3f;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2.2em;
text-align: center;
background: #fff;
opacity:0.9;
border-radius: 50%;
}
.carousel-control:hover i {opacity:1; }
.carousel-control.left {
left: 0;  
}  
.carousel-control.right {
right: 0;  
}
.carousel-control.left i{ right: 0;} 
.carousel-control.right i{ left: 0;} 
/*Giới thiệu*/ 
.box_gioithieu{padding:5em 0}
.box_gioithieuchild{position:relative;overflow:hidden}
.noidung_homegioithieu{margin-top: 1rem;}
.img_homegioithieu{position:relative;z-index:1}
.noidung_homegioithieuchild{background-color:#084a96;color:#fff; padding: 3rem 2rem; position: relative;}
.noidung_homegioithieuchild:before{    position: absolute;
right: 100%;
content: "";
width: 40%;
height: 100%;
background-color: #084a96;
top: 0;
z-index: 0;}
.noidung_homegioithieuchild:after{      position: absolute;
left: 100%;
content: "";
width: 100%;
height: 100%;
z-index: 2;
background-color: #084a96;
top: 0;
}
.noidung_homegioithieuchild strong{font-size: 1.7rem;line-height:2.3rem;font-family: Montserrat-Bold;}
.noidung_homegioithieuchild p {font-size: 0.9rem;font-family: 'Montserrat-Light';}
.tbl_doctiep {    color: #fff;
background-color: #084a96;
border: 0.01rem solid #084a96;
display: table;
padding: 15px 36px 15px 40px;
margin-top: 1rem;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
border-radius: 0.3em;}
.tbl_doctiep:hover,.tbl_doctiep:active,.tbl_doctiep:focus {border-color:#fff;color: #fff;}
.vechungtoi{background-color: #f3f3f3;box-shadow: 0 10px 20px 0 rgb(0 0 0 / 6%);transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;height: 22.4rem;}
.box_vechungtoi{position: relative;padding:2.35rem 2rem; border-style: solid; border-width: 0 1px 1px 0;border-color: #e6e6e6;}
.box_vechungtoichild {padding-left:80px}
.icon_vechungtoi {width: 50px; position: absolute;left: 2rem;}
.solieu_vechungtoi {font-size: 2rem;font-weight: 600;font-family: Montserrat-Bold}
.form-control:disabled, .form-control[readonly]{    background-color: #fff; }


.boxthemanh_cuachungtoi{padding: 4em 0; margin-top: 6em;}
.themanh_cuachungtoi{    background-color: #084a96;
padding: 0 3em 2em;
border-radius: 1em;box-shadow:2px 6px 15px #252525;} 
.img_themanhcuachungtoi{     background-color: #eee;
text-align: center;
padding: 3em;
border-radius: 50%;
width: 12em;
height: 12em;
margin: -5em auto 0;
box-shadow: 5px 2px 15px #252525;}
.themanh_cuachungtoichild img{width:5em}
.themanh_cuachungtoichild h3{      margin-top: 1.5em;
text-align: center;
color: #fff;
font-size: 0.9em;
font-weight: 600;}

/* Trạng thái bình thường của ảnh */
.themanh_cuachungtoichild .img_themanhcuachungtoi img {
    /* Điều chỉnh thời gian 0.8s (0.8 giây) nhanh chậm tùy ý bạn */
    transition: transform 0.8s ease-in-out; 
}

/* Trạng thái khi hover chuột vào khối cha */
.themanh_cuachungtoichild:hover .img_themanhcuachungtoi img {
    /* Xoay 1 vòng (360 độ). Bạn có thể đổi thành -360deg để xoay ngược chiều kim đồng hồ */
    transform: rotate(360deg); 
}
/*Lĩnh vực hoạt động*/ 
.box_linhvuchoatdongchild {margin-top: 13rem;}
.tieude_mainlvhoatdong{color: #084a96;
font-family: Montserrat-Bold;
font-size: 1.7em;
padding: 1em 0;
text-align: center;
text-transform: uppercase;
position: relative;
margin-bottom: 25px;
background: url(images/bg_title.png) no-repeat bottom center;}
.linhvuchoatdong{background-color: #084a96;
padding:0 6em 2em;
border-radius: 0.3em;}
.img_linhvuchoatdong{text-align: center;} 
.img_linhvuchoatdong:hover a img{-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);}
.img_linhvuchoatdong img{ 
border-radius: 50%;
margin-top: -10em;
border: 0.4em solid #084a96; 
    -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;
} 
.linhvuchoatdong a h3{     line-height: 1.5em;
font-size: 1em;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
height: 45px;
display: -webkit-box;
-webkit-box-orient: vertical;
color: #fff;
text-align: center;
margin-top: 1.5em;
text-transform: uppercase;}
.linhvuchoatdong a h3:hover{text-decoration:underline}
/*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;}
/*Home dự án*/
.postmainduan {position:relative; }
.img_homeduan {position:relative;display: block;}
.img_homeduan:before {  position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
z-index: 1;
opacity: 0;
background-color: rgba(2, 104, 186, 0.39);
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; 


}

@keyframes winanim {
0%{opacity:0;transform:scale3d(.3,.3,.3)}
50%{opacity:1}

}


/**/
.title_homeduan {color: #070707b3;
text-align: center;
font-size: 1.7em;
padding: 1em 0 0.5em;
text-transform: uppercase;
font-weight: 700; margin-bottom:1em ; position:relative
}
.title_homeduan:before {
background: #070707b3;
position: absolute;
width: 100px;
height: 2px;
margin: 0 auto;
left: 0;
right: 0;
bottom: 0px;
content: "";
} 


.postmainduan {position:relative; margin-bottom:2em; overflow:hidden} 
.title_postduan {padding: 0.5em; text-align: center;display: block;background: #eeeeee9c}  
.title_postduan h3:hover {color:#084a96} 
.btn_xemtcduan {font-weight: 600;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 100px;
font-size: 15px;
padding: 10px 30px;
background: linear-gradient(135deg,#03A9F4 30%,#0b59ec 100%);
transition: .3s all cubic-bezier(.4,0,.2,1);
margin: 20px auto;
display: table;} 
.btn_xemtcduan:hover {background: linear-gradient(135deg,#0b59ec 30%,#03A9F4 100%);color: #fff; }

  
/*Vì sao chọn chúng tôi*/  
.box_visaochonchungtoi{    padding: 4em 0;} 
.row_visaochonchungtoi{margin:0} 
.box_vscchild {padding: 5em;position: relative}
.box_vscchild h3{font-size: 1.7rem;font-family: Montserrat-Bold;text-transform: uppercase;} 
.box_vsc{position:relative; background-repeat: no-repeat; background-size: cover;color: #fff;    background-color: #084a96;} 
.box_gtcl{position:relative; background-repeat: no-repeat; background-size: cover;padding: 2rem 4rem;color: #fff;    background-color: #084a96;}   
.box_visaobanchonchungtoichild {    position: relative;
padding-left: 60px;
margin: 1.5rem 0;
align-items: center;
display: flex;}
.box_visaobanchonchungtoichild img{position:absolute; left:0; width:40px;filter: brightness(0) invert(1);}
.box_visaobanchonchungtoichild h3{    font-family: Montserrat-Bold;text-transform: uppercase;font-size: 0.8rem;}

.tieude_giatricotloi{    font-size: 1rem;
position: relative;
margin-bottom: 2em;
font-family: Montserrat-Bold;
padding-bottom: 0.5em;}
.tieude_giatricotloi:before{    content: "";
position: absolute;
left: 0;
width: 50px;
height: 3px;
background-color: #fff;
bottom: 0;} 
/*Đội ngũ nhân sự*/
.box_doingu {margin:4rem 0 9rem}
.box_itemdoingu {position:relative}
.box_itemdoingu:after {
background-color:#084a96a6;
z-index: 0;
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
-webkit-transition: all ease-in-out .3s;
-o-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
opacity: 0;
visibility: hidden;
}
.box_itemdoingu:hover:after {
opacity: 1;
visibility: visible;
}
.box_nddoingu {border: 1px solid #f0f0f0;}
/*Home đăng ký tư vấn*/
.box_yeucautuvan{  background-color: #f3f3f3;}
.bg_formtuvanhome {background-repeat: no-repeat; background-size: cover;margin-top: -4rem; margin-bottom: -4rem;}
.box_formtuvanhome {padding:2rem;color:#fff}
.box_formtuvanhome > p{font-family: Montserrat-Light;text-align: justify;}
.box_formtuvanhome > p > strong {font-size:1.7rem;margin-bottom:1rem;display:block;font-family: Montserrat-Bold;text-align:center}
.formtuvanhome {margin-top:2rem} 
/*Câu hỏi thường gặp*/
.tieude_cauhoithuonggap{font-size: 1.7rem;font-family: Montserrat-Bold;color: #084a96;margin: 2rem 0;text-transform:uppercase}
#box_cauhoithuonggap .card-header,#box_cauhoithuonggap .card{ border-radius:0;}
#box_cauhoithuonggap .card{margin-bottom: 0.5em;}
#box_cauhoithuonggap .card-header {border-bottom: 0;padding:0}
#box_cauhoithuonggap .card-header a:after {
content: "\f068";
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);
top: 0;
right: 0;
position: absolute;
height: 3em;
width: 3em;
text-align: center;
line-height: 3em;background: #077336; color:#fff
}
#box_cauhoithuonggap .card-header a.collapsed:after {
content: "\f067";
}
#box_cauhoithuonggap .card-link {
background-color: #084a96;
color: #fff;
height: 3em;
display: block;font-weight:600;
padding: .75rem 1.25rem;}
#box_cauhoithuonggap .collapsed{background-color:transparent; color: #32373c;font-weight: 600;}
/*Sản phẩm tiêu biểu*/ 
.box_shop{padding:3em 0;background-size: cover;}
.tieudemain_sanpham{ color: #084a96;
font-family: Montserrat-Bold;
font-size: 1.7em;
padding: 1em 0;
text-align: center;
text-transform: uppercase;
position: relative;
margin-bottom: 2em;
background: url(images/bg_title.png) no-repeat bottom center;} 

.box_sanphamtitle{text-align: center}
.box_sanphamchild {    position: relative;
overflow: hidden;
margin-bottom: 3rem;
/*background-color: #ffffff29;*/background-color:#00000078;
border-radius: 0.2em;}
.box_sanphamtitle:hover{ background-color:#084a96}
.imgsp{   position: relative; overflow: hidden;background-color:#fff} 
.imgsp 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;}
.imgsp:hover img{    -webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);} 
.box_sanphamtitle h3{    font-family: Montserrat-Bold;
padding:1.5rem 0;
font-size: 1rem;
color: #ffffff;
text-transform: uppercase;}
.btn_xemngay{     padding: 0.8rem 0;
font-family: Montserrat-Bold;
text-transform: uppercase;
font-size: 0.7em;
color: #fff;}
.btn_xtsp{    color: #fff;
background-color: #084a96;
border: 0.01rem solid #084a96;
display: table;
padding: 1em 2em;
margin: 1rem auto;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
border-radius: 0.2em;}
.btn_xtsp:hover{background-color:#084a96;border: 0.01rem solid #fff; color: #fff;}
/*Liên hệ ngay center*/
.box_linklienhengay {text-align:right;margin-top:0.6rem}
.box_lhncenter {background-repeat: no-repeat; background-size: cover;padding:3rem 0 }
.box_lhncenterchild {font-size: 2rem;color: #fff;font-family: Montserrat-Bold;}
/*Quy trình thực hiện*/
.box_qtthuchien {margin-top:4rem;margin-bottom:4rem;}	
.icon_qtthuchienchild {width: 200px;
height: 200px;
border-radius: 100%;
border: 1px solid #e4e4e4;
display: table;
margin: 0 auto;
position: relative; 
padding: 10px;
-webkit-transition: all ease 500ms;
-o-transition: all ease 500ms;
transition: all ease 500ms;text-align: center;}
.icon_arrow{position: absolute;
content: "";
top: 50%;
right: -65px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.icon_arrow > img{ height: auto;
max-width: 100%;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;}
.icon_qtthuchienchilda {display: table-cell;
vertical-align: middle;
width: 100%;
position: relative;
border-radius: 50%;
background: #f0f0f0;}
.icon_qtthuchienchilda > img{width:60px; height:60px}
.icon_qtthuchienchild span {width: 2.5rem;
height: 2.5rem;
background-color: #084a96;
position: absolute;
top: 0;
color: #fff;
border-radius: 50%;
line-height: 2.5rem;
font-weight: 600;
font-size: 1.5rem;
right: 0;}
.box_qtthuchienchild h3 {font-family: Montserrat-Bold;
width: 140px;
text-align: center;
margin: 1.5rem auto 0;
font-size: 1rem;
line-height: 1.5rem;}
/*Ý kiến khách hàng*/ 
.box_ykienkh {background-repeat: no-repeat; background-size: cover;padding: 1rem 0;background-color:#f3f3f3} 
.itembox_imgkh{ margin: 0 auto;display: table;text-align: center;padding: 2rem 0;} 
.content_kh {text-align:center } 
.content_kh {font-family: Montserrat-Light;} 
.content_khchild {display:inline-block; margin: 2rem auto;text-align: left; position: relative;}
.content_khchild img {
border-radius: 50%;
width: 100px;
float: left;
margin-right: 2rem;
text-align: center;
position: relative;
} 
.content_khchild h3 {padding-top: 2rem;float: left;position: relative;font-family: Montserrat-Bold;} 
/*Tin tức*/
.box_hometintuc{padding:3em 0}
.box_homepost {border-bottom: 3px solid #084a96;    position: relative; 
-webkit-transition: all ease 500ms;
-o-transition: all ease 500ms;
transition: all ease 500ms;}
.box_homepost:hover{-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1);border-bottom-color:#084a96}
.box_homepostchild {position: relative; overflow:hidden}
.box_homepostchild img{-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_homepostchild:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}
.post-categories ,.post-categories li{display:inline-block}
.box_homepostcontent {padding: 25px 30px 20px;
background-color:#fff;
border-top: none;}
.box_thoigian {margin-left: 2rem;}
.box_homepostcontent h3 {
margin: 12px 0; 
font-family: Montserrat-Bold;
line-height: 1.3em;
font-size: 1em;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
height: 40px;
display: -webkit-box;
-webkit-box-orient: vertical;
} 
.box_homepostcontent h3:hover{color:#084a96}
/*Home đối tác khách hàng*/	
.title_doitackh { 
text-align: center;
font-size: 2em;
padding: 1em 0; 
text-transform: uppercase; }
.box_doitackh {padding: 3em 0; }
.img_khachhang{margin: 0 auto;border-radius:0.2em}


/*Form*/  
.icon_hotentv {
background: url(images/icon_hoten.png) no-repeat 2% 50%;
}
.icon_emailtv {
background: url(images/icon_email.png) no-repeat 2% 50%;
}
.icon_sdttv {
background: url(images/icon_sdt.png) no-repeat 2% 50%;
}
.icon_tieudetv {
background: url(images/icon_tieude.png) no-repeat 1% 50%;
}
.icon_noidungtv {
background: url(images/icon_noidung.png) no-repeat 1% 3%;
padding: 5px 10px 5px 35px ; border-radius: 3px;
} 
.icon_spin {
position: absolute;
color: #fff;animation: spinner-grow 1.5s linear infinite; top: 0.6rem;;
}
.dk_tuvan {text-align:right}
.dk_tuvan > input {display: inline-block;
text-decoration: none;
color: #fff;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 13px 36px 13px 40px;
border-radius: 0;
-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; 
}
.btn-success {    background: #084a96;
border-color: #084a96;
border-radius: 0;
padding: 0.5rem 2rem;}
.btn-success:hover,.btn-success:active,.btn-success:focus {background: #084a96; border-color: #fff;}


/*Form tư vấn head*/ 
@media (min-width: 1150px){
.modal-dialog {
max-width: 800px; 
}
}
.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}
.modal_dktvan .btnguidi{text-align: center;}
.modal_dktvan .btnguidi input{background:#84b741; border-color: #84b741;}
.modal_dktvan .btnguidi input:hover{background:#7fc228; border-color: #fff;}
/* ======= [ 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*/ 
footer{position:relative}
.box_footer {position:relative;background-color: #f3f3f3;background-size: cover;} 
.logo_footer { display: table; margin-bottom:1rem}
footer p,footer a{line-height: 2em;}
.boxmenu_footer{margin-top:4rem}
.imglogo_footer{max-width:330px} 
.menu_footer li a{display:block;padding-bottom:0.5rem; }
.menu_footer li a:before{
content: "\f0da"; 
font-size: 0.9em;

margin-right: 0.5em; 
border-radius: 50%;     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;
}
footer a:hover {color:#084a96}
.noidung_footer{padding-top:2rem;}
.noidung_footer .aligncenter{ display: table; margin: 0 auto;} 
.noidung_footer h4{    text-transform: uppercase;
position: relative; font-family: 'Montserrat-Bold';
font-size: 1.2em;
font-weight: 600;
margin-bottom: 0.5em; 
} 
.thongtinlienhefooter p {padding-bottom:0.5em; font-size:0.95rem} 
.box_formtuvanftchild{      background-color: #084a96;
height: 100%;
top: 0;
padding: 40px;  }
.box_formtuvanftchild:before {content:"";
width: 0;
position: absolute;
top: 0;
height: 0;
border-top: 37px solid #fff;
border-right: 35px solid transparent;
left: 0;
}
.box_formtuvanftchild:after { 
position: absolute;
right: 0;
bottom: 0;
background: url(images/newsletter-bg.png) no-repeat center center/contain;
content: '';
width: 120px;
height: 92px;filter: brightness(0) invert(1);
}

.box_formtuvanftchild h2{    color: #fff;
font-family: 'Montserrat-Bold';
font-size: 1.3rem;
text-align: center;
margin-bottom: 2rem;
line-height: 2rem;}
.box_formtuvanftchild p strong { font-size: 1.3em;font-family: Montserrat-Bold;
padding: 0.5rem 2em 2rem;
text-align: center;
line-height: 2rem;
display: block;}
.box_formtuvanftbottom p{margin-top: 1rem;font-size: 1.2rem;color:#fff}
.box_formtuvanftbottom a{font-size: 1.7rem;font-family: Montserrat-Bold;color:#fff}
.box_formtuvanftbottom a:hover{color:#ebebeb}
.form_dknhantin .form-control {
background-color: white;
padding: 0 0 0 2.7rem; 
border: none;
border-bottom: 0.01rem solid #fff;
border-radius: 0;
margin-bottom: 1.5rem;    height: 3rem;
} 
.dk_dknhantin{position:relative;}
.dk_dknhantin input {  
background-color: #084a96 !important;
border-color: #084a96!important;
border-radius: 0;
width: 100%;
padding: 0.8rem 0;
text-transform: uppercase;
font-weight: 600; }
.dk_dknhantin input:hover{   background-color: #ee7010 !important;
border-color: #fff!important;}	
.box_formtuvanft{    height: 100%;
position: relative;
margin-top: -38px;} 
.box_formtuvanft:after {    position: absolute;
background-color: #084a96;
content: '';
width: 100%;
height: 38px;}
.copyright {  
padding: 0.7rem 0;
background: #383838; color:#fff
}
.copyrightchild {line-height:3rem}
.copyrightchild a{color:#fff}
/*Kết nối với chúng tôi*/
.boxinput_mailkm {
position: relative;
}
.boxinput_mailkm span input {    padding: 10px 12px;}
.btn_dkkm {    position: absolute;
right: 0px;
top: 0px;
padding: 0.6em 2em;
border-top-right-radius: 0.2em;
border-bottom-right-radius: 0.2em;
}
/*Sosial*/
.social_list li{float:left} 
.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_linkedin{background-color:#007AB9}


.back-to-top {
position: fixed;
bottom: 35px;
right: 10px;
display: none;
cursor: pointer;
}
.back-to-top i {
background-color:#9e9e9e;
padding: 5px 10px;
color: #fff;
font-size: 30px; 
border-radius: 50%;
line-height: 0.8em;
width: 1.3em;
height: 1.3em;
}
/**/
.col-md-20,
.col-lg-20,
.col-xl-20 {position:relative;padding-right:15px;padding-left:15px;width:100%;} 
@media (min-width: 768px) 
{
.col-md-20 { -ms-flex: 0 0 60%;flex: 0 0 60%; max-width: 60%;}   
}
@media (min-width: 992px) 
{
.col-lg-20 { -ms-flex: 0 0 20%;flex: 0 0 20%; max-width: 20%;}    
}
@media (min-width: 1200px) 
{
.col-xl-20 {-ms-flex: 0 0 20%;flex: 0 0 20%; max-width: 20%;}     
}
/*Scrollbar*/
::-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;}



