

#whatsapp {
    position: fixed;
    bottom: 20px;
    left: 25px;
    /* xbackground: url(//www-cdn.whatsapp.net/img/v4/whatsapp-logo.svg) no-repeat, #FFFFFF no-repeat; */
    background: url(../img/whatsapp_icon.png) no-repeat ;
    background-position: 0px 0px;
    /* border-radius: 50%; */
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 99999;
    background-size: cover;
    /* border: 1px solid green; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px; */
  }

/* Editor Content  */
.cms_content {font-size: 16px;}
.cms_content h1 {font-size: 2em;font-weight: 700;}
.cms_content h2 
{ 
    font-size: 40px; color: #000; font-weight: 700; position: relative; 
    padding-bottom: 3rem!important;
    margin-bottom: 3rem!important;
}
.cms_content h2::after 
{
    content: "";
    width: 150px;
    height: 7px;
    background-color: #f0b04a;
    display: block;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    left: 0;
    right: auto;
}
.cms_content h3 {font-size: 1.17em;font-weight: 700;}
.cms_content h4 {font-size: 1em;font-weight: 700;}
.cms_content h5 {font-size: 0.83em;font-weight: 700;}
.cms_content h6 {font-size: .67em;font-weight: 700;}
/* .cms_content { min-height: 300px; } */
.cms_content p { margin: 0; font-size: 18px; }
.cms_content img { max-width: 100%; height: auto !important; }
.cms_content table,
.cms_content iframe { max-width: 100%; }
.cms_content dl, 
.cms_content ol, 
.cms_content ul { margin-bottom: 0; padding-left: 20px; }
.cms_content ol li { padding-left: 10px; }
.cms_content table { border-collapse: initial; }
.cms_content tr ,
.cms_content th, 
.cms_content td, 
.cms_content tbody { border-width: inherit; }
.cms_content table.mScroll { overflow-x: scroll; max-width: 100%; display: block; }
.cms_content table.hideLast tr:last-child { display: none; font-size: 0; }
.cms_content table tr th, 
.cms_content table tr td { font-size: 16px; }
/* .cms_content table.hideLast tr:last-child { padding: 0; height: 0px; }
.cms_content table.hideLast tr:last-child td { padding: 0; height: 0px; font-size: 0; } */
.cms_content ol { list-style-type: decimal; }
.cms_content ol li { list-style-type: inherit; }
.cms_content ul { list-style-type: disc; }
.cms_content ul li { list-style-type: inherit; }
/* .cms_content  h4::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
  
    max-width: 50px;
    margin: 15px auto;
    background: #37b787;
} */

.cms_content a:hover { text-decoration:underline; color: red; }

@media screen and (max-width: 1025px){
    /* .cms_content table.padRowH { position: relative; } */
    .cms_content table.padRowH > tbody > tr > td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}

@media screen and (max-width: 769px){
    /* .cms_content table.padRowV { display: block; position: relative; } */
    .cms_content table.padRowV > tbody > tr > td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}

@media screen and (max-width: 520px){
    /* .cms_content table.mRow { display: block; position: relative; } */
    .cms_content table.mRow > tbody > tr > td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}


.index_notice { height:100%;width:100%;position:fixed;background-color:rgba(0,0,0,0.5);top:0;left:0; text-align: center; z-index:6000; }
.index_notice .btn_msg_close { position: fixed; top: 5vh; right: 5vw; cursor: pointer; }
.index_notice .notice_box { z-index:7000; }
.index_notice .notice_box table.tb_notice { width: 90vw; height: 90vh; max-height: 90vh; margin-top: 5vh; margin-left: 5vw; }
.index_notice .notice_box table.tb_notice td.td_notice { width: 100%; max-width: 90vw; height: 100%; max-height: 90vh; overflow: hidden; background-color: white; }
.index_notice .notice_box table.tb_notice td.td_notice .notice_content { width: 100%; height: 100%; max-height: 90vh; overflow: auto; background-color: white; }
.index_notice.no_bg table.tb_notice td.td_notice,
.index_notice.no_bg .notice_box table.tb_notice td.td_notice .notice_content {  background-color: transparent; }



.header-section .menu-bar ul.menu li a:hover { color: #123262; text-decoration: underline; }
.header-section .menu-bar ul.menu li ul.sub-menu li a:hover { color: white; text-decoration: none; }


@media only screen and (max-width: 767px) {
#whatsapp {
    bottom: 37px;
    left: 6px;

}
}










