/* ==========================
   FORM GỐC GIỮ NGUYÊN
========================== */
.cke_show_borders {
    background: #f9f0e1;
    width: 707px;
    margin: 30px auto;
    border: 2px #a54100 solid;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px black;
    box-sizing: border-box;
}

.Content_Main {
    float: left;
    width: 707px;
    margin: 23px 0;
}

body {
    font: 14px/20px Tahoma, Arial, Verdana, sans-serif;
    text-decoration: none;
    background: #fff;
}

h2 {
    margin: 23px 0 5px 0;
    color: #c30;
    font-size: 21px;
    font-weight: bold;
    line-height: 33px;
    background: url(../images/content_main_icon_1.png) no-repeat 0 center;
    padding-left: 40px;
}

h4 {
    font-weight: normal;
    background: url(../images/content_main_icon_b.png) no-repeat 0 5px;
    padding-left: 14px;
    margin: 12px 0;
    margin-left: 8px;
}

h5 {
    font-size: 13px;
    font-weight: normal;
    background: url(../images/content_main_icon_2.png) no-repeat 0 5px;
    padding-left: 14px;
    margin: 12px 0;
    margin-left: 22px;
}

/* ==========================
   BẢNG NỘI DUNG TRONG CKEDITOR
========================== */
.article-note table {
    border: 1px solid #906946;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100%;
    margin: 10px 0;
    font-size: 14px;
}

.article-note table thead {
	    background-color: #559677;
		color: #ffffff;
    /*background: #a54100;
    color: #fff;*/
    font-weight: bold;
}

.article-note table th,
.article-note table td {
    border: 1px solid #906946;
    text-align: center;
    padding: 8px 5px;
    vertical-align: middle;
    word-break: break-word;
}

/* ==========================
   ẢNH TRONG NỘI DUNG
========================== */
.article-note img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* ==========================
   RESPONSIVE NHẸ
========================== */
@media screen and (max-width: 768px) {
    .cke_show_borders,
    .Content_Main {
        width: 95%;
        margin: 20px auto;
        padding: 15px;
    }

    table {
        display: block;
        overflow-x: auto;
       /* white-space: nowrap;*/
    }

    h2 {
        font-size: 18px;
        padding-left: 32px;
        background-size: 24px auto;
    }
}

[href] {
    text-decoration: none;
}
/* ÉP CÁC TABLE CKFINDER KHÔNG BỊ CỐ ĐỊNH WIDTH */
.cke_show_borders table,
.article-note table {
  width: 100% !important;
  max-width: 100% !important;
}

/* ÉP ẢNH KHÔNG BỊ CỐ ĐỊNH SIZE */
.cke_show_borders img,
.article-note img {
  max-width: 100% !important;
  height: auto !important;
}

/* BỎ MARGIN INLINE CỦA CKEDITOR */
.cke_show_borders table td,
.article-note td {
  padding: 5px !important;
  vertical-align: middle;
  text-align: center;
  word-break: break-word;
}
