/* Compiled Less CSS File */
/* Generated from "style.css" */

/*
LESS STYLE 
*/
@font-face {
    font-family: 'UTMAvoBold';
    src: url('../font/UTMAvoBold.eot?') format('eot'), url('../font/UTMAvoBold.woff') format('woff'), url('../font/UTMAvoBold.ttf') format('truetype'), url('../font/UTMAvoBold.svg#UTMAvoBold') format('svg');
}

@font-face {
    font-family: 'UTMAvo';
    src: url('../font/UTMAvo.eot?') format('eot'), url('../font/UTMAvo.woff') format('woff'), url('../font/UTMAvo.ttf') format('truetype'), url('../font/UTMAvo.svg#UTMAvo') format('svg');
}

@font-face {
    font-family: opensans-bold;
    src: url('../font/OpenSans-Bold.ttf') format('truetype');
}

.f-op {
    font-family: 'UTMAvo', Arial;
}

.f-avo {
    font-family: 'utm_avo';
}

@font-face {
    font-family: opensans-light;
    src: url('../font/opensans-light.ttf') format('truetype');
}

@font-face {
    font-family: opensans-semibold;
    src: url('../font/opensans-semibold.ttf') format('truetype');
}

.f-opl {
    font-family: opensans-light;
}

.f-opls {
    font-family: opensans-semibold;
}

@font-face {
    font-family: opensans-italic;
    src: url('../font/opensans-italic.ttf') format('truetype');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
NOTE PADDING ONLY GOOG CHORME
(Top) - -webkit-padding-before

(Right - -webkit-padding-end

(Bottom) - -webkit-padding-after

(Left) - -webkit-padding-start
*/
/*
TRANTION

	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
*/
html,
html a {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    outline: none;
    vertical-align: baseline;
}

input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.no_magrin {
    margin: inherit !important;
}

.no_magrin_right {
    margin-right: inherit !important;
}

.no_padding {
    padding: inherit !important;
}

.no_border_bottom {
    border-bottom: none !important;
}

a {
    outline: none;
    text-decoration: none;
    color: #653200;
}

.b {
    font-weight: bold;
}

.left {
    float: left;
}

.excerpt {
    line-height: 20px;
}

.u {
    text-transform: uppercase;
}

.row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.amination {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.opacity-04 {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */

}

.opacity-08 {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */

}

::-webkit-input-placeholder {
    /* WebKit browsers */

    color: #666666;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #666666;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #666666;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */

    color: #666666;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */

    clear: both;
}

textarea,
.FormButton,
.TextBoxField {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}

textarea,
.TextBoxField {
    padding: 0 10px;
    height: 23px;
    border: 1px solid #e2e2e2;
}

.FormButton {
    cursor: pointer;
    padding: 5px 26px;
    background: #653200;
    border-radius: 3px;
    color: #f8f8f8;
}

.FormButton:hover {
    background: #8b5016;
}

#top {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #eeeeee;
}

/* INSTAILL  color  */
/* Color Default*/
.c-xanh {
    color: #19af62;
}

.bg-xanh {
    background: #19af62;
}

/* Color Menu */
.red {
    color: #de3135 !important;
}

/* Install menu */
/* Background Menu */
/* End Intall Menu */
/* Instaill container */
/* border*/
.border-radius {
    border-radius: 3px;
}

/*
TITLE
*/
h2.title {
    font-size: 24px;
}

.font-sw {
    font-family: 'utm_swiss';
}

.right {
    float: right;
}

/*=============================
   BODY STYLE 
============================= */
body {
    color: #4c4c4c;
    font-family: 'UTMAvo', Arial;
    font-size: 13px;
    width: 100%;
    overflow-x: hidden;

}

/*=============================
   Header Style
============================= */
#header {
    float: left;
    padding: 0 0 10px 0;
    width: 100%;
    position: relative;
}

#logo {
    float: left;
}

.hotline {
    font-weight: bold;
    font-size: 15px;
    color: #ff0000;
}

.cart {
    width: 135px;
    height: 51px;
    float: right;
    margin-top: 19px;
    line-height: 51px;
    background: url(../images/icon/icon-giohang.png) left center no-repeat;
    text-align: right;
}

.cart a {
    color: #5a5a5a;
}

.cart a:hover {
    color: #19af62;
}

/*
SLOGAN
*/
.slogan {
    float: left;
    margin-left: 40px;
}

.right-top {
    float: right;
    margin-top: 20px;
    text-align: center;
}

.right-top h3 {

    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #653200;
    float: left;
}

.right-top p {
    font-family: opensans-light;
    color: #653200;
    clear: both;
    white-space: nowrap;
}

.right-top span a {
    float: left;
    width: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.frm_search {
    float: right;
    margin-top: 15px;
    margin-right: 55px;
}

.frm_search .FormButton {
    width: 39px;
    height: 37px;
    background: url(../images/icon/icon-search.png) center center no-repeat #ffffff;
    text-indent: -9999px;
    float: left;
    padding: 0;
    border: none;
    cursor: pointer;
}

.frm_search .FormButton:hover {
    opacity: 0.7;
}

.frm_search .TextBoxField {
    float: left;
    width: 278px;
    height: 37px;
    line-height: 28px;
    padding: 0 20px;
    border: 1px solid #d9d9d9;
    border-right: none;
    border-radius: 2px 0 0 2px;
    color: #525252;
    font-family: tahoma;
    -webkit-box-shadow: inset 13px 12px 19px -14px rgba(0, 1, 1, 0.2);
    -moz-box-shadow: inset 13px 12px 19px -14px rgba(0, 1, 1, 0.2);
    box-shadow: inset 13px 12px 19px -14px rgba(0, 1, 1, 0.2);
}

.right-top span a img {
    width: 100%;
}

/*
lang-box
*/
.lang-box {
    float: right;
    font-size: 12px;
}

.lang-box span {
    display: inline-block;
    margin: 0 10px;
}

.lang-box a {
    display: inline-block;
}

.lang-box a img {
    vertical-align: middle;
}

.lang-box a:hover,
.lang-box a.active {
    color: #19af62;
}

/*=============================
   End Header Style
============================= */
/*=============================
   Form Seacrh  Style
============================= */
.frm_search {
    float: right;
    margin-top: 15px;
    margin-right: 55px;
}

.frm_search .FormButton {
    background: url(../images/icon/icon-btn-search.png) left center no-repeat #ffffff;
    text-indent: -9999px;
    float: left;
    border: none;
    cursor: pointer;
}

.frm_search ::-webkit-input-placeholder {
    /* WebKit browsers */

    color: #d3d3d3;
}

.frm_search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #d3d3d3;
    opacity: 1;
}

.frm_search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #d3d3d3;
    opacity: 1;
}

.frm_search :-ms-input-placeholder {
    /* Internet Explorer 10+ */

    color: #d3d3d3;
}

.frm_search .se_hangsx {
    float: left;
    width: 127px;
    border: none;
    color: #d3d3d3;
    height: 26px;
    margin-right: 10px;
    background: #fff;
}

.nav-parent .active {
    background: #FED12A !important;
}

/*=============================
   End Form Seacrh  Style
============================= */
/*=============================
   Container Style
============================= */
.wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container1,
.nav-menu {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    padding: 0;
}

.full-width {
    width: 100%;
    float: left;
}

/*=============================
   Container Style
============================= */
/*=============================
   Menu Style
============================= */
#menu {
    width: 100%;
    float: left;
    background: #653200;
    position: relative;
    font-family: 'UTMAvo', Arial;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu ul li {
    float: left;
    position: relative;
    border-right: solid 1px #FEFEFE;
}

#menu ul li a {
    font-size: 1.1rem;
    color: #f8f8f8;
    padding: 0px 45px;
    height: 60px;
    line-height: 60px;
    display: block;
    font-family: 'UTMAvo', Arial;
    text-transform: uppercase;
}

.wrapheader {
    float: left;
    width: 100%;
}

#menu ul li:last-child {
    border: 0 !important;
}

#menu ul li:hover > a,
#menu ul li.CMSListMenuHighlightedLI > a,
#menu ul li.active > a {
    background: #FED12A;
}

#menu ul li:hover > ul {
    display: block;
}

#menu ul li ul {
    width: 220px;
    position: absolute;
    z-index: 9999;
    display: none;
    background: #19af62;
    font-size: 12px;
}

#menu ul li ul li {
    width: 100%;
    float: left;
    text-transform: none !important;
}

#menu ul li ul li a {
    color: #fff;
}

#menu ul li ul li a:hover {
    color: #fff;
    background: #028a44;
}

#menu ul li ul ul {
    width: 130px;
    padding-top: 0px;
    top: 0;
    left: 100%;
    position: absolute;
}

/*=============================
	find-your-perfect
============================= */
.find-your-perfect {
    position: absolute;
    z-index: 9999;
    width: 260px;
    top: 100px;
    left: 190px;
    background: url(../images/bg/bg-td-caption.png);
    padding: 15px;
}

.find-your-perfect select {
    width: 100%;
    height: 30px;
    color: #999999;
    font-family: opensans-light;
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.find-your-perfect h3 {
    font-size: 18px;
    color: #653200;
    font-weight: normal;
    margin-bottom: 10px;
}

.find-your-perfect .btn-blackbean {
    border-radius: 4px;
    font-size: 11px;
}

.find-your-perfect .btn-blackbean .fa {
    font-weight: normal;
}

.find-your-perfect .txtfind {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #dddddd;
}

.find-your-perfect .txtfind .TextBoxField {
    float: left;
    width: 85%;
    border-radius: 3px;
    color: #999999;
    height: 30px;
    border: none;
}

.find-your-perfect .txtfind .FormButton {
    float: left;
    border: none;
    padding: 0;
    height: 30px;
    background: url(../images/icon/icon-search.png) center center no-repeat;
    width: 15%;
}

.center {
    text-align: center;
}

.notefind {
    font-family: opensans-light;
    color: #653200;
    margin: 10px 0;
}

/*=============================
	Slideshow Style 
============================= */
#slideshow {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

#slideshow .btn_green {
    font-size: 20px;
    color: #fff;
}

#slideshow .tp-caption {
    background: url(../images/bg/bg-td-caption.png);
    padding: 20px;
    line-height: 22px;
}

