body {
    font-family: 'kanit', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.8em;
}
/*-----------------------------------------
    LAYOUT
-------------------------------------------*/

.container-fluid-main{
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.navbar>.container, .navbar>.container-fluid-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.container-special-home {
    width: 100%;
    padding-right:15%;
    padding-left: 15%;
    margin-right:auto;
    margin-left:auto;
}
.container-fluid-main.container-content {
    max-width: 1740px;
}
video {
  width: 100%;
  height: auto;
  max-width: 100%;    
}
.text-right-toleft {
    text-align: right;
}
.table-scrollY {
    height:300px;
    overflow-y: scroll;
}
.annualReport-div {
    height:300px;
}
/******************* 
/*Scrollbar*/
/*******************/
.scrollbar-custom::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	background-color: #ddd;
}

.scrollbar-custom::-webkit-scrollbar
{
	width: 10px;
	background-color: #ddd;
}

.scrollbar-custom::-webkit-scrollbar-thumb
{
	background-color: #575556;
}

/*-----------------------------------------
    TOP MENU
-------------------------------------------*/
.navbar-mobile li.nav-item.main {
    padding-left: 10px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
@media (min-width: 992px)
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid-main {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.top-bg {
    background-color: #0f2145;
    padding:10px 0;
}
.top-menu {
    float: right;
}
.top-menu li {
    display: inline-block;
}
.top-menu li a {
    color: #fff;
    padding-left: 20px;
}
.top-menu li.lang a {
    color: #fff;
    padding-left: 0px;
}
.top-menu li a:hover{
    color: #e59d45;
    text-decoration: none;
}
.nav-item.main a {
    display: inline-block;
}
li.nav-item.main {
    padding-left:10px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,1);
    border-bottom: 4px solid #e3983b;
    padding-bottom: 0px;
    padding-left:0;
    padding-right: 0;
}
#search input[type="text"] {
    background: url(../images/search-icon.svg) no-repeat 6px 4px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: 14px 'kanit',Sans-serif;
    color: #bebebe;
    width: 230px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
/*Mobile*/
.navbar-toggler {
    /* padding: .25rem .75rem; */
    width: 55px;
    height: 40px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
#navbarTogglerDemoMobile ul {
    height:300px;
    overflow-y: scroll;
}

.dropdown-item {
    font-weight: 300;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #0f2145;
    text-decoration: none;
    background-color: #ffffff;
    font-size: 14px;
}
/*-----------------------------------------
    BACKGROUND style
-------------------------------------------*/
.bg-navy {
    background-color: #0f2145;
}
.bg-blue {
    background-color: #3a5fad;
}
.bg-mediumblue {
    background-color:#5185c2;
}
.bg-lightblue {
    background-color:#b8dcf9;
}
.bg-lightgray {
    background-color: #f2f5fa;
}
.bg-gray {
    background-color: #bababa;
}
.bg-mediumgray {
    background-color: #575556;
}
.bg-white {
    background-color: #fff;
}
.bg-orange {
    background-color: #e59d45;
}

.bg-imagehome {
    background-image: url('../images/bg-home.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-contact {
    background-image: linear-gradient(rgba(15,33,69,70%),rgba(15,33,69,70%)),url('../images/contact-background-image.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-investor {
    background-image: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,.4)),url('../images/investorDollar-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height:500px;
}
.bg-analysyt {
    background-image: linear-gradient(rgba(58,95,173,55%),rgba(58,95,173,55%)),url('../images/analytics-bg.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height:440px;
}
.bg-association {
    background-image: linear-gradient(to right,rgba(20,34,67,1),rgba(20,34,67,0)),url('../images/buildingAbout.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height:200px;
}
/*-----------------------------------------
    COLOR
-------------------------------------------*/
.text-navy {
    color: #0f2145;
}
.text-blue {
    color: #3a5fad;
}
.text-mediumblue {
    color:#5185c2;
}
.text-lightblue {
    color:#b8dcf9;
}
.text-lightgray {
    color: #f2f5fa;
}
.text-gray {
    color: #bababa;
}
.text-mediumgray {
    color: #575556;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.text-orange {
    color: #e59d45;
}
.text-mediumorange {
    color: #f49936;
}
.text-green {
    color: #40b62c;
}
.text-red {
    color: #dc3545;
}
.lineHeight42 {
    line-height: 42px;
}
.text-csr-more{
    color: #aba8a8;
    font-size: 18px;
}
/*-----------------------------------------
    Badge
-------------------------------------------*/
.badge-orange {
    background-color: #f49936;
    color:#fff;
}
.gallery-image-csr {
    width: 300px;
    height: 210px;
    object-fit: cover;
}
/*-----------------------------------------
    TEXT
-------------------------------------------*/
.title {
    font-size: 44px; 
    line-height:46px;
}
.title2 {
    font-size: 36px; 
    line-height:46px;
    border-left: 5px solid #f49936;
    padding:10px 20px;
    margin-bottom:2%;
}
.title3 {
    font-size: 26px; 
    line-height:36px;
    border-left: 10px solid #f49936;
    padding:10px 20px;
    margin-bottom:2%;
}
.title4 {
    font-size: 26px; 
    line-height:36px;
    padding:10px 20px;
    margin-bottom:2%;
}
.title5 {
    font-size: 26px; 
    line-height:36px;
    padding:10px 20px;
}
.f14 {
    font-size: 14px;
}
.f20 {
    font-size: 20px;
}
.home-text-2 {
    font-size:1.5em;
}
.home-text-3 {
    font-size:1.2em;
}
.home-badge {
    font-size: 28px;
    width:100px;
    padding: 10px 15px;
    line-height: 24px;
}
.font-weight-medium{
    font-weight: 500;
}
.font-weight-normal{
    font-weight: 400;
}
.font-weight-extralight{
    font-weight: 200;
}
.font-weight-light{
    font-weight: 300;
}
.contactText1 {
    font-size:28px;
    margin:.8em 0;
}
.subtitle {
  margin: 0 0 1em 0;
}
.title-line {
  display: flex;
  flex-direction: row;
}
.title-line:after{
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #3a5fad;
  height: 37px;
  margin-left: 5px;
}
.text-investor {
    font-size: 24px;
    line-height: 36px;
}
/*-----------------------------------------
    Navbar tabs
-------------------------------------------*/
ul#pills-tabInvestor.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f49936;
    font-weight: 400;
    border-left: 5px solid #3a5fad;
}
ul#pills-tabInvestor.nav-pills .nav-link {
    border-radius: 0;
}
ul#pills-tabInvestor.nav-pills .nav-link {
    border-radius: 0;
    font-weight: 400;
    color: #575556;
    border-left: 5px solid #3a5fad;
    margin-right: 10px;
    outline: 1px solid #ddd;
}
ul#pills-tabInvestor .nav-link {
    display: block;
    padding: .5rem 2.5rem;
}
/*-----------------------------------------
    List Tag
-------------------------------------------*/
ol.investorList li {
    margin-left:100px;
    margin-bottom:10px;
}
ol.investorList2 li {
    margin-left:0px;
    margin-bottom:10px;
}
ol.investorList, ol.investorList2{
  list-style-type: none;
  counter-reset: ordered;
  margin-left: 20px;
}
ol.investorList li:before, ol.investorList2 li:before{
  color: #e74c3c;
  content: counter(ordered);
  counter-increment: ordered;
  display: inline-block;
  font-weight: 300;
  margin-left: -40px;
  margin-top: -2px;
  padding: 1px 1px;
  position: absolute;
  background-color: #3a5fad;
  color:#fff;
  width: 30px;
  height: 30px;
  text-align: center;    
}

