﻿@charset "utf-8";
:root { --font-main: 'Quicksand', sans-serif; --font-r: 'Noto Sans', sans-serif; --font-f: 'Noto Sans', sans-serif; --color-r: #0a4da1; --color-f: #fff; }
::-webkit-scrollbar { background: #fff; width: 10px; height: 11px; }
::-webkit-scrollbar-thumb { background: #ccc; }
::-webkit-input-placeholder { color: #ccc; font-family: 'GothamNarrowBook'; font-size: 14px; }
:-moz-placeholder { color: #ccc; font-family: 'GothamNarrowBook'; font-size: 14px; }
::-moz-placeholder { color: #ccc; font-family: 'GothamNarrowBook'; font-size: 14px; }
:-ms-input-placeholder { color: #ccc; font-family: 'GothamNarrowBook'; font-size: 14px; }
* { 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; }
h1, h2, h3, h4, h5, h6 { margin: 0px; font-weight: normal; }
p { margin: 0px; }
ul, ol { list-style: none; margin: 0px; padding: 0px; list-style-type: none; }
a, a:focus { text-decoration: none; outline: none; color: inherit; }
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; margin-top: 20px; 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; list-style: none; }
#inner a { padding: 0px 10px }
div.breadcrumb a { color: #000; }
div.breadcrumb a:hover { color: #2486c5; }
.grecaptcha-badge { visibility: hidden; }
.transi06 { -webkit-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; }
.fixmenu { position: sticky !important; top: 0px !important; left: 0px !important; margin: auto !important; width: 100% !important; z-index: 99 !important }
.transf { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
.noidung_ta { padding: 10px; }
.p-relative { position: relative }
.visit_hidden { display: none; }
.margin-auto { max-width: 1220px; margin: 0 auto; padding: 0px 10px; }
.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; }
#container { margin: auto; }
.wraper_trangtrong { position: relative; margin-bottom: 20px; margin-top: 20px; }
.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; }
.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); }

/*==*/
.proloop { position: relative; }
.proloop:before, .proloop:after { content: ''; position: absolute; top: 4px; left: 4px; bottom: 4px; right: 4px; z-index: 99 }
.proloop:before { border-top: 1px solid white; border-bottom: 1px solid white; transform: scale3d(0, 1, 1); }
.proloop:after { border-left: 1px solid white; border-right: 1px solid white; transform: scale3d(1, 0, 1); }
.proloop:hover:before, .proloop:hover:after { transform: scale3d(1, 1, 1); transition: transform 0.5s; }

/*====*/
.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); }
.scale { display: block; overflow: hidden; }
.scale img { max-width: 100%; transition: all 0.6s; }
.scale:hover img { transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2); }
.button-hover { -webkit-transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; -ms-transition: all 300ms linear 0s; transition: all 300ms linear 0s; z-index: 3; position: relative; }
.button-hover:before { background: var(--color-r); bottom: 0; content: ""; display: inline-block; height: 100%; left: 0; position: absolute; width: 0; z-index: -1; -webkit-transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; -ms-transition: all 300ms linear 0s; transition: all 300ms linear 0s; border-radius: 0 2px 2px 0; }
.button-hover:hover:before { width: 100%; }

/*==*/
#loader-wrapper { width: 100%; height: 100%; position: fixed; top: 0%; left: 0%; display: flex; align-items: center; justify-content: center; z-index: 999999999; background: #fff }
.loadingcover { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, .75); z-index: 999 }
.loader { position: relative; width: 2.5em; height: 2.5em; transform: rotate(165deg); }
.loader:before, .loader:after { content: ''; position: absolute; top: 50%; left: 50%; display: block; width: 0.5em; height: 0.5em; border-radius: 0.25em; transform: translate(-50%, -50%); }
.loader:before { animation: before 2s infinite; }
.loader:after { animation: after 2s infinite; }
@keyframes before {
	0% { width: 0.5em; box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); }
	35% { width: 2.5em; box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75); }
	70% { width: 0.5em; box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75); }
	100% { box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); }
}
@keyframes after {
	0% { height: 0.5em; box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); }
	35% { height: 2.5em; box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75); }
	70% { height: 0.5em; box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75); }
	100% { box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); }
}
.loader { position: absolute; top: calc(50% - 1.25em); left: calc(50% - 1.25em); }
.pa_rp { padding: 0px 15px }
.ma_rp { margin: 0px -15px; }
.mgb-40 { margin-bottom: 40px; }
.pad-40 { padding: 40px 0px }
.flex { display: flex; }