#slideshow .tp-caption h3 {
    font-family: 'utm_avo';
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #653200;
}

#slideshow .tp-caption p {
    line-height: 22px;
}

.btn_readmore_slideshow {
    padding: 1px 18px;
    border: 1px solid #653200;
    color: #653200 !important;
    font-family: opensans-light;
    border-radius: 3px;
    margin-top: 15px;
    color: #653200;
    display: inline-block;
}

.btn_readmore_slideshow:hover {
    background: #653200;
    color: #fff !important;
}

.btn_green:link {
    color: #fff;
}

.pager-slider-show {
    width: 100%;
    float: left;
    text-align: center;
    padding: 35px 0px;
    z-index: 99999;
    right: 20px;
    height: 17px;
    bottom: 15px;
}

.pager-slider-show a {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    text-indent: -9999px;
    background: #999999;
}

.pager-slider-show a.selected,
.pager-slider-show a:hover {
    background: #de3135;
}

.btn-slideshow {
    width: 30px;
    display: block;
    height: 56px;
    position: absolute;
    z-index: 999;
    text-indent: -9999px;
    top: 50%;
    margin-top: -28px;
}

.slider-full {
    height: 100% !important;
}

/*=============================
	End Slideshow Style 
============================= */
/*=============================
	Breadcrumb Style
============================= */
.breadcrumb {
    width: 100%;
    float: left;
    color: #585858;
    margin-bottom: 15px;
    line-height: 13px;
    margin-top: 13px;
    background: none;
    padding-left: 0 !important;
}

.breadcrumb a {
    display: inline-block;
    padding-right: 19px;
    background: url(../images/icon/icon-brc.png) right center no-repeat;
    margin-right: 12px;
    color: #653200;
}

.breadcrumb a:hover {
    color: #929292;
}

.breadcrumb .active {
    color: #929292;
}

.dropdow {
    margin-right: 10px;
    float: left;
    color: #653200;
    background: url(http://chautien.matbaoweb.com/App_Themes/ChauTien/images/icon/icon-drop.png) 160px 10px no-repeat #ffffff;
    cursor: pointer;
    position: relative;
    height: 27px;
    padding: 0 15px;
    line-height: 27px;
    width: 180px;
}

.dropdow span.selected {
    color: #653200;
    padding-right: 23px;
    display: block;
}

.dropdow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 27px;
    left: -1px;
    /* -1 for the border */

    z-index: 999999;
    border-left: 1px solid #c3c1c1;
    border-right: 1px solid #c3c1c1;
    border-top: 1px solid #c3c1c1;
    width: 100%;
    color: #653200;
    background: #fff;
    display: none;
}

.dropdow li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    border-bottom: 1px solid #c3c1c1;
    width: 90%;
    width: 178px;
    text-indent: 30px;
    padding: 5px 0px;
}

.main-left {
    float: left;
    width: 890px;
}

.main-left .list-product li {
    margin-right: 20px;
    margin-bottom: 0px;
}