ol.aboutList li {
    margin-left:5px;
    margin-bottom:10px;
}
ol.aboutList{
  list-style-type: none;
  counter-reset: ordered;
  margin-left: 0px;
}
ol.aboutList li:before{
  color: #e74c3c;
  content: counter(ordered);
  counter-increment: ordered;
  display: inline-block;
  font-weight: 300;
  margin-left: -40px;
  margin-top: -2px;
  padding: 1px 1px;
  position: absolute;
  background-color: #3a5fad;
  color:#fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;    
}

ol.mdaList li.mda {
    margin-left:20px;
    margin-bottom:10px;
    line-height: 45px;
}
ol.mdaList{
  list-style-type: none;
  counter-reset: ordered;
  margin-left: 0px;
}
ol.mdaList li.mda:before{
     content: counter(ordered);
    counter-increment: ordered;
    display: inline-block;
    font-weight: 300;
    margin-left: -60px;
    margin-top: -4px;
    padding: 1px 1px;
    position: absolute;
    background-color: #3a5fad;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 0;
}
/*-----------------------------------------
    Magnifier
-------------------------------------------*/
.image_view {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.image_view:hover .middle {
  opacity: 1;
}
.text {
  color: white;
  background-color: #3a5fad;
  padding:10px 15px;    
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*-----------------------------------------
    Side Menu
-------------------------------------------*/
.sidenav {
  max-width: 100%;
  position: sticky;
  z-index: 1;
  top: 108px;
  left: 10px;
  background: #fff;
  border:1px solid #eee;    
  overflow-x: hidden;
  padding: 0;
  margin-bottom: 10px;    
}

.sidenav a {
  padding: 8px 16px 8px 16px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;    
  color: #000;
  display: block;
}
.sidenav a.active {
  background-color:#3a5fad;  
  color: #fff;
}
.sidenav a:hover {
  background-color:#3a5fad;  
  color: #fff;
}
/*-----------------------------------------
    Table
-------------------------------------------*/
th {
    font-weight:400;
}
/*-----------------------------------------
    Banner
-------------------------------------------*/
#banner-section {
    position:relative;
}
.top-left {
  position: absolute;
  top: 30%;
  left: 7%; 
}
.image-banner {
    object-fit: cover;
    height:400px;
    width:100%;
}
.breadcrumb.csr-inside{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f1f1f1;
    border-radius: .25rem;
}
.breadcrumb.csr-inside .breadcrumb-item a {
    color: #000;
}
.breadcrumb.csr-inside .breadcrumb-item.active {
    color: #3a5fad;
}
.breadcrumb.csr-inside .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #000;
    content: "/";
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0;
    margin-bottom: .1rem;
    list-style: none;
    background-color: transparent;
    border-radius:0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.yellowLine-banner {
    border-bottom: 5px solid #f49936;
    width:70px;
}
.title-banner {
    font-family: Arial;
    text-transform: uppercase;
    font-weight:bold;
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    margin-bottom:0;
    margin-top:5%;
}
.subtitle-banner {
    color:#fff;
    font-size: 20px;
    font-weight: 300;
}
/*-----------------------------------------
    CAROUSEL
-------------------------------------------*/
.carousel {
    position: relative;
    margin-bottom: 4%;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom:-10%;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-caption {
    position: absolute;
    bottom: 46%;
    left: 6%;
    right:6%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption h5{
    font-size: 30px;
    line-height:30px;
    font-family: Arial;
    font-weight: 400;    
}
.carousel-caption p{
    font-size: 50px;
    line-height: 50px;
    font-family: Arial;
    font-weight: 600;  
    text-transform: uppercase;
}
.banner-yellowLinelide {
    width:110px;
    border-bottom: 10px solid #f49936;
    margin:20px 0;
}
/*-----------------------------------------
    Button
-------------------------------------------*/
.btn-group-xl>.btn, .btn-xl {
    padding: .5rem 3rem;
    font-size: 2.5rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-career {
    padding: 13px 5px;
}
.btn-blue {
    background-color: #3a5fad;
    color: #fff;
}
.btn-blue:hover {
    background-color: #2b4c91;
    color: #fff;
}
.btn-outline-blue {
    background-color: #fff;
    color: #3a5fad;
    border-color:#3a5fad;
}
.btn-outline-blue:hover {
    background-color: #3a5fad;
    color: #fff;
    border-color:#3a5fad;
}
.btn-outline-white {
    background-color: transparent;
    color: white;
    border-color:white;
}
.btn-outline-white:hover {
    background-color: #fff;
    color: #2b4c91;
    border-color:white;
}
a.text-orange, a.text-orange:hover {
    color: #e3983b;
}
.btn-orange {
    background-color: #e3983b;
    color: #fff;
}
.btn-orange:hover {
    background-color: #d48019;
    color: #fff;
}
.btn-xs {
    padding: 0px 10px;
    font-size: 12px!important;
}
.btn.btn-blue {
    font-size:16px;
}
.download-home-button:hover {
    text-decoration: none;
    color:#575556;
}
.download-home-button:hover img{
    content: url(../images/download_home-hover.svg);
}
.download-home-button img {
    margin-top: -6px;
}
.topButton {
    background-color: #f2f5fa;
    color: #575556;
    text-align: center;
    max-width:100%;
    width:100%;
    padding: 2em 1em;
    font-weight: 400;
}
.downButton {
    background-color: #bababa;
    color: #575556;
    text-align: center;
    max-width:100%;
    width:100%;
    padding: .2em 1em;
    font-weight: 400;
}
a.investorB:hover {
    text-decoration: none;
}
a.investorB:hover .downButton{
    background-color: #3a5fad;
    color: #fff;
}
.investorDownloadBtn {
    width: 250px;
    height: 250px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    padding: 3%;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    margin: 3% auto;
    cursor: pointer;
    -webkit-transition: .5s; /* For Safari 3.1 to 6.0 */
   transition: .5s;
}
.investorDownloadBtn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3a5fad;
    cursor: pointer;
}
.investorDownloadBtn:hover img {
    content: url(../images/investor-download-hover.svg);
}
/*-----------------------------------------
    CARD class
-------------------------------------------*/
.fa-2-5x {
    font-size: 2.5em;
}
.fa-stack-1x2 {
    line-height: inherit;
    
}
table.table-companyGroup tr {
    border-bottom: 1px solid #c3c6cd;
}
table.table-companyGroup tr:last-child {
    border-bottom: 0;
}
.fa-stack.fa-2-5x i.fas.fa-file-alt.fa-stack-1x2 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 3.25;

}
.fa-stack-1x2 {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x2 {
    font-size: .6em;
}
small.fa-stack-1x2 {
    font-size: 14px;
}
.card.card-announce, .card.card-form56, .card.card-annualReport {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    border-bottom: 5px solid #3a5fad;
}
.card.card-announce .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 2.5rem;
}
.card.card-form56 .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem .5rem;
}
.card.card-annualReport .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.date-NewsUpdate {
    color: #f49936;
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    vertical-align: middle;
}
.card-footer.card-footerB {
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
    text-align: right;
    padding: .3rem 1.25rem;
}
.rectangle {
    border-radius: 0!important;
}
.card.border-bottomblue {
    border-bottom: 5px solid #3a5fad;
}
.card-footer.card-footerW {
    background-color: #fff;
    border-top: 0;
    text-align: right;
    padding: .6rem 1.25rem;
}
.card-text-content {
    height: 100px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}
.image-topCard1 {
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 50%;
}
.image-topCard1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.image-topCard2 {
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 60%;
}
.image-topCard2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.card-header.career {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(58, 95, 173);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header.career button.btn-link {
    color: #fff;
    font-weight: 400;
} 
.card-header.career button.btn {
    padding: .375rem 0rem;
} 
.list-group-item.policyList {
    border-left:5px solid #3a5fad;
    margin-bottom:10px;
}
#accordionEthic .card-header {
    padding: .1rem 1rem;
    margin-bottom: 0;
    background-color: #e59d45;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#accordionEthic .btn-link, #accordionStatement .btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
#accordionStatement .card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: #3a5fad;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card.card-list {
    margin:10px 0;
} 
#accordionStatement .card.card-list .card-header {
    background-color: #0f2145;
    color:white;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#accordionStatement .card.card-list .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
#accordionAboutCompany .card-header {
    background-color: #3a5fad;
    padding: 1.3rem 1.25rem;
}
#accordionAboutCompany  .btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#accordionAboutCompany  .btn-link h6{
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    vertical-align: middle;
}
#accordionAboutCompany  .btn-link h6 i{
    padding-top:5px;
}
#accordionAboutMessage .card-header {
    background-color: #3a5fad;
    padding: 1.3rem 1.25rem;
}
#accordionAboutMessage  .btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#accordionAboutMessage  .btn-link h6{
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    vertical-align: middle;
}
#accordionAboutMessage  .btn-link h6 i{
    padding-top:5px;
}
#accordionAboutManagement .card-header {
    background-color: #3a5fad;
    padding: 1.3rem 1.25rem;
}
#accordionAboutManagement  .btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#accordionAboutManagement  .btn-link h6{
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    vertical-align: middle;
}
#accordionAboutManagement  .btn-link h6 i{
    padding-top:5px;
}
#accordionAboutAward .card-header {
    background-color: #3a5fad;
    padding: 1.3rem 1.25rem;
}
#accordionAboutAward  .btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#accordionAboutAward  .btn-link h6{
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    vertical-align: middle;
}
#accordionAboutAward  .btn-link h6 i{
    padding-top:5px;
}
.card.activity-csr .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    height: 150px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}
.card.activity-csr .card-body .card-title{
    font-weight: 400;
}
.card.activity-csr .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: none;
}
.card.activity-csr .card-footer a:hover {
    text-decoration: none;
    color:#808080;
}
.card.activity-csr {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
}
.card.activity-csr .card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 250px;
    object-fit: cover;
}
/*-----------------------------------------
    Home page
-------------------------------------------*/
.home-companyGroup {
    border: 5px solid #3a5fad;
    padding:5%;
    height:100%;
    background-image: url(../images/building-desktop.jpg);
    /*background-image: radial-gradient(circle closest-side at 70% 70%,rgba(255, 255, 255, 0)80%, rgba(255, 255, 255, .9)200%,rgba(186, 212, 234, .9)300%),url(../images/building-desktop.jpg);*/
    background-size: cover;
    background-position: top center;
}
.home-stockdate {
    border-right: 2px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 14px;
}
.home-stocktime {
    line-height: 14px;
}
.stockDiv1 {
    max-width: 100%;
}
.stockDiv2 {
    border-right: 2px solid #fff;
    padding-right:10px;
    margin-right:10px;
    min-width:300px;
    text-align: center;
}
.stockDiv3 {
    padding-right:10px;
    margin-right:10px;
    min-width:300px;
    text-align: center;
}
.stockDiv4 p{
    font-weight: 200;
}
/*-----------------------------------------
    About page
-------------------------------------------*/
.aboutSection {
    padding-top: 5.5%;
}
.about-content {
    width: 1360px;
    margin: 0 auto;
    max-width: 100%;
}
.about-number {
    margin-bottom:10px;
}
.about-number span {
    position: relative;
    margin-left:10px;
    font-size: 130px;
    line-height: 130px;
    font-weight: 500;
    background:radial-gradient(#f49936 .5px, transparent 1px), radial-gradient(#f49936 .5px, transparent 1px);
    background-size: 5px 6px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.absolute {
    position: absolute;
    margin-top:-3.5%;
    width:95%;
    max-width: 100%;
}
.about-title {
    display: flex;
    flex-direction: row;
    font-size: 30px;
    font-weight: 400;
    color:#3a5fad;
    margin-left:50px;
    
}
.about-title:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #3a5fad;
    height: 25px;
    margin-left: 5px;
}
.manager-pic {
    width:150px;
    height:200px;
    object-fit: cover;
}
/*-----------------------------------------
    OORPORATE PAGE
-------------------------------------------*/
.grid {
	position: relative;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 320px;
	max-width: 100%;
	max-height: 500px;
	width: 100%;
	background: linear-gradient(40.24deg, #0f2145, #3a5fad);
	text-align: center;
	cursor: pointer;
    margin-bottom:0;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 400;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/***** Chico *****/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*-----------------------------------------
   Modal
-------------------------------------------*/
#EthicModal .modal-header, #ResponsibleModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #3a5fad;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background-color: #3a5fad;
    color: #fff;
}
#EthicModal .modal-header h5, #ResponsibleModal .modal-header h5{
    font-weight: 400;
}
#EthicModal .modal-header button.close, #ResponsibleModal .modal-header button.close{
    color:#fff;
}

