html{
    overflow-x: hidden;
}
body {
    font-family: 'Oxygen', 'Kanit', sans-serif;
    overflow-x: hidden;
    font-weight: 300;
}

.text_about_slide {
    position: absolute;
    top: 30px;
}

.welcome {
    padding: 50px 0;
    text-align: center;
}


.welcome h2 {
    font-weight: bold;
}

.nopan {
    padding: 0;
}

.nopan_xs {
    padding: 0;
}

.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 0 0 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.text_home {
    text-align: center;
}

.text_home h3 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    
}

.text_home p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 30px;
    
}

.padding_topic {
    padding: 0 0 80px;
}

.img-banner h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
    text-shadow: 1.5px 1.5px 1px #333;
    text-transform: uppercase;
}

.img-banner img {
    position: relative;
}

.padding_eistory {
    padding: 80px 0;
}

.eistory {
    padding: 25px 0 0;
}

.eistory h3 {
    color: #1e2282;
    font-weight: bold;
    padding: 0 0 10px;
}

.eistory h5 {
    padding: 0 0 10px;
}

.eistory p {
    color: #333;
}

.text_contact h3 {
    font-weight: bold;
    padding: 10px 0;
}

.padding_text_contact {
    padding: 80px 0 60px;
}

.text_contact {
    padding: 59px 0 58px 20px;
}

.text_contact p {
    padding: 0 0 5px;
    color: #333;
}

.img_contact_1 img {
    padding-right: 19px;
}

.img_contact_2 {
    padding-right: 36px;
}

.img_contact_3 {
    padding-left: 36px;
}



/*buttonreadmore_eistory*/

.readmore_eistory {
    display: inline-block;
    border-radius: 30px;
    background: none;
    color: #fff;
    text-align: center;
    width: 165px;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align: middle;
    padding: 4px;
    font-size: 16px;
    border: solid 2px #0e115d;
    background-color: #1e2282;
}

.readmore_eistory span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.readmore_eistory span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.readmore_eistory:hover span {
    padding-right: 25px;
}

.readmore_eistory:hover span:after {
    opacity: 1;
    right: 0;
}

/*buttonreadmore_eistory*/

/*buttonreadmore_eistory_slide*/

.readmore_eistory_slide {
    display: inline-block;
    border-radius: 30px;
    background: none;
    color: #fff;
    text-align: center;
    width: 165px;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align: middle;
    padding: 4px;
    font-size: 16px;
    border: solid 2px #0e115d;
    background-color: #1e2282;
}

.readmore_eistory_slide span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.readmore_eistory_slide span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.readmore_eistory_slide:hover span {
    padding-right: 25px;
}

.readmore_eistory_slide:hover span:after {
    opacity: 1;
    right: 0;
}

/*buttonreadmore_eistory_slide*/

.btn {
    width: 100px;
    line-height: 1.5;
    border-radius: 30px;
}

.btn-default {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-primary {
    color: #fff;
    background-color: #1e2282;
    border-color: #1e2282;
}

.modal-content {
    background-color: #f7f7f7;
}

.form-control {
    border: none;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px 0 0;
}

.img-publication img {
    padding: 20px 10px 20px 0px;
}

.modal-body h5 {
    font-weight: bold;
}

.modal-header {
    border: none;
    padding: 8px 15px 0 0;
}

.modal-footer {
    border: none;
}

.ling_a {
    font-size: 15px;
}

.ling_a a {
    text-decoration: none;
    color: #000;
}

.ling_a a:hover {
    color: #1e2282;
}

.text_rayong h3 {
    font-style: italic;
    font-weight: bold;
}

.text_rayong h4 {
    font-style: italic;
    font-size: 20px;
    padding: 0 0 10px;
}

.text_rayong p {
    padding: 0 0 5px;
}

.text_rayong {
    text-align: center;
    padding: 20px 0 70px;
}

.padding_icon_about {
    padding: 0 0 35px;
}

.icon_text {
    padding: 25px 0 0;
}

.icon_text h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.text-product {
    padding: 40px 0 30px;
    text-align: center;
}

.text-product h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
}

.bg-gary {
    background-color: #f7f7f7;
}

.padding_icon {
    padding: 80px 0 80px;
}