.main-left .heading-left {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 21px;
    background: url(http://chautien.matbaoweb.com/App_Themes/ChauTien/images/bg/bg-head-rela-video.png) repeat-x 0 13px;
}

.main-left .heading-left span {
    font-size: 16px;
    padding-right: 9px;
    text-transform: uppercase;
    color: #653200;
    background: #fff;
    font-family: 'utm_swiss';
}

.main-left .post {
    margin-top: 15px;
}

.box-danhgia h2 {
    font-weight: bold;
    margin-bottom: 12px;
}

.box-danhgia .a-vietnhanxet {
    display: inline-block;
    background: #f37021;
    padding: 4px 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin: 7px 0 14px 0;
}

/*==========
sidebar-right
===========*/
.sidebar-right {
    float: right;
    width: 225px;
}

.sidebar-right .block {
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.sidebar-right .block .content {
    width: 100%;
    float: left;
    padding: 20px;
}

.sidebar-right .block p {
    line-height: 30px;
}

.sidebar-right h3 {
    font-weight: bold;
    text-transform: uppercase;
    background: #FED12A;
    height: 40px;
    line-height: 40px;
    color: #272727;
    padding: 0 25px;
    border-bottom: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
}

.sidebar-right ul li {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.sidebar-right ul li a {
    color: #2271b2;
}

.sidebar-right ul li a:hover {
    color: #ff0002;
}

.sidebar-right ul li:last-child {
    margin-bottom: 0;
}

.sidebar-right ul.list-huongdan li a {
    text-decoration: underline;
}

.block-hotro {
    color: #2271b2;
}

.block-hotro p {
    line-height: 30px;
    font-style: italic;
}

.block-hotro strong {
    font-style: normal;
    color: #272727;
}

.block-hotro a {
    color: #2271b2;
}

.block-hotro a:hover {
    color: #cd0000;
}

.pt-hotro {
    text-align: center;
}

.pt-hotro a {
    display: block;
    margin-bottom: 10px;
}

.list-faq-sidebar li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f4f2f2;
    padding: 8px 13px;
}

.list-faq-sidebar li h4 a strong {
    font-size: 18px;
    color: #ff0000;
}

.list-faq-sidebar li p {
    font-size: 11px;
    color: #333333;
    margin-top: 5px;
}

.list-faq {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.list-faq h3 span {
    display: inline-block;
    padding: 8px 25px;
    margin-left: 20px;
    background: #c80507;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

.list-faq li {
    width: 100%;
    float: left;
    color: #272727;
    /*toggle-content*/

}

.list-faq li.nth-1 .head-faq {
    background: #f7f7f7;
}

.list-faq li h4 {
    color: #653200;
    cursor: pointer;
}

.list-faq li .head-faq {
    width: 100%;
    float: left;
    padding: 17px 20px 15px 20px;
}

.list-faq li .thumbnail {
    width: 31px;
    float: left;
    display: block;
    margin-right: 12px;
    overflow: hidden;
    height: 31px;
}

.list-faq li .thumbnail img {
    width: 100%;
    height: auto;
}

.list-faq li .list-option {
    float: right;
    width: 805px;
    height: 45px;
    overflow: hidden;
}

.list-faq li .list-option h4 {
    margin-top: -3px;
}

.list-faq li .list-option p {
    line-height: 24px;
}

.list-faq li .toggle-content {
    width: 100%;
    display: none;
    float: left;
    line-height: 24px;
    background: #faefef;
    padding: 20px;
}

.autoheight {
    height: auto !important;
}

.list-support li {
    margin-bottom: 15px;
}

.list-support li img {
    margin-right: 15px;
    vertical-align: middle;
}

.right-main {
    width: 890px;
    float: right;
}

.right-main .title-block h3 {
    font-weight: bold;
    display: inline-block;
}

.right-main .xemnhieuhon {
    float: right;
    font-size: 13px;
    color: #19af62;
    font-weight: normal;
}

.right-main.full-width {
    width: 100% !important;
}

.content {
    line-height: 20px;
}

.list-support li a {
    color: #666666;
}

.list-support li a:hover {
    color: #653200;
}

.list-support li .hotline {
    font-weight: 800;
}

.dropdow li.selected {
    display: none;
}

.dropdow li:hover {
    color: #653200000;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    background: url(/images/icon/icon-tick.png) 10px no-repeat #ebebeb;
}

.dropdow li:hover {
    color: #653200000;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    background: url(/images/icon/icon-tick.png) 10px no-repeat #ebebeb;
}

.dropdow li.last:hover {
    border-bottom: 1px solid #c3c1c1 !important;
}

.block-head h3 {
    float: left;
    display: inline-block;
    line-height: 43px;
    color: #653200;
    font-size: 14px;
    margin-left: 3px;
}

.title-page {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 2px solid #039f00;
}

.title-page h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #333339;
}

/*=============================
	End Breadcrumb Style
============================= */
.top-page {
    width: 100%;
    float: left;
    background: url(../images/img/img-banner-about.jpg) center center no-repeat;
    height: 160px;
    padding: 50px 0 50px 0;
}

.top-page h2 {
    color: #653200;

    font-size: 28px;
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
}

.top-page .left-toppage {
    float: left;
}

.top-page .fa-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #f8f8f8;
    font-size: 32px;
    background: #653200;
}

/*=============================
	Social Style
============================= */
.social {
    float: left;
}

.social li {
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

.social li a {
    padding: 4px 33px 4px 9px;
    text-decoration: none;
    font-size: 15px;
}

.social li:hover .icon-social {
    border: 2px solid #487ba2;
    background: #4c86b2;
    color: #f8f8f8;
}

.social li:hover a {
    -moz-box-shadow: 0px 0px 2px #bcb8b8;
    -webkit-box-shadow: 0px 0px 2px #bcb8b8;
    box-shadow: 0px 0px 2px #bcb8b8;
    color: #653200;
    text-decoration: none;
    border-radius: 4px;
}

.icon-social {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    background: #ffffff;
    font-size: 18px;
    color: #666666;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

/*=============================
	End Social Style
============================= */
/*
main
*/
.main {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.post {
    line-height: 24px;
    color: #666666;
}

/*
THUM SPAN
*/
.thum_span {
    width: 100%;
    height: 100%;
    display: block;
}

.wrap_thum {
    display: block;
    overflow: hidden;
    position: relative;
}

.wrap_thum:hover .play-icon {
    display: block;
}

/* SLIDE NEWS UP */
.control-slide-news {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
    background: url(../images/icon/bg-line.png) 30px repeat-x #ffffff;
    height: 20px;
    line-height: 20px;
}

.control-slide-news span {
    padding: 0px 5px;
    background: #fff;
    display: inline-block;
}

.control-slide-news a {
    background: #fff;
    text-align: center;
    padding: 0px 7px;
    margin: 0px 10px;
    color: #acacac;
    border: 1px solid #dddddd;
    display: inline-block;
}

.control-slide-news a .fa {
    color: #acacac;
}

.control-slide-news a:hover {
    border: 1px solid #e20177;
}

/* END SLIDE NEWS UP*/
/*================

 STYLE BOTTOM
 
================*/
.link-footer .block-left .info-item .icon .fa {
    font-size: 36px;
}

.link-footer {
    width: 100%;
    float: left;
    background: #FED12A;
    padding: 30px 0;
}

.select-cat-product {
    float: right;
}

.select-cat-product label {
    display: inline-block;
    margin-right: 15px;
}

.select-cat-product select {
    height: 30px;
    padding: 0 50px 0 10px;
    border: 1px solid #dddddd;
    background: #fff;
    color: #595959;
    border-radius: 3px;
}

.link-footer .block-left .info-item {
    border-bottom: 1px solid #b69540;
    float: left;
    padding-bottom: 7px;
    padding-top: 15px;
    width: 100%;
}

.demo {
    background: #653200;
    float: left;
    width: 100%;
    padding: 20px 0;
    color: #fff;
}

.link-footer .block-left .info-item .icon {
    padding-top: 5px;
    text-align: center;
}

.link-footer .block-header > div > span {
    color: #424242;
    font-family: "utm hanzel";
    font-size: 14px;
}

.link-footer .block-header {
    float: left;
    width: 100%;
}

.link-footer .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    padding-top: 15px;
    margin-left: auto;
    color: #fff;
    float: left;
    width: 100%;
}

.ft {
    float: left;
    width: 100%;
    background-color: #fff;
}

.link-footer .block-right .form button.btn-default {
    padding-left: 25px;
    padding-right: 25px;
}

.link-footer .block-right .form input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #653200;
    border-radius: 0;
    box-shadow: none;
    color: #653200;
    height: 38px;
    padding: 5px;
}

.link-footer .block-right .form textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #653200;
    border-radius: 0;
    color: #653200;
    height: 194px;
    padding: 5px;
    resize: vertical;
}

.link-footer .block-right h1 {
    font-family: "utm hanzel";
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.container-fluid {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 15px;
}

.link-footer a {
    color: #888888;
}

.link-footer a:hover {
    color: #de3135;
    text-decoration: underline;
}

.link-footer h3 {
    color: #212121;
    font-family: 'utm_swiss';
    font-family: 'utm_avo';
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.link-footer .col-1 {
    float: left;
    width: 347px;
    margin-right: 50px;
}

.link-footer .col-1 .list-five-reasons li {
    width: 100%;
    margin-bottom: 10px;
    color: #653200;
    float: left;
}

.link-footer .col-1 .list-five-reasons li img {
    float: left;
    vertical-align: middle;
    margin-right: 16px;
}

.link-footer .col-2 {
    float: left;
    width: 270px;
}

.link-footer .col-3 {
    float: right;
    width: 210px;
}

.link-footer .frm-dk-news {
    margin-top: 15px;
}

.link-footer .frm-dk-news .TextBoxField {
    float: left;
    height: 23px;
    color: #666666;
    width: 100%;
    font-family: opensans-light;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.link-footer .frm-dk-news textarea {
    width: 100%;
    height: 95px;
    border-radius: 4px;
    padding: 7px 10px;
    color: #666666;
    font-family: opensans-light;
    margin-bottom: 10px;
}

.link-footer .frm-dk-news .FormButton {
    float: right;
}

.link-footer .frm-dk-news span {
    display: block;
    width: 100%;
    float: left;
}

#slide-partner {
    width: 550px;
}

/*================

 STYLE Partner - Logo đối tác
 
================*/
.wrap-slide-partner {
    width: 100%;
    float: left;
    background: url(../images/bg/bg-partner.png) repeat-x;
    position: relative;
    padding: 60px 55px;
    border-radius: 5px;
    behavior: url(App_Themes/css/pie/PIE.htc);
}

.wrap-slide-partner .slide-partner li {
    float: left;
    min-height: 44px;
}

.wrap-slide-partner .slide-partner li li a img {
    float: left;
    display: block;
    vertical-align: middle;
    height: 25px;
}

.wrap-slide-partner .slide-partner li li a img:hover {
    opacity: 0.4;
}

.wrap-slide-partner .btn-slide-small {
    position: absolute;
    top: 72px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    text-indent: -9999px;
}

.wrap-slide-partner .btn-prev {
    left: 6px;
}

.wrap-slide-partner .btn-next {
    right: 6px;
}

.zoomContainer {
    z-index: 9999999;
}

.hotproduct li .price-only {
    text-align: center;
    color: #653200;
    font-weight: bold;
    font-size: 15px;
}

.hotproduct li {
    width: 180px;
    float: left;
    margin: 0 6px;
    text-align: center;
}

.hotproduct li h4 {
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 17px;
    min-height: 32px;
    overflow: hidden;
}

.hotproduct.list-product li h4 a {
    color: #653200;
}

.list-product li {
    margin-bottom: 24px;
    width: 197px;
    margin-right: 30px;
    margin-left: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.list-product li .thumbnail {
    height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
}

.hotproduct.list-product li h4 a:hover {
    color: #9c0707 !important;
}

/*===================
 # footer
===================*/
#footer {
    width: 100%;
    float: left;
    padding: 11px 0 5px 0;
    text-align: center;
    border-top: 1px solid #ffffff;
}

#footer .copyright {
    color: #212121;
    font-family: opensans-light;
    font-weight: normal;
}

#footer .copyright a {
    color: #4c86b2;
}

.tags {
    padding-top: 10px;
}

.tags a {
    display: inline-block;
    padding: 0px 10px;
    background: #222222;
    margin-bottom: 4px;
    border-radius: 3px;
}

.tags a:link {
    color: #999999;
}

.tags a:hover {
    color: #f8f8f8;
}

.bottom-footer {
    width: 100%;
    float: left;
    border-top: 1px solid #333333;
    padding: 10px 0px 8px 0px;
    margin-top: 20px;
}

/*===================
 # dn_license
===================*/
.dn_license {
    display: inline-block;
}

.dn_license img {
    border: none;
    float: left;
    margin-top: 0px;
    padding-top: 3px;
}

.dn_license span {
    display: block;
    font-family: Tahoma;
    float: left;
    font-size: 1em;
    margin-right: 5px;
    font-weight: bold;
}

.dn_license span a {
    color: #8c8c8c;
    text-decoration: none;
}

.dn_license span a:hover {
    color: #8c8c8c;
}

/*
SIDEBAR
*/
.sidebar {
    width: 260px;
    margin-left: 20px;
    margin-top: 20px;
}

.sidebar h2.title,
.title-2 {
    font-family: Arial;
    color: #ffffff;
    background: #0c3cb7;
    padding: 6px 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar ul {
    margin-bottom: 20px;
    /* End list-sanpham*/

}

.sidebar ul li {
    list-style: none;
    font-weight: bold;
    background: url(../images/icon/bg-li-sidebar.png) bottom repeat-x;
    padding: 2px 0px;
}

.sidebar ul li a {
    color: #fff;
    display: block;
    padding: 8px 15px;
}

.sidebar ul li a:hover {
    background: #1772ec;
}

.sidebar ul li ul {
    display: none;
}

.sidebar ul li ul li {
    background: none;
}

.sidebar ul.list-sanpham li a.active {
    background: #1772ec;
}

.sidebar ul.list-sanpham li ul li a {
    padding-left: 34px;
    background: url(../images/icon/icon-angle.png) 17px 12px no-repeat;
}

/***
List has thumnail
***/
.list li {
    width: 100%;
    float: left;
}

.list li .wrap_thum {
    float: left;
    position: relative;
}

.list li .title {
    float: left;
    display: block;
    height: 30px;
    overflow: hidden;
    width: 100%;
}

.list li .right {
    float: right;
}

.tp-leftarrow, .tp-rightarrow {
    display: none !important;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -ms-transition: all linear .2s;
    transition: all linear .2s;
    background: rgba(0, 0, 0, 0.3);
}

.tp-leftarrow:before {
    content: "\f104";
    font-family: FontAwesome;
}

.tp-rightarrow:before {
    content: "\f105";
    font-family: FontAwesome;
}

/*********
PHÂN TRANG
*******/
.PagerControl {
    color: #fff;
    float: left;
    width: 100%;
    padding: 10px 0;

    margin-top: 10px;
    text-align: center;
}

.PagerControl a.SelectedPrev,
.PagerControl a.UnselectedNext,
.PagerControl span.SelectedPage,
.PagerControl a.UnselectedPage {
    padding: 3px 8px;
    border: 1px solid #653200;
    color: #595959;
    margin: 1px;
    display: inline-block;
}

.PagerControl .fa {
    font-size: 18px;
}

.PagerControl .UnselectedPrev:hover,
.PagerControl .SelectedPrev:hover,
.PagerControl a.UnselectedNext:hover,
.PagerControl span.SelectedPage,
.PagerControl a.UnselectedPage:hover {
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #653200;
    border-radius: 3px;
}

.link-footer * {
    opacity: 1 !important;
    display: block !important;
    transform: initial;
    color: #653200 !important;
}

.link-footer .block-left h1 {
    font-family: "utm hanzel";
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 0;
}

.link-footer .fa {
    color: #707070;
    font-size: 60px;
    margin: 0 20px;
    float: left;
}

.link-footer #block-fourteen {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    float: none;
    clear: both;
    width: 500px
}

/*
right-main
*/
.right-main {
    width: 890px;
    float: right;
}

.best-seller .content {
    padding: 10px !important;
}

.best-seller .headding-label {
    font-size: 12px;
    font-weight: bold;
    color: #653200;
    margin-bottom: 14px;
    text-align: center;
}

.best-seller ul li {
    float: left;
    width: 100%;
    padding: 18px 0;
    border-top: 1px solid #dddddd;
}

.best-seller ul li .thumbnail {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    display: block;
}

.best-seller ul li .thumbnail span {
    display: block;
    width: 100%;
    height: 100%;
}

.best-seller ul li .thumbnail:hover {
    background: #653200;
}

.best-seller ul li .thumbnail:hover span {
    opacity: 0.7;
}

.best-seller ul li h4 {
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 8px;
}

.best-seller ul li h4 a {
    color: #653200;
}

.best-seller ul li .stt {
    display: inline-block;
    padding: 1px 7px;
    color: #fff;
    font-weight: bold;
    background: #cf0000;
    margin-right: 8px;
}

.best-seller ul li .price-current {
    font-weight: bold;
    color: #653200;
}

.fanpage2 .content {
    padding: 10px !important;
}

.right-main .title-block h3 {
    font-weight: bold;
    display: inline-block;
}

.row {
    margin: 0;
    padding: 0;
}

.right-main .xemnhieuhon {
    float: right;
    font-size: 13px;
    color: #19af62;
    font-weight: normal;
}

.content {
    line-height: 20px;
}

/*============

RELATIVE TEXT

============*/
.relative {
    margin-top: 10px;
}

.relative h3 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 16px;
    text-transform: uppercase;
    border-top: 1px solid #dddddd;
    margin-bottom: 15px;
}

.relative ul li {
    width: 100%;
    float: left;
    margin-bottom: 18px;
    list-style-type: circle;
}

.relative ul li .thumbnail {
    width: 150px;
    float: left;
    margin-right: 20px;
    height: 85px;
    overflow: hidden;
}

.relative ul li h4 {
    float: none;
    width: auto;
    margin: -5px 0 5px 0;
}

/*
PAGE SAN PHAM - right-main
*/
.page-sanpham .list-product li {
    margin-right: 15px;
    height: 170px;
    width: 200px;
    margin-bottom: 15px;
}

.page-sanpham .list-product li .title {
    padding-top: 5px;
}

.page-sanpham .list-product li .wrap_thum {
    height: 110px;
    width: 190px;
}

/*=================

.frm-contact

=================*/
.wrap-frm-contact {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.wrap-frm-contact textarea {
    width: 70%;
    padding: 15px;
    height: 115px;
    color: #666666;
    float: right;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
}

.wrap-frm-contact .TextBoxField {
    width: 70%;
    height: 30px;
    color: #666666;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
}

.wrap-frm-contact .FormButton {
    padding: 6px 10px;
}

.wrap-frm-contact .frm {
    float: left;
    width: 355px;
}

.wrap-frm-contact .frm label {
    display: inline-block;
    width: 29%;
    color: #212121;
}

.frm-contact .f-row {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.frm-contact .row-bottom {
    text-align: right;
    margin-top: 0;
}

.btn-has-icon {
    font-family: FontAwesome;
    font-size: 1.3333333333333333em;
}

/*
relative-product
*/
.relative-product {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.relative-product h3 {
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
}

.relative-product h3 a {
    color: #222222;
}

.relative-product .control-slide-relative-product {
    float: right;
}

.relative-product .control-slide-relative-product a {
    display: inline-block;
    float: left;
    padding: 0px 8px;
    text-align: center;
    margin-left: 5px;
    font-size: 14px;
    border: 1px solid #653200;
    border-radius: 3px;
}

.relative-product .control-slide-relative-product a:hover {
    background: #653200;
    color: #f8f8f8;
}

.relative-product .list-slide-relative-product li {
    border: 1px solid #ebebeb;
    float: left;
    margin-right: 15px;
    position: relative;
}

.relative-product .list-slide-relative-product li:hover .over {
    display: block;
}

.relative-product .list-slide-relative-product li .thumbnail {
    width: 100%;
    height: auto;
}

.relative-product .list-slide-relative-product li .thumbnail img {
    width: 100%;
    height: auto;
}

.relative-product .list-slide-relative-product li .over {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/icon/opacity.png);
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.relative-product .control-slide-news {
    position: absolute;
    right: 0;
    bottom: 9px;
}

.title-2 {
    width: 600px !important;
    color: #fff !important;
}

/*====
page-description
=====*/
.page-description {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 28px;
    line-height: 20px;
}

.page-description h3 {
    font-size: 26px;
    text-align: center;
    font-family: 'utm_swiss';
    color: #212121;
}

.info-video-item {
    margin-top: 18px;
    line-height: 20px;
}

.info-video-item h4 {
    font-size: 16px;
    font-family: 'utm_swiss';
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/*========
	list-2 - wrap_thum right
*========*/
.list-2 {
    width: 100%;
    float: left;
}

.list-2 li {
    float: left;
    margin-right: 20px;
    width: 460px;
    /* WRAPPER THUM*/

}

.list-2 li .wrap_thum {
    float: left;
}

.list-2 li .wrap_thum .icon-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/bg/opacity.png);
    visibility: hidden;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.list-2 li .wrap_thum .icon-view .fa {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    position: absolute;
    left: -30%;
    top: 40%;
    font-size: 0px;
    color: #de3135;
}

.list-2 li .wrap_thum:hover .fa {
    left: 35%;
    font-size: 60px;
}

.list-2 li .wrap_thum:hover .icon-view {
    visibility: visible;
}

.list-2 li .right {
    float: left;
    margin-left: 15px;
    width: 200px;
}

.list-2 li .right h4 {
    padding-top: 3px;
}

.list-2 li .right h4 a {
    color: #212121;
    line-height: 20px;
    font-weight: bold;
}

.list-2 li .right h4 a:hover {
    color: #de3135 !important;
}

/*========
list-congtrinh
*========*/
.list-congtrinh {
    width: 100%;
    float: left;
}

.list-congtrinh li {
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
    width: 470px;
    height: 150px;
}

.list-congtrinh li .wrap_thum {
    width: 223px;
    height: 150px;
    float: left;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.list-congtrinh li .wrap_thum:hover .fa {
    left: 38%;
    top: 30%;
    font-size: 60px;
}

.list-congtrinh li .right {
    width: 230px;
}

.list-congtrinh li .right h4 {
    height: 45px;
    overflow: hidden;
    margin-bottom: 4px;
}

.list-congtrinh li .right .xemthem {
    background: #de3135;
    color: #f8f8f8;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 3px;
    text-decoration: none;
}

.list-congtrinh li .right .xemthem:hover {
    background: #dddddd;
    color: #de3135;
}

/*===========

.main-left

===========*/

.main-left .list-product li {
    margin-right: 20px;
    margin-bottom: 0px;
}

.main-left .heading-left {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 21px;
    background: url(../images/bg/bg-head-rela-video.png) repeat-x 0 13px;
}

.main-left .heading-left span {
    font-size: 16px;
    padding-right: 9px;
    text-transform: uppercase;
    color: #653200;
    background: #fff;
    font-family: 'utm_swiss';
}

.main-left .post {
    margin-top: 16px;
}

/*==========
sidebar-right
===========*/
.sidebar-right {
    float: right;
    width: 220px;
}

.sidebar-right ul li a {
    color: #2271b2;
}

.sidebar-right ul li a:hover {
    color: #ff0002;
}

.sidebar-right ul li:last-child {
    margin-bottom: 0;
}

.sidebar-right ul.list-huongdan li a {
    text-decoration: underline;
}

.block-hotro {
    color: #2271b2;
}

.block-hotro p {
    line-height: 30px;
    font-style: italic;
}

.block-hotro strong {
    font-style: normal;
    color: #272727;
}

.block-hotro a {
    color: #2271b2;
}

.block-hotro a:hover {
    color: #cd0000;
}

.block-hotro .content {
    padding: 10px !important;
}

.pt-hotro {
    text-align: center;
}

.pt-hotro a {
    display: block;
    margin-bottom: 10px;
}

.sidebar-right .block .title-block {
    text-align: center;
    margin-bottom: 15px;
}

.sidebar-right .find-your-perfect {
    position: relative;
    left: inherit;
    width: 100%;
    top: inherit;
    background: none;
    margin-bottom: 18px;
    padding: 0;
}

.sidebar-right .find-your-perfect .btn-blackbean {
    width: 100%;
    padding: 7px 0px;
    font-size: inherit;
}

.sidebar-right .find-your-perfect .txtfind {
    margin-bottom: 16px;
    border-radius: 4px;
}

.sidebar-right .find-your-perfect .txtfind .TextBoxField {
    font-size: 10px;
    width: 92%;
}

.sidebar-right .find-your-perfect .txtfind .FormButton {
    width: 8%;
}

.list-support li {
    margin-bottom: 15px;
}

.list-support li img {
    margin-right: 15px;
    vertical-align: middle;
}

.list-support li a {
    color: #666666;
}

.list-support li a:hover {
    color: #653200;
}

.list-support li .hotline {
    font-weight: 800;
}

.btn-blackbean {
    padding: 2px 20px;
    background: #653200;
    color: #fff;
    display: inline-block;
}

.btn-blackbean:hover {
    opacity: 0.6;
}

.a-consignment {
    float: left;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    padding: 9px 20px;
    margin-bottom: 10px;
}

.a-consignment .fa {
    font-size: 24px;
    border-bottom: 1px solid #fff;
    margin-right: 15px;
}

.list-typical li {
    width: 100%;
}

.list-typical li a {
    display: block;
    padding: 4px 0;
    font-size: 14px;
}

.list-typical li a:hover {
    text-decoration: underline;
}

.sidebar-right .list-dowload a {
    display: inline-block;
    font-size: 13px;
    font-family: opensans-light;
}

.note-management {
    padding-bottom: 9px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
}

.note-management img {
    margin-top: 10px;
}

.note-management-2 {
    padding-bottom: 9px;
    margin-bottom: 35px;
}

.note-management-2 img {
    margin-top: 10px;
}

.address strong {
    color: #653200;
}

.map2 img {
    float: left;
}

.apartment-for-rent-in {
    margin-top: 10px;
}

.apartment-for-rent-in ul {
    margin-top: 35px;
}

.right-detail {
    width: 52%;
    float: right;
}

.right-detail .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #19af62;
    margin-bottom: 15px;
}

.right-detail table tr td {
    line-height: 24px;
    padding-right: 10px;
}

.right-detail table tr td strong {
    display: inline-block;
    width: 25%;
}

.right-detail .thed {
    font-weight: bold;
}

.right-detail .price {
    color: #ed1c24;
    font-size: 18px;
    font-weight: bold;
}

.price {
    color: #ff0012;
}

.banner-adv {
    float: left;
    padding: 9px !important;
}

.banner-adv img {
    float: left;
    margin: 0;
}

.list-tags-cloud {
    font-family: 'utm_avo';
    line-height: 22px;
}

.list-tags-cloud a {
    color: #666666;
}

.list-tags-cloud a.tags1 {
    font-size: 13px;
}

.list-tags-cloud a.tags2 {
    font-size: 15px;
}

.list-tags-cloud a.tags3 {
    font-size: 18px;
}

.list-tags-cloud a:hover {
    color: #653200;
}

/*===============
THÔNG SỐ KỸ THUẬT
*===============*/
.thongso-kythuat h4.title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    color: #212121;
    font-family: 'utm_swiss';
    display: block;
    margin-top: 17px;
    margin-bottom: 18px;
}

.thongso-kythuat .row .left {
    width: 90px !important;
}

.thongso-kythuat .row .right {
    width: 860px !important;
}

/*==============
list-news
==============*/
.list-news li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.list-news li.first-child {
    width: 100% !important;
    border-bottom: 1px solid #dddddd;
}

.list-news li.first-child .thumbnail {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    height: 280px;
    margin-bottom: 10px;
    position: relative;
}

.list-news li.first-child .thumbnail span {
    display: block;
    width: 100%;
    height: 100%;
}

.list-news li.first-child .thumbnail .img-responsive {
    display: none;
}

.list-news li.first-child .date-time {
    margin-bottom: 20px;
}

.list-news li.first-child h4 {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 5px;
}

.list-news li.first-child h4 a {
    font-size: 18px;
}

.list-news li .over {
    background: url("../images/icon/over.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 2.5s ease 0s;
    width: 100%;
    z-index: 99;
}

.list-news li:hover .over {
    opacity: 1;
}

.list-news li .thumbnail {
    width: 200px;
    height: auto;
    float: left;
    position: relative;
    margin-right: 15px;
}

.list-news .list-option {
    float: left;
    width: 675px;
}

.fa-calendar {
    margin-right: 10px;
}

.list-news li .thumbnail img {
    width: 100%;
}

.list-news li .thumbnail:hover {
    background: #653200;
}

.list-news li .thumbnail:hover img {
    opacity: 0.3;
}

.list-news li .date-time {
    margin-bottom: 9px;
    color: #666666;
}

.list-news li h4 {
    font-weight: bold;
    width: 100%;
    float: left;
    margin: 0px 0 10px 0;
}

.list-news li h4 a {
    color: #212121;
    font-size: 14px;
    font-family: 'UTMAvo', Arial;
}

.list-news li h4 a:hover {
    color: #653200 !important;
}

.list-news li .excerpt {
    margin: 10px 0;
}

/*==============
DATE TIME
===========*/
.date-time {
    font-size: 13px;
    color: #666666;
}

/*=============

.info-contact

*============*/
.info-contact {
    width: 295px;
    float: right;
}

.info-contact p {
    line-height: 24px;
}

.info-contact strong {
    font-family: opensans-semibold;
    font-weight: normal;
    color: #212121;
}

.margin-top-20 {
    margin-top: 17px;
}

h4 a:hover {
    color: #de3135 !important;
}

/*
right-top-login
*/
.right-top-login {
    margin-top: 27px;
    float: right;
    line-height: 35px;
}

.right-top-login .i-user {
    border-radius: 50%;
    background: url(../images/icon/icon-user.png) center center no-repeat;
    text-align: center;
    border: 1px solid #cb006a;
    width: 34px;
    display: inline-block;
    height: 34px;
}

.right-top-login a {
    color: #212121;
}

/*
settup title
*/
.title {
    color: #212121;
}

.title-16 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'utm_swiss';
    line-height: 26px;
    color: #212121;
}

.title-14 {
    font-size: 14px;
    font-family: 'utm_swiss';
    color: #212121;
}

.title-28 {
    font-size: 28px;
    font-family: 'utm_swiss';
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #212121;
}

/*
main-page
*/
.main-page {
    width: 100%;
    float: left;
    margin-top: 27px;
    /*background:#f8f8f8;*/

}

.main-page .left {
    padding-right: 9px;
    float: left;
}

.main-page .left .banner-160 {
    margin-bottom: 10px;
}

.main-page .col-right-page {
    padding-left: 20px;
    padding-top: 30px;
    border-left: 1px solid #dddddd;
}

.main-page-home {
    margin-top: 15px;
}

.note-home {
    width: 100%;
    float: left;
    color: #653200;
    text-align: center;
    margin-bottom: 15px;
}

.row-bottom {
    margin-top: 20px;
}

.banner-728 {
    width: 728px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.banner-images {
    line-height: 0px;
}

.anlys {
    margin-top: 5px;
    border-top: 1px solid #dddddd;
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid #dddddd;
}

.anlys span {
    margin-right: 40px;
    margin-left: 5px;
}

.anlys strong {
    color: #707070;
}

.anlys .a-dangky {
    margin-top: -5px;
}

.share-like {
    margin-top: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}

.col-660 {
    width: 660px;
    float: left;
}

.col-300 .box-letter {
    width: 100%;
}

.col-300 .box-letter .TextBoxField {
    width: 206px;
}

.rad-4 {
    border-radius: 4px;
}

.rad-3 {
    border-radius: 3px;
}

.sidebar-left {
    width: 245px;
    float: left;
    color: #202020;
}

.title-block {
    font-size: 18px;
    font-weight: bold;
    color: #212121;

    margin-bottom: 24px;
}

.f-dax {

}

.list-filter li {
    width: 100%;
    float: left;
}

.list-filter li span.title-filter {
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #19af62;
    display: block;
    padding-left: 13px;
    background: url(../images/icon/arrow-filter-default.png) left center no-repeat;
    margin-bottom: 12px;
    cursor: pointer;
}

.list-filter li ul {
    display: none;
    margin-bottom: 20px;
}

.list-filter li ul li {
    width: 100%;
    float: left;
    padding: 5px 0px 5px 13px;
}

.list-filter-2 li {
    width: 100%;
    float: left;
    padding: 5px 0px 5px 0px;
}

.logo-dt {
    width: 100%;
    float: left;
    border: 1px solid #ececec;
    background: #fff;
    padding: 52px 50px;
}

.logo-dt ul li {
    float: left;
    margin: 0 25px;
}

.logo-dt ul li:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */

}

.btn-back-top {
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    display: none;
    bottom: 100px;
    background: url(../images/icon/btn-totop.png) center center no-repeat;
    width: 73px;
    height: 106px;
}

.btn-back-top:hover {
    opacity: 0.7;
}

.btn-menu {
    width: 100%;
    display: none;
    padding: 15px 10px;
    color: #737373;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 28px;
}
.banner {
    width: 100%;
    float: left;
    height: 170px;
    display: table;
}

.textbanner-1 {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding-left: 53%;
}

.textbanner-1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.textbanner-1 p {
    line-height: 24px;
}

.textbanner-1.rleft {
    padding-left: 5%;
}

.img-detail {
    border: 1px solid #ebebeb;
    float: left;
    width: 45%;
    padding: 15px;
    background: #fff;
}

.img-detail img {
    width: 100%;
    height: auto;
}

.title-16-green {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    color: #19af62;
}

.title-13-green {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    color: #19af62;
}

.left-main {
    width: 720px;
    float: left;
}

.left-main .title-block {
    color: #653200;
    text-transform: uppercase;
}

.left-main .block {
    float: left;
    width: 100%;
    padding: 20px 15px;
    -moz-box-shadow: 0px 0px 6px #bcb8b8;
    -webkit-box-shadow: 0px 0px 6px #bcb8b8;
    box-shadow: 0px 0px 6px #bcb8b8;
    margin-bottom: 20px;
}

.left-main .block .see-all {
    color: #212121;
    font-size: 14px;
    font-family: opensans-light;
}

.left-main .block .see-all:hover {
    color: #653200;
}

.left-main .block-page {
    padding: 15px;
}

.feature {
    width: 100%;
    float: left;
    -moz-box-shadow: 0px 0px 2px #bcb8b8;
    -webkit-box-shadow: 0px 0px 2px #bcb8b8;
    box-shadow: 0px 0px 2px #bcb8b8;
    padding: 37px 0;
}

.feature ul li {
    float: left;
    text-align: center;
    width: 270px;
    margin-left: 35px;
}

.feature ul li .fa {
    font-size: 40px;
    color: #666666;
}

.feature ul li .readmore {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #fff;
    text-align: center;
    color: #f8f8f8;
    font-family: opensans-light;
    background: #653200;
    border-radius: 5px;
    margin-top: 15px;
}

.feature ul li .readmore:hover {
    background: none;
    color: #653200;
    border: 1px solid #653200;
}

.feature ul li .icon-fa {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    text-align: center;
    line-height: 128px;
    display: inline-block;
    border: 4px solid #dddddd;
}

.feature ul li .icon-fa:hover {
    background: #653200;
    border: 4px solid #442200;
}

.feature ul li .icon-fa:hover .fa {
    color: #f8f8f8;
}

.feature ul li h3 {
    margin: 15px 0;
}

.feature ul li h3 a {
    font-family: 'utm_avo';
    text-transform: uppercase;
    font-size: 18px;
    color: #212121;
}

.feature ul li h3 a:hover {
    color: #653200;
}

.title-post {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 3px;
    color: #653200;
}

.post-content {
    margin-top: 20px;
}

#menu-footer {
    width: 100%;
    float: left;
    border-top: 1px solid #cccccc;
    background: #dddddd;
}

#menu-footer .btn-menu {
    background: none;
    color: #653200;
}

.menu-footer li {
    float: left;
}

.menu-footer li a {
    color: #666666;
    padding: 8px 8px;
    display: inline-block;
}

.menu-footer li a.active,
.menu-footer li a:hover {
    color: #4c86b2;
}

.list-amenities-and-features li {
    float: left;
    width: 25%;
}

.list-amenities-and-features li .fa {
    color: #653200;
}

.wrap-frm-contact-2 .map {
    margin-top: 10px;
}

.wrap-frm-contact-2 .wrap-frm-contact .frm {
    width: 100%;
}

.wrap-frm-contact-2 .TextBoxField {
    float: right;
}

.wrap-frm-contact-2 .f-row {
    float: left;
    width: 100%;
}

.wrap-frm-contact-2 textarea {
    margin-bottom: 0;
}

.wrap-frm-contact-2 .row-bottom {
    margin-top: 0;
}

.wrap-frm-contact-2 .frm-contact-management label {
    display: inline-block;
    width: 18%;
}

.wrap-frm-contact-2 .frm-contact-management textarea,
.wrap-frm-contact-2 .frm-contact-management .TextBoxField {
    width: 82%;
}

.gallery {
    margin-top: 18px;
    margin-bottom: 20px;
}

.gallery .img-lagre {
    width: 560px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.gallery .img-lagre .img-responsive {
    float: left;
}

.gallery .wrap-slider-thum {
    width: 120px;
    float: right;
}

.gallery .wrap-slider-thum ul li {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 17px;
    background: #653200;
}

.gallery .wrap-slider-thum ul li .img-responsive {
    float: left;
    opacity: 0.4;
    height: 119px;
}

.gallery .wrap-slider-thum ul li .img-responsive:hover {
    opacity: 1;
}

.c-xl {
    color: #4c86b2;
}

.noidung p {
    text-align: justify;
    line-height: 20px;
    margin-bottom: 10px;
}

.basic-information .col {
    width: 40%;
    float: left;
    line-height: 22px;
}

.noidung .text-head {
    font-size: 18px;
    font-weight: lighter;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: 'UTMAvo', Arial;
}

.noidung .text-link {
    margin-top: 30px;
    text-align: right;
}

.basic-information .price {

    font-size: 14px;
}

.txtdate {
    background: url(../images/icon/icon-txtdate.jpg) right center no-repeat;
}

.wrap_slide_relative {
    width: 100%;
}

.wrap_slide_relative .itsl {
    float: left;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

}

@media screen and (max-device-width: 1024px) {
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

.section {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

.nav-tabs {
    border: none;
}

.slider-link {
    width: 100%;
    float: left;
    position: relative;
}

.nav-tabs > li {
    margin: 4px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

.list-2 li {
    width: 100%;
    float: left;
    border-bottom: 5px solid #FED12A;
}

.btn.btn-green:hover {
    background: #fe8c03;
}

.btn.btn-viewmore {
    background: #FED12A;
    color: #fff;
}

.btn.btn-viewmore:hover {
    background: #653200;
}

.slider-link {
    width: 100%;
    float: left;
    position: relative;
}

.list-2 li .caption-panel {
    font-size: 16px;
    background: #FED12A;
    color: #fff;
    text-transform: uppercase;
    display: table;
    width: 100%;
    overflow: hidden;
    height: 100px;
    font-weight: bold;
    line-height: 30px;
}

.list-2 li .caption-panel span {
    height: 100px;
    padding: 20px 28px;
    display: table-cell;
    text-align: center;
    width: 100% !important;
    vertical-align: middle;
}

.list-2 li .caption-panel a {
    color: #fff;
}

.list-2 li .caption-panel a:hover {
    opacity: 0.8;
}

.list-2 li .list-option {
    width: 100%;
    float: left;
    padding: 20px;
}

.list-2 li .list-option h4 {
    font-weight: bold;
    line-height: 20px;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 15px;
}

.list-2 li .list-option p {
    line-height: 30px;
}

.list-2 li .btn-viewmore {
    margin: 13px 0 0 0;
}

.price-old {
    text-decoration: line-through;
    font-size: 1.1em;
    color: #707070;
}

.list-2.list-2-page li {
    float: left;
    width: 31.57894736842105%;
    margin-bottom: 30px;
    margin-right: 2.631578947368421%;
}

.list-3 li {
    float: left;
    width: 31.57894736842105%;
    margin-bottom: 30px;
    margin-right: 2.631578947368421%;
}

.list-3 li h4 {
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    text-align: center;
    font-weight: bold;
    padding: 19px 0;
}

.list-4 li {
    float: left;
    width: 100%;
    line-height: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 20px 20px 20px;
}

.list-4 li.last {
    border-bottom: none;
    margin-bottom: 0;
}

.list-4 li .thumbnail {
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
}

.list-4 li h4 a {
    color: #3d3d3d;
    font-weight: bold;
}

.list-4 li .price {
    color: #cccccc;
}

.list-4 li .price strong {
    color: #67b426;
}

.list-4 li .price span {
    display: inline-block;
    margin-right: 14px;
    font-size: 0.9em;
    text-decoration: line-through;
    color: #707070;
}

.wrap-info-post {
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.thumbnail {
    display: block;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none;
    padding: 0;
    margin: 0;
}

.control-link {
    display: block;
    width: 40px;
    z-index: 999;
    position: absolute;
    top: 38%;
    height: 40px;
}

.control-link.link-prev {
    background: url(../images/icon/link-prev.png) center center no-repeat;
    left: 0;
}

.control-link.link-next {
    background: url(../images/icon/link-next.png) center center no-repeat;
    right: 0;
}

.bnt-orange {
    background: #fe8c03;
}

.main-page {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.sidebar-left {
    width: 225px;
    float: left;
}

.sidebar-left .block {
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.sidebar-left .block .content {
    width: 100%;
    float: left;
}

.sidebar-left h3 {
    font-weight: bold;
    text-transform: uppercase;
    background: #FED12A;
    height: 40px;
    line-height: 40px;
    color: #272727;
    padding: 0 23px;
    border-bottom: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
}

.sidebar-left ul li a {
    color: #653200;

}

.sidebar-left ul li a:hover {
    color: #FED12A;
}

.dmsp {
    width: 100%;
    float: left;
    border: 1px solid #ebebeb;
}

.dmsp h3 {
    background: #efefef;
    padding: 7px 0px;
}

.dmsp ul li {
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid #efefef;
}

.dmsp ul li a {
    padding: 8px 20px;
    display: block;
    color: #585858;
}

.dmsp ul li a .fa {
    float: right;
}

.dmsp ul li ul {
    position: absolute;
    width: 250px;
    right: -101%;
    z-index: 9999;
    background: #fff;
    display: none;
    top: 0;
    border-bottom: 1px solid #efefef;
}

.dmsp ul li ul li {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.dmsp ul li:hover > a {
    color: #0458b7;
}

.dmsp ul li:hover > ul {
    display: block;
}

.title-block {
    font-size: 18px;
    font-weight: bold;
    color: #212121;

    margin-bottom: 24px;
}

.dmtintuc ul li a.active,
.dmtintuc ul li a:hover {
    background: #f0f0f0;
}

.tabs {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.tabs .tab-wrap {
    line-height: 24px;
    padding: 20px 0;
    width: 100%;
    float: left;
}

.tabs .ul-tabs {
    width: 100%;
    float: left;
    border-bottom: 3px solid #2271b2;
}

.tabs .ul-tabs li {
    float: left;
    margin-right: 3px;
}

.tabs .ul-tabs li.active a {
    color: #ffffff;
    background: #2271b2;
}

.tabs .ul-tabs li a {
    display: block;
    color: #585858;
    padding: 6px 40px;
    background: #d7dee7;
    font-weight: bold;
}

.box-comment-list {
    width: 100%;
    float: left;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 16px 0;
}

.box-comment-list p {
    display: block;
    line-height: 24px;
}

.box-comment-list p.star-user {
    background: #f6f6f6;
    font-size: 10px;
    padding-left: 8px;
    margin-bottom: 15px;
}

.box-comment-list p.comemnt {
    color: #666666;
}

.box-comment-list .comment-time,
.box-comment-list .name-user {
    font-size: 9px;
    color: #666666;
}

.box-comment-list ul li {
    border-bottom: 1px dashed #808080;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.box-comment-list ul li:last-child {
    border-bottom: none;
}

.f-14 {
    font-size: 14px;
}

.relative-product {
    width: 100%;
    float: left;
}

.relative-product h3 {
    color: #2271b2;
    font-weight: bold;
    text-align: left;
    background: url(http://chautien.matbaoweb.com/App_Themes/ChauTien/images/icon/bg-title-relative-pr.jpg) bottom repeat-x;
}

.relative-product h3 span {
    display: inline-block;
    border-bottom: 2px solid #2271b2;
    padding-bottom: 5px;
    padding-right: 15px;
}

.logo-dt {
    width: 100%;
    float: left;
    padding: 27px 0px;
}

.logo-dt h3.title-block {
    text-align: center;
    font-family: 'utm_helve';
    font-size: 20px;
    color: #212121;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: normal;
}

.logo-dt ul {
    width: 100%;
    float: left;
}

.list-topright li.cart em {
    position: absolute;
    top: -10px;
    right: 0px;
    line-height: 8px;
    border-radius: 3px;
    padding: 4px;
    color: #fff;
    background: #ff6c25;
}

.list-sidebar li {
    float: left;
    font-size: 14px;
    width: 100%;
}

.right-detail {
    float: right;
    width: 550px;
    line-height: 24px;
}

.img-gallery .img-responsive {
    height: 350px;
    margin: auto;
    float: none;
}

.right-detail h1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #ce010f;
    margin-bottom: 5px;
}

.right-detail strong {
    color: #202020;
}

.right-detail p,
.right-detail .p-row {
    margin-bottom: 5px;
}

.right-detail a {
    color: #1660a9;
}

.right-detail span.devide {
    display: inline-block;
    margin: 0 10px;
}

.right-detail .price {
    color: #ed1c24;
    font-size: 18px;
    font-weight: bold;
}

.right-detail .desco {
    text-decoration: underline;
}

.right-detail .hasboder {
    padding: 7px 0 8px 0;
    margin-bottom: 10px;
}

.right-detail .hasboder img {
    vertical-align: middle;
}

.right-detail .fa {
    margin-right: 5px;
}

.right-detail .price-new {
    color: #ce010f;
}

.right-detail .price-old {
    text-decoration: line-through;
    color: #202020;
}

.right-detail .c-blue strong {
    color: #1660a9 !important;
}

.right-detail label {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 6px;
    margin-top: 18px;
}

.right-detail .btn-dathang {
    display: inline-block;
    background: #2271b2;
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 7px 55px 9px 55px;
}

.right-detail .btn-dathang:hover {
    opacity: 0.6;
}

.right-detail .a-txt-hdmh {
    display: inline-block;
    float: left;
    padding-left: 57px;
    background: url(http://chautien.matbaoweb.com/App_Themes/ChauTien/images/icon/icon-hdmh.png) left center no-repeat;
    line-height: 18px;
    margin-left: 8px;
    padding-top: 2px;
}

.right-detail .a-txt-hdmh:hover {
    text-decoration: underline;
}

.right-detail .link-product {
    float: left;
}

.block-detail-1 {
    float: left;
    width: 345px;
}

.block-detail-1 strong {
    display: inline-block;
    /*margin: 0 20px 0 0px;*/
    margin: 0 10px 0 0px;
}

.block-detail-1 strong .fa {
    margin-right: 8px;
}

.block-small-2 {
    float: right;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px 20px 0px 20px;
    width: 370px;
    background: #ecf4fe;
}

.block-small-2 select {
    border: 1px solid #ebebeb;
    color: #585858;
    width: 175px;
}

.block-small-2 p {
    width: 100%;
    float: left;
}

.block-small-2 label {
    margin-top: 0;
    width: 30%;
}

.block-small-2 .f-18 {
    color: #2271b2;
}

.box-txt-km {
    padding: 7px;
    display: inline-block;
    background: #ffffcc;
    margin-bottom: 10px;
}

.box-txt-km ul li {
    display: block;
    background: url(http://chautien.matbaoweb.com/App_Themes/ChauTien/images/icon/icon-list-km.png) left center no-repeat;
    padding-left: 12px;
}

.box-txt-km ul li a {
    color: #014ead;
}

.box-txt-km ul li a:hover {
    border-bottom: 1px solid #a3b4bd;
}

.c-blue {
    color: #1660a9;
}

.f-18 {
    font-size: 18px;
}

.f-15 {
    font-size: 15px;
}

.order .button .down {
    background: url("http://chautien.matbaoweb.com/App_Themes/ChauTien/images/icon/btn_down.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.order .button .up {
    background: url("http://chautien.matbaoweb.com/App_Themes/ChauTien/images/icon/btn_up.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.order .button span {
    cursor: pointer;
    display: inline-block;
    height: 9px;
    float: left;
    position: relative;
    width: 9px;
    z-index: 9;
}

.order .button {
    display: inline-block;
    width: 9px;
    vertical-align: middle;
}

.order .TextBoxField {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ebebeb;
    color: #595959;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 30px;
}

.gallery {
    margin-top: 18px;
    margin-bottom: 20px;
    width: 540px;
    float: left;
}

.gallery .img-gallery {
    position: relative;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    min-height: 350px;
}

.gallery .stt {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: url(../images/icon/hot-icon.png) center center no-repeat;
    color: #fff;
    font-size: 12px;
}

.gallery .wrap-slider-thum {
    width: 100%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.gallery .wrap-slider-thum .button-sl-thum {
    color: #585858;
    font-size: 30px;
    top: 40%;
    z-index: 9999;
    position: absolute;
}

.gallery .wrap-slider-thum .button-sl-thum.prev-sl-thum {
    left: 0px;
}

.gallery .wrap-slider-thum .button-sl-thum.next-sl-thum {
    right: 0px;
}

.gallery .wrap-slider-thum ul li {
    background: #000;
    width: 78px;
    margin: 0 3px;
    float: left;
    border: 1px solid #e9e9e9;
}

.gallery .wrap-slider-thum ul li .img-responsive {
    float: left;
}

.gallery .wrap-slider-thum ul li .img-responsive:hover {
    opacity: 1;
}

.txtdate {
    background: url(../images/icon/icon-txtdate.jpg) right center no-repeat;
}

.wrap_slide_relative {
    width: 100%;
}

.wrap_slide_relative .itsl {
    float: left;
    width: 100%;
}

img {
    vertical-align: middle;
}

.adv img {
    float: left;
    max-width: 100%;
}

.list-sidebar li a {
    display: block;
    line-height: 30px;
    padding: 0 0 0 10px;
    background: url(../images/icon/arrow-caro.png) left 12px no-repeat;
}

.list-sidebar li a.active,
.list-sidebar li a:hover {
    background: url(../images/icon/arrow-caro-active.png) left 12px no-repeat;
    color: #272727;
}

.list-sidebar li ul {
    padding-left: 20px;
    display: none;
}

.list-sidebar li .icon-drop {
    display: inline-block;
    width: 10px;
    float: right;
    height: 30px;
    background: url(../images/icon/icon-toggle.png) center center no-repeat;
}

.list-sidebar li.has-sub > a.active > .icon-drop {
    background: url(../images/icon/icon-toggle-active.png) center center no-repeat;
}

.logo-dt ul li {
    float: left;
    margin: 0 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    border: 1px solid #ececec;
    background: #fff;
}

.logo-dt ul li:hover {
    -moz-box-shadow: 1px 1px 2px #646464;
    -webkit-box-shadow: 1px 1px 2px #646464;
    box-shadow: 1px 1px 2px #646464;
}

.logo-dt ul li img {
    max-width: 100%;
}

.btn-back-top:hover {
    opacity: 0.7;
}

.btn-menu {
    width: 100%;
    display: none;
    padding: 15px 10px;
    color: #737373;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 28px;
}

.banner {
    width: 100%;
    float: left;
    height: 170px;
    display: table;
}

@media screen and (min-width: 500px) and (max-width: 980px){
    .contact-info > p > strong{
        font-size: 14px;
    }
    .frm_search{
        margin-top: 10px !important;
    }
    .contact-info > p > a{
        font-size: 13px !important ;
    }
    .control-logo-contact{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hotline{
        font-size: 13px !important;
    }
    #header{
        padding-bottom: 0;
    }
    #block-three{
        padding-top: 0 !important;
    }   
    .main-page{
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        overflow: auto!important;
    }
    .tabs .ul-tabs li{
        margin-right: 1px!important;
        width: 50% !important;
    }
    .ul-tabs{
        display: flex!important;
        justify-content: space-evenly!important;
    }
    .btn-menu {
        display: flex !important;
    }
    #menu {
        display: contents;
    }
    #ctl00_CMSUpdatePanel1{
        width: 90% !important;
    }
    .navigation-mobile {
        margin-top: 324px;
        display: none;
        
    }
    .navigation-mobile.active {
        margin-top: 324px;
        height: fit-content;
        display: block;
        animation: slideRight 0.3s ease; 
    }

    @keyframes slideRight {
        from {
            transform: translateX(100%); 
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .searchBox input{
        font-size: 1.5rem!important;
    }
    .CMSBreadCrumbsLink{
        margin-bottom: 10px !important;
    }
    #block-thirteen .block-right h1 {
        font-size: 14px;
    }
    .hotproduct.list-product li h4{
        padding-top: 10px;
        line-height: 20px;
    }
    .hotproduct.list-product li {
        margin-top: 10px;
    }
    .hotproduct.list-product li h4 a{
        line-height: 22px;
    }
    .block-header > div > h1{
        font-size: larger!important;
    }
    .btn-navigation-mobile a:before{
        color:#653200;
        margin-right: -5px!important;
        font-size: 32px!important;
    }
    .btn-navigation-mobile{
        margin-top: -35px !important;
        position: relative;
        top: -9px;
    }
    .list-option h4{
        padding-top: 15px !important;
    }
    .logo h1{
        padding: 0 10px !important;
    } .right-top{
          padding: 0 10px !important;
      }
    .info-item{
        display: flex!important;
        align-items: center;
    }
    .banner-page{
        margin-bottom: 45px !important;
        background: none !important;
        padding: 0 !important;
    }
    .form-contact{
        padding: 0 !important;
    }
    .right-top h3{
        font-size: 12px !important;
    }
    .right-top p{
        font-size: 16px !important;
        float: left;
    }
    .block-header > div{
        text-align: left;
    }
    .frm_search .TextBoxField{
        height: 40px !important;
        box-shadow: none!important;
        width: calc(100% - 40px) !important;
        border-radius: 5px;
    }
    .frm_search .FormButton{
        width: calc(40px) !important;
        height: 40px !important;
    }
    .block-content.noidung{
        margin-top: 20px;
    }
    .fa-navicon:before, .fa-reorder:before, .fa-bars:before{
        color: #653200;
    }
    .contact-info{
        display: contents !important;
    }.block-header > div > span{
         font-size: 1.25rem;
         font-weight: 900;
     }
    .info-footer > h1 > span{
        text-transform: initial !important;
        font-size: 1.25rem;
        font-weight: 900;
    }
    .info-footer{
        padding: 0;
    }
    #block-thirteen .block-left .info-item .text h2 {
        font-size: 1rem;
        font-weight:bold;
    }
    #block-thirteen .block-left .info-item .text h2 > a {
        font-size: 1rem;
        font-weight:lighter;
    }
    #block-thirteen .block-right h1 {
        font-size: 1.25rem;
    }
    #block-thirteen .block-left .info-item .text p{
        font-size: 1rem;
    }
    .text p:nth-of-type(2) {
        font-weight: bold;
    }
    .text > p strong{
        font-size: 1rem;
    }
    #block-thirteen .block-left .info-item .text p{
        font-size: 1rem !important;
        font-family: 'UTMAvo', Arial !important;
    }

    .hotline-number small {
        font-size: 1rem !important;
        font-family: 'UTMAvo', Arial !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 499px) {
    .frm_search{
        margin-top: 10px !important;
    }
    .contact-info > p > a{
        font-size: 13px !important;
    }
    .hotline{
        font-size: 13px !important;
    }
    #ctl00_BizForm1_ctl00_pnlForm h1{
        display: inline-block !important;
    }
    .contact-info > p > strong{
        font-size: 14px !important;
    }
    .control-logo-contact{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main-page{
        margin-top: -10px;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        overflow: auto!important;
    }
    #block-thirteen .block-left .info-item .text p{
        font-size: 1rem !important;
        font-family: 'UTMAvo', Arial !important;
    }
   
    .hotline-number small {
        font-size: 1rem !important;
        font-family: 'UTMAvo', Arial !important;
    }

    .tabs .ul-tabs li{
        margin-right: 1px!important;
        width: 50% !important;
    }
    .ul-tabs{
        display: flex!important;
        justify-content: space-evenly!important;
    }
    .btn-menu {
        display: flex !important;
        padding: 1rem 12px;
    }
    #header{
        padding-bottom: 0;
    }
    #block-three{
        padding-top: 0 !important;
    }
    #menu {
        display: contents;
    }
    .navigation-mobile {
        margin-top: 324px;
        display: none;
    }

    .navigation-mobile.active {
        margin-top: 324px;;
        height: fit-content;
        display: block;
        animation: slideRight 0.3s ease;
    }

    @keyframes slideRight {
        from {
            transform: translateX(100%); 
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .searchBox input{
        font-size: 1.5rem!important;
    }
    .CMSBreadCrumbsLink{
        margin-bottom: 10px !important;
    }
    #block-thirteen .block-right h1 {
        font-size: 14px;
    }
    .hotproduct.list-product li h4{
        padding-top: 10px;
        line-height: 20px;
    }
    .hotproduct.list-product li {
        margin-top: 10px;
    }
    .hotproduct.list-product li h4 a{
        line-height: 22px;
    }
    .block-header > div > h1{
        font-size: larger!important;
    }
    .btn-navigation-mobile a:before{
        color:#653200;
        margin-right: -5px!important;
        font-size: 32px!important;
    }
    .btn-navigation-mobile{
        margin-top: -35px !important;
        position: relative;
        top: -9px;
    }
    .list-option h4{
        padding-top: 15px !important;
    }
    .logo h1{
        padding: 0 10px !important;
    } .right-top{
        padding: 0 10px !important;
    }
    .info-item{
      display: flex!important;
      align-items: center;
    }
    .fa-map-marker{
        font-size: 45px;
    }
    .banner-page{
        margin-bottom: 45px !important;
        background: none !important;
        padding: 0 !important;
    }
    .form-contact{
        padding: 0 !important;
    }
    .right-top h3{
        font-size: 12px !important;
    }
    .right-top p{
        font-size: 16px !important;
        float: left;
    }
    .block-header > div{
        text-align: left;
    }
    .frm_search .TextBoxField{
        height: 40px !important;
        box-shadow: none!important;
        width: calc(100% - 40px) !important;
        border-radius: 5px;
    }
    .frm_search .FormButton{
        width: calc(40px) !important;
        height: 40px !important;
    }
    .block-content.noidung{
        margin-top: 20px;
    }
    .fa-navicon:before, .fa-reorder:before, .fa-bars:before{
        color: #653200;
    }
    .contact-info{
        display: contents !important;
    }
    .block-header > div > span{
        font-size: 1.25rem;
        font-weight: 900;
    }
    .info-footer > h1 > span{
        text-transform: initial !important;
        font-size: 1.25rem;
        font-weight: 900;
    }
    .info-footer{
        padding: 0;
    }
    #block-thirteen .block-left .info-item .text h2 {
        font-size: 1rem;
        font-weight:bold;
    }
    #block-thirteen .block-left .info-item .text h2 > a {
        font-size: 1rem;
        font-weight:lighter;
    }
    #block-thirteen .block-right h1 {
        font-size: 1.25rem;
    }
    #block-thirteen .block-left .info-item .text p{
        font-size: 1rem;
    }
    .text p:nth-of-type(2) {
        font-weight: bold;
    }
    .text > p strong{
        font-size: 1rem;
    }
}
.bold-content {
    font-weight: bold;
}
.control-contact{
    text-align: justify;
}
.contact-info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
}
.img-detail {
    border: 1px solid #ebebeb;
    float: left;
    width: 45%;
    padding: 15px;
    background: #fff;
}
.block-content {

}
.block-content span {
    display: flex;
    margin: auto;
    position: relative;
}

.block-content span img {
    display: flex;
    margin: auto;
    position: relative;
}

.block-head {
<<<<<<< HEAD
    width: 100%;
    float: left;
    line-height: 43px;
    padding: 0 10px 0 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    height: 43px;
    color: #595959;
    background: #FED12A;
}

.banner-page {
    margin-bottom: 10px;
=======
  width: 100%;
  float: left;
  line-height: 43px;
  padding: 0 10px 0 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 43px;
  color: #595959;
  background: #FED12A;
}
.banner-page {
    margin-bottom:10px;
}
#block-thirteen * {
    color:#653200;
    text-align:left;
}
.btn-navigation-mobile {
  width: 60px!important;
  float: right;
  margin-top:13px;
}
* {
    max-width:100%;
}
.btn-navigation-mobile a {
  display: block;
}
.btn-navigation-mobile a {
  color: #fff;
  font-size: 40px;
}
.btn-navigation-mobile a:before {
    content: "\f009";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 20px;

}
.navigation-mobile ul.nav-parent {
  display: block;
  margin-bottom: 30px;
  width: 300px!important;
  float: left;
}

 .navigation-mobile.active {
  right: 0%;
  width: 300px;
>>>>>>> c82fd10a39f7bf56fa15d1788bc9998866c92b30
}