#homeModal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .2rem;
}
#homeModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .1rem .1rem 0;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
/*-----------------------------------------
    PAGINATION
-------------------------------------------*/
.page-item {
    margin-right: 10px;
}
.pagination-sm .page-link {
    padding: .1rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 400;
}
.page-item.previous-page a,.page-item.next-page a {
    background-color: #d3d3d3;
    color: #fff;
}
.page-item.active .page-link {
    z-index: 1;
    color: #585858;
    background-color: #fff;
    border: 1px solid #d8d8da;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #585858;
    background-color: transparent;
    border: 0;
}
/*-----------------------------------------
    Read more
-------------------------------------------*/
.title-CSRicon {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    height:50px;
}
.line-csr {
    margin: 25px auto;
    width: 50px;
    border: 2px solid #f39b41;
}
#readMore {
  width: 80%;
  max-width: 100%;
  margin:0 auto;    
  height: auto;
  position: relative;
  text-align: center;
}
#readMore2 {
  width: 60%;
  max-width: 100%;
  margin:0 auto;    
  height: auto;
  position: relative;
  text-align: center;
}

.readMoreWrapper {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}

#readMoreText, #readMoreText2, #readMoreText3, #readMoreText4, #readMoreText5 {
  width: 100%;
  height: 100px;
  overflow: hidden;
  padding: 0 0 20px;
  position: relative;
}

.readMoreGradient {
  width: 100%;
  height: 25px;
  background: #fff;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0px;
}

#readMoreBtn, #readMoreBtn2, #readMoreBtn3, #readMoreBtn4, #readMoreBtn5 {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    color: #c3c3c3;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    bottom: 10px;
    font-size: 14px;
    transition: all .1s;
}