.text-product-images h4 {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.text-product-images {
    text-align: center;
}

.text-product::after {
    content: "";
    height: 6px;
    width: 78px;
    background-color: #d94335;
    display: inline-block;
    vertical-align: top;
}

/*hovereffect_topic*/

.hovereffect_topic {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.hovereffect_topic .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect_topic:hover .overlay {
    background-color: rgba(170, 170, 170, 0.4);
}

.hovereffect_topic h2,
.hovereffect_topic img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect_topic img {
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
}

.hovereffect_topic:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect_topic h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.28);
    margin: 0;
    bottom: 0;
    width: 100%;
}

/*hovereffect_topic*/

.panel_title_download h4 {
    font-weight: bold;
}

.text_career_do h4 {
    font-weight: bold;
}

/*panel-title*/

.panel_title_download {
    padding: 50px 0 0;
}

.panel-heading.active .panel-title > a {
    background-color: #1e2282;
    color: #fff;
}

.panel-default {
    background-color: #f7f8fa;
}

.text_download i {
    color: #1e2282;
}

.text_download a {
    color: #000;
    text-decoration: none;
}

.text-product p {
    text-align: center;
}

.text_download p {
    padding: 5px 20px 10px;
    margin: 0;
    line-height: 1.8;
}

.text_download img {
    width: 24px;
}

.panel-body {
    padding: 20px;
}

.panel-title > a,
.panel-title > a:active {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    word-spacing: 3px;
    text-decoration: none;
    border: solid 1px #3333331c;
    color: #fff;
    background-color: #a1a1a1;
    margin-top: 20px;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    transition: all 0.5s;
}

.wrapper {
    width: 100%;
    padding-bottom: 50px;
}

.panel-heading {
    padding: 0;
    border: 0;
}

/*panel-title*/

.text_career {
    padding: 50px 0;
}

.text_career p {
    margin: 0;
}

.bg_gary {
    background-color: #f7f7f7;
    padding: 60px 0;
}


/*footer*/

.bg-blue {
    background-color: #1e2282;
}

.padding_copyright {
    padding: 12px 0;
}

.text_footer {
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

.follow_us img {
    width: 27px;
}

.follow_us p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    padding: 4px 0 0 0;
}

.follow_us a {
    margin: 0;
    padding-left: 10px;
}

.follow_us {
    display: -webkit-box;
    float: right;
}

.text_footer p {
    margin: 0;
    font-size: 14px;
}

.text_footer h4 {
    font-weight: bold;
    letter-spacing: 1.3px;
    
}