#block-thirteen * {
    color: #653200;
    text-align: left;
}

.btn-navigation-mobile {
    width: 60px !important;
    float: right;
    margin-top: 13px;
}

* {
    max-width: 100%;
}

.btn-navigation-mobile a {
    display: block;
}

.btn-navigation-mobile a {
    color: #fff;
    font-size: 40px;
}

.btn-navigation-mobile a:before {
    content: "\f009";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 20px;
}

.navigation-mobile ul.nav-parent {
    display: block;
    margin-bottom: 30px;
    width: 300px !important;
    float: left;
}

.navigation-mobile.active {
    right: 0%;
    width: 300px;
}

.navigation-mobile {
    width: 170px;
}

.navigation-mobile ul li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.navigation-mobile ul li a {
    font-size: 1em;
    font-weight: bold;
    background-image: none;
    padding: 20px 20px;
    background: #A65200;
    border-bottom: 1px solid #FED12A;
    color: #fff;
}

.navigation-mobile.active {
    right: 0%;
}

.navigation-mobile a {
    color: #fff;
}

.navigation-mobile .fa {
    margin-right: 10px;
}

.navigation-mobile .nav-parent {
    display: block !important;
}

.navigation-mobile ul li:last-child > a {
    border-bottom: none;
}

.navigation-mobile ul li span,
.navigation-mobile ul li a {
    display: block;
    padding: 15px 20px;
}