#readMoreBtn:hover, #readMoreBtn:focus, #readMoreBtn2:hover, #readMoreBtn2:focus, #readMoreBtn3:hover, #readMoreBtn3:focus, #readMoreBtn4:hover, #readMoreBtn4:focus, #readMoreBtn5:hover, #readMoreBtn5:focus {
  background-color: #c3c3c3;
  border: 1px solid #c3c3c3;
  color: #fff;
}
button:focus {
  outline: 1px dotted;
  outline: none;
}
.btn-csr {
    background-color: #67c5f4;
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    vertical-align: middle;
}
a.btn-csr:hover {
    background-color: #3ba3d7;
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    vertical-align: middle;
    text-decoration: none;
}
.card.csr {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 2.5rem;
}
.card.csr .card-body{
    padding:0;
}
.title-card-csr {
    line-height: 45px;
    padding-left: 27px;
}
.csr-file {
    line-height: 45px;
}
/*-----------------------------------------
    FOOTER
-------------------------------------------*/
.footer-Yline{
    width:60px;
    height:5px;
    background-color: #e59d45;
}
ul.footer-link{
    padding-left:0;
} 
ul.footer-link li{
    list-style: none;
} 
ul.footer-link li a {
    color: #000;
}
ul.footer-link li a:hover {
    color: #e59d45;
    text-decoration: none;
}
.footer-social{
    color: #000;
}
.footer-social:hover{
	color: #e59d45;
    text-decoration: none;
}
/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/
@media screen and (min-width:320px) and (max-width:374px){
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid-main {
        padding-right: 15px;
        padding-left: 15px;
    }
    #footer .f14 {
        font-size: 8px;
    }
    .hamburger-mobile {
        border: 0!important;
        font-size: 1em!important;
        margin-top: 3px;
    }
    .container-fluid-main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-toggler {
        padding: .25rem .25rem!important ;
        line-height: 1;
        font-size: 1em!important;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,1);
        border-color: rgba(255,255,255,1);
    }
    .navbar-desktop {
        display: none;
    }
    .navbar-mobile {
        display: block;
    }
    #search input[type="text"] {
        background: url(../images/search-icon.svg) no-repeat 6px 4px #ffffff;
        border: 0;
        border-bottom: 2px solid #3a5fad;
        font: 14px 'kanit',Sans-serif;
        color: #bebebe;
        width: 100%;
        padding: 6px 15px 6px 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 0;
    }
    .carousel {
        position: relative;
        margin-bottom:0;
    }
    .carousel-indicators {
        bottom: -45%;
        display: none;
    }
    .carousel-caption {
        position: absolute;
        bottom: 40%;
        left: 6%;
        right: 6%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        text-align: left;
    }
    .carousel-caption h5 {
        font-size: 12px;
        line-height: 20px;
        font-family: Arial;
        font-weight: 400;
    }
    .carousel-caption p {
        font-size: 16px;
        line-height: 24px;
        font-family: Arial;
        font-weight: 600;
        text-transform: uppercase;
    }
    .banner-yellowLinelide {
        width: 50px;
        border-bottom: 3px solid rgb(244, 153, 54);
        margin: 10px 0px;
    }
    .home-companyGroup {
        height: 280px!important;
        padding: 8%;
        background-image: url(../images/companyGroup-Mobile.jpg);
    }
    .home-companyGroup > table tbody tr td img {
        height:60px;
        max-width:100%;
    }
    .home-companyGroup > table tbody tr:nth-child(3) td img {
        height:28px;
        max-width:100%;
    }
 
    .title {
        font-size: 24px;
        line-height: 27px;
    }
    .text-right-toleft {
        text-align: left;
    }
    .home-text-3 {
        font-size: .8em;
    }
    .home-text-2 {
        font-size: 1em;
    }
    .home-text-2 img{
        height:25px;
    }
    .home-badge {
        font-size: 25px;
        width: 82px;
        padding: 8px 10px;
        line-height: 20px;
    }
    .stockDiv1 {
        min-width: 10%;
        text-align: left;
    }
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 69%;
        margin-bottom: 10px;
        text-align: right;
    }
    .stockDiv3 {
        padding-right: 0px;
        padding: 5px 0;
        margin-right: 0px;
         min-width:100%;
        text-align: right;
        border-top:1px solid rgba(255,255,255,.5);
        border-bottom:1px solid rgba(255,255,255,.5);
    }
    .stockDiv4 {
        padding-right: 0px;
        margin-right: 0px;
        text-align: left;
        max-width:100%;
    }
    .card-text-content {
        height: 86px;
        overflow: hidden;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
    }
    .image-banner {
        object-fit: cover;
        height: auto;
        width: 100%;
    }
    .breadcrumb {
        padding: 0rem 0px;
    }
    .breadcrumb-item {
        font-size: 12px;
    }
    .title-banner {
        font-size: 18px;
        line-height: 20px;
        margin-top: 3%;
    }
    .subtitle-banner {
        font-size: 14px;
        line-height: 14px;
    }
    .yellowLine-banner {
        border-bottom: 3px solid #f49936;
        width: 39px;
    }
    .top-left {
        position: absolute;
        top: 15%;
        left: 7%;
    }
    figure.effect-chico h2 {
        padding: 23% 0 20px 0;
        font-size: 1.1rem;
    }
    figure.effect-chico figcaption {
        padding: 1em;
    }
    ol.investorList, ol.investorList2 {
        margin-left: 0px;
    }
    ol.investorList li {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .investorDownloadBtn {
        padding: 17%;
    }
    .title-line:after {
        height: 23px;
    }
    ul#pills-tabInvestor .nav-link {
        padding: .5rem .5rem;
    }
    .text-investor {
        font-size: 18px;
        line-height: 26px;
    }
    .aboutSection {
        padding-top: 0.5%;
    }
    .about-number span {
        position: relative;
        margin-left: 0;
        font-size: 130px;
        line-height: 130px;
    }
    .absolute {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .about-title {
        display: flex;
        flex-direction: row;
        font-size: 26px;
        font-weight: 400;
        margin-left: 10px;
    }
    .bg-association {
        height: 170px;
    }
    .bg-investor {
        height: 428px;
    }
    .card.fill a .card-body {
        padding: 0rem;
    }
    .title3 {
        font-size: 20px;
        line-height: 30px;
    }
    .MDText {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    ol.mdaList li.mda {
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    ol.mdaList li.mda::before {
        content: counter(ordered);
        counter-increment: ordered 1;
        display: inline-block;
        font-weight: 300;
        margin-left: -45px;
        margin-top: -4px;
        position: absolute;
        background-color: rgb(58, 95, 173);
        color: rgb(255, 255, 255);
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        padding: 1px;
        border-radius: 0px;
    }
    .title2 {
        font-size: 20px;
        line-height: 20px;
    }
    .annualReport-div {
        height: 80px;
    }
    .card.card-announce .card-body {
        padding: 1.25rem 1rem;
    }
    .btn-csr {
        background-color: #67c5f4;
        color: #fff;
        padding: 5px 14px;
        border-radius: 28px;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
    }
    .card.csr {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(255,255,255,1);
        height: 95px;
        border-radius: 1.5rem;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:334px) and (max-width:344px){
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 71%;
        margin-bottom: 10px;
        text-align: right;
    }
}
@media screen and (min-width:345px) and (max-width:374px){
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid-main {
        padding-right: 15px;
        padding-left: 15px;
    }
    #footer .f14 {
        font-size: 8px;
    }
    .hamburger-mobile {
        border: 0!important;
        font-size: 1em!important;
        margin-top: 3px;
    }
    .container-fluid-main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-toggler {
        padding: .25rem .25rem!important ;
        line-height: 1;
        font-size: 1em!important;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,1);
        border-color: rgba(255,255,255,1);
    }
    .navbar-desktop {
        display: none;
    }
    .navbar-mobile {
        display: block;
    }
    #search input[type="text"] {
        background: url(../images/search-icon.svg) no-repeat 6px 4px #ffffff;
        border: 0;
        border-bottom: 2px solid #3a5fad;
        font: 14px 'kanit',Sans-serif;
        color: #bebebe;
        width: 100%;
        padding: 6px 15px 6px 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 0;
    }
    .carousel {
        position: relative;
        margin-bottom:0;
    }
    .carousel-indicators {
        bottom: -45%;
        display: none;
    }
    .carousel-caption {
        position: absolute;
        bottom: 40%;
        left: 6%;
        right: 6%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        text-align: left;
    }
    .carousel-caption h5 {
        font-size: 12px;
        line-height: 20px;
        font-family: Arial;
        font-weight: 400;
    }
    .carousel-caption p {
        font-size: 16px;
        line-height: 24px;
        font-family: Arial;
        font-weight: 600;
        text-transform: uppercase;
    }
    .banner-yellowLinelide {
        width: 50px;
        border-bottom: 3px solid rgb(244, 153, 54);
        margin: 10px 0px;
    }
    .home-companyGroup {
        height: 280px!important;
        padding: 8%;
        background-image: url(../images/companyGroup-Mobile.jpg);
    }
    .home-companyGroup > table tbody tr td img {
        height:60px;
        max-width:100%;
    }
    .home-companyGroup > table tbody tr:nth-child(3) td img {
        height:40px;
        max-width:100%;
    }
    .title {
        font-size: 25px;
        line-height: 27px;
    }
    .text-right-toleft {
        text-align: left;
    }
    .home-text-3 {
        font-size: .8em;
    }
    .home-text-2 {
        font-size: 1em;
    }
    .home-text-2 img{
        height:25px;
    }
    .home-badge {
        font-size: 25px;
        width: 82px;
        padding: 8px 10px;
        line-height: 20px;
    }
    .stockDiv1 {
        min-width: 10%;
        text-align: left;
    }
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 72%;
        margin-bottom: 10px;
        text-align: right;
    }
    .stockDiv3 {
        padding-right: 0px;
        padding: 5px 0;
        margin-right: 0px;
         min-width:100%;
        text-align: right;
        border-top:1px solid rgba(255,255,255,.5);
        border-bottom:1px solid rgba(255,255,255,.5);
    }
    .stockDiv4 {
        padding-right: 0px;
        margin-right: 0px;
        text-align: left;
        max-width:100%;
    }
    .card-text-content {
        height: 86px;
        overflow: hidden;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
    }
    .image-banner {
        object-fit: cover;
        height: auto;
        width: 100%;
    }
    .breadcrumb {
        padding: 0rem 0px;
    }
    .breadcrumb-item {
        font-size: 12px;
    }
    .title-banner {
        font-size: 18px;
        line-height: 28px;
    }
    .yellowLine-banner {
        border-bottom: 3px solid #f49936;
        width: 39px;
    }
    .top-left {
        position: absolute;
        top: 15%;
        left: 7%;
    }
    figure.effect-chico h2 {
        padding: 23% 0 20px 0;
        font-size: 1.1rem;
    }
    figure.effect-chico figcaption {
        padding: 1em;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:357px) and (max-width:366px){
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 73%;
        margin-bottom: 10px;
        text-align: right;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:367px) and (max-width:372px){
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 73.5%;
        margin-bottom: 10px;
        text-align: right;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:373px) and (max-width:374px){
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 74%;
        margin-bottom: 10px;
        text-align: right;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:375px) and (max-width:413px){
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid-main {
        padding-right: 15px;
        padding-left: 15px;
    }
    #footer .f14 {
        font-size: 9px;
    }
    .hamburger-mobile {
        border: 0!important;
        font-size: 1em!important;
        margin-top: 3px;
    }
    .container-fluid-main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-toggler {
        padding: .25rem .25rem!important ;
        line-height: 1;
        font-size: 1em!important;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,1);
        border-color: rgba(255,255,255,1);
    }
    .navbar-desktop {
        display: none;
    }
    .navbar-mobile {
        display: block;
    }
    #search input[type="text"] {
        background: url(../images/search-icon.svg) no-repeat 6px 4px #ffffff;
        border: 0;
        border-bottom: 2px solid #3a5fad;
        font: 14px 'kanit',Sans-serif;
        color: #bebebe;
        width: 100%;
        padding: 6px 15px 6px 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 0;
    }
    .carousel {
        position: relative;
        margin-bottom:0;
    }
    .carousel-indicators {
        bottom: -45%;
        display: none;
    }
    .carousel-caption {
        position: absolute;
        bottom: 40%;
        left: 6%;
        right: 6%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        text-align: left;
    }
    .carousel-caption h5 {
        font-size: 12px;
        line-height: 20px;
        font-family: Arial;
        font-weight: 400;
    }
    .carousel-caption p {
        font-size: 19px;
        line-height: 24px;
        font-family: Arial;
        font-weight: 600;
        text-transform: uppercase;
    }
    .banner-yellowLinelide {
        width: 50px;
        border-bottom: 3px solid rgb(244, 153, 54);
        margin: 10px 0px;
    }
    .home-companyGroup {
        height: 330px!important;
        padding: 8%;
        background-image: url(../images/companyGroup-Mobile.jpg);
    }
    .home-companyGroup > table tbody tr td img {
        height:60px;
        max-width:100%;
    }
    .home-companyGroup > table tbody tr:nth-child(3) td img {
        height:28px;
        max-width:100%;
    }
    .title {
        font-size: 27px;
        line-height: 27px;
    }
    .text-right-toleft {
        text-align: left;
    }
    .home-text-3 {
        font-size: 1em;
    }
    .home-text-2 {
        font-size: 1.5em;
    }
    .home-badge {
        font-size: 25px;
        width: 82px;
        padding: 8px 10px;
        line-height: 20px;
    }
    .stockDiv1 {
        min-width: 10%;
        text-align: left;
    }
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 68%;
        margin-bottom: 10px;
        text-align: right;
    }
    .stockDiv3 {
        padding-right: 0px;
        padding: 5px 0;
        margin-right: 0px;
         min-width:100%;
        text-align: right;
        border-top:1px solid rgba(255,255,255,.5);
        border-bottom:1px solid rgba(255,255,255,.5);
    }
    .stockDiv4 {
        padding-right: 0px;
        margin-right: 0px;
        text-align: left;
        max-width:100%;
    }
    .image-banner {
        object-fit: cover;
        height: auto;
        width: 100%;
    }
    .breadcrumb {
        padding: 0rem 0px;
    }
    .breadcrumb-item {
        font-size: 12px;
    }
    .title-banner {
        font-size: 18px;
        line-height: 28px;
        margin-top: 3%;
    }
    .subtitle-banner {
        font-size: 14px;
        line-height: 14px;
    }
    .yellowLine-banner {
        border-bottom: 3px solid #f49936;
        width: 39px;
    }
    .top-left {
        position: absolute;
        top: 15%;
        left: 7%;
    }
    figure.effect-chico h2 {
        padding: 16% 0 20px 0;
        font-size: 1.2rem;
    }
    ol.investorList, ol.investorList2 {
        margin-left: 0px;
    }
    ol.investorList li {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .investorDownloadBtn {
        padding: 17%;
    }
    .title-line:after {
        height: 23px;
    }
    ul#pills-tabInvestor .nav-link {
        padding: .5rem .5rem;
    }
    .text-investor {
        font-size: 18px;
        line-height: 26px;
    }
    .aboutSection {
        padding-top: 0.5%;
    }
    .about-number span {
        position: relative;
        margin-left: 0;
        font-size: 130px;
        line-height: 130px;
    }
    .absolute {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .about-title {
        display: flex;
        flex-direction: row;
        font-size: 26px;
        font-weight: 400;
        margin-left: 10px;
    }
    .bg-association {
        height: 145px;
    }
    .bg-investor {
        height: 428px;
    }
    .title3 {
        font-size: 20px;
        line-height: 30px;
    }
    .MDText {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    ol.mdaList li.mda {
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    ol.mdaList li.mda::before {
        content: counter(ordered);
        counter-increment: ordered 1;
        display: inline-block;
        font-weight: 300;
        margin-left: -45px;
        margin-top: -4px;
        position: absolute;
        background-color: rgb(58, 95, 173);
        color: rgb(255, 255, 255);
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        padding: 1px;
        border-radius: 0px;
    }
    .title2 {
        font-size: 20px;
        line-height: 20px;
    }
    .annualReport-div {
        height: 80px;
    }
    .card.card-announce .card-body {
        padding: 1.25rem 1rem;
    }
    .btn-csr {
        background-color: #67c5f4;
        color: #fff;
        padding: 5px 14px;
        border-radius: 28px;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
    }
    .card.csr {
        border-radius: 1.5rem;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:375px) and (max-width:380px){
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 68.5%;
        margin-bottom: 10px;
        text-align: right;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:381px) and (max-width:391px){
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 69%;
        margin-bottom: 10px;
        text-align: right;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:392px) and (max-width:413px){
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 70%;
        margin-bottom: 10px;
        text-align: right;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:414px) and (max-width:424px){
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid-main {
        padding-right: 15px;
        padding-left: 15px;
    }
    #footer .f14 {
        font-size: 10px;
    }
    .hamburger-mobile {
        border: 0!important;
        font-size: 1em!important;
        margin-top: 3px;
    }
    .container-fluid-main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-toggler {
        padding: .25rem .25rem!important ;
        line-height: 1;
        font-size: 1em!important;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,1);
        border-color: rgba(255,255,255,1);
    }
    .navbar-desktop {
        display: none;
    }
    .navbar-mobile {
        display: block;
    }
    #search input[type="text"] {
        background: url(../images/search-icon.svg) no-repeat 6px 4px #ffffff;
        border: 0;
        border-bottom: 2px solid #3a5fad;
        font: 14px 'kanit',Sans-serif;
        color: #bebebe;
        width: 100%;
        padding: 6px 15px 6px 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 0;
    }
    .carousel {
        position: relative;
        margin-bottom:0;
    }
    .carousel-indicators {
        bottom: -45%;
        display: none;
    }
    .carousel-caption {
        position: absolute;
        bottom: 42%;
        left: 6%;
        right: 6%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        text-align: left;
    }
    .carousel-caption h5 {
        font-size: 14px;
        line-height: 20px;
        font-family: Arial;
        font-weight: 400;
    }
    .carousel-caption p {
        font-size: 19px;
        line-height: 24px;
        font-family: Arial;
        font-weight: 600;
        text-transform: uppercase;
    }
    .banner-yellowLinelide {
        width: 50px;
        border-bottom: 3px solid rgb(244, 153, 54);
        margin: 10px 0px;
    }
    .home-companyGroup {
        height: 330px!important;
        padding: 8%;
        background-image: url(../images/companyGroup-Mobile.jpg);
    }
    .home-companyGroup > table tbody tr td img {
        height:60px;
        max-width:100%;
    }
    .home-companyGroup > table tbody tr:nth-child(3) td img {
        height:28px;
        max-width:100%;
    }
    .title {
        font-size: 29px;
        line-height: 36px;
    }
    .text-right-toleft {
        text-align: left;
    }
    .stockDiv1 {
        min-width: 16%;
        text-align: left;
    }
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 200px;
        margin-bottom: 10px;
        text-align: right;
    }
    .stockDiv3 {
        padding-right: 0px;
        padding: 5px 0;
        margin-right: 0px;
         min-width:100%;
        text-align: right;
        border-top:1px solid rgba(255,255,255,.5);
        border-bottom:1px solid rgba(255,255,255,.5);
    }
    .stockDiv4 {
        padding-right: 0px;
        margin-right: 0px;
        text-align: left;
        max-width:100%;
    }
    .image-banner {
        object-fit: cover;
        height: auto;
        width: 100%;
    }
    .breadcrumb {
        padding: 0rem 0px;
    }
    .breadcrumb-item {
        font-size: 12px;
    }
    .title-banner {
        font-size: 18px;
        line-height: 28px;
        margin-top: 3%;
    }
    .subtitle-banner {
        font-size: 14px;
        line-height: 14px;
    }
    .yellowLine-banner {
        border-bottom: 3px solid #f49936;
        width: 39px;
    }
    .top-left {
        position: absolute;
        top: 15%;
        left: 7%;
    }
    figure.effect-chico h2 {
        padding: 20% 0 20px 0;
        font-size: 1.4rem;
    }
    figure.effect-chico figcaption {
        padding: 2em;
    }
    ol.investorList, ol.investorList2 {
        margin-left: 0px;
    }
    ol.investorList li {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .investorDownloadBtn {
        padding: 17%;
    }
    .title-line:after {
        height: 23px;
    }
    ul#pills-tabInvestor .nav-link {
        padding: .5rem .5rem;
    }
    .text-investor {
        font-size: 18px;
        line-height: 26px;
    }
    .aboutSection {
        padding-top: 0.5%;
    }
    .about-number span {
        position: relative;
        margin-left: 0;
        font-size: 130px;
        line-height: 130px;
    }
    .absolute {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .about-title {
        display: flex;
        flex-direction: row;
        font-size: 26px;
        font-weight: 400;
        margin-left: 10px;
    }
    .bg-association {
        height:150px;
    }
    .bg-investor {
        height: 428px;
    }
    .title3 {
        font-size: 22px;
        line-height: 34px;
    }
    .MDText {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    ol.mdaList li.mda {
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    ol.mdaList li.mda::before {
        content: counter(ordered);
        counter-increment: ordered 1;
        display: inline-block;
        font-weight: 300;
        margin-left: -45px;
        margin-top: -4px;
        position: absolute;
        background-color: rgb(58, 95, 173);
        color: rgb(255, 255, 255);
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        padding: 1px;
        border-radius: 0px;
    }
    .title2 {
        font-size: 20px;
        line-height: 20px;
    }
    .annualReport-div {
        height: 80px;
    }
    .card.card-announce .card-body {
        padding: 1.25rem 1.2rem;
    }
    .btn-csr {
        background-color: #67c5f4;
        color: #fff;
        padding: 5px 14px;
        border-radius: 28px;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
    }
    .card.csr {
        border-radius: 1.5rem;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:425px) and (max-width:767px){
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid-main {
        padding-right: 15px;
        padding-left: 15px;
    }
    #footer .f14 {
        font-size: 10px;
    }
    .hamburger-mobile {
        border: 0!important;
        font-size: 1em!important;
        margin-top: 3px;
    }
    .container-fluid-main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-toggler {
        padding: .25rem .25rem!important ;
        line-height: 1;
        font-size: 1em!important;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,1);
        border-color: rgba(255,255,255,1);
    }
    .navbar-desktop {
        display: none;
    }
    .navbar-mobile {
        display: block;
    }
    #search input[type="text"] {
        background: url(../images/search-icon.svg) no-repeat 6px 4px #ffffff;
        border: 0;
        border-bottom: 2px solid #3a5fad;
        font: 14px 'kanit',Sans-serif;
        color: #bebebe;
        width: 100%;
        padding: 6px 15px 6px 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 0;
    }
    .carousel {
        position: relative;
        margin-bottom:0;
    }
    .carousel-indicators {
        bottom: -45%;
        display: none;
    }
    .carousel-caption {
        position: absolute;
        bottom: 44%;
        left: 6%;
        right: 6%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        text-align: left;
    }
    .carousel-caption h5 {
        font-size: 14px;
        line-height: 20px;
        font-family: Arial;
        font-weight: 400;
    }
    .carousel-caption p {
        font-size: 21px;
        line-height: 24px;
        font-family: Arial;
        font-weight: 600;
        text-transform: uppercase;
    }
    .banner-yellowLinelide {
        width: 50px;
        border-bottom: 3px solid rgb(244, 153, 54);
        margin: 10px 0px;
    }
    .home-companyGroup {
        height: 330px!important;
        padding: 8%;
        background-image: url(../images/companyGroup-Mobile.jpg);
    }
    .home-companyGroup > table tbody tr td img {
        height:60px;
        max-width:100%;
    }
    .home-companyGroup > table tbody tr:nth-child(3) td img {
        height:28px;
        max-width:100%;
    }
    .title {
        font-size: 27px;
        line-height: 35px;
    }
    .text-right-toleft {
        text-align: left;
    }
    .stockDiv1 {
        min-width: 16%;
        text-align: left;
    }
    .stockDiv2 {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        min-width: 200px;
        margin-bottom: 10px;
        text-align: right;
    }
    .stockDiv3 {
        padding-right: 0px;
        padding: 5px 0;
        margin-right: 0px;
         min-width:378px;
        text-align: right;
        border-top:1px solid rgba(255,255,255,.5);
        border-bottom:1px solid rgba(255,255,255,.5);
    }
    .stockDiv4 {
        padding-right: 0px;
        margin-right: 0px;
        text-align: left;
        max-width:100%;
    }
    .image-banner {
        object-fit: cover;
        height: auto;
        width: 100%;
    }
    .breadcrumb {
        padding: 0rem 0px;
    }
    .breadcrumb-item {
        font-size: 12px;
    }
    .title-banner {
        font-size: 18px;
        line-height: 28px;
        margin-top: 3%;
    }
    .subtitle-banner {
        font-size: 14px;
        line-height: 14px;
    }
    .yellowLine-banner {
        border-bottom: 3px solid #f49936;
        width: 39px;
    }
    .top-left {
        position: absolute;
        top: 15%;
        left: 7%;
    }
    figure.effect-chico h2 {
        padding: 23% 0 20px 0;
        font-size: 1.4rem;
    }
    figure.effect-chico figcaption {
        padding: 2em;
    }
    ol.investorList, ol.investorList2 {
        margin-left: 0px;
    }
    ol.investorList li {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .investorDownloadBtn {
        padding: 17%;
    }
    .title-line:after {
        height: 23px;
    }
    ul#pills-tabInvestor .nav-link {
        padding: .5rem .5rem;
    }
    .text-investor {
        font-size: 18px;
        line-height: 26px;
    }
    .aboutSection {
        padding-top: 0.5%;
    }
    .about-number span {
        position: relative;
        margin-left: 0;
        font-size: 130px;
        line-height: 130px;
    }
    .absolute {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .about-title {
        display: flex;
        flex-direction: row;
        font-size: 26px;
        font-weight: 400;
        margin-left: 10px;
    }
    .bg-association {
        height:150px;
    }
    .bg-investor {
        height: 428px;
    }
    .title3 {
        font-size: 20px;
        line-height: 30px;
    }
    .MDText {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    ol.mdaList li.mda {
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    ol.mdaList li.mda::before {
        content: counter(ordered);
        counter-increment: ordered 1;
        display: inline-block;
        font-weight: 300;
        margin-left: -45px;
        margin-top: -4px;
        position: absolute;
        background-color: rgb(58, 95, 173);
        color: rgb(255, 255, 255);
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        padding: 1px;
        border-radius: 0px;
    }
    .title2 {
        font-size: 24px;
        line-height: 24px;
    }
    .annualReport-div {
        height: 80px;
    }
    .card.card-announce .card-body {
        padding: 1.25rem 1.25rem;
    }
    .btn-csr {
        background-color: #67c5f4;
        color: #fff;
        padding: 5px 14px;
        border-radius: 28px;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
    }
    .card.csr {
        border-radius: 1.5rem;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:768px) and (max-width:1023px){
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid-main {
        padding-right: 15px;
        padding-left: 15px;
    }
    #footer .f14 {
        font-size: 10px;
    }
    .hamburger-mobile {
        border: 0!important;
        font-size: 1em!important;
        margin-top: 3px;
    }
    .container-fluid-main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-toggler {
        padding: .25rem .25rem!important ;
        line-height: 1;
        font-size: 1em!important;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,1);
        border-color: rgba(255,255,255,1);
    }
    .navbar-desktop {
        display: none;
    }
    .navbar-mobile {
        display: block;
    }
    #search input[type="text"] {
        background: url(../images/search-icon.svg) no-repeat 6px 4px #ffffff;
        border: 0;
        border-bottom: 2px solid #3a5fad;
        font: 14px 'kanit',Sans-serif;
        color: #bebebe;
        width: 100%;
        padding: 6px 15px 6px 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 0;
    }
    .carousel {
        position: relative;
        margin-bottom:0;
    }
    .carousel-indicators {
        bottom: -45%;
        display: none;
    }
    .carousel-caption {
        position: absolute;
        bottom: 52%;
        left: 6%;
        right: 6%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        text-align: left;
    }
    .carousel-caption h5 {
        font-size: 18px;
        line-height: 20px;
        font-family: Arial;
        font-weight: 400;
    }
    .carousel-caption p {
        font-size: 36px;
        line-height: 48px;
        font-family: Arial;
        font-weight: 600;
        text-transform: uppercase;
    }
    .banner-yellowLinelide {
        width: 80px;
        border-bottom: 4px solid rgb(244, 153, 54);
        margin: 15px 0px;
    }
    .home-companyGroup {
        height: 500px!important;
        padding: 8%;
        background-image: url(../images/companyGroup-Mobile.jpg);
    }
    .home-companyGroup > table tbody tr td img {
        height:90px;
        max-width:100%;
    }
    .home-companyGroup > table tbody tr:nth-child(3) td img {
        height:45px;
        max-width:100%;
    }
    .title {
        font-size: 30px;
        line-height: 27px;
    }
    .text-right-toleft {
        text-align: left;
    }
    .stockDiv1 {
        min-width: 100px;
        text-align: left;
    }
    .stockDiv2 {
        border-right: 1px solid #fff;
        padding-right: 5px;
        margin-right: 5px;
        min-width: 200px;
        margin-bottom: 10px;
        text-align: right;
    }
    .stockDiv3 {
        padding-right: 0px;
        padding: 5px 0;
        margin-right: 0px;
        min-width:200px;
        text-align: right;
    }
    .stockDiv4 {
        padding-right: 0px;
        margin-right: 0px;
        text-align: left;
        min-width: 165px;
    }
    .home-text-2 {
        font-size: 1.2em;
    }
    .home-text-2 img{
        height:25px;
    }
    .home-text-3 {
        font-size: 1em;
    }
    .home-badge {
        font-size: 28px;
        width: 75px;
        padding: 6px 10px;
        line-height: 24px;
    }
    .image-banner {
        object-fit: cover;
        height: auto;
        width: 100%;
    }
    .breadcrumb {
        padding: 0.2rem 0px;
    }
    .title-banner {
        font-size: 28px;
        line-height: 48px;
    }
    .top-left {
        position: absolute;
        top: 21%;
        left: 7%;
    }
    figure.effect-chico h2 {
        padding: 16% 0 20px 0;
        font-size: 1.2rem;
    }
    ol.investorList, ol.investorList2 {
        margin-left: 0px;
    }
    ol.investorList li {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .investorDownloadBtn {
        padding: 7%;
    }
    .bg-investor {
        height: 440px;
    }
    .title-line:after {
        height: 23px;
    }
    ul#pills-tabInvestor .nav-link {
        padding: .5rem .5rem;
    }
    .text-investor {
        font-size: 18px;
        line-height: 26px;
    }
    .aboutSection {
        padding-top: 0.5%;
    }
    .about-number span {
        position: relative;
        margin-left: 0;
        font-size: 130px;
        line-height: 130px;
    }
    .absolute {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .about-title {
        display: flex;
        flex-direction: row;
        font-size: 26px;
        font-weight: 400;
        margin-left: 10px;
    }
    .bg-association {
        height:130px;
    }
    #accordionAboutAward .card-header {
        padding: 1rem 1.25rem;
    }
    #accordionAboutAward .btn-link h6 {
        font-size: 16px;
    }
    #accordionAboutManagement .card-header {
        padding: 1rem 1.25rem;
    }
    #accordionAboutManagement .btn-link h6 {
        font-size: 16px;
    }
    #accordionAboutMessage .card-header {
        padding: 1rem 1.25rem;
    }
    #accordionAboutMessage .btn-link h6 {
        font-size: 16px;
    }
    #accordionAboutCompany .card-header {
        padding: 1rem 1.25rem;
    }
    #accordionAboutCompany .btn-link h6 {
        font-size: 16px;
    }
    .sidenav {
        top: 45px;
    }
    .topButton {
        height: 110px;
    }
    .MDText {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    ol.mdaList li.mda {
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    ol.mdaList li.mda::before {
        content: counter(ordered);
        counter-increment: ordered 1;
        display: inline-block;
        font-weight: 300;
        margin-left: -45px;
        margin-top: -4px;
        position: absolute;
        background-color: rgb(58, 95, 173);
        color: rgb(255, 255, 255);
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        padding: 1px;
        border-radius: 0px;
    }
    .title2 {
        font-size: 24px;
        line-height: 24px;
    }
    .annualReport-div {
        height: 80px;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0 0 .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: rgba(255,255,255,.5);
        text-align: left;
        list-style: none;
        background-color: #0f2145;
        background-clip: padding-box;
        border: none;
        border-radius: .25rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem .25rem 0;
        clear: both;
        font-weight: 300;
        color: rgba(255,255,255,.5);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
@media screen and (min-width:1024px) and (max-width:1279px){
    li.nav-item.main {
        padding-left: 3px;
    }
    .navbar-desktop {
        display: block;
    }
    .navbar-mobile {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,1);
        font-size: 10.5px;
        line-height: 20px;
    }
    .carousel-indicators {
        bottom: -20%;
    }
    .carousel-caption {
        position: absolute;
        bottom: 30%;
        left: 6%;
        right: 6%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        text-align: left;
    }
    .carousel-caption h5 {
        font-size: 20px;
        line-height: 20px;
        font-family: Arial;
        font-weight: 400;
    }
    .carousel-caption p {
        font-size: 40px;
        line-height: 40px;
        font-family: Arial;
        font-weight: 600;
        text-transform: uppercase;
    }
    .banner-yellowLinelide {
        width: 100px;
        border-bottom: 5px solid rgb(244, 153, 54);
        margin: 15px 0px;
    }
    .container-special-home {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
        margin-right: auto;
        margin-left: auto;
    }
    .stockDiv1 {
        max-width: 100%;
        width: 100%;
        text-align: left;
    }
    .stockDiv2 {
        border-right: 2px solid #fff;
        padding-right:10px;
        margin-right:10px;
        min-width:320px;
        text-align: center;
    }
    .stockDiv3 {
        padding-right:5px;
        margin-right:5px;
        min-width:320px;
        text-align: center;
    }
    .stockDiv4 {
        padding-right: 5px;
        margin-right: 5px;
        text-align: left;
        max-width:100%;
        width:25%;
    }
    .home-stockdate {
        padding-right: 10px;
        margin-right: 10px;
        line-height: 14px;
    }
    figure.effect-chico h2 {
        padding: 26% 0 20px 0;
        font-size: 1.8rem;
    }
    figure.effect-chico figcaption {
        padding: 2em;
    }
    ol.investorList, ol.investorList2 {
        margin-left: 0px;
    }
    ol.investorList li {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .investorDownloadBtn {
        padding: 7%;
    }
    .bg-investor {
        height: 440px;
    }
    .title-line:after {
        height: 23px;
    }
    ul#pills-tabInvestor .nav-link {
        padding: .5rem .5rem;
    }
    .text-investor {
        font-size: 18px;
        line-height: 26px;
    }
    .aboutSection {
        padding-top: 0.5%;
    }
    .about-number span {
        position: relative;
        margin-left: 0;
        font-size: 130px;
        line-height: 130px;
        margin-top:100px;
    }
    .absolute {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .about-title {
        display: flex;
        flex-direction: row;
        font-size: 26px;
        font-weight: 400;
        margin-left: 10px;
    }
    .bg-association {
        height:130px;
    }
    .topButton {
        height: 110px;
    }
    .card-text-content {
        height: 81px;
    }
    .MDText {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }
    ol.mdaList li.mda {
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    ol.mdaList li.mda::before {
        content: counter(ordered);
        counter-increment: ordered 1;
        display: inline-block;
        font-weight: 300;
        margin-left: -45px;
        margin-top: -4px;
        position: absolute;
        background-color: rgb(58, 95, 173);
        color: rgb(255, 255, 255);
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        padding: 1px;
        border-radius: 0px;
    }
    .title2 {
        font-size: 24px;
        line-height: 24px;
    }
    .annualReport-div {
        height: 80px;
    }
    .card.card-form56 .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .5rem 1rem;
    }
    .home-companyGroup > table tbody tr:nth-child(1) td img {
        height:80px;
        max-width:100%;
    }
}
@media screen and (min-width:1280px) and (max-width:1359px){
    li.nav-item.main {
        padding-left: 8px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,1);
        font-size: 12px;
        line-height: 20px;
    }
    .navbar-desktop {
        display: block;
    }
    .navbar-mobile {
        display: none;
    }
    figure.effect-chico h2 {
        padding: 26% 0 20px 0;
        font-size: 1.8rem;
    }
    figure.effect-chico figcaption {
        padding: 2em;
    }
    .absolute {
        position: absolute;
        margin-top: -5.5%;
        width: 94%;
        max-width: 100%;
    }
    .investorDownloadBtn {
        padding: 4%;
    }
    .bg-investor {
        height: 500px;
    }
    .card-text-content {
        height: 88px;
    }
    .MDText {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }
    ol.mdaList li.mda {
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .title2 {
        font-size: 24px;
        line-height: 24px;
    }
    .annualReport-div {
        height: 80px;
    }
    .card.card-form56 .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .5rem 1rem;
    }
    .home-companyGroup > table tbody tr:nth-child(1) td img {
        height:80px;
        max-width:100%;
    }
}
@media screen and (min-width:1360px) and (max-width:1439px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: .3rem;
    }
    li.nav-item.main {
        padding-left: 3px;
    }
    .navbar-desktop {
        display: block;
    }
    .navbar-mobile {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,1);
        font-size: 14px;
        line-height: 20px;
    }
    figure.effect-chico h2 {
        padding: 30% 0 20px 0;
        font-size: 1.8rem;
    }
    figure.effect-chico figcaption {
        padding: 2em;
    }
    .absolute {
        position: absolute;
        margin-top: -5%;
        width: 93%;
        max-width: 100%;
    }
    .investorDownloadBtn {
        padding: 4%;
    }
    .bg-investor {
        height: 500px;
    }
    .card-text-content {
        height: 87px;
    }
    .MDText {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }
    ol.mdaList li.mda {
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .title2 {
        font-size: 24px;
        line-height: 24px;
    }
    .annualReport-div {
        height: 120px;
    }
    .card.card-form56 .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .5rem 1rem;
    }
    .home-companyGroup > table tbody tr:nth-child(1) td img {
        height:80px;
        max-width:100%;
    }
}
@media screen and (min-width:1440px) and (max-width:1599px){
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,1);
        font-size: 14px;
        line-height: 20px;
    }
    .navbar-desktop {
        display: block;
    }
    .navbar-mobile {
        display: none;
    }
    .investorDownloadBtn {
        padding: 4%;
    }
    .bg-investor {
        height: 500px;
    }
    .MDText {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }
    ol.mdaList li.mda {
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .title2 {
        font-size: 24px;
        line-height: 24px;
    }
    .annualReport-div {
        height: 200px;
    }
    .card.card-form56 .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .5rem 1rem;
    }
    .home-companyGroup > table tbody tr:nth-child(1) td img {
        height:80px;
        max-width:100%;
    }
}
@media screen and (min-width:1600px) {
    .navbar-desktop {
        display: block;
    }
    .navbar-mobile {
        display: none;
    }
    .MDText {
        font-size: 1.5rem;
    }
    .card.card-form56 .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .5rem 1rem;
    }
    .home-companyGroup > table tbody tr:nth-child(1) td img {
        height:80px;
        max-width:100%;
    }
}