﻿@charset "utf-8";

/* CSS Document */

/*@import url("css/fonts.css");*/::-webkit-scrollbar { background: #fff; width: 10px; height: 11px; }
::-webkit-scrollbar-thumb { background: #BBBBBB; }
* { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
html, body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 22px; text-rendering: optimizeLegibility; letter-spacing: 0.6px }
h1, h2, h3, h4, h5, h6, p, span, a { margin: 0px; font-weight: normal; }
ul, ol { list-style: none; margin: 0px; padding: 0px; list-style-type: none; }
a, a:focus { text-decoration: none; outline: none; }
a:focus { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
a:hover { text-decoration: none; }
.breadcrumb { display: none !important; }
div.breadcrumb { font-family: 'SFUFuturaBook'; background-color: #fff; padding: 0; padding: 10px 0px; position: relative; border-radius: 0px; color: #000; border: 1px solid #e2e2e2; }
#inner { padding-left: 10px; margin-bottom: 0px; }
#inner li:nth-last-child(1) span { display: none; }
#inner li { display: inline-block; float: left; list-style: none; }
#inner a { padding: 0px 10px }
div.breadcrumb a { color: #000; }
div.breadcrumb a:hover { color: #2486c5; }
.fixmenu { position: sticky !important; top: 0px !important; left: 0px !important; margin: auto !important; width: 100% !important; z-index: 99 !important;/* border-bottom: 2px solid #000; */ box-shadow: 1px 1px 9px black; }
.fixmenu > .tophead { display: none!important; }
.noidung_ta { padding: 10px; }
.clear { clear: both; }
.visit_hidden { display: none; }
.margin-auto { max-width: 1200px; margin: 0 auto; }
.red { color: #FB0000 }
.div_css { margin: 0px -15px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; }
#info { margin-top: 0px; }
#content { margin: 0px 0px 0px 0px; border-top: 0px; }
#container { margin: auto; }
#sanpham { padding-bottom: 15px; min-height: 570px; }
#main { width: 100%; }
#wrap_noidung { padding-top: 20px; }
.wraper_trangtrong { position: relative; margin-bottom: 10px; }
.wraper_trangtrong img { max-width: 100%; height: auto; }
.transition { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; -transition: 0.5s; }
.zit { z-index: 9999 !important; }
.zib { z-index: 0; }
.i-map-at { background: #0097c9 !important; color: #FFF; }
.map { width: 100%; height: 500px; box-sizing: border-box; }
.box-map { position: relative; height: 500px; }
.map { position: absolute; }
.i-map { padding: 5px 10px; background: #F5F5F5; cursor: pointer; }
.hidden_img { z-index: 9; width: 100%; overflow: hidden; transform: translateZ(0); position: relative; height: 100%; }
.zoom img { border: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; -transition: 0.5s; width: 100%; }
.zoom:hover img { transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1); }
.hv_light2 { overflow: hidden; position: relative; }
.hv_light2:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; }
.hv_light2:after { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; }
.hv_light2:hover:before { right: 50%; left: 50%; width: 0; background: rgba(255, 255, 255, 0.5); }
.hv_light2:hover:after { height: 0; top: 50%; bottom: 50%; background: rgba(255, 255, 255, 0.5); }

/*====*/
.loadingcover { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, .75); z-index: 999 }
.loadingcover .csslder { top: 50% }
@-webkit-keyframes fx {
	50% { -webkit-transform: scale(1); transform: scale(1); opacity: 1 }
	100% { opacity: 0 }
}
@keyframes fx {
	50% { -webkit-transform: scale(1); transform: scale(1); opacity: 1 }
	100% { opacity: 0 }
}
.csslder { display: block; text-align: center; height: 20px; position: relative; clear: both; }
.csslder .csswrap { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.cssdot { width: 10px; height: 10px; border: 1px solid #288ad6; background: #288ad6; border-radius: 50%; float: left; margin: 0 5px; -webkit-transform: scale(0); transform: scale(0); -webkit-animation: fx 1000ms ease infinite 0ms; animation: fx 1000ms ease infinite 0ms; }
.cssdot:nth-child(2) { -webkit-animation: fx 1000ms ease infinite 300ms; animation: fx 1000ms ease infinite 300ms; }
.cssdot:nth-child(3) { -webkit-animation: fx 1000ms ease infinite 600ms; animation: fx 1000ms ease infinite 600ms; }

/*====*/
.skew img { overflow: hidden; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease; }
.skew img:hover { border-radius: 50%; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }

/*==*/
.qc_1 img { width: 100% }
.thanh_title { position: relative; margin-bottom: 20px; }
.thanh_title h3 { font-size: 17px; color: #fff; background: #49aa1f; display: inline-block; line-height: 1; font-family: 'UTMAlexander'; padding: 10px 15px; text-transform: uppercase; }

/*-------slider------*/
#slider { }
.jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn { position: absolute; cursor: pointer; display: block; overflow: hidden; }
.jssora20l, .jssora20r { width: 55px; height: 55px; top: 50%; transform: translate(0, -50%); }
.jssora20l { left: 8px; }
.jssora20r { right: 8px; }

/*-------slider------*/
div#menu_mobi { display: none; }
div#menu {position: relative;background: #49aa1f;height: 44px;line-height: 44px;margin: auto;width: 100%;/* border-bottom: 2px solid #ccc; *//* box-shadow: 4px 2px #000; *//* box-shadow: 2px 0px 15px #000; */}
div#menu ul {list-style: none;position: relative;margin: auto;float: left;}

div#menu .margin-auto > ul {
    padding-left: 180px;
    width: 1200px;
}
div#menu ul li {float: left;position: relative;z-index: 2;padding: 0px 0px;}
div#menu ul li a {/* display: block; */color: #fff;font-size: 15px;padding: 0px 16px;text-transform: uppercase;display: block;font-family: 'SFUFuturaBook';border-right: 1px solid #3d8e1a;text-align: left;}
div#menu div ul li:after {	/* content: ""; *//* width: 1px; *//* height: 11px; *//* background: url(images/gach_menu.jpg) no-repeat; *//* position: absolute; *//* right: 0px; */top: 22px; }
div#menu div ul li:nth-last-child(1):after { display: none; }
div#menu ul li a:hover, div#menu ul li a.active, div#menu ul li a.active2 { color: #fff; background: #d61414; }
div#menu>div>ul>li>a:hover, div#menu>div>ul>li>a.active, div#menu>div>ul>li>a.active2 { }
div#menu ul li a:hover span, div#menu ul li a.active span, div#menu ul li a.active2 span { }
div#menu ul li ul, div#menu ul li:hover ul li ul { position: absolute; margin-left: -7px; display: none; }
div#menu ul li:hover ul { display: block; }
div#menu ul li ul li { width: 220px; line-height: 1.5; background: #49aa1f; border-bottom: 1px solid #fff; }
div#menu ul li ul li a { padding: 6px 10px; text-transform: none; }
div#menu ul li ul li a:hover { color: #fff; background: #d61414 }
div#menu ul li ul li ul { left: 220px; top: 0px; }

/*-------------------------------*/

/*-------meu-danhmucleft-------*/
#left { width: 275px; float: left; }
#right { float: right; width: 888px }
div.khung_danhmuc { margin-bottom: 15px; }
div#danhmuc { border-left: none; border-right: none; padding: 0px 0px; }
div#danhmuc ul li { position: relative; background: url(images/bg_li_dm.jpg) repeat; }
div#danhmuc>ul>li:last-child>a { border: none; }
div#danhmuc ul li ul { position: absolute; left: 100%; width: 100%; top: 0px; display: none; z-index: 999999; background: #fff; }
div#danhmuc ul li a { padding: 10px 10px 10px 35px; color: #7f7f7f; font-family: 'RobotoRegular'; font-size: 15px; display: block; position: relative; }
div#danhmuc ul li a:hover { color: red; }
div#danhmuc ul li a:before { position: absolute; left: 23px; top: 15px; content: ""; width: 4px; height: 7px; background: url(images/bf_li.png) no-repeat; }
div#danhmuc ul li ul li a { padding: 9px 5px 9px 22px; }
div#danhmuc ul li ul li a:after, div#danhmuc ul li ul li a:before { display: none; }
div#danhmuc ul li ul li:nth-last-child(1) a { border-bottom: none; }
.khung_danhmuc .thanh { position: relative; font-family: 'UTMAvo'; font-size: 17px; color: #fff; text-transform: uppercase; background: #17a400; padding: 12px 15px; line-height: 1 }
.khung_danhmuc .thanh:before { content: ""; background: url(images/bf_danhmuc.jpg) no-repeat; width: 41px; height: 35px; position: absolute; top: 3px; left: 4px; }
.khung_danhmuc .thanh p { padding-left: 20px; }

/*------endcotleft----------*/

/*------timkiem-----*/
#timkiem {width: 215px;float: right;background-color: #fff;height: 30px;margin-top: 10px;position: relative;border: 1px solid #29660d;border-right: none;border-radius: 20px;background: #49aa1f;box-shadow: -1px 1px #29660d;/* margin-right: 13%; */}
#timkiem select { border: 0px; width: 100px; }
#timkiem input { float: left; width: calc(100% - 40px); height: 28px; outline: none; border: none; background-color: #fff; font-size: 14px; color: #fff; background: #49aa1f; padding-left: 10px; border-radius: 14px; }
#timkiem button { position: relative; top: -1px; width: 40px; height: 30px; outline: none; border: none; background: url(images/timkiem_03.png) center no-repeat; }
#timkiem input::-webkit-input-placeholder { color: #fff; font-size: 13px; }
#timkiem input:-moz-placeholder {	/* Firefox 18- */color: #fff; font-size: 13px; }
#timkiem input::-moz-placeholder {	/* Firefox 19+ */color: #fff; font-size: 13px; }
#timkiem input:-ms-input-placeholder { color: #fff; font-size: 13px; }
#search_mobi input::-webkit-input-placeholder { color: #fff; font-size: 13px; }
#search_mobi input:-moz-placeholder {	/* Firefox 18- */color: #fff; font-size: 13px; }
#search_mobi input::-moz-placeholder {	/* Firefox 19+ */color: #fff; font-size: 13px; }
#timsearch_mobikiem input:-ms-input-placeholder { color: #fff; font-size: 13px; }

/*------timkiem-----*/

/*---------header---------*/
#header { }
.wrap_banner { padding: 10px 0px }
.logo { float: left; position: absolute; top: -15px; left: 0;/* width: 19.3%; */ height: 142px; z-index: 99999991;/* transform: skew(-200deg); */ box-shadow: 3px 0px #eae9e9; background: #fff; padding-right: 30px; transform: skew(-200deg); */ }
.banner {	/* float: left; */margin-top: 0px; width: 97%; text-align: center; padding: 0px 0px 15px 0px; }
.hotline { float: right; width: 14%; position: relative; margin: -35px 0px 1px 0px; }

/*---------header---------*/

/*-----------------------------------*/
.lienket { margin: 0px 0px 0px 0px; padding-top: 0px; position: relative; }
.lienket label { float: left; font-weight: bold; color: #fff; margin: 3px 10px 0px 0px; }
.lienket p { float: left; font-size: 14px; font-family: "RobotoCondensedRegular"; color: #000000; text-align: right; }
.lienket p:nth-child(2) { margin-right: 20px; }
.lienket a { padding: 0px 5px 0px 5px; float: left; color: #fff }
.lienket h4 { float: left; font-size: 13px; color: #fff; font-weight: normal; margin-right: 19px; padding-top: 8px; font-family: "RobotoRegular"; }
.lienket img:hover { opacity: 0.7; }

/*==============*/

/*-----sanpham----*/
.item { float: left; position: relative; padding: 0px 15px; margin-bottom: 30px }
.item .product_images { position: relative; padding: 0px; }
.item .product_images img { max-width: 100%; border: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; -transition: 0.5s; }
.item .product_images:hover img { transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1); }
.item > .product_images > a > span { position: absolute; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; background: url(images/i_km.png) no-repeat; top: 9px; right: 9px; font-size: 14px; color: #fff; }
.ten_item { padding: 5px; text-align: center; }
.ten_item h3 { font-size: 17px; font-family: 'RobotoBold'; color: #515151 }
.ten_item .giaban { font-size: 15px; font-family: 'RobotoRegular'; color: #c22121 }
.ten_item .giaban span { color: #ff0000 }

/* đối tác*/

/*=======css trang trong======*/

/*================Chi tiết sản phẩm======================*/
.chitiet_sanpham { margin-bottom: 10px; }
.imgsp { float: left; width: 40%; margin-bottom: 20px; text-align: center; }
.custom-container { width: 100%; float: right; }
.custom-container .prev, .custom-container .netxt { float: left; }
.custom-container .next, .custom-container .prev { font-size: 20px; }
.custom-container .next:hover, .custom-container .prev:hover { color: red; }
.main_img_detail { padding-top: 15px; }
.box_des_detail { padding: 0px 5px; width: 57%; float: right; }
.item_des_detail { padding: 5px 0px; font-family: 'SFUEurostileCondensed'; font-size: 17px; color: black; border-bottom: 1px solid #eee }
.item_des_detail i { color: #ff0000; font-style: normal; }
.ten_detail { font-size: 20px; text-transform: uppercase; font-family: 'RobotoBold' }
.w_chiase { background: #e2e2e2e2; padding: 12px 10px 0px 10px }
.app-figure { margin-top: 10px; }
.anh_daidien { width: 100%; text-align: center; }
.MagicZoom img { max-width: 100% !important; position: relative; }
.selectors { margin-top: 10px; }
.selectors .mz-thumb img { max-width: 56px; }
.img_item { width: 100% !important; }
.item_sub_img { margin-right: 5px; }
.des-soluong { margin-bottom: 10px; }
.item_des_detail .qty { display: block; float: none; margin-bottom: 5px; text-align: left; text-transform: uppercase; font-size: 12px; font-weight: bold; font-family: 'RobotoBold'; }
.item_des_detail button { outline: none; background-color: #f5f5f5; border: 1px #eaeaea solid; transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; color: #333; font-size: 15px; padding: 10px 12px; font-weight: bold; cursor: pointer; float: left; }
.item_des_detail button:nth-of-type(2) { padding: 10px 12px }
.item_des_detail button:hover { color: #fff; background: #04a71f; }
.item_des_detail input { padding: 0 5px 1px; height: 37px; border: 1px #ddd solid; text-align: center; margin: 0px 5px; width: 80px; color: #333; text-align: center; float: left; }
#hinhcon_mo { margin-top: 10px }
.chayhinhcon { margin: 0px -5px; }
.item_sub_img { padding: 0px 5px }
.product-qty .cart button { padding: 10px 12px; line-height: 1; float: left; margin-left: 5px; }
.product-qty .show { margin-bottom: 5px; }

/*================Chi tiết sản phẩm======================*/

/*================albumhinhanh======================*/
.item_album { margin-bottom: 15px; }
.img_album img { width: 100% }
.ten_album { padding: 10px 10px; }
.ten_album h3 { font-family: 'UTMAvo'; font-size: 15px; color: #000; text-align: center; }
.tieude_album_detail { font-family: 'UTMAvoBold'; font-size: 20px; color: #9e9e9e; text-transform: uppercase; }
.item_album_detail { }
.noidung_album { margin: 20px 0px }

/*================albumhinhanh======================*/

/*---------tranglienhe--------*/
.thanh_contact { line-height: 1.8; position: relative; margin-bottom: 15px; color: #333; font-family: 'RobotoBold'; font-size: 20px; text-transform: uppercase; }
.thanh_contact:after { content: ""; position: absolute; left: 0px; bottom: 0px; width: 60px; height: 2px; background: #0078de }
.left_contact { margin-left: 0px; color: #000; }
.right_contact { margin-top: 20px }
.form_contact { float: left; width: 49% }
.form_lh { float: right; width: 49% }
.form_lh .left_input { float: left; width: 48.5% }
.form_lh .right_input { float: right; width: 48.5% }
.form_lh input { font-family: 'RobotoBold'; font-size: 13px; color: #595959; float: left; width: 100%; height: 40px; border: none; border-bottom: 1px solid #ced4da; outline: none; background: transparent; }
.form_lh textarea { font-family: 'RobotoBold'; font-size: 13px; color: #595959; float: left; width: 100%; border: none; border-bottom: 1px solid #ced4da; outline: none; background: transparent; margin: 10px 0px 10px 0px; resize: none; }
.textarea_noidung { float: left; width: 100% }
.form_lh input:focus, .form_lh textarea:focus { box-shadow: 0 2px #0078de; border-bottom: 1px solid #0078de; }
.form_lh input:focus::placeholder, .form_lh textarea:focus::placeholder { color: #0078de; }
.w_recap, .w_submit { display: inline-block; width: 100%; clear: both; }
.btn_send_lienhe { color: #fff; background: #e5e5e5; border: none; float: left; clear: both; padding: 5px 20px; font-family: 'RobotoBold'; font-size: 13px; }
.btn-disabled { cursor: not-allowed; pointer-events: none; background: #ccc !important; }
.enable_buttom { cursor: pointer; background: #007bff !important; border-color: #007bff; }
.w_bando_lh { height: 400px; overflow: hidden; margin-top: 30px }
.w_bando_lh iframe { width: 100%; height: 400px }

/*---------tranglienhe--------*/

/*========end csstrangtrong======*/

/*=====video-list====*/
.content_clip_index { float: left; width: 100%; border-top: none; }
.box_video_index { float: left; width: 100%margin-bottom:2px; }
#chon_video { margin-top: 5px; outline: none; width: 100%; height: 33px; border: 1px solid #ccc; background: #fff; font-size: 13px; color: #000; font-family: "RobotoRegular"; padding-left: 10px; }
.box_video { margin-bottom: 15px; }
.box_video img { max-width: 100%; }
.box_video a h3 { text-align: left; margin: 5px 0px 0px 0px; width: 100%; float: left; font-size: 14px; color: #035F67; font-weight: bold; overflow: hidden; }
.box_video:hover a h3 { color: #d5aa16; }
.box_video:hover { opacity: 0.8; }
.video_info { font-size: 12px; color: #767676; line-height: 1.3em; }
.video_info .loai_vid a { font-size: 13px; color: #767676; }
.video_info .loai_vid:hover a { color: #167ac6; }
.box_vid { width: 70%; float: left; }
.box_vid iframe { height: 500px; }
.box_vid h1 { font-size: 24px; color: #fff; width: 100%; background: rgba(0, 0, 0, .7); padding: 15px 10px; box-sizing: border-box; }
.vid_cmt { width: 100%; height: auto; float: left; margin-top: 10px; }
.other_vid { width: 28%; float: right; }
.title_other { color: #003466; font-size: 14px; font-weight: bold; border-bottom: 1px solid #ccc; text-transform: uppercase; }
.other_vid .box_video_detail { width: 100%; padding: 7px; box-sizing: border-box; }
.other_vid .box_video_detail img { width: 40%; float: left; height: auto; }
.box_video_detail .vid_info { width: 58%; float: right; color: #767676; line-height: 1.3em; font-size: 12px; }
.box_video_detail .vid_info a h3 { font-size: 13px; font-weight: 500; color: #08678E; font-weight: bolder; }
.box_video_detail:hover .vid_info a h3 { color: #d5aa16; }
.vid_info .loai_vid a { font-size: 13px; color: #767676; }
.vid_info .loai_vid:hover a { color: #167ac6; }
.box_video .luotxem { font-style: italic; color: #666; font-size: 12px; }

/*======video-list=====*/

/*===tintuc*/
.box_new { margin-bottom: 15px; }
.flex_boxnew { display: flex; align-items: center; justify-content: space-between; }
.img_boxnew { width: 250px; }
.info_boxnew { width: calc(100% - 260px) }
.info_boxnew h3 { font-family: 'UTMAvoBold'; font-size: 14px; color: #2e2e2e; line-height: 1.5; margin-bottom: 5px; }
.info_boxnew h3:hover { color: #ff0000 }
.info_boxnew p { font-family: 'RobotoRegular', sans-serif; font-size: 13.5px; color: #2a2a2a; line-height: 23px; text-align: justify; }
.baiviet_khac { width: calc(100% - 110px); font-family: 'RobotoCondensedBold'; font-size: 14px; line-height: 1.3; }
.xemtintrong { font-family: 'RobotoBold'; font-size: 13px; color: #ff0000 }

/*===tintuc*/

/*=====footer========*/
#footer { }
#bottom_ft { }
.ten_cty { font-family: 'UTMAvoBold'; font-size: 28px; color: #fff; text-transform: uppercase; margin-bottom: 20px; line-height: 1 }
.title_ft { margin-bottom: 31px; color: #fff; font-size: 18px; text-transform: uppercase; font-family: 'UTMAlexander'; position: relative; }
.title_ft p { margin-bottom: 0px; }
.content_ft { padding: 49px 0px; }
.cot1_ft { float: left; width: 475px; margin-right: 35px; }
.cot2_ft { float: left; width: 280px; }
.cot3_ft { float: right; width: 370px; }
.w_bando { height: 200px; overflow: hidden; }
.w_bando iframe { width: 100%; height: 100% }

/*---------copyright----*/
#copyright { background: #49aa1f; font-family: 'UTMAvo'; font-size: 13px; color: #fff; padding: 10px 0px; }
.copy_thongke { float: left; }
.thong_ke_bot { float: right; }

/*=====footer========*/
.lienket_ft { margin-top: 20px; display: flex; align-items: center; }
.lienket_ft p { }
.icon-footer { float: right; padding-left: 15px; }
.lienket_ft a:last-child { margin-right: 0px; }
.lienket_ft a { margin: 0px 10px 0px 0px; float: left; }
.lienket_ft img { border: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; -transition: 0.5s; }
.lienket_ft img:hover { opacity: 0.6; }
.tintuc_video { padding: 40px 0px; }
.thanh_tintuc { background: url(images/bg_thanhtintuc.png) repeat-x bottom 10px center; margin-bottom: 20px; }
.thanh_tintuc h3 { min-width: 50px; background: #fff; font-size: 30px; color: #333333; font-family: 'UTMAlexander'; text-transform: uppercase; font-weight: normal; padding-right: 10px; text-align: center; }
.w_tintuc { width: 100%; }
.content_new { }
.cot_new1 { width: 566px; float: left; }
.ten_new1 { font-size: 13px; font-family: 'RobotoBold'; font-weight: bold; padding: 12px 0px 0px 0px; line-height: 1.7; text-transform: uppercase; margin-bottom: 5px; }
.ten_new1 a { color: #424242 }
.mota_new1 { color: #424242; font-size: 12px; font-family: 'RobotoRegular'; line-height: 1.7 }
.xemthemnew { float: left; padding: 12px 22px; border: 1px solid #000; background: #fff; color: #000; font-size: 13px; font-family: 'RobotoRegular'; margin-top: 20px; }
.xemthemnew:hover { color: #ff0000 }
.item_chay { height: 134px; }
.cot_new2 { float: right; width: 612px; }
.chaytintuc { }
.img_new2 { margin-bottom: 17px; height: 117px; overflow: hidden; }
.img_new2 img { float: left; }
.tenmota_new2 { float: right; width: 443px; }
.ten_new2 { font-size: 14px; font-family: 'RobotoBold'; font-weight: bold; line-height: 1.5; text-transform: capitalize; }
.ten_new2 a { color: #424242 }
.mota_new2 { color: #424242; font-size: 13px; font-family: 'RobotoRegular'; line-height: 1.7; margin-top: 8px; -webkit-line-clamp: 1; }
.ten_new1 a:hover, .ten_new2 a:hover { color: #ff0000 }
.img_new2:hover img { opacity: 0.8 }
.text_catchuoi { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; }
.title_nhantin { display: block; text-align: center; padding-bottom: 24px; }
.dangkymail_ft input { height: 40px; float: left; background: #fff; width: calc(100% - 171px); color: #000; font-size: 14px; outline: none; padding-left: 10px; border: none; margin-right: 6px; font-family: 'RobotoRegular'; }
.dangkymail_ft input::-webkit-input-placeholder { font-size: 12px; font-family: 'UTMAvo'; color: #000; }
.dangkymail_ft button { height: 40px; width: 165px; cursor: pointer; outline: none; color: #fff; border: none; background: #e20000; font-size: 15px; font-family: 'UTMAlexander'; text-transform: uppercase; }
.ten_new1 { -webkit-line-clamp: 1; }
.mota_new1 { -webkit-line-clamp: 4; }
.margin-750 { width: 772px; margin: auto; }
.dangkynhantin { padding: 50px 0px; background: #000; }
.title_nhantin p { padding: 7px 0px 13px 0px; color: #fff; font-size: 26px; text-transform: uppercase; font-family: 'UTMAlexander'; }
.title_nhantin span { font-size: 15px; font-family: 'RobotoRegular'; color: #fff; }
input#emaildk1::placeholder { font-size: 12px; font-family: 'RobotoRegular'; }
.day { display: inline-flex; width: 100%; border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee; padding: 3px 0px 4px 0px; color: #b3b3b3; font-family: 'RobotoRegular'; font-size: 11px; }
.day p { float: left; width: 50%; }
.day span { float: right; text-align: right; width: 47%; }
i.fa.fa-calendar { margin-right: 9px; }
a.bv_ft { display: inherit; color: #fff; line-height: 2; font-family: 'RobotoRegular'; font-size: 14px; }
.title_ft:after { position: absolute; content: ""; bottom: -14px; left: 0; width: 64px; border-bottom: 2px solid #fff; }
.top_l { float: left; width: 30% }
.top_r { float: right; width: 50%; }
.top_r p { float: left; text-align: left; width: 35% }
.lienket { float: right; text-align: right; width: 36%; }
.item_sx { margin: 0px 10px; }
.hidden_img_sp img { width: 100%; }
.chay_sx { margin: 0px -15px }
.ten_sv p a { text-transform: uppercase; color: #333333; font-family: 'RobotoBold'; font-size: 14px; float: left; width: 70%; }
.ten_sv { padding: 12px 0px 3px 0px; }
.them_sp a { float: right; text-align: right; color: #e60000; font-size: 12px; font-family: 'RobotoRegular'; }
.title_sv { text-align: center; text-transform: uppercase; font-size: 30px; color: #333333; font-family: 'UTMAlexander'; padding: 44px 0px 56px 0px; background: url(images/title_03.png) top center no-repeat; position: relative; }
.xaydungnoithat { padding: 15px 0px 77px 0px; background: #f7f7f7 }
.sanxuatnoithat { padding: 15px 0px 40px 0px; }
.top_head { background: #f7f7f7; border-bottom: 1px solid #f1f2f0; padding: 4px 0px; }
div#menu > div >  ul > li > a { -webkit-transform: skew(-200deg); -moz-transform: skew(-200deg); transform: skew(-200deg); border-right: 1px solid green; border-left: 1px solid green; }
div#menu > div >  ul > li > a:nth-last-child(1) {background: #49aa1f;}
div#menu > div > ul > li > a > span {display: block;-webkit-transform: skew(200deg);-moz-transform: skew(200deg);transform: skew(200deg);}
.title_sv:after { position: absolute; content: ""; width: 156px; height: 10px; left: calc((100%/2) - 69px); background: url(images/ti_tle_03.png) no-repeat; bottom: 26px; }
.bocongthong { margin-top: 31px; }
.item_taggg a { color: #fff; }
.item_taggg { float: left; margin-right: 5px; font-size: 14px; font-family: 'RobotoRegular'; }
.noidung_footerr { line-height: 2.3; color: #ccc; font-family: 'RobotoRegular'; }
.noidung_footerr img { margin-right: 9px; }
.logo img { transform: skew(-162deg); }
.hotline p:after { position: absolute; content: ""; top: -20px; left: -51px; background: url(images/hotine_03.png) no-repeat; width: 43px; height: 43px; }
.hotline p { position: relative; color: #ff0000; font-size: 18px; font-family: 'RobotoBold'; }
.hotline { top: -21px; right: 0; left: 0; }
input#keyword1::placeholder { color: #fff; }
.item_taggg span:hover { color: #ccc; }
.s_slider { position: relative; }
div#menu .margin-auto > ul:after {position: absolute;content: "";top: 0;right: 100%;background: #fff;width: 100%;height: 44px;z-index: 1;}
.fixmenu ul:after { display: none; }
.fixmenu ul {width: 100%!important;}
.fixmenu div#menu ul li a {padding: 0px 17px;}
.hover_sang3 { overflow: hidden; position: relative }
.hover_sang3:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background: rgba(67, 69, 113, .1); -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out }
.hover_sang3:after { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: rgba(67, 69, 113, .1); -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out }
.hover_sang3:hover:before { right: 50%; left: 50%; width: 0; background: rgba(255, 255, 255, .5) }
.hover_sang3:hover:after { height: 0; top: 50%; bottom: 50%; background: rgba(255, 255, 255, .5) }
.fixmenu { background: #fff !important; }
div#menu { }
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed{display:none!important}.js-facebook-messenger-tooltip{bottom:97px;right:97px}.js-facebook-messenger-tooltip{color:#404040;background:#fff}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-tooltip{display:none;position:fixed;text-align:center;border-radius:10px;overflow:hidden;font-size:12px;line-height:1;padding:10px;border:1px solid rgba(0,0,0,0.1);box-shadow:rgba(0,0,0,0.15) 0 2pt 10pt;z-index:1.0E+30}.js-facebook-messenger-close-tooltip{width:10px;height:10px;display:inline-block;cursor:pointer;margin-left:10px}.js-facebook-messenger-box.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}.js-facebook-messenger-box.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.js-facebook-messenger-box{bottom:70px;right:15px}.js-facebook-messenger-box{background:#1182fc}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-box{width:60px;height:60px;display:block;position:fixed;cursor:pointer;text-align:center;line-height:60px;background:#1182FC;border-radius:100%;overflow:hidden;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3)}.js-facebook-messenger-box.rotate svg#fb-msng-icon{transform:rotate(0deg)}.js-facebook-messenger-box svg#fb-msng-icon{width:30px;height:30px;position:absolute;top:15px;left:15px;opacity:1;overflow:hidden;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}.js-facebook-messenger-box.rotate svg#close-icon{transform:rotate(-45deg)}.js-facebook-messenger-box svg#close-icon{opacity:0;width:20px;height:20px;position:absolute;top:20px;left:20px;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}.js-facebook-messenger-container{transform:translateY(50px);bottom:110px;right:35px}.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}.js-facebook-messenger-container{position:fixed;opacity:0;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;transition:transform 160ms ease-in-out,opacity 160ms ease-in-out}.js-facebook-messenger-top-header{width:300px}.js-facebook-messenger-top-header{color:#fff;background:#1182fc}.js-facebook-messenger-top-header{display:block;position:relative;width:300px;background:#1182FC;color:#fff;text-align:center;line-height:1;padding:10px;font-size:14px;border-top-left-radius:10px;border-top-right-radius:10px}.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}.js-facebook-messenger-top-header{color:#fff;background:#1182fc}.js-facebook-messenger-box{background:#1182fc}.js-facebook-messenger-top-header{width:300px}.js-facebook-messenger-tooltip{color:#404040;background:#fff}.js-facebook-messenger-box{bottom:70px;right:15px}.js-facebook-messenger-container{transform:translateY(50px);bottom:135px;right:35px}.js-facebook-messenger-container.open{transform:translateY(0px);opacity:1;pointer-events:all}.js-facebook-messenger-tooltip{bottom:97px;right:97px}.js-facebook-messenger-box.open svg#fb-msng-icon{opacity:0}.js-facebook-messenger-box.rotate.open svg#close-icon{transform:rotate(0deg)}.js-facebook-messenger-box.open svg#close-icon{opacity:1}
#btn-zalo { display: block; width: 40px; height: 40px; position: fixed; right: 25px; bottom: 160px; z-index: 99999999999; }
  #btn-zalo i {top:0;right:0; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; width: 40px; height: 40px; border-radius: 50%; background: #1182FC; position: relative; z-index: 9999; }
  #btn-zalo i img { vertical-align: middle;width:40px }
  .kenit-alo-circle-fill {width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.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: rgba(17, 130, 252, 0.45); opacity: .75; right: -10px; }
  .kenit-alo-circle {width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(17, 130, 252, .8); opacity: .1; border-color: #1182FC; opacity: .5; }
  #btn-zalo.hotline-call i:before{color: #fff;font-size: 20px;position: relative;left: 12px;}
  #btn-zalo.hotline-call{bottom: 245px;}