.navigation-mobile ul li.phone {
    color: #fff;
    font-size: 1.5em;
}

.navigation-mobile ul li ul li a {
    padding-left: 40px;
    background: #1b573b;
}

.menu-mobile {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 90px;
    border-top: 5px solid #fff;
}

.menu-mobile ul li a {
    padding: 15px 20px;
    border-bottom: 1px solid #43dc94;
}

.navigation-mobile .nav-parent {
    display: block !important;
}

.navigation-mobile {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    position: fixed;
    right: -150%;
    padding-top: 0;
    width: 200px;
    margin-top: 60px;
    background: #fe8c03;
    z-index: 9999;
    height: 100%;
    top: 0;
    position: absolute;
    bottom: 0;
}

.btn-navigation-mobile a.active:before {
    content: "\f00d";
}

.navigation-mobile li {
    width: 200px;
}

.navigation-mobile ul li a {
    height: initial !important;
    padding: 9px 0px !important;
    line-height: initial !important;
}

.tp-leftarrow {
    left: 0;
}

.tp-rightarrow {
    right: 0;
}

.thuonghieu_item {
    margin-bottom: 20px;
}

.thuonghieu_item .img-responsive {
    border: solid 2px rgb(101, 50, 0);
    border-radius: 4px;
}

.thuonghieu_item .img-responsive:hover {
    background: #000;
    opacity: .9;
}

