@import "font.css";
@charset "utf-8";
body { margin: 0px auto; padding: 0px; font-size: 14px; line-height: 25px; font-family: sans-serif, 'Roboto', Arial, Helvetica, Tahoma; font-weight: normal; }
* { margin: 0px auto; padding: 0px auto; outline: none; text-decoration: none; }
.clr { clear: both; }
ul, ol { padding: 0px; margin-left: 15px }
img { border: 0; }
.pagewrap { position: relative; width: 1140px; margin: 0 auto; }
.padding_pagewrap { padding: 0 10px; }
.showText, .showText * { font-size: 14px; line-height: 25px; }
.showText p { padding-bottom: 15px; }
.showText img { display: block; margin: 0 auto; height: auto; max-width: 100%; }
.showText ul { padding-bottom: 15px; margin-left: 20px }
.logo_top { margin-left: 0; width: 40%; display: inline-block; text-align: center; float: left; }
.logo_top img { height: 50px; width: auto; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.box_menu { background: #277a39; padding: 0; width: 100%; position: relative; z-index: 99; }
.box_menu.fixed .logo_top img { height: 40px; }
.box_menu.fixed { position: fixed; top: 0 !important; z-index: 99999; background: #277a39; width: 100%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18); padding: 0px 0; }
.box_menu:after, .box_menu:before { content: ""; position: inherit; top: 0px; left: 0; right: 0; }
.box_menu.fixed:after, .box_menu.fixed:before { position: absolute; }
.box_menu:before { top: auto; bottom: 0px; }
.menu { text-align: center; }
.menu * { list-style: none; }
.menu > li + li { margin-left: 0; }
.menu > li { position: relative; display: inline-table; }
.menu > li > a { display: block; height: 48px; line-height: 48px; position: relative; z-index: 2; font-size: 15px; text-decoration: none; text-transform: uppercase; color: #fff; font-weight: 400; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; padding: 0 15px; }
.menu > li > a i { display: inline-block; vertical-align: middle; margin: -2px 0 0 10px; color: inherit; font-size: 11px; }
.menu > li:hover > ul, .menu >li  li:hover > ul { opacity: 1; visibility: visible; transform: none; -webkit-transform: none; -moz-transform: none; }
.menu > li.active > a { color: #C800C8; }
.menu > li > ul ul { left: 100% !important; top: 0 !important; }
.menu > li.active > a:after { left: 0; right: 0; opacity: 1; }
.menu > li > ul , .menu > li > ul ul{ position: absolute; top: 100%; left: 0; opacity: 0; visibility: hidden; min-width: 140px; z-index: 1; margin: 0; padding: 0; padding-top: 7px; display: block; transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transform-origin: center top 0px; -moz-transform-origin: center top 0px; -webkit-transform-origin: center top 0px; transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1); -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1); }
.menu > li > ul:before { content: ""; border: solid 7px transparent; border-bottom-color: #76b03e; width: 0; height: 0; position: absolute; top: -7px; left: 17px; z-index: 2; }
.menu > li > ul:after { content: ""; position: absolute; top: 12px; left: 3px; right: -3px; bottom: -3px; z-index: 0; background: rgba(0, 0, 0, 0.05); }
.menu > li > ul > li, .menu > li > ul ul li { z-index: 2; position: relative; margin: 0; color: #ffffff; font-weight: 400; font-size: 14px; padding: 0 15px; min-width: 200px; background: #76b03e; }
.dv-notfull { margin: 0 10px; }
.menu > li > ul > li:first-child { padding-top: 10px; border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -o-border-radius: 3px 3px 0 0; -ms-border-radius: 3px 3px 0 0; }
.menu > li > ul > li:last-child { padding-bottom: 10px; border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -o-border-radius: 0 0 3px 3px; -ms-border-radius: 0 0 3px 3px; }
.menu > li > ul > li:last-child > a { border: none; }
.menu > li > ul > li > a , .menu > li > ul li a{ display: block; white-space: nowrap; color: inherit; line-height: 35px; font-size: inherit; background: rgba(255, 255, 255, 0); border-bottom: solid 1px rgba(255, 255, 255, 0.2); padding: 0 24px 0 0; text-decoration: none !important; text-transform: capitalize; text-align: left; transition: all .5s }
.menu > li > ul > li > a > span, .menu > li > ul li a span { display: none; }
.menu > li > ul > li:hover , .menu > li > ul li:hover{ z-index: 3; }
.menu > li > ul > li:hover > a, .menu > li > ul li:hover > a { padding: 0 12px 0 12px; background: rgba(255, 255, 255, 0.2); border-color: transparent; }
.projects-menu { background: #ffffff; width: 832px; left: -200px; position: absolute; content: ""; right: 0; top: 100%; z-index: 3; padding: 10px 10px 20px 10px; -webkit-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4); -moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4); box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4); }
.projects-menu li a { white-space: nowrap; color: inherit; line-height: 40px; border-bottom: solid 1px rgba(212, 212, 212, 0.5); padding-bottom: 5px; padding: 0 24px 0 0; text-decoration: none !important; text-transform: capitalize; font-size: 16px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; display: block; float: left; width: 164px; margin: 0 10px; list-style: none; }
.projects-menu li a:hover { padding: 0 12px 0 12px; background: rgba(255, 255, 255, 0.2); border-color: transparent; background: #EC2F34; color: #fff; }
.right_id_top { position: absolute; right: 10px; top: 8px; z-index: 1; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.right_id_top ul li { list-style: none; float: left; padding-right: 10px; padding-left: 10px; color: #fff; font-size: 14px; }
.right_id_top ul li a { color: #fff; }
.right_id_top ul li i { padding-right: 10px; font-size: 15px; }
.right_id_top ul li i:hover { color: #fcb140; }
.right_id_top ul li a:hover { color: #fcb140; text-decoration: underline; }
.bannerInside { width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; height: 600px; }
.bannerMain { position: relative; overflow: hidden; height: 600px; }
.banner li { float: left; width: 100%; height: 600px; list-style: none; background-position: center center; background-size: cover; background-repeat: no-repeat; cursor: default; position: relative; }
.posBL { left: 0px; bottom: 0px; }
.pagiBanner { position: relative; left: 0; right: 0; bottom: 40px; margin: auto; width: auto; text-align: center; z-index: 1; }
.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a { display: inline-block; vertical-align: text-top; width: 18px; height: 18px; border-radius: 50%; background: #ccc; text-indent: -100000px; margin: 0 5px; -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5); box-shadow: 0 0 8px rgba(0,0,0,0.5); border: solid #fff 2px; }
.pagiBanner a.selected, .pagiBanner_2 a.selected, .pagiBanner_3 a.selected { background: #b5272c; }
.pagiBanner_2, .pagiBanner_3 { position: relative; left: 0; right: 0; bottom: -20px; margin: auto; width: auto; text-align: center; z-index: 10; }
.tintuc_box_home { padding: 35px 0; background: #fff; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; }
.left_tt_home { float: left; width: 800px; }
.left_tt_home ul li, .left_tt_home ul li img { list-style: none; line-height: 0; position: relative; overflow: hidden; display: block; width: 100%; height: auto; webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); }
.left_tt_home ul li img:hover, .right_tt_home ul li img:hover, .id_bds ul li img:hover, .project_home_id ul li img:hover, .list_pro_home ul li img:hover, .tintuc_page_id ul li img:hover, .doitac_id ul li img:hover, .tuvan_home_id ul li img:hover { transform: scale(1.2); opacity: 1; -webkit-filter: grayscale(0); }
.left_tt_home ul h3 a { display: block; padding: 15px 0px 8px 0px; color: #616161; font-size: 16px; font-weight: 500; line-height: 25px; }
.left_tt_home ul h3 a:hover, .right_tt_home ul h3 a:hover, .id_bds ul:hover h3, .tuvan_home_id ul:hover h3 { color: #ec2f34; }
.left_tt_home ul h4 { display: block; padding: 0; color: #666; font-size: 14px; font-weight: normal; line-height: 25px; }
.left_tt_home ul h4 i, .right_tt_home ul h3 span i { padding-right: 5px; }
.left_tt_home ul p { color: #666; line-height: 25px; padding: 5px 0 0; font-size: 14px; }
.left_tt_home ul { margin: 0 10px; width: 380px; background: #fff; border: 1px solid #dcdcdc; float: left; padding: 10px; }
.right_tt_home { float: left; margin: 0 10px; width: 380px; background: #fff; padding: 10px; border: 1px solid gainsboro; }
.right_tt_home ul { margin-bottom: 12px; border-bottom: 1px solid #dcdcdc; padding-bottom: 12px; background: #fff; }
.right_tt_home ul li { float: left; list-style: none; line-height: 0; width: 150px; position: relative; overflow: hidden; display: block; }
.right_tt_home ul li img { width: 100%; height: auto; webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); }
.right_tt_home ul h3 { float: right; width: calc(100% - 165px); }
.right_tt_home ul h3 a { display: block; color: #616161; font-size: 14px; font-weight: 500; line-height: 22px; }
.right_tt_home ul h3 span { color: #666; font-size: 14px; font-weight: normal; line-height: 25px; display: block; padding-top: 3px; }
.marquee { overflow: hidden; height: 370px; }
.titBox { margin: 0 auto 30px auto; }
.titBox .desc { display: block; font-size: 16px; color: #C800C8; line-height: 1.4; font-weight: bold; margin-bottom: 5px; }
.titBox .tit { font-size: 28px; color: #b5272c; line-height: 30px; margin: 0; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; padding-bottom: 5px; }
.titBox .tit_2 { font-size: 30px; color: #ec2f34; line-height: 40px; margin: 0; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; padding-bottom: 5px; }
.titBox:after { content: ""; display: inline-table; margin: 0; height: 4px; width: 100px; background: #0F75BC; display: none }
.titBox.left { text-align: center; width: 100%; }
.titBox.left:after { margin-left: 0; }
.titBox .sub { color: #f5f5f5; text-transform: uppercase; font-weight: 500; font-size: 22px; margin-bottom: 5px; line-height: 35px; }
.titBox .sub_2 { color: #666; text-transform: uppercase; font-weight: 500; font-size: 22px; margin-bottom: 5px; line-height: 35px; }
.titile_home, .titile_home_2 { margin-bottom: 20px; margin-left: 10px; margin-right: 10px; }
.titile_home ul h3 { float: left; line-height: 30px; font-weight: 500; color: #2783C4; text-transform: uppercase; font-size: 25px; border-left: solid #2783C4 5px; padding-left: 15px; margin-top: 7px; }
.titile_home ul h2 { float: left; line-height: 30px; font-weight: 500; color: #ffffff; text-transform: uppercase; font-size: 25px; border-left: solid #ffda1b 5px; padding-left: 15px; margin-top: 7px; }
.titile_home ul h4 a { line-height: 35px; font-weight: 500; color: #fff; background: #2783C4; padding: 5px 24px; text-transform: uppercase; font-size: 17px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; float: right; display: block; box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15); border-radius: 4px; }
.titile_home ul h5 a { line-height: 35px; font-weight: 500; color: #2783C4; background: #fff; padding: 5px 24px; text-transform: uppercase; font-size: 17px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; float: right; display: block; box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15); border-radius: 4px; }
.titile_home ul h4 a i, .titile_home ul h5 a i { padding-left: 10px; }
.titile_home ul h4 a:hover, .titile_home ul h5 a:hover, .gioithieu_home ul h4 a:hover, .ct_duan_id h4 a:hover { background: #f60; color: #fff; }
.goithieu_home { background: url(../images/bg_3.jpg); padding: 30px 0; }
.goithieu_home li { float: right; list-style: none; line-height: 0; width: 500px; padding: 10px; margin-right: 10px; background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.2); }
.goithieu_home li img { width: 100%; height: 350px; }
.goithieu_home ul { float: left; width: 630px; }
.goithieu_home ul p { padding-left: 10px; font-size: 14px; line-height: 28px; }
.goithieu_home ul h4 a { margin-top: 20px; margin-left: 10px; float: left; background: #1277ab; display: block; padding: 5px 30px; line-height: 30px; color: #fff; font-size: 15px; text-transform: capitalize; font-weight: normal; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.gioithieu_id_box { width: 80%; background: #fff; -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5); box-shadow: 0 0 8px rgba(0,0,0,0.5); }
.gioithieu_id_box li { width: 45%; float: left; list-style: none; line-height: 0; }
.gioithieu_id_box li img { width: 100%; height: auto; }
.gioithieu_id_box ul { width: 47%; padding: 4%; float: right; }
.gioithieu_id_box ul h3 { font-size: 25px; color: #ec2f34; line-height: 40px; text-transform: uppercase; font-weight: 500; padding-bottom: 15px; position: relative; margin-bottom: 25px; }
.gioithieu_id_box ul h3:after { content: ""; position: absolute; left: 0; height: 4px; width: 100px; background: #0f75bc; margin-top: 5px; right: 0; bottom: 0; }
.gioithieu_id_box ul p { font-size: 18px; color: #333; line-height: 34px; text-transform: none; font-weight: 500; }
.gioithieu_id_box ul h4 a { font-size: 18px; color: #fff; background: #0f75bc; line-height: 40px; padding: 5px 30px; margin-top: 30px; display: block; text-transform: uppercase; font-weight: 500; float: left; }
.gioithieu_id_box ul h4 a:hover { color: #fff; background: #fcb140; }
.box_tuvan_home { background: #eee; padding: 35px 0; }
.tuvan_home_id ul { float: left; margin: 0 10px 20px 10px; width: calc(25% - 20px); padding: 10px; transition: all .3s; border: 1px solid #e8e8e8; background: #fff; text-align: center; }
.tuvan_home_id ul h3 a {
    font-size: 14px;
    color: #2e773e;
    line-height: 22px;
    font-weight: 500;
    display: block;
}
.tuvan_home_id ul h3 a:hover { color: #76b03e; }
.tuvan_home_id ul li, .tuvan_home_id ul li img { list-style: none; line-height: 0; position: relative; overflow: hidden; display: block; width: 100%; height: auto; webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); }
.tuvan_home_id ul h3 { display: block; padding: 7px 0 0; font-size: 20px; font-weight: normal; line-height: 30px; text-transform: capitalize; border-top: 1px solid #dadada; margin-top: 10px; text-align: left; }
.tuvan_home_id ul span { display: block; text-align: left; font-size: 14px; color: #7d7d7d; line-height: 22px; margin: 4px 0 0; }
.tuvan_home_id ul p { color: #e41117; margin-top: 5px; text-align: left; font-size: 15px; line-height: 1.4; font-weight: 500; }
.doitac_home { padding: 25px 0; background: url(../images/bg_3.jpg); float: left; width: 100%; }
.placeNav_2 { position: absolute; top: 35%; z-index: 3; color: #fff; font-size: 70px; width: 30px; height: 70px; line-height: 55px; text-align: center; opacity: 0; }
.placeNav { position: absolute; top: 40px; z-index: 3; color: #999; font-size: 20px; width: 15px; line-height: 20px; height: 25px; background: rgba(51, 51, 51, 0.69); text-align: center; opacity: 0; }
.placeNav.prev, .placeNav_2.prev { left: 10px; }
.placeNav_2.next { right: 10px; text-indent: 3px; }
.placeNav.next { right: 0; text-indent: 3px; }
.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2 { opacity: 1; }
.placeNav:hover, .placeNav_2:hover { color: #fff; background: #f46717cf; }
.placeSlide_main { position: relative; overflow: hidden; }
.dv-foot-top { background: #4f5253; height: 35px; width: 100%; }
.footer_top .nd h3 { font-weight: 500; margin-bottom: 7px; }
.footer_top { background:#4a4d4e; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover padding-top: 30px; padding-bottom: 30px; padding-top: 30px; }
.footer_top ul { float: left; margin: 0 10px; width: 350px; color: #fff; margin-right: 0; }
.footer_top ul.gt_footer { width: calc(100% - 670px); margin-right: 20px; float: left; }
.footer_top ul.face_footer { width: 350px; margin-right: 10px; float: right; }
.footer_top ul.face_footer iframe { width: 100%; height: 220px; }
.footer_top ul h2 { font-size: 18px; font-weight: 500; line-height: 30px; padding-bottom: 15px; text-transform: uppercase; color: #94c83c; position: relative; }
.footer_top .nd span.fa {color: #fff !important}
.footer_top .nd strong { font-weight: 500; }
.footer_top .nd h4 , .footer_top .nd h4 a{ font-weight: 400; color: #94c83c; }
.footer_top .nd a:hover {text-decoration: underline;}
.footer_top .nd h4 span.fa { font-weight: 400; color: #94c83c !important; font-size: 20px; margin-right: 8px; }
.footer_top ul h2:after { content: ""; display: block; width: 50px; height: 2px; background: #797b7c; margin-top: 5px; }
.footer_top ul.gt_footer_1 { width: calc(320px - 20px); margin: 0 10px; }
.footer_top ul li { list-style: none; line-height: 20px; color: #fff; font-size: 14px; text-transform: capitalize; margin-top: 15px; float: left; padding-left: 10px; width: 154px; border-left: solid #fff 1px; margin-right: 10px; }
.footer_top ul li a { color: #fff; }
.footer_top ul li a:hover { color: #94c83c; }
.footer_top .nd img { max-width: 100%; margin: 12px 0; }
.footer_top .nd { font-weight: 400; font-size: 14px; line-height: 1.8; }
.footer_top ul p{margin-bottom: 5px}
.footer_top ul p span { font-size: 22px; line-height: 35px; font-weight: normal; color: #94c83c; }
.footer_top ul p i { padding-right: 7px; }
.footer_top ul h3 img { -moz-border-radius: 0.25em; width: auto; height: 50px; margin-bottom: 10px; }
.face_book_footer { float: right; margin-right: 10px; width: 340px; margin-left: 10px; }
.copyright_bottom a { color: #fff; }
.copyright_bottom a:hover { text-decoration: underline; color: #277a39; }
.copyright_bottom { padding: 25px 0; background: #434343; text-align: center; color: rgba(255, 255, 255, 0.71); }
#back-top { position: fixed; bottom: 32px; right: 30px; z-index: 9999; border-radius: 100px; overflow: hidden; }
#back-top a { display: block; width: 40px; line-height: 40px; background: #76b03e; outline: none; color: #fff; font-size: 17px; text-align: center; transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s; -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s; }
#back-top a:hover { color: #fff; background: #277a39; }
#sharelink { -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards; -moz-animation: blurFadeRight 0.4s ease-in .4s backwards; -ms-animation: blurFadeRight 0.4s ease-in .4s backwards; padding-top: 20px; margin-top: 20px; border-top: solid #CCC 1px; height: 35px; }
.sharelink { -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards; -moz-animation: blurFadeRight 0.4s ease-in .4s backwards; -ms-animation: blurFadeRight 0.4s ease-in .4s backwards; text-align: center; padding-top: 10px; height: 35px; }
.sharelink a img { border: solid rgb(255, 255, 255) 1px; padding: 4px; -moz-border-radius: 50%; margin-left: 10px; transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s; -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s; }
.sharelink img:hover { background: #fcb140; opacity: 10; border: solid #ffffff 1px; }
.link_page ul li i { color: #fff; margin-right: 7px; }
.link_page { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; background: #f4f4f4; line-height: 32px; padding: 5px 0; }
.link_page ul li { float: left; list-style: none; background: url(../images/w_bg_location.gif) center right no-repeat; padding-right: 20px; padding-left: 12px; }
.link_page ul li i { color: #7f7f7f; font-size: 18px; line-height: 32px; }
.link_page ul li a { display: block; color: #7f7f7f; font-size: 15px; text-transform: uppercase; }
.link_page ul li a:hover { color: #ec2f34; }
.pro_home_box { padding-top: 25px; padding-bottom: 15px; background: #fff; }
.list_pro_home ul { float: left; margin: 0 10px 20px 10px; width: calc(25% - 20px); transition: all .3s; background: #fff; text-align: center; padding: 10px; border: 1px solid #dcdcdc; }
.list_pro_home ul:hover{ -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15); }
.list_pro_home ul li, .list_pro_home ul li img { height: auto; width: 100%; list-style: none; line-height: 0; position: relative; overflow: hidden; display: block; webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); }
.list_pro_home ul h3 { color: #333; font-weight: normal; font-size: 15px; text-transform: capitalize; line-height: 25px; padding-top: 13px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; padding-bottom: 5px; }
.list_pro_home ul:hover h3, .doitac_id ul:hover h3 { color: #EC2F34; }
.list_pro_home ul p { color: #666; font-weight: normal; font-size: 17px; line-height: 20px; padding-bottom: 15px; }
.listtabs { overflow: hidden; margin-bottom: 0px; text-align: center; }
.listtabs li { display: inline-table; list-style: none; margin: 0 5px; }
.listtabs li a { color: #fff; text-decoration: none; margin-right: 0px; display: block; padding: 5px 30px; line-height: 35px; font-size: 17px; font-weight: normal; text-transform: uppercase; background: #fcb140; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; border: solid 1px #fcb140; */ }
.listtabs li a:hover, .listtabs li a.selected, .listtabs li a.selected:hover { color: #ffffff; background: #ed1c24; border: solid 1px #ed1c24; }
#pro_tabs .tabs { border-top: none; }
#pro_tabs { margin-bottom: 30px; text-align: center; }
.box_tab { margin: 0;/* border-top: solid 1px #e3e3e3; */ }
.link_page ul li i { color: #fff; margin-right: 7px; }
.link_page { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; background: #f4f4f4; line-height: 32px; padding: 5px 0; }
.link_page ul li { float: left; list-style: none; background: url(../images/w_bg_location.gif) center right no-repeat; padding-right: 20px; padding-left: 12px; }
.link_page ul li i { color: #7f7f7f; font-size: 18px; line-height: 32px; }
.link_page ul li a { display: block; color: #7f7f7f; font-size: 15px; text-transform: uppercase; }
.link_page ul li a:hover { color: #ec2f34; }
.imges_id_page { padding-bottom: 50px; padding-top: 300px; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cove; }
.imges_id_page:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.6); transition: .3s all ease; z-index: 1; }
.imges_id_page ul { z-index: 2; position: relative; }
.imges_id_page ul h2 { text-transform: uppercase; color: #ffffff; font-size: 30px; line-height: 50px; position: relative; font-weight: normal; float: left; margin-left: 10px; padding-left: 20px; }
.imges_id_page ul h2:after { content: ""; display: -webkit-inline-box; clear: both; width: 5px; background: #ed1c24; height: 34px; left: 0px; position: absolute; top: 9px; z-index: 2; }
.page_conten_page { padding-top: 30px; padding-bottom: 30px; }
.nums { table-layout: auto; margin-top: 25px; text-align: center; }
.nums li { list-style: none; display: inline-table; }
li.page.db_left_pt, li.page.db_right_pt { display: none; }
.nums a { font-size: 15px; display: block; margin: 0 6px 0 0; padding: 5px; line-height: 25px; height: 35px; width: 35px; table-layout: inherit; text-align: center; color: #fff; background: #b5272c; text-decoration: none; -moz-border-radius: 20px; -o-border-radius: 20px; }
.nums a:hover, .nums a.active, .nums a.stay:hover { background: #fcb140; color: #ffffff; }
.nums a.stay { background:#b5272c; color: #fff; }
.tintuc_page_id h2 { font-size: 25px; font-weight: normal; color: #111; text-transform: uppercase; padding-bottom: 15px; letter-spacing: 4px; text-align: center; }
.tintuc_page_id h5 { font-size: 16px; font-weight: normal; color: #999; text-transform: uppercase; text-align: center; padding-bottom: 30px; letter-spacing: 1px; }
.tintuc_page_id ul { margin: 0 10px 20px 10px; float: left; width: 380px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); transition: all .3s; border-top: 1px solid #f8f8f8; background: #fff; display: block; }
.tintuc_page_id ul li, .tintuc_page_id ul li img { width: 100%; height: 250px; list-style: none; line-height: 0; position: relative; overflow: hidden; display: block; webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); }
.tintuc_page_id ul h3 a { color: #333; font-weight: normal; font-size: 20px; text-transform: uppercase; padding: 20px; display: block; line-height: 30px; }
.tintuc_page_id ul h3 a:hover, .hinhanh_id ul:hover h3 { color: #ec2f34; }
.tintuc_page_id ul p { color: #666; font-weight: normal; font-size: 17px; text-transform: none; padding: 20px; padding-top: 10px; line-height: 26px; }
.tintuc_page_id ul h4 a { background: #0f75bc; text-transform: uppercase; color: #fff; padding: 2px 40px; font-size: 15px; line-height: 35px; font-weight: normal; display: inline-block; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; position: relative; margin-bottom: 20px; margin-left: 20px; margin-right: 20px; }
.tintuc_page_id ul h4 a:hover { background: #ec2f34; color: #fff; }
.tintuc_page_id ul span { color: #666; font-weight: normal; font-size: 16px; text-transform: none; margin: 0 20px; position: relative; line-height: 30px; border-bottom: solid #CCC 1px; padding-bottom: 10px; }
.tintuc_page_id ul span i { padding-right: 10px; }
.title_news { border-bottom: solid 1px #E6E6E6; margin-bottom: 15px; }
.title_news h2 { font-size: 15px; line-height: 23px; font-weight: 500; color: #4a4949; margin-bottom: 5px; }
.title_news li { font-size: 14px; color: #666; list-style: none; background: url(../images/icon_day.png) center left no-repeat; padding-left: 21px; margin-bottom: 10px; }
.title_news p { line-height: 30px; color: #333; font-size: 20px; font-style: italic; font-weight: normal; padding-bottom: 15px; }
.company_contact ul { margin: 0 10px 20px 10px; float: left; width: 390px; background: #eee; padding: 20px; }
.company_contact ul.contact_2 { width: 240px; }
.company_contact ul p { font-size: 17px; line-height: 25px; padding-top: 5px; color: #666; }
.company_contact ul h3 { text-transform: uppercase; color: #ec2f34; font-size: 20px; line-height: 35px; font-weight: normal; margin-bottom: 5px; }
.company_contact ul h3 i { margin-right: 10px; }
.map_contact iframe { width: 100%; height: 450px; }
.contact h2 { text-transform: uppercase; font-size: 18px; line-height: 25px; font-weight: normal; color: #666; padding-bottom: 20px; }
.contact .left { width: 50%; float: left; padding-right: 10px; }
.contact .right { width: 50%; float: right; padding-left: 10px }
.formBox li { display: block; position: relative; margin-bottom: 10px; z-index: 0; }
.formBox li input, .formBox li textarea { border: solid 1px #E1E1E1; height: 42px; color: #999; padding: 0 10px 0 45px; font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif; font-size: 14px; }
.formBox li textarea { padding: 10px 10px 10px 45px; height: 197px;float: left; }
.contact .left input { width: 100%; }
.contact .right input, .contact .right textarea { width: 100%; }
.formBox li:after { content: ""; position: absolute; top: 0; left: 0; width: 45px; height: 50px; background-repeat: no-repeat; background-position: center center; z-index: 10; }
.formBox li.name:after { background-image: url("../images/contact/c_name.png") }
.formBox li.phone:after { background-image: url("../images/contact/c_phone.png"); }
.formBox li.mail:after { background-image: url("../images/contact/c_mail.png"); }
.formBox li.local:after { background-image: url("../images/contact/c_local.png"); }
.formBox li.subject:after { background-image: url("../images/contact/c_subject.png"); }
.formBox li.mess:after { background-image: url("../images/contact/c_mess.png"); }
.formBox li.code:after { background-image: url("../images/contact/c_code.png"); }
.formBox li.day:after { background-image: url("../images/contact/day.png"); }
.formBox li.songuoi:after { background-image: url("../images/contact/songuoi.png"); }
.formBox .button { float: right; text-transform: uppercase; font-size: 15px; padding: 0 25px; margin-left: 10px; height: 38px; line-height: 38px; margin-top: 10px; color: #FFF; background: #76b03e; white-space: nowrap; webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.formBox .button:hover { color: #FFF; background: #277a39; }
.formBox li span { position: absolute; right: 0; top: 0; line-height: 42px; padding: 0 10px; font-weight: normal; z-index: 2; letter-spacing: 1px; user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; }
.doitac_id ul { float: left; margin: 10px; padding: 10px; background: #fff; width: 260px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); transition: all .3s; text-align: center; }
.doitac_id ul li, .doitac_id ul li img { height: auto; width: 100%; list-style: none; line-height: 0; position: relative; overflow: hidden; display: block; webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); }
.doitac_id ul h3 { color: #333; font-weight: normal; font-size: 16px; text-transform: uppercase; line-height: 27px; padding-top: 10px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; }
.bg_more_id { background: #f8f8f8; padding: 30px 0; }
.noidung_ct_left { float: left; width: 550px; margin-bottom: 20px; }
.hinhanh_ct_right { float: right; width: 600px; }
.hinhanh_ct_right_2 { float: right; background: #fff; width: 500px; -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15); box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15); }
.slideshow-container { max-width: 1000px; position: relative; margin: auto; }
.prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 10px; margin-top: -22px; color: white; font-weight: bold; font-size: 25px; transition: 0.6s ease; border-radius: 0 3px 3px 0; background: #0000004d; }
.next { right: 0; border-radius: 3px 0 0 3px; }
.prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); }
.text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; }
.numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; }
.dot { cursor: pointer; height: 13px; width: 13px; margin: 0 2px; background-color: #ccc; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15); box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15); border: solid #fff 2px; }
.active, .dot:hover { background-color: #ec2f34; }
.fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; }
@-webkit-keyframes fade { from { opacity: .4 }
to { opacity: 1 }
}
@keyframes fade { from { opacity: .4 }
to { opacity: 1 }
}
@media only screen and (max-width: 300px) { .prev, .next, .text { font-size: 11px }
}
.ct_sp_id ul h3 { text-transform: uppercase; color: #0f75bc; font-size: 25px; line-height: 30px; position: relative; font-weight: normal; padding-left: 15px; margin-bottom: 20px; }
.ct_sp_id ul h3:after { content: ""; display: -webkit-inline-box; clear: both; width: 5px; background: #ec2f34; height: 29px; left: 0px; position: absolute; top: 0; z-index: 2; }
.ct_sp_id ul p { color: #333; border-bottom: dashed #999 1px; padding-bottom: 6px; margin-bottom: 6px; font-size: 17px; line-height: 30px; }
.ct_sp_id ul h2 { margin-bottom: 10px; font-size: 25px; color: #ec2f34; font-weight: normal; line-height: 30px; }
.ct_sp_id ul h2 span { margin-left: 15px; font-size: 18px; color: #666; font-weight: normal; text-decoration: line-through; line-height: 30px; }
.ct_sp_id ul h4 a { margin-top: 10px; font-size: 18px; color: #fff; font-weight: normal; line-height: 30px; text-transform: uppercase; display: block; padding: 5px 30px; float: left; background: #ec2f34; }
.ct_sp_id ul h4 a i { padding-right: 10px; font-size: 20px; }
.ct_sp_id ul h4 a:hover { background: #666; color: #fff; }
table { border-collapse: collapse; }
table, th, td { border: 1px solid #ccc; }
table { width: 100%; margin-bottom: 15px; }
th { text-align: left; }
th, td { padding: 5px 15px; text-align: left; }
th { background-color: #0f75bc; color: white; font-weight: normal; }
.logo_top a { display: block; line-height: 1; }
.header_top { padding: 20px 0; color: #fff; background: #fff; }
.company_time ul.left_top_id { padding-left: 0; width: 30%; float: left; padding-top: 10px; }
.header.fixed .logo_top { top: 0; width: 40%; float: left; text-align: center; }
.company_time ul.right_header { float: right; width: 30%; padding-top: 5px; }
.company_time ul li { float: left; list-style: none; margin-left: 10px; color: #505050; font-size: 14px; margin-right: 10px; text-transform: none; font-weight: 500; line-height: 1.6; width: 100%; letter-spacing: 1px; }
.company_time i, .link_page ul li i { margin-right: 7px; width: 17px; }
.company_time ul li a { color: #ff6600; letter-spacing: 0px; font-weight: 500; font-size: 16px; }
.company_time ul li span { font-weight: 600; font-size: 15px; color: #ff6600; letter-spacing: 0px; font-family: Arial; }
.logo_top img { position: relative; width: auto; height: 91px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.sharelink_2 { width: 100%; text-align: right; margin-bottom: 15px;float: left; }
.sharelink_2 a { padding: 0; width: 30px; height: 30px; text-align: center; color: #fff; border-radius: 100px; float: right; margin-left: 6px; line-height: 30px; }
.sharelink_2 a:hover{opacity: .5}
.search { position: relative; border: 1px solid #ccc; float: right; width: 230px; border-radius: 111px; }
.search a { width: 37px; height: 36px; text-indent: -10000px; background: url(../images/icon-search.png) no-repeat center center; float: right; border-left: 0px; margin-right: 0; position: absolute; right: 0; }
.input_search { padding: 0px 15px; height: 33px; float: right; color: #999; background: none; border: none; font-size: 14px; line-height: 40px; }
.search input { width: 100%; font-size: 13px }
.list-yahoo .ht-right > p a { color: #333; }
.bannerMain { width: 100% !important}
.banner li, .banner, .bannerMain {height: auto !important;}
ul.pagiBanner { position: absolute; bottom: 20px; }
.banner li img{width: 100%; height: auto; float: left;}
.banner li + li img {display: none}
.caroufredsel_wrapper .banner li + li img {display: block}
.bannerMain .pagewrap {padding: 10px !important;}
.logo_thuonghieu { float: left; margin-right: 5px; margin-left: 5px; padding: 0; list-style: none; width: calc(100% - 10px); }
.logo_thuonghieu img { width: 100%; height: 100px; line-height: 0; border: solid #ccc 1px; background: #fff; }
.logo_thuonghieu:hover { opacity: .7; }
.doitac_home .owl-wrapper-outer { overflow: hidden; }
.doitac_home .owl-prev, .doitac_home .owl-next { position: absolute; top: 40px; z-index: 3; color: #999; font-size: 20px; width: 15px; line-height: 20px; height: 25px; background: rgba(51, 51, 51, 0.69); text-align: center; opacity: 0; left: 10px;cursor: pointer; }
.doitac_home .owl-next { left: auto; right: 12px; }
div#owl-doitac { padding: 0 5px; }
.doitac_home:hover .owl-prev, .doitac_home:hover .owl-next {opacity: .5}
.doitac_home .owl-prev:hover, .doitac_home .owl-next:hover {opacity: .8}
.dv-banquyrn { margin: 0 10px; text-align: left; font-size: 14px; line-height: 1.9 }
.menu > li:hover > a { color: #fff; background: #76b03e; }
.page_conten_page { padding-top: 25px; padding-bottom: 30px; }
.right_conten { margin-right: 10px; float: right; width: calc(100% - 320px); background: #fff; -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2); }
.left_conten { float: left; margin-left: 10px; width: 280px; }
.box_left { margin-bottom: 15px; padding: 7px; background: #fff; -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2); border: 1px solid #e0e0e0; }
.box_left h2 i { margin-right: 10px; }
.title_page { margin-bottom: 12px; position: relative; border-bottom: 1px solid #e0e0e0; padding-top: 10px; }
.news_id { margin-bottom: 15px; }
.news_id li { float: left; width: 250px; list-style: none; line-height: 0; display: block; }
.news_id li img { width: 100%; height: auto; position: relative; overflow: hidden; border: solid 1px #e0e0e0; padding: 5px; background: #FFF; }
.dv-ct ul { margin-left: 0px; }
.news_id li img:hover { opacity: .7; }
.news_id ul { float: right; width: calc(100% - 270px); line-height: 24px; color: #666; font-size: 14px; }
.news_id ul h3 a {
    font-size: 14px;
    color: #505050;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    display: block;
}
.news_id ul h4 { font-size: 14px; color: #5f5f5f; font-weight: normal; border-bottom: solid 1px #eee; margin-bottom: 5px; padding-top: 5px; padding-bottom: 5px; }
.thanhvien_top ul li i, .news_id ul h4 i, .other_neww ul li i, .vanban_id_page ul p i { padding-right: 8px; }
.box_left h2 { font-size: 16px; font-weight: 400; line-height: 32px; text-transform: uppercase; color: #fff; background: #6fab3e; padding: 4px 10px; }
.menu_left ul li { list-style: none; }
.menu_left ul li a { display: block; color: #424242; background: #eee; font-size: 14px; padding: 7px 10px; line-height: 25px; margin-top: 1px; font-weight: 500; text-transform: capitalize; }
.menu_left ul li a:hover { background: #6fab3e; color: #fff; }
.title_page h3 { font-size: 17px; font-weight: 600; line-height: 30px; text-transform: uppercase; color: #277a39; display: inline-block; border-bottom: 3px solid #6fab3e; margin-bottom: -2px; padding: 2px 0 4px; background: url(../images/ar_news.png) no-repeat left; padding-left: 23px; padding-right: 0; }
#newsRight a { display: block; min-height: 65px; background: #EBEBEB; margin-bottom: 5px; }
#newsRight img { width: 105px; height: auto; float: left; margin-right: 10px; }
#newsRight h4 { color: #555; padding: 5px 5px 5px 0px; line-height: 20px; font-size: 15px; font-weight: normal; text-transform: none; background: none; }
#newsRight a:hover h4 { color: #fff; }
#newsRight { margin-top: 10px; }
#newsRight a:hover { background: #fcb140; }
.dv-spleft ul { border-bottom: 1px solid #e0e0e0; padding-bottom: 10px; margin-bottom: 10px; margin-left: 0; list-style: none; }
.dv-spleft ul img{width: 100%}
.dv-spleft ul h3 a { display: block; font-size: 15px; color: #333; line-height: 1.6; margin-bottom: 3px; }
.dv-spleft ul span { display: block; font-size: 14px; }
.dv-spleft ul p { font-size: 15px; }
.news_id ul h3 a:hover, .dv-ct li a:hover { color: #fcb140; }
.dv-ct h3 { text-transform: uppercase; margin: 20px 0 0; color: #484747; border-bottom: 1px solid #d8d8d8; margin-bottom: 10px; padding-bottom: 6px; font-weight: 500; font-size: 18px; }
.dv-ct ul, .dv-ct li { list-style: none; }
.dv-ct li a { display: block; font-size: 14px; color: #333; line-height: 1.5; margin-bottom: 8px; }
.dv-ct li a i { margin-right: 7px; }
.dv-popup-new-child.actiok { top: 0 !important;}
.dv-optitle { background: #277a39; color: #fff; padding: 11px 15px; margin-top: -1px; text-transform: uppercase; }
.dv-optitle i { margin-right: 8px; }
div.dv-nd-popup { padding: 0px !important; border-radius: 0px; overflow: hidden; }
.dv-qc-bottom a { padding: 0px 20px !important; height: 38px !important; line-height: 38px !important; border-radius: 3px; }
.nd-quycach input { width: 100%; padding: 0 8px; height: 38px; margin-bottom: 10px; border: 1px solid #dedede; border-radius: 3px; }
.nd-quycach { padding: 15px; }
.dv-nut-dhqc { padding: 0; margin-bottom: 17px; }
.dv-nut-dhqc span a { color: #fff; background: #f60 !important; display: block; text-align: center; text-transform: uppercase; font-size: 15px; padding: 10px 0; }
.dv-nut-dhqc span { border: solid #e0e0e0 1px !important; display: block; padding: 7px; }
.dv-nut-dhqc span:hover a{background: #76b03e !important}
.dv-nut-dhqc span a i { font-size: 14px; margin-right: 7px; }
.list-yahoo{margin-top:5px;max-height:407px;overflow-y:auto;overflow-x:hidden;}
.list-yahoo::-webkit-scrollbar{height:13px;width:10px}
.list-yahoo::-webkit-scrollbar-track{-webkit-box-shadow:inset 2px 2px 3px #e0e0e0;background:#fff;border:0 solid #000;border-radius:100px}
.list-yahoo::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 2px 2px 3px #c3c3c3;background:#c3c3c3;border-radius:100px}
.list-yahoo li{background:none;padding-left:0px;list-style:none;border-bottom:dotted #CCC 1px;padding-bottom:5px;margin-bottom:5px;padding:14px 0px;}
.list-yahoo li .img{text-align:left;width:70px;float:left;padding-right:7px}
.list-yahoo li .img img{width:95%;max-width:140px;border-radius:100px;margin-bottom:10px;border:1px solid #dcdcdc;padding:2px;}
.list-yahoo li a.tit{font-weight:bold;text-transform:uppercase;background-image:none;background-repeat:no-repeat;background-position:left top;padding-left:0;line-height:22px;margin-right:5px;margin-left:0px;color:#333;text-decoration:none;font-size:13px;display:block;overflow:hidden;margin-bottom:5px;}
.list-yahoo li h5{color:#333;font-weight:normal;font-size:13px;line-height:25px;}
.list-yahoo li h5 span a { margin-left: 0px; color: #f11818; font-weight: bold; font-size: 15px; line-height: 1; margin: 3px 0 7px; display: block; }
.list-yahoo li p a{margin-left:0px;font-size:13px}
.list-yahoo li:last-child{border:none}
.ht-right { width: calc(100% - 73px); float: left; }
.list-yahoo .ht-right > p { line-height: 1; }
.img_quangcao { width: 100%; float: left; margin-bottom: 15px; }
.img_quangcao:hover {opacity: .8}
.tuvan_home_id_ds ul { width: calc(33.333% - 20px); }
.dv-sanpham.tuvan_home_id.tuvan_home_id_ds.no_box.flex { margin: 0 -10px; }
.viewLeft { width: 370px; float: left; margin-bottom: 30px; margin-left: 0; }
.viewRight { width: 350px; float: left; margin-right: 10px; margin-bottom: 30px; margin-left: 20px; }
.wiewcenterright { width: calc(100% - 770px); float: left; margin-left: 20px; color: #4c4c4c; font-size: 14px; line-height: 1.8; background: rgba(118, 176, 62, 0.02); padding: 15px 20px; border: 1px solid rgba(118, 176, 62, 0.2); margin-top: 30px; }
.wiewcenterright h2 { text-transform: uppercase; font-weight: 500; font-size: 18px; color: #f72020; margin-bottom: 6px; }
.wiewcenterright ul { list-style: none; margin: 0; }
.wiewcenterright li { position: relative; padding-left: 20px;margin-top: 3px }
.wiewcenterright li:before { content: "\f00c"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; position: absolute; left: 0; top: 6px; }
.viewRight .desc { border-bottom: dotted 1px #ddd; padding-bottom: 4px; margin: 0}
.viewRight .desc b { display: block; margin-bottom: 3px; }
.add_more_2 { padding: 10px 0; }
.viewRight .desc li { line-height: 22px; margin-bottom: 4px; list-style: none; }
.titleView { position: relative; margin-bottom: 10px; line-height: 26px; font-size: 18px; color: #277a39; font-weight: bold; text-transform: uppercase; border-bottom: double #e2e2e2 3px; padding-bottom: 4px; }
.viewRight h2 { font-size: 16px; color: #ef0c0c; line-height: 26px; font-weight: 500; margin-bottom: 4px; }
.viewRight .desc { padding-top: 5px; border-bottom: dotted 1px #ddd; padding-bottom: 4px; }
.add_more_2 { padding: 10px 0; }
.add_more_2 ul { text-align: center; margin-bottom: 10px; margin-left: 0; }
.add_more_2 ul h3 i { margin-right: 7px; }
.add_more_2 ul h2 { list-style: none; background: #277a39; color: #fff; text-align: center; padding: 8px 15px; font-size: 13px; font-weight: normal; margin-right: 10px; margin-top: 10px; float: left; text-transform: uppercase; }
.add_more_2 ul h3 { list-style: none; font-size: 14px; background: #76b03e; color: #fff; text-align: center; padding: 6px 20px; margin-right: 10px; font-weight: normal; margin-top: 10px; margin-bottom: 5px; float: left; text-transform: uppercase; }
.add_more_2 ul h3:hover{ background: #277a39 }
.dv-btun a:hover { background: #277a39 !important; }
#bridal_images img { border: none; width: 100%; height: auto; margin: 0px auto; }
.dv-show-guilienhe.dv_thanhcong { width: 100%; float: left; text-align: left; margin: 7px 0; display: none}
.dv-show-guilienhe.dv_thanhcong input { width: 100%; height: 32px; padding: 0 8px; float: left; margin-bottom: 8px; border: 1px solid #ccc; }
.dv-btun { float: left; }
.dv-btun a { background: #76b03e !important; margin: 0 !important; padding: 0px 20px !important; font-size: 14px !important; }
.title_page h2 { text-transform: uppercase; font-size: 18px; border-bottom: 1px solid #ccc; color: #277a39; font-weight: 500; padding-bottom: 5px; }
.dv-comment iframe { width: 100% !important; }
div#pro_img_main { border: 1px solid #e8e8e8; position: relative; z-index: 1; }
.dv-ndlienhe { margin: 5px 0 15px; }
.dv-ndlienhe h2 { font-weight: 500; font-size: 16px; margin-bottom: 8px; }
.ht-right p { font-weight: 500; font-size: 13px; }
.dv-sanpham.tuvan_home_id.tuvan_home_id_ds.no_box.flex table { margin: 0 10px; font-size: 13px; line-height: 1.5; }
.dv-sanpham.tuvan_home_id.tuvan_home_id_ds.no_box.flex table th {font-size: 14px; background: #fcb140; white-space: nowrap; border: 1px solid #efefef; font-weight: 600 !important; padding: 10px 8px !important; line-height: 1.3 !important; height: auto !important; }
.dv-sanpham.tuvan_home_id.tuvan_home_id_ds.no_box.flex table td { padding: 10px 8px !important; border: 1px solid #efefef; }
.dv-ycbg { text-align: right; width: 100%; padding: 10px; }
.dv-ycbg a { display: inline-block; background: #b5272c; padding: 5px 20px; color: #fff; font-size: 13px; border-radius: 109px; }
.dv-ycbg a i{margin-right: 4px}
.dv-ycbg a:hover { background: #fcb140 !important; }
.dv-sanpham.tuvan_home_id.tuvan_home_id_ds.no_box.flex table td a { color: #333; }
.dv-sanpham.tuvan_home_id.tuvan_home_id_ds.no_box.flex table td a:hover {color:#fcb140 !important; }
.company_time ul{margin: 0}
.menu_left ul { margin: 0; }
.bottom-contact { border-top: solid 1px #76b03e; background: #fff; bottom: 0; color: #646464; left: 0; min-width: 960px; height: 46px; position: fixed; width: 100%; z-index: 900; }
.bottom-contact-block { display: block; padding: 10px 0; margin: 0 10px; font-weight: 500; color: #929292; text-align: center; }
.bottom-contact-block li { display: inline-block; position: relative; font-size: 15px; color: #323232; float: left; margin-right: 50px }
.bottom-contact-block span, .bottom-contact-block span a { color: #e82a2c; font-size: 18px; font-weight: bold; }
.bottom-contact-block small { font-size: 15px; font-size: 1.15385rem; }
.bottom-contact-block li i { margin-right: 8px; }
.bottom-contact-block small { font-size: 15px; margin-left: 10px; }
.bottom-contact-block span a:hover { text-decoration: none; }
.dv-banquyen { text-align: center; font-size: 14px; padding: 12px 10px 11px; }
.dv-banggia td img { width: 50px; }
.dv-banggia th, .dv-banggia td { padding: 5px 10px; font-style: 13px; text-align: left;}
.dv-banggia th { font-size: 13px; background: #76b03e; line-height: 1.5; padding: 11px 10px !important; height: auto; border: none; }
.dv-banggia td { border: none; }
.dv-banggia table { border: 1px solid whitesmoke; margin-top: 20px}
.dv-banggia table tr:nth-child(2n + 1) { background: #f5f5f5; }
.dv-banggia tr:hover { background: #efefef !important; }
.dv-banggia td a { color: #333; }
.dv-banggia td a:hover { color: #b5272c; }
.dv-btun a.button i { margin-right: 5px; }
.page_conten_page_ctsp .right_conten { float: left; margin-left: 10px; margin-right: 0; }
.page_conten_page_ctsp .left_conten { float: right; margin-left: 0; margin-right: 10px; }
.page_conten_page_ctsp .box_left.box_left_1 { display: none; }
.page_conten_page_ctsp .box_left.box_left_2 { display: block !important; }
.daotao_page_id ul { margin: 0; background: #f1efef; width: 100%; padding: 10px; border-top: 1px solid #e8e8e8; margin-bottom: 8px; }
.daotao_page_id ul h3 { font-size: 14px; font-weight: 500; color: #545454; }
.daotao_page_id ul h3 i { font-style: normal; display: inline-block; text-align: center; font-size: 15px; margin-right: 8px; }
.daotao_page_id ul h3:hover { color: #ff6600; }
.daotao_page_id ul p.p-faq-show { font-size: 13px; line-height: 1.8; color: #525252; margin-top: 8px;display: none }
.daotao_page_id ul h3 a { display: block; }
.tuvan_home_id_ds ul button { float: left; margin: 12px 0 0; padding: 10px 20px; background: #76b03e; border: none; color: #fff; cursor: pointer; }
.tuvan_home_id_ds ul button:hover { background: #ff6600}
.tuvan_home_id_ds ul button i{margin-right: 4px}
.viewCenter{ width: calc(100% - 790px); float: right; margin-left: 20px; }
td.td_th_04 a.ct { background: #ff6600; display: block; font-size: 13px; color: #fff; padding: 1px 8px; text-align: center; white-space: nowrap; border-radius: 3px; }
td.td_th_04 a.ct:hover {background: #76b03e; color: #fff}
.sp_motadh{ position: absolute; line-height: 1.5; padding-right: 160px; font-size: 12px; font-style: italic; color: red; z-index: 0; margin-left: -2px; bottom: 15px; }
a.cur.a_quycach { position: absolute; left: 0; color: #fff; padding: 2px 10px 2px; background: #ff6600; margin: 6px; height: 30px; border: 1px solid #ffb583; border-radius: 4px; }
a.cur.a_quycach i { margin-right: 6px; font-size: 13px; }
.dv-bre .pagewrap { padding: 10px 10px 0; }
.dv-bre .pagewrap { color: #333; }
.dv-bre .pagewrap i { margin-right: 2px }
.dv-bre .pagewrap a { margin-right: 5px; margin-left: 5px; color: #333; }
.dv-bre .pagewrap a:hover { color: #f60 }
.dv-bre.no_box { position: relative; bottom: -5px; }
.dv-banggia .td_th_03 { display: none; }

.add_more_2 ul h3 { padding: 7px 22px; border-radius: 3px; background: rgb(230, 242, 255); border: 1px solid #d4e9ff; color: #5f8abb; text-transform: capitalize;}
.add_more_2 ul h3:hover { background: #1070dc !important; border: 1px solid #1070dc; box-shadow: 0px 0px 0px 2px #d2e7ff; color: #fff !important; }
a.a-zaloo h3 { background: #1f89ff !important; border-radius: 3px; border-color: #1f89ff !important; color: #fff !important; }
a.a-zaloo h3:hover { background: #196ecc; } 
a.a-zaloo h3 i { font-style: normal; width: 18px; height: 18px; background: #ffffffe8; display: inline-block; border-radius: 100px; color: #1f89ff; font-weight: 700; font-size: 11px; line-height: 19px; position: relative; } 
a.a-zaloo h3:hover i { color: #196ecc; }

@media only screen and (max-width: 1199px) { * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pagewrap { width: 100%; padding-left: 0px;padding-right: 0px;}
.menu > li > a { font-size: 14px; padding: 0 15px; }
.header_top { padding: 15px 10px; }
.left_conten { float: left; margin-left: 10px; width: 260px; }
.right_conten { width: calc(100% - 280px); padding-left: 15px; }
.footer_top ul.gt_footer_1 { width: calc(300px - 20px); margin: 0 10px; }
.footer_top ul.gt_footer { width: calc(100% - 620px); margin: 0 10px; float: left; }
.bottom-contact-block li { font-size: 14px; margin-right: 25px; }
.viewLeft { width: 300px; float: left; margin-bottom: 30px; margin-left: 0; }
.viewCenter { width: 300px; margin-left: 10px; }
.viewRight { margin-left: 15px; width: calc(100% - 635px); }
}
@media only screen and (max-width: 991px) { ul.menu { display: none; }
.left_conten.left_conten2 { display: none; }
.box_left.box_left_ctsp { display: block !important; margin-top: 10px; }
img.img_quangcao { display: none; }
.mn-mobile { display: block !important; border: none; float: right; margin-right: 14px; }
.box_header_id { background: #119549; height: 40px; }
a.a_trangchu_mb { display: block; position: absolute; left: 10px; color: #fff; top: 0; padding: 9px 0 8px; font-size: 15px; text-transform: uppercase; }
div#mm-0 { background: #fff !important; }
.mn-mobile img { float: left; height: 30px; padding: 7px; background: #f60; border-radius: 3px; margin: 6px 0; border: 1px solid rgba(255, 255, 255, 0.5117647058823529); }
.mm-panel.mm-hasnavbar .mm-navbar { background: #277a39 !important}
.right_conten { width: calc(100% - 20px); padding: 0; margin: 0 10px; }
.left_conten { float: left; margin: 10px; width: calc(100% - 20px); }
.box_menu { height: 42px; }
.company_time ul.left_top_id { padding-left: 0; width: 100%; float: left; padding-top: 0; }
.header_top { padding: 5px 10px 10px; }
.dv-bre.no_box { display: none; }
.company_time ul li { display: inline-block; width: auto; }
.logo_top img { height: 80px; margin-top: 10px; }
.company_time ul.right_header { float: right; width: 50%; padding-top: 5px; }
.logo_top { margin-left: 0; width: 50%; display: inline-block; text-align: left; float: left; }
.page_conten_page { padding-top: 5px; padding-bottom: 10px; }
.footer_top ul.gt_footer { width: calc(100% - 20px); margin: 0 10px; float: left; }
.footer_top ul.gt_footer_1 { width: calc(50% - 20px); margin: 0 10px; }
.bottom-contact { display: none; }
.viewCenter{display: none}
.viewRight { margin-left: 20px; width: calc(100% - 330px); }
.dv-banggia td img { width: 50px; float: left; }
.td_th_16 , .td_th_17, .td_th_19, .td_th_20{ display: none; }
span.sp_motadh { position: relative; margin-top: 0px; display: block; bottom: 0; padding: 0; }
}
@media only screen and (max-width: 767px) { button.pro_del { margin: 0; display: inline-block !important; }
.nd-camket-muahang.wiewcenterright { display: block !important; width: calc(100% - 20px); margin: -5px 10px 10px; background: #e6e6e6; border: none; color: #333; }
.company_time ul.right_header { float: right; width: 50%; padding-top: 12px; }
.logo_top img { height: 66px; margin-top: 18px; }
.search { width: 210px; }
.tuvan_home_id_ds ul { width: calc(50% - 10px); margin: 5px; }
.viewLeft { width: 100%; float: left; margin-bottom: 20px; overflow: hidden; margin-left: 0; }
.viewRight { margin-left: 0; width: 100%; margin-bottom: 10px }
.add_more_2 ul { text-align: center; margin-bottom: 0; margin-left: 0; }
.sharelink_2 { opacity: 0; }
}
@media only screen and (max-width: 479px) { .logo_top { margin-left: 0; width: 100%; display: inline-block; text-align: center; float: left; }
.company_time ul.right_header { float: left; width: 100%; padding-top: 12px; text-align: center; }
.sharelink_2 { text-align: center; }
.sharelink_2 a {float: none}
.search { width: 250px; float: none; display: inline-block; margin: 0 auto; max-width: 100%; }
.company_time ul li { display: inline-block; width: auto; font-size: 13px; margin: 0; margin-right: 10px; }
.footer_top ul.gt_footer_1 { width: calc(100% - 20px); margin: 0 10px 15px; }
.footer_top { padding-bottom: 10px; padding-top: 15px; }
.dv-banquyen { line-height: 1.6; }
.tuvan_home_id ul h3 a { font-size: 14px; color: #2e773e; line-height: 22px; font-weight: 500; display: block; }
.news_id li { width: 100%; }
.news_id ul { float: right; width: 100%; line-height: 24px; color: #666; font-size: 14px; margin-top: 10px; }
.contact .left { width: 100%; float: left; padding-right: 0; }
.contact .right { width: 100%; float: right; padding-left: 0; }
.company_time ul li i { display: none; }
.company_time ul li a,.company_time ul li span {font-size: 13px}
.sharelink_2 { display: none }.add_more_2 ul h3 { width: 100%; margin-bottom: 2px; }
}