.bg_footer {
    background-image: url(../images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.copyright p {
    color: #fff;
    margin: 0;
    font-size: 13px;
    padding: 4px 0;
}

/*footer*/

figcaption {
    display: none;
}

.text_home h3 {
    padding-bottom: 40px;
}

.icon_about img {
    width: 100%;
}

@media (max-width: 1200px) {
    .panel-body {
        padding: 10px 20px;
    }
    .text_rayong h4 {
        font-size: 18px;
    }
    .text_rayong p {
        font-size: 15px;
    }
    .ling_a {
        font-size: 14px;
    }
    .text_career {
        padding: 40px 0;
    }
    .text_rayong h3 {
        font-size: 25px;
    }
    .text_contact p {
        font-size: 15px;
    }
    .text_contact h3 {
        font-size: 25px;
    }
    .padding_text_contact {
        padding: 50px 0 50px;
    }
    .wrapper {
        padding-bottom: 40px;
    }
    .panel_title_download {
        padding: 40px 0 0;
    }
    .text_career_do p {
        font-size: 15px;
    }
    .bg_gary {
        padding: 40px 0;
    }
    .text_career_do h4 {
        font-size: 20px;
    }
    .text_career p {
        font-size: 15px;
    }
    .panel_title_download h4 {
        font-size: 20px;
    }
    .text_download h5 {
        font-size: 16px;
    }
    .text_download p {
        font-size: 15px;
    }
    .panel-title > a,
    .panel-title > a:active {
        font-size: 16px;
    }
    .follow_us img {
        width: 20px;
    }
    .text-product h3 {
        font-size: 22px;
    }
    .text_home h3 {
        font-size: 18px;
    }
    .text-product {
        padding: 30px 0 10px;
    }
    .text-product::after {
        height: 4px;
    }
    .text-product p {
        font-size: 15px;
    }
    .padding_copyright {
        padding: 9px 0;
    }
    .icon_text {
        padding: 20px 0 0;
    }
    .padding_eistory {
        padding: 50px 0;
    }
    .padding_icon {
        padding: 50px 0 50px;
    }
    .icon_text h5 {
        font-size: 17px;
    }
    .icon_about img {
        width: 80%;
    }
    .icon_text p {
        font-size: 15px;
    }
    .eistory h5 {
        font-size: 17px;
    }
    .eistory p {
        font-size: 15px;
    }
    .eistory h3 {
        font-size: 25px;
    }
    .copyright p {
        font-size: 12px;
    }
    .img-banner h2 {
        font-size: 35px;
    }
    .follow_us p {
        font-size: 12px;
    }
    .welcome h2 {
        font-size: 30px;
    }
    .text_footer p {
        font-size: 13px;
    }
    .text_footer h4 {
        font-size: 18px;
    }
    .hovereffect_topic h2 {
        font-size: 15px;
    }
    .welcome p {
        font-size: 15px;
    }
    .text_home p {
        font-size: 15px;
        line-height: 20px;
    }
    .text_home h3 {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .text-product h3 {
        font-size: 20px;
    }
    .text_career_do h4 {
        font-size: 18px;
    }
    .text-product p {
        font-size: 14px;
    }
    .text_home h3 {
        font-size: 16px;
    }
    .text_career p {
        font-size: 14px;
    }
    .text_career_do p {
        font-size: 14px;
        margin: 0;
    }
    .text_rayong h3 {
        font-size: 20px;
    }
    .text_rayong h4 {
        font-size: 15px;
    }
    .ling_a {
        font-size: 13px;
    }
    .text_rayong {
        padding: 20px 0 40px;
    }
    .text_rayong p {
        font-size: 14px;
    }
    .text_contact h3 {
        font-size: 20px;
    }
    .text_contact p {
        font-size: 14px;
    }
    .text_download {
        font-size: 14px;
    }
    .text_contact {
        padding: 48px 0 48px 20px;
    }
    .text_download a {
        font-size: 14px;
    }
    .text_download h5 {
        font-size: 15px;
    }
    .panel-body {
        padding: 5px 20px;
    }
    .panel-title > a,
    .panel-title > a:active {
        font-size: 15px;
        margin-top: 10px;
    }
    .padding_icon {
        padding: 40px 0 40px;
    }
    .panel_title_download h4 {
        font-size: 18px;
    }
    .img-banner h2 {
        font-size: 30px;
    }
    .welcome {
        padding: 30px 0;
    }
    .icon_text {
        padding: 0;
    }
    .icon_text p {
        font-size: 14px;
    }
    .icon_text h5 {
        font-size: 16px;
    }
    .eistory p {
        font-size: 14px;
    }
    .eistory h5 {
        font-size: 15px;
    }
    .eistory h3 {
        font-size: 22px;
    }
    .padding_eistory {
        padding: 40px 0;
    }
    .text_home p {
        font-size: 14px;
    }
    .welcome p {
        font-size: 14px;
    }
    .padding_topic {
        padding: 0 0 40px;
    }
}

@media (max-width: 768px) {
    .text_home h3 {
        font-size: 13px;
        padding-bottom: 20px;
        margin: 0;
    }
    .text-product::after {
        height: 3px;
        width: 40px;
    }
    .panel_title_download h4 {
        font-size: 16px;
    }
    .text_career {
        padding: 30px 0;
    }
    .text_career_do h4 {
        font-size: 16px;
    }
    .bg_gary {
        padding: 30px 0;
    }
    .text_career_do p {
        font-size: 13px;
    }
    .text_career p {
        font-size: 13px;
    }
    .text_contact {
        padding: 17px 0 17px 20px;
    }
    .text_rayong {
        padding: 20px 0 30px;
    }
    .text_rayong p {
        font-size: 12px;
    }
    .text_rayong h4 {
        font-size: 13px;
        margin: 0;
    }
    .text_rayong h3 {
        font-size: 17px;
    }
    .padding_text_contact {
        padding: 30px 0 30px;
    }
    .text_contact h3 {
        font-size: 17px;
    }
    .text_contact p {
        font-size: 13px;
        padding: 0;
    }
    .ling_a {
        font-size: 11px;
    }
    .panel_title_download {
        padding: 30px 0 0;
    }
    .panel-title > a,
    .panel-title > a:active {
        font-size: 13px;
        padding: 5px 20px;
        margin: 0;
    }
    .text_download {
        font-size: 13px;
    }
    .wrapper {
        padding-bottom: 30px;
    }
    .text_download a {
        font-size: 13px;
    }
    .panel-body {
        padding: 0px 20px;
    }
    .text_download img {
        width: 17px;
    }
    .text_download h5 {
        font-size: 13px;
        margin: 0;
    }
    .text-product p {
        font-size: 13px;
        margin: 0;
        padding-bottom: 10px;
    }
    .text-product h3 {
        font-size: 17px;
    }
    .text-product {
        padding: 30px 0 0px;
    }
    .icon_about img {
        width: 100%;
    }
    .icon_text p {
        font-size: 13px;
        margin: 0;
    }
    .icon_text h5 {
        font-size: 14px;
    }
    .eistory p {
        font-size: 13px;
        margin: 0;
    }
    .eistory {
        padding: 0;
    }
    .img-banner h2 {
        font-size: 22px;
    }
    .eistory h5 {
        font-size: 14px;
    }
    .eistory h3 {
        font-size: 18px;
    }
    .welcome h2 {
        font-size: 20px;
    }
    .padding_copyright {
        padding: 5px 0;
    }
    .hovereffect_topic h2 {
        font-size: 13px;
    }
    .padding_copyright {
        padding: 5px 0;
    }
    .text_footer h4 {
        font-size: 15px;
    }
    .follow_us p {
        font-size: 10px;
    }
    .copyright p {
        font-size: 10px;
    }
    .text_footer p {
        font-size: 11px;
    }
    .padding_topic {
        padding: 0 0 30px;
    }
    .text_footer {
        padding: 20px 0;
    }
    .text_home p {
        font-size: 13px;
        padding: 0 0 10px;
        line-height: 17px;
    }
    .hovereffect {
        margin: 0 0 15px;
    }
    .welcome p {
        font-size: 13px;
        margin: 0;
    }
    .welcome {
        padding: 20px 0;
    }

}

@media (max-width: 767px) {
    .panel-title > a, .panel-title > a:active{
        font-size: 12px;
    }
    .text_rayong {
        text-align: left;
    }
    .padding_text_contact {
        padding: 30px 0 15px;
    }
    .img_contact_3 {
        padding-left: 15px;
    }
    .img_contact_2 {
        padding-right: 15px;
    }
    .text_contact {
        padding: 17px 0 17px 0px;
    }
    .img_contact_1 img {
        padding-right: 0px;
    }
    .panel_title_download h4 {
        font-size: 15px;
    }
    .text_download h5{
        font-size: 11px;
        padding-bottom: 10px;
    }
    .text-product p{
        font-size: 11px;
    }
    .text_download {
        font-size: 11px;
    }
    .panel_title_download {
        padding: 20px 0 0;
    }
    .wrapper {
        padding-bottom: 20px;
    }
    .text_career_do h4 {
        font-size: 15px;
    }
    .text_career_do p {
        font-size: 11px;
        padding-bottom: 18px;
    }
    .bg_gary {
        padding: 20px 0;
    }
    .text_career p {
        font-size: 11px;
    }
    .text_career {
        padding: 20px 0;
    }
    .text-product {
        padding: 20px 0 0px;
    }
    .padding_eistory {
        padding: 20px 0;
    }
    .eistory h5 {
        font-size: 13px;
        margin: 0;
    }
    .padding_icon_about {
        padding: 0 0 20px;
    }
    .icon_about img {
        width: 20%;
    }
    .icon_text h5{
        padding-top: 15px;
    }
    .icon_about{
        text-align: center;
    }
    .padding_icon {
        padding: 20px 0 20px;
    }
    .eistory p {
        font-size: 11px;
        padding-bottom: 20px;
    }
    .eistory h3{
        margin: 0;
    }
    .follow_us {
        text-align: center;
        display: block;
        float: none;
        padding-bottom: 5px;
    }
    .copyright p{
        text-align: center;
    }
    .padding_xs_product{
        padding-bottom: 25px;
    }
    .text_home p{
        padding: 0 0 5px;
    }
    .nopan_xs {
        padding: 0 15px 0 15px;
    }
    .text_home h3 {
        padding-bottom: 8px;
    }
}

@media (max-width: 375px) {}