.linhvuchead * {
    text-align: center;
    float: left;
    width: 100%;

}

.linhvuchead {
    float: none;
    clear: both;
    margin: auto;
    width: 200px;
}

.list-qt li {
    float: left;
    list-style: none;
    width: 100%;
    line-height: 25px;
}

.list-qt li .fa {
    margin-right: 15px;
    font-size: 16.1px;
}

.fa-check:before {
    content: "\f00c";
}

.chinhsach p {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.EditingFormControlNestedControl input, .EditingFormControlNestedControl textarea {
    width: 100%;
}

#ctl00_BizForm1_ctl00_btnOK {
    color: #fff !important;
    padding: 7px 20px;
}

.sidebar-left ul li a {
    color: #653200;
    margin-left: 10px;
}

.list-best-seller li a {
    margin-left: 0 !important;
}

.best-seller ul li:first-child {
    border-top: 0 !important;
}

.view_details {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.share-like {
    margin-top: 40px;
    text-align: left;
}

.view_details ul li {
    float: left;
    max-width: 90px;

}

#updateprod {
    float: left;
    width: 100%;
}

#updateprod * {
    opacity: 1;
}

.mask {
    background-color: #000;
}

.thuonghieu_item *:hover .mask {
    display: block;
    opacity: .8 !important;
}