/*==*/
#gotop { cursor: pointer; border-radius: 5px; transition: all 0.6s; position: fixed; z-index: 10; bottom: 55px; width: 45px; height: 45px; text-align: center; background-color: #0c3d79; right: -45px; }
#gotop i.fa { color: white; font-size: 21px; line-height: 40px; }
.fixmenu { animation: slide-down 0.5s; }
@keyframes slide-up {
	0% { opacity: 0; transform: translateY(50%); }
	100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-down {
	0% { opacity: 0; transform: translateY(-100%); }
	100% { opacity: 1; transform: translateY(0); }
}

/*==*/
.qc_1 img { width: 100% }
.thanh_title {position: relative;margin-bottom: 20px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 23px;border-bottom: 2px solid #d4131a;padding-bottom: 13px;}
.thanh_title h3 {font-family: 'UTMAvoBold';font-size: 17px;color: #fff;/* background: #0a4da1; */display: inline-block;line-height: 1;/* padding: 10px 15px; */text-transform: uppercase;font-family: 'Muli', sans-serif;font-weight: 700;text-transform: uppercase;font-size: 22px;color: #0f4e9c;}
.wrap_banner { padding: 10px 0px; display: flex; justify-content: space-between; align-items: center; color: #fff; }
.logo { margin: 0px 30px 0px 0px; width: 201px; }
.banner { margin-top: 0px; width: 491px; }
.hotline { position: relative; padding-left: 51px; line-height: 1.4; }

/*---------header---------*/
.lienket { margin: 0px 0px 0px 0px; padding-top: 0px; position: relative; }
.lienket p { float: left; font-size: 14px; font-family: "RobotoCondensedRegular"; color: #000000; margin-right: 37px; padding-top: 8px; }
.lienket a { padding: 0px 5px 0px 5px; color: #fff; display: inline-block; }
.lienket img:hover { opacity: 0.7; }

/*==============*/
div#menu_mobi { display: none; }
div#menu { background: #d4131a; height: 49px; line-height: 49px; margin: auto; width: 100%; }
div#menu ul { list-style: none; }
div#menu ul li { float: left; position: relative; z-index: 99; padding: 0px 0px; }
div#menu ul li a { color: #fff; font-size: 15px; padding: 0px 15px; text-transform: uppercase; display: block; font-family: 'Muli', sans-serif; font-weight: 700; }
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: #b1151b; }
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: 0px; display: none; }
div#menu ul li:hover ul { display: block; }
div#menu ul li ul li { width: 220px; line-height: 1.5; background: #d4131a; border-top: 1px solid #8e9bc1; }
div#menu ul li ul li a { padding: 9px 10px; text-transform: none; }
div#menu ul li ul li a:hover { color: #fff; background: #b1151b }
div#menu ul li ul li ul { left: 220px; top: -1px; }

/*-------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; }
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: var(--font-r); font-size: 17px; color: #fff; text-transform: uppercase; background: var(--color-r); padding: 12px 15px; line-height: 27px }

/*------endcotleft----------*/
#timkiem { width: 473px; background-color: #fff; height: 43px; display: flex; position: relative; border: none; overflow: hidden; }
#timkiem select { border: 0px; width: 100px; }
#timkiem input { width: calc(100% - 40px); height: 42px; outline: none; border: none; background-color: #fff; font-size: 14px; color: #000; padding-left: 10px; line-height: 14px; }
#timkiem button { width: 50px; height: 43px; outline: none; border: none; background: url(images/search-icon.png) center no-repeat #d4131a; }
#timkiem input::-webkit-input-placeholder { color: #818181; font-size: 13px; }
#timkiem input:-moz-placeholder {	/* Firefox 18- */color: #818181; font-size: 13px; }
#timkiem input::-moz-placeholder {	/* Firefox 19+ */color: #818181; font-size: 13px; }
#timkiem input:-ms-input-placeholder { color: #818181; font-size: 13px; }
#search_mobi input::-webkit-input-placeholder { color: #fff; font-size: 13px; }
#search_mobi input:-moz-placeholder { 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; }

/*-----sanpham----*/
.item { padding: 0px 15px; margin-bottom: 30px; width: calc(100% / 4) }
.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; }
.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 }
.slick-prev { position: absolute; top: -45px; right: 40px; width: 20px; height: 20px; background: url(images/prev_s.png); }
.slick-next { transform: rotate(180deg); position: absolute; top: -45px; right: 16px; width: 20px; height: 20px; background: url(images/prev_s.png); }

/*================Chi tiết sản phẩm======================*/
.chitiet_sanpham { margin-bottom: 10px; margin-top: 50px; display: flex; justify-content: space-between; flex-flow: wrap; }
.imgsp { width: 40%; margin-bottom: 20px; text-align: center; }
#hinhcon_mo { margin-top: 10px }
.chayhinhcon { margin: 0px -5px; }
.item_sub_img { padding: 0px 5px }
.main_img_detail { padding-top: 0px; }
.box_des_detail { padding: 0px 5px; width: 57%; }
.item_des_detail { padding: 5px 0px; font-size: 15px; color: #333; font-family: var(--font-main) }
.block-border-botom { border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }
.giaban_detail { color: #ff0000; font-family: var(--font-main); font-weight: 700; font-size: 22px; margin-right: 15px; }
.giacu_detail { color: #ddd; font-size: 15px; }
.ten_detail { font-size: 20px; text-transform: uppercase; font-family: var(--font-main); font-weight: 900; color: #000; padding-bottom: 10px; margin-bottom: 5px; position: relative; display: block; }
.ten_detail:after { width: 100px; height: 2px; background: #333; position: absolute; bottom: 0px; left: 0px; content: "" }
.tit-desc-detail { font-size: 15px; font-weight: 700; color: #333; display: block; margin-bottom: 5px; }
.w_chiase { background: #e2e2e2e2; padding: 12px 10px 0px 10px }
.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 .controls button { outline: none; background-color: #fff; border: 1px solid #eaeaea; border-radius: 5px; color: #909090; }
.item_des_detail .controls button:nth-of-type(1), .item_des_detail button:nth-of-type(2) { padding: 15px 15px }
.item_des_detail .controls button:hover { color: #fff; background: #04a71f; }
.item_des_detail input { padding: 5px; border: 1px #eee solid; text-align: center; margin: 0px 5px; width: 100px; color: #333; border-radius: 5px; outline: none; }
#add-cart { font-size: 13px; color: #fff; text-decoration: none; padding: 0 30px; background: var(--color-r); border: 1px solid; background: var(--color-r); display: inline-block; border-radius: 50px; text-transform: uppercase; float: left; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.product-qty .cart { display: flex; }
.product-qty .show { margin-bottom: 5px; }
.row-add-cart { display: flex; flex-flow: wrap; }
.row-add-cart .controls { display: flex; margin-right: 10px; }

/*================albumhinhanh======================*/
.item_album { margin-bottom: 30px; width: calc(100% / 4); padding: 0px 15px; }
.img_album img { width: 100% }
.ten_album { padding: 10px 10px; }
.ten_album h3 { font-family: 'RobotoBold'; font-size: 15px; color: #000; text-align: center; }
.tieude_album_detail { font-family: 'RobotoBold'; font-size: 20px; color: #9e9e9e; text-transform: uppercase; }
.item_album_detail { width: calc(100% / 4); padding: 0px 15px; margin-bottom: 30px; }
.noidung_album { margin: 20px 0px }

/*---------tranglienhe--------*/
.thanh_contact { line-height: 1.8; position: relative; margin-bottom: 15px; color: var(--color-r); font-family: var(--font-r); font-size: 20px; text-transform: uppercase; }
.thanh_contact:after { content: ""; position: absolute; left: 0px; bottom: 0px; width: 60px; height: 2px; background: var(--color-r) }
.left_contact {margin-left: 0px;color: #000;float: left;width: 48%;}
.right_contact {width: 49%;float: right;}
.form_contact {padding-top: 10px;width: 49%;font-family: 'RobotoRegular';font-size: 15px;color: #000;/* border: 1px solid #ccc; */text-align: center;margin: auto;/* text-align: center; */}
.form_lh {float: right;width: 100%;border: 1px solid #ece8e8;padding: 20px;box-shadow: 0 0 9px #a5a2a2;}
.form_lh .left_input { float: left; width: 48.5%; margin-bottom: 10px; }
.form_lh .right_input { float: right; width: 48.5%; margin-bottom: 10px; }
.form_lh input { font-family: 'RobotoBold'; font-size: 13px; color: #333; float: left; width: 100%; height: 40px; border: 1px solid #ced4da; outline: none; background: transparent; padding-left: 15px }
.form_lh textarea { font-family: 'RobotoBold'; font-size: 13px; color: #333; float: left; width: 100%; border: 1px solid #ced4da; outline: none; background: transparent; resize: none; padding-left: 15px; padding-top: 10px; }
.textarea_noidung { float: left; width: 100% }
.form_lh input:focus, .form_lh textarea:focus { box-shadow: 0 2px var(--color-r); border-bottom: 1px solid var(--color-r); }
.form_lh input:focus::placeholder, .form_lh textarea:focus::placeholder { color: var(--color-r); }
.w_recap, .w_submit { display: inline-block; width: 100%; clear: both; }
.btn_send_lienhe { color: #fff; background: var(--color-r); border: none; float: left; clear: both; padding: 8px 30px; font-family: 'RobotoBold'; font-size: 13px; margin-top: 15px; text-transform: uppercase; }
.w_bando_lh {height: 400px;overflow: hidden;}
.w_bando_lh iframe { width: 100%; height: 300px }

/*========end csstrangtrong======*/
.box_video { width: calc(100% /  4); padding: 0px 15px; margin-bottom: 30px }
.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_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; }
.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; }
@media(max-width:800px) {
	.box_vid { width: 100%; clear: left; }
	.other_vid { width: 100%; }
}

/*===tintuc*/
.box_new { margin-bottom: 15px; width: 50%; padding: 0px 15px; }
.border_boxnew { height: 100%; border-bottom: 1px dashed #ddd; padding-bottom: 10px; margin-bottom: 10px }
.img_boxnew { float: left; position: relative; z-index: 2; margin-right: 15px; overflow: hidden; }
.img_boxnew img { float: left; box-sizing: border-box; padding: relative; z-index: 2; display: inline-block; max-width: 200px; }
.info_boxnew { overflow: hidden; height: 100%; position: relative; }
.info_boxnew h3 { font-family: 'RobotoCondensedBold'; font-size: 15px; color: #393939; margin-bottom: 5px; }
.info_boxnew h3:hover { color: #ea0000 }
.date { color: #636363; font-size: 13px; font-family: 'RobotoCondensedRegular'; }
.info_boxnew p { text-align: justify; font-family: RobotoCondensedRegular; font-size: 14px; width: 100%; overflow: hidden; text-overflow: ellipsis; line-height: 25px; -webkit-line-clamp: 3; height: 75px; display: -webkit-box; -webkit-box-orient: vertical; }
.baiviet_khac { width: calc(100% - 110px); font-family: 'RobotoCondensedBold'; font-size: 14px; line-height: 1.3; }
.xemtintrong { font-family: 'RobotoBold'; font-size: 13px; color: #ea0000 }

/*=====footer========*/
.ten_cty { font-size: 28px; color: #fff; text-transform: uppercase; margin-bottom: 20px; line-height: 1.4; font-family: 'UTMAvoBold'; }
.title_ft { margin-bottom: 15px; position: relative; color: #fff; font-size: 16px; font-family: 'UTMAvo'; text-transform: uppercase; }
.title_ft p { margin-bottom: 0px; font-family: 'Muli', sans-serif; font-weight: 700; font-size: 16px; }
.content_ft { padding: 34px 0px 46px 0; display: flex; justify-content: space-between; flex-flow: wrap; }
.cot1_ft {width: 46%;margin-right: 25px;}
.cot2_ft {width: 23%;}
.cot3_ft { width: 27%; }
.w_bando { height: 200px; overflow: hidden; }
.w_bando iframe { width: 100%; height: 100% }
#copyright { background: #0e4488; font-size: 13px; color: #fff; padding: 10px 0px; font-family: 'Muli', sans-serif; font-weight: 400; }
#copyright .flex { display: flex; justify-content: space-between; }

/*=====footer========*/
.lienket_ft { margin-top: 20px; display: block; align-items: center; }
.lienket_ft p { color: #fff; text-transform: uppercase; font-size: 16px; font-family: 'Muli', sans-serif; font-weight: 700; margin-bottom: 13px; }
.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; }
a.bv_ft { display: flex; justify-content: space-between; align-items: center; color: #fff; line-height: 2; font-family: 'Muli', sans-serif; font-weight: 400; font-size: 13.8px; transition: 0.4s; }
.til-gth { text-align: center; background: #d4131a; margin: auto; font-size: 23px; color: #fff; border-radius: 50px; padding: 2px 32px 14px 31px; font-family: 'Muli', sans-serif; text-transform: capitalize; font-weight: 600; display: inline-block; margin-bottom: 23px; }
.item_sp { float: left; width: calc(100%/4 - 30px); margin: 0 15px; margin-bottom: 30px }
.baogia_bg p { font-size: 14px; font-family: 'Muli', sans-serif; font-weight: 500; text-transform: uppercase; position: relative; }
.thanh_title_sp { display: flex; justify-content: space-between; align-items: center; margin-bottom: 23px; border-bottom: 2px solid #d4131a; padding-bottom: 13px; }
.thanh_title_sp h2 { font-family: 'Muli', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 22px; color: #0f4e9c; }
.cap2 { width: 81%; display: flex; justify-content: space-between; align-items: center; }
.tab_dmc2 { width: 90%; display: flex; justify-content: flex-end; }
.click_tab { margin: 0 10px 0px 10px; font-family: 'Muli', sans-serif; font-weight: 600; cursor: pointer; }
.content_sanpham {padding: 8px 0 12px 0;}
a.them_all { text-transform: capitalize; color: #e20b0b; font-family: 'Muli', sans-serif; font-size: 13px; }
a.pro_sp { display: block; overflow: hidden; }
a.pro_sp img { width: 100%; }
.ten_item_spkm { text-align: center; padding-top: 7px; padding-bottom: 2px }
a.ten_spkm { font-family: 'Muli', sans-serif; font-weight: 600; font-size: 15px; text-transform: uppercase; color: #000; display: block; line-height: 1.4 }
p.giaban { font-family: 'Muli', sans-serif; font-weight: 400; font-size: 14px; }
p.giaban span { font-family: 'Muli', sans-serif; font-size: 15px; color: #ff0000; font-weight: 500; }
a.ig_spbc { display: block; overflow: hidden; }
a.ig_spbc img { width: 100%; }
.item_spbc { margin: 0 15px; }
.chay_spbc { margin: 0 -15px; }
.info_spbc { text-align: center; padding: 11px 0 6px 0; }
a.ten_spbc { text-transform: uppercase; font-size: 15px; font-family: 'Muli', sans-serif; font-weight: 700; color: #000; cursor: pointer; }
.php-gioithieu {padding: 40px 0 20px 0;}
.til-uudiem { text-align: center; font-family: 'Muli', sans-serif; margin-bottom: 31px; padding-bottom: 25px; font-size: 31px; text-transform: uppercase; position: relative; }
.til-uudiem:after { position: absolute; content: ""; bottom: 0; left: calc(100%/2 - 40px); width: 80px; border-bottom: 3px solid #d4131a; }
.php-uuduem { padding: 40px 0 0 0; }
.anh2 { padding: 30px 0 50px 0; }
div#slide_show { width: 774px; }
.box_slider-tin .margin-auto { display: flex; justify-content: space-between; }
.box_slider-tin { max-width: 1366px; width: 100%; padding-top: 17px; border-radius: 4px; margin: auto; }
.php-tintuc { width: calc(100% - 774px); padding-left: 55px; }

.item_tt { display: flex !important; justify-content: space-between; align-items: center; margin-bottom: 10px; border-bottom: 1px dashed #ccc !important; padding-bottom: 10px; width: 100% !important; }
.thanh_title_tt { display: flex; justify-content: space-between; align-items: center; margin-bottom: 7px; border-bottom: 1px dashed #ccc; padding-bottom: 13px; }
a.ig_tt { display: block; overflow: hidden; width: 144px; }
a.ig_tt img { width: 100%; }
.info_tt { width: calc(100% - 144px); padding-left: 10px; }
a.ten_tt { font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* border: 1px solid; */
    height: 48px;
    line-height: 22px; 
}
.thanh_title_tt h2 { font-family: 'Muli', sans-serif; text-transform: uppercase; font-size: 16px; font-weight: 600; }
a.themten { color: #e40e0e; font-size: 13px; }
.anh1 {padding: 30px 0 26px 0px;}
.height-tt { height: 439px; overflow: hidden; }
.item_uudiem { float: left; width: calc(100%/3 - 30px); margin: 0 15px; margin-bottom: 20px; text-align: center; transition: all 0.4s; }
.item_uudiem:hover { margin-top: -15px; transition: 0.4s }
a.ten_uudiem { font-family: 'Muli', sans-serif; font-weight: 700; text-transform: uppercase; display: block; margin-bottom: 4px; }
p.mota_uudiem { font-family: 'Muli', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.info-uudiem { padding: 10px 0 4px 0; }
.hotline:after { position: absolute; content: ""; background: rgba(0, 0, 0, 0) url(images/icon.png) no-repeat scroll -192px -125px; width: 40px; height: 40px; top: -2px; left: 0px; }
p.hot1 { font-family: 'Muli', sans-serif; font-weight: 400; font-size: 12px; }
p.hot2 { font-family: 'Muli', sans-serif; font-weight: 700; font-size: 24px; }
.baogia_bg { position: relative; padding-left: 38px; width: 212px; }
.baogia_bg:after { position: absolute; content: ""; background: rgba(0, 0, 0, 0) url(images/icon.png) no-repeat scroll -196px -170px; width: 32px; height: 44px; top: -11px; left: 0; }
a.ten_spbc { font-family: 'Muli', sans-serif; font-weight: 600; font-size: 15px; text-transform: uppercase; color: #000; }
.chay_c2, .tab_dmc2_slick { display: none; }
.click_tab:hover, .click_tab.active { color: #d4131a; }
a.them_all:hover { text-decoration: underline; color: #ff0000; transition: 0.2s; }
.item_sp:hover a.ten_spkm { color: #ff0000 }
.item_uudiem:hover a.ten_uudiem, .item_tt:hover a.ten_tt { color: #ff0000 }
a.bv_ft:hover { color: #f7f376; transition: 0.4s; padding-left: 10px; }
.block-icon-scroll.hide-xs.main-icon.cle-datban { float: left; }
a.button_scroll.but_lich_hen.btn-appointment.btn-register-call-func { color: #fff; }
.block-icon-scroll .d-flex { justify-content: center; align-content: center; align-items: center; flex-direction: column; padding: 1px; animation-name: slidein; animation-duration: .5s; }
.block-icon-scroll .d-flex a { display: block; margin: auto; text-align: center; }
.main-icon a { text-align: center; }
.main-icon .icon { display: block; }
.main-icon .text { display: block; }
.block-icon-scroll .d-flex a i { font-size: 25px !important; color: rgba(255, 255, 255, 1); }
p.title_nhantin { font-weight: 700; font-family: 'Quicksand', sans-serif; font-size: 24px; text-transform: uppercase; text-align: center; display: block; line-height: 1.5;/* margin-bottom: 22px; */ }
#frm_nhantin input { height: 40px; float: left; background: #fff; width: 100%; color: #000; font-size: 14px; outline: none; padding-left: 10px; border: none; font-family: 'RobotoRegular'; border: 1px solid #ccc; margin-bottom: 6px; }
div#dangkyhoc { max-width: 40%; }
textarea#noidungdk { width: 100%; border: 1px solid #ccc; padding-left: 10px; }
#frm_nhantin button { height: 41px; width: 120px; cursor: pointer; outline: none; color: #fff; border: none; background: #03389a; font-size: 14px; font-family: 'RobotoRegular'; text-transform: uppercase; }
.slid-fix { position: relative; }
.km_tin { font-weight: 400; font-size: 14px; color: #000; display: block; text-align: center; }
.title_nhantin_dk { margin-bottom: 15px; }
.logo_ft {
    margin-bottom: 16px;
}
.div-conten_ft {
    /* border: 1px solid #000; */
    padding-top: 31px;
}

.noidung_lh {
    text-align: center;
}
p.lienhe_for {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 31px;
    position: relative;
    padding-bottom: 15px;
}

p.lienhe_for:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(100%/2 - 20px);
    width: 40px;
    height: 2px;
    border-bottom: 2px solid #000;
}
@media screen and  (max-width:1248px) {
	.til-uudiem { font-weight: 700 }
}
@media screen and  (max-width:1180px) {
	div#menu ul li a { padding: 0px 15px; }
	.php-tintuc { padding-left: 20px }
	.anh2 { padding: 30px 0 32px 0; }
	#timkiem { width: 420px }
	.banner { width: 420px }
	.logo { margin: 0 }
}
@media screen and  (max-width:1120px) {
	div#menu { display: none; }
	div#menu_mobi { display: block; }
	.wrap_banner { display: none; }
	a.ten_tt { line-height: 1; }
	.content_sanpham { padding: 15px 0; }
	.item_sp { float: left; width: calc(100%/4 - 20px); margin: 0 10px; margin-bottom: 20px; }
	.div_css { margin: 0px -10px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; }
	.til-gth { margin-bottom: 13px }
	.php-uuduem { padding: 40px 0 0 0; }
}
@media screen and  (max-width:1070px) {
	a.ig_tt { width: 100px }
	.info_tt { width: calc(100% - 100px); padding-left: 10px; }
}
@media screen and  (max-width:1024px) {
	.hotline { display: none; }
	.php-tintuc { display: none; }
	div#slide_show { width: 100%; }
	.cot1_ft { width: 100%; margin-bottom: 20px; }
	.cot2_ft { width: 21%; }
	.cot3_ft { width: 53%; }
	#copyright .flex { display: flex; justify-content: center; text-align: center; flex-direction: column; }
	.item_sp { float: left; width: calc(100%/3 - 20px); margin: 0 10px; margin-bottom: 20px; }
	.chay_spbc { margin: 0 -10px; }
	.item_spbc { margin: 0 10px; }
}
@media screen and  (max-width:992px) {
	.cap2 { width: 70% }
	.tab_dmc2 { width: 87% }
	.thanh_title_sp h2 { font-size: 20px }
}
@media screen and  (max-width:918px) {
	.anh1 { padding: 20px 0; }
	.chay_c2 { display: block; }
	.tab_dmc2 { display: none; }
	.tab_dmc2_slick { display: block; }
	.cap2 { width: 70%; justify-content: flex-end; }
	.til-uudiem { line-height: 1.3 }
}
@media screen and  (max-width:800px) {
	#timkiem, .banner { width: 352px; }
	.thanh_title_sp { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 2px solid #d4131a; padding-bottom: 5px; }
	.php-gioithieu { padding: 23px 0 16px 0; }
	.til-uudiem { text-align: center; font-family: 'Muli', sans-serif; margin-bottom: 21px; padding-bottom: 13px; font-size: 21px; text-transform: uppercase; position: relative; }
	.cot2_ft { width: 44%; }
}
@media screen and  (max-width:768px) {
	.item_sp { float: left; width: calc(100%/2 - 20px); margin: 0 10px; margin-bottom: 20px; }
	.item_uudiem { float: left; width: calc(100%/2 - 30px); margin: 0 15px; margin-bottom: 10px; text-align: center; }
}
@media screen and  (max-width:725px) {
	#copyright { padding: 10px 0px 65px 0; }
	.php-uuduem { padding: 20px 0 0 0; }
	.item_sp { float: left; width: calc(100%/2 - 10px); margin: 0 5px; margin-bottom: 10px; }
	.div_css { margin: 0px -5px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; }
	.item_uudiem { float: left; width: calc(100%/2 - 10px); margin: 0 5px; margin-bottom: 10px; text-align: center; }
	.chay_spbc { margin: 0 -5px; }
	.item_spbc { margin: 0 5px; }
}
@media screen and  (max-width:680px) {
	#timkiem, .banner { width: 283px; display: none; }
	.logo { width: 32% }
}
@media screen and  (max-width:600px) {
	.cap2 { width: 41%; justify-content: flex-end; }
	.php-uuduem { padding: 11px 0 0 0; }
}
@media screen and  (max-width:568px) { }
@media screen and  (max-width:520px) {
	.logo { width: 32%; margin-right: 35px; }
}
@media screen and  (max-width:480px) {
	.wrap_banner { border-bottom: 1px solid #256cc5; }
	.anh1 { padding: 20px 0 0 0; }
	.baogia_bg { display: none; }
}
@media screen and  (max-width:414px) {
	.cot2_ft { width: 100%; margin-bottom: 16px; }
	.cot3_ft { width: 100% }
}
@media screen and  (max-width:382px) { }