.list-2 li img {

    width: 100%;
}

.list-2 li img {

    width: 100%;
    height: 239px;
    overflow: hidden;
}

.list-2 li .list-option {
    min-height: 162px;
}

.block-inner .block-show {
    background: url("images/bg-block-item.gif") no-repeat scroll center top #653200;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#support_fix {
    position: fixed;
    top: 35%;
    right: -290px;
    padding-left: 41px;
    z-index: 2;

}

#support_fix .title {
    position: absolute;
    top: 0;
    width: 36px;
    height: 209px;

}

.frame_new ul li {
    float: left;
    list-style: none;
    margin-top: 10px;
    margin-left: 10px;
    width: 100%;

}

.frame_new ul li a {
    float: left;
    color: #fff;

}

.frame_new ul li img {
    float: left;
    width: 32px;
    color: #fff;
    margin-right: 10px;

}

.frame_new ul li span {
    float: left;
    color: #fff;
    margin-top: 7px;

    font: 13px 'utm_avo', Arial;

}

#support_fix .frame_new {
    height: 185px;
    background: #653200;
    margin-left: 35px;
    width: 250px !important;
    padding-top: 18px;
}

.gm-style-iw {
    padding: 5px 20px;
    width: 400px !important;
    background-color: #fff;
}

.gm-style-iw * {
    width: 400px !important;
}

#BizForm1_ctl00_pnlForm h1 {
    text-transform: initial;
}

.EditingFormControlNestedControl ::-webkit-input-placeholder {
    color: #653200;
}

.EditingFormControlNestedControl :-moz-placeholder { /* Firefox 18- */
    color: #653200;
}

.EditingFormControlNestedControl ::-moz-placeholder { /* Firefox 19+ */
    color: #653200;
}

.EditingFormControlNestedControl :-ms-input-placeholder {
    color: #653200;
}
.price * {
    color: red !important;
}

.contact-info > p > a{
    padding-right: 5px;
    font-size: 1rem;
}
.hotline {
    font-size: 1rem;
}
.contact-info > p > strong{
    font-size: 1rem;
}
.block-header > div > span{
    font-size: 1.25rem;   
}
.block-header > div > h1{
    font-size: 1.25rem;
}
.block-header > div {
    text-align: left;
    width: 100%;
}
.row > .banner-page:first-of-type {
    display: none;
}
