.font-tc{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
	font-size: 80%;
}

.headerBox {
    width: 100%;
    height: 47px;
    position: fixed;
    z-index: 499;
    background: transparent;
}

.headerBox.active {
    -webkit-box-shadow: 0 1px 5px 0 rgba(113, 113, 113, 1);
    -moz-box-shadow: 0 1px 5px 0 rgba(113, 113, 113, 1);
    box-shadow: 0 1px 5px 0 rgba(113, 113, 113, 1);

    transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

.menuLeftLogo1,
.menuLeftLogo2 {
    animation: fadeIn .7s;
    -moz-animation: fadeIn .7s;
    -webkit-animation: fadeIn .7s;
}

.menuLeftLogo2 {
    display: none;
}

@media (min-width: 768px) {
    .headerBox.active {
        background: rgba(255, 255, 255, .9);
    }

    .headerBox.active #menuTop {
        top: 10px;
    }

    .headerBox.active .menuLeftLogo1 {
        display: none;
    }

    .headerBox.active .menuLeftLogo2 {
        display: block;
        position: fixed;
        z-index: 504;
        top: 5px;
        left: 10px;
        right: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .menuLeftLogo2 {
        width: 230px;
    }

    .headerBox.active .menuLeftLogo2 {
        top: 8px;
    }
}

@media (max-width: 767px) {
    .headerBox {
        position: relative;
        height: 0;
    }
}

/*------------------------------*/

#menuTop {
    position: fixed;
    z-index: 501;
    top: 20px;
    right: 20px;
    color: #000000;
    /*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    /*font-size: 15px;*/
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 1px;
    transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

#menuTop .font-centuryGothic{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
}

@media (max-width: 991px) and (min-width: 768px) {
    #menuTop {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    #menuTop {
        width: 100%;
        height: 45px;
        top: 0;
        left: 0;
        right: 0;
        background: #01009a;
        /*background: url("../images/footerBg.png") repeat;*/
        font-size: 18px;
    }
}

/*------------------------------*/

#menuTop > ul {
    padding: 0;
    margin: 0;
}

#menuTop > ul > li {
    display: table-cell;
    vertical-align: middle;
}

#menuTop > ul > li > a {
    display: block;
    color: #000000;
    text-decoration: none;
}

#menuTop > ul > li:not(.topLanguage) > a {
    padding-right: 48px;
}

#menuTop > ul > li:not(.topLanguage) > a:hover,
#menuTop > ul > li:not(.topLanguage) > a.active {
    color: #2faae6;
}

#menuTop > ul > li.topLanguage > a {
    font-size: 110%;
    border: 1px solid #000000;
    padding: 5px 10px;
}

@media (min-width: 768px) {
    #menuTop > ul {
        width: auto !important;
        display: table !important;
    }

    #menuTop > ul > li.topLanguage {
        position: relative;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #menuTop > ul > li:not(.topLanguage) > a {
        padding-top: 7px;
        padding-right: 30px;
    }

    .headerBox.active #menuTop > ul > li:not(.topLanguage) > a {
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    #menuTop > ul {
        width: 100%;
        height: 100vh;
        overflow-x: auto;
        display: none;
        position: absolute;
        z-index: 502;
        top: 0;
        left: 0;
        right: 0;
        background: #000000;
        padding: 50px 0 0 0;
    }

    #menuTop > ul > li {
        display: block;
        text-align: center;
    }

    #menuTop > ul > li:not(.topLanguage) {
        padding: 20px 0;
    }

    #menuTop > ul > li > a {
        display: inline-block;
        color: #FFFFFF;
    }

    #menuTop > ul > li:not(.topLanguage) > a {
        padding-right: 0;
    }

    #menuTop > ul > li.topLanguage > a {
        font-size: 85%;
        border-color: #FFFFFF;
    }
}

/*------------------------------*/

#menuTop .topSubMenu.open > a,
#menuTop .topSubMenu:hover > a {
    color: #2faae6;
}

@media (max-width: 767px) {
    #menuTop .topSubMenu > a,
    #menuTop .topSubMenu.open > a {
        color: #FFFFFF !important;
    }

    #menuTop .topSubMenu > a.active,
    #menuTop .topSubMenu.open > a.active {
        color: #2faae6 !important;
    }
}

#menuTop .topSubMenu .dropdown-menu {
    top: 30px;
    left: 21%;
    right: auto;
    text-align: center;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #000000;
    border: none;
    padding: 8px 10px;
}

#menuTop .topSubMenu .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 50%;
    right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #000000;
    border-left: 7px solid transparent;
    content: '';
}

#menuTop .topSubMenu .dropdown-menu > li {
    display: table-cell;
}

#menuTop .topSubMenu .dropdown-menu > li > a {
    border: none;
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 11px;
    line-height: 100%;
    padding: 0;
    margin: 0 15px;
}

#menuTop .topSubMenu .dropdown-menu > li > a:focus,
#menuTop .topSubMenu .dropdown-menu > li > a:hover,
#menuTop .topSubMenu .dropdown-menu > li > a.active {
    background: transparent;
    color: #2faae6;
    text-decoration: none;
}

@media (max-width: 991px) and (min-width: 768px) {
    #menuTop .topSubMenu .dropdown-menu {
        padding: 8px;
    }

    #menuTop .topSubMenu .dropdown-menu > li > a {
        font-size: 10px;
        margin: 0 8px;
    }
}

@media (max-width: 767px) {
    #menuTop .topSubMenu .dropdown-menu {
        clear: both;
        width: auto;
        display: table !important;
        opacity: 1 !important;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        float: none;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        background: transparent;
        padding: 0;
        margin: 15px auto 0 auto;
    }

    #menuTop .topSubMenu .dropdown-menu > li {
        display: block;
    }

    #menuTop .topSubMenu .dropdown-menu > li > a {
        display: inline-block;
        font-size: 14px;
        margin: 5px 0 0 0;
    }

    #menuTop .topSubMenu .dropdown-menu:before {
        border-right: 5px solid transparent;
        border-top: 5px solid #FFFFFF;
        border-left: 5px solid transparent;
        margin: 0 0 0 -5px;
    }
}

/*------------------------------*/

#menuTop .topLanguage > a {
    transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
}

@media (min-width: 768px) {
    #menuTop .topLanguage:hover > a,
    #menuTop .topLanguage > a:hover,
    #menuTop .topLanguage.open > a {
        background: #000000;
        border-color: transparent;
        color: #FFFFFF;
    }
}

#menuTop .topLanguage > .dropdown-menu {
    width: 100%;
    min-width: 100%;
    background: #000000;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0;
    margin: 0;
}

#menuTop .topLanguage > .dropdown-menu > li > a {
    color: #FFFFFF;
    font-family: Meiryo, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    padding: 5px 0;
}

#menuTop .topLanguage > .dropdown-menu > li > a:focus,
#menuTop .topLanguage > .dropdown-menu > li > a:hover,
#menuTop .topLanguage > .dropdown-menu > li > a.active {
    text-decoration: none;
    background: transparent;
    color: #2faae6;
}

@media (max-width: 991px) and (min-width: 768px) {
    #menuTop .topLanguage > .dropdown-menu > li > a {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    #menuTop .topLanguage > .dropdown-toggle {
        display: none;
    }

    #menuTop .topLanguage > .dropdown-menu {
        width: 200px;
        min-width: 200px;
        float: none !important;
        display: block !important;
        position: relative !important;
        background: none !important;
        border-top: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        padding: 20px 0;
        margin: 0 auto;
    }

    #menuTop .topLanguage > .dropdown-menu > li > a {
        font-size: 12px;
        padding: 10px 0;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .mobileLogo {
        display: none !important;
    }
}

.mobileLogo {
    width: auto;
    display: inline-block;
    margin: 13px 0 0 15px;
}

/*------------------------------*/

@media (min-width: 768px) {
    .mobileBtn {
        display: none;
    }
}

.mobileBtn {
    float: right;
}

/*------------------------------*/

.menu-open {
    width: auto;
    position: absolute;
    top: 13px;
    right: 15px;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.menu-open:focus {
    outline: 0;
}

.menu-open .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #ffffff;
}

.menu-open .icon-bar + .icon-bar {
    margin-top: 6px;
}

@media (min-width: 768px) {
    .menu-open {
        display: none;
    }
}

/*------------------------------*/

.menu-close {
    display: none;
    position: absolute;
    z-index: 503;
    top: 12px;
    right: 18px;
    vertical-align: middle;
    background: none;
    border: 0;
    border-radius: 0;
    outline: none !important;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .menu-close {
        display: none !important;
    }
}

/*------------------------------*/

#menuLeft {
    position: fixed;
    z-index: 500;
    top: 20px;
    left: 20px;
}

#menuLeft > .menuLeftBox > a {
    display: inline-block;
}

@media (min-width: 768px) {
    #menuLeft > .menuLeftBox {
        width: auto;
        height: calc(100vh - 50px);
    }
}

@media (min-width: 1750px) and (min-height: 850px),
(max-width: 1749px) and (min-width: 1200px) and (min-height: 720px),
(max-width: 1199px) and (min-width: 992px) and (min-height: 650px),
(max-width: 991px) and (min-width: 768px) and (min-height: 520px) {
    #menuLeft > .menuLeftBox {
        width: auto;
        height: calc(100vh - 100px);
    }
}

@media (max-width: 767px) {
    #menuLeft {
        position: absolute !important;
        top: 50px;
        left: 0;
        right: 0;
    }
}

/*------------------------------*/

.menuLeftText {
    /*font-family: impact, sans-serif;*/
    font-family: 'Taviraj', serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    margin: 20px 0;
}

.menuLeftText a {
    font-family: 'Taviraj', serif;
    display: block;
    color: #000000;
    text-decoration: none;
    margin: 10px 0 5px 0;
}

.menuLeftText a:hover,
.fp-viewing-firstPage .menuLeftText a:nth-child(1),
.fp-viewing-secondPage .menuLeftText a:nth-child(2),
.fp-viewing-thirdPage .menuLeftText a:nth-child(3),
.fp-viewing-fourthPage .menuLeftText a:nth-child(4) {
    color: #01009a;
}

.menuLeftText a:not(.menuLeftContact):hover,
.fp-viewing-firstPage .menuLeftText a:nth-child(1),
.fp-viewing-secondPage .menuLeftText a:nth-child(2),
.fp-viewing-thirdPage .menuLeftText a:nth-child(3),
.fp-viewing-fourthPage .menuLeftText a:nth-child(4) {
    padding: 0 0 0 15px;
}

.menuLeftText a:not(.menuLeftContact):hover:before,
.fp-viewing-firstPage .menuLeftText a:nth-child(1):before,
.fp-viewing-secondPage .menuLeftText a:nth-child(2):before,
.fp-viewing-thirdPage .menuLeftText a:nth-child(3):before,
.fp-viewing-fourthPage .menuLeftText a:nth-child(4):before {
    width: 12px;
    position: absolute;
    content: "";
    background: url("../images/menuActive.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 0 0 -15px;
}

@media (min-width: 1750px) {
    .menuLeftText a:not(.menuLeftContact):hover:before,
    .fp-viewing-firstPage .menuLeftText a:nth-child(1):before,
    .fp-viewing-secondPage .menuLeftText a:nth-child(2):before,
    .fp-viewing-thirdPage .menuLeftText a:nth-child(3):before,
    .fp-viewing-fourthPage .menuLeftText a:nth-child(4):before {
        height: 44px;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .menuLeftText {
        font-size: 36px;
    }

    .menuLeftText a:not(.menuLeftContact):hover:before,
    .fp-viewing-firstPage .menuLeftText a:nth-child(1):before,
    .fp-viewing-secondPage .menuLeftText a:nth-child(2):before,
    .fp-viewing-thirdPage .menuLeftText a:nth-child(3):before,
    .fp-viewing-fourthPage .menuLeftText a:nth-child(4):before {
        height: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .menuLeftText {
        font-size: 26px;
    }

    .menuLeftText a:not(.menuLeftContact):hover:before,
    .fp-viewing-firstPage .menuLeftText a:nth-child(1):before,
    .fp-viewing-secondPage .menuLeftText a:nth-child(2):before,
    .fp-viewing-thirdPage .menuLeftText a:nth-child(3):before,
    .fp-viewing-fourthPage .menuLeftText a:nth-child(4):before {
        height: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .menuLeftText {
        font-size: 18px;
    }

    .menuLeftText a:not(.menuLeftContact):hover:before,
    .fp-viewing-firstPage .menuLeftText a:nth-child(1):before,
    .fp-viewing-secondPage .menuLeftText a:nth-child(2):before,
    .fp-viewing-thirdPage .menuLeftText a:nth-child(3):before,
    .fp-viewing-fourthPage .menuLeftText a:nth-child(4):before {
        height: 18px;
    }
}

@media (max-width: 767px) {
    .menuLeftText {
        display: none;
    }
}

/*------------------------------*/

.menuLeftText a.menuLeftContact {
    font-size: 17px;
    line-height: 100%;
}

.menuLeftText a.menuLeftContact .img-responsive {
    margin: 5px 0 0 0;
}

.menuLeftText a.menuLeftContact:hover .img-responsive {
    opacity: 1;
}

.menuLeftText a.menuLeftContact .img2,
.menuLeftText a.menuLeftContact:hover .img1 {
    display: none;
}

.menuLeftText a.menuLeftContact .img1,
.menuLeftText a.menuLeftContact:hover .img2 {
    display: block;
}

@media (max-width: 991px) and (min-width: 768px) {
    .menuLeftText a.menuLeftContact {
        font-size: 15px;
    }

    .menuLeftText a.menuLeftContact .img-responsive {
        width: 35px;
    }
}

/*------------------------------*/

.menuLeftTextBanner {
    margin: 30px 0 0 0;
}

.menuLeftTextBannerTitle {
    position: relative;
    color: #000000;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 15px 0 0 0;
    margin: 0 0 15px 0;
}

.menuLeftTextBannerTitle:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    max-width: 150px;
    height: 2px;
    background: #000000;
}

.menuLeftTextBanner > a {
    width: 115px;
    display: block;
    text-decoration: none;
    padding: 0 !important;
    margin: 0 !important;
}

.menuLeftTextBanner > a:before,
.menuLeftTextBanner > a:after {
    display: none;
}

.menuLeftTextBanner > a:not(:last-child) {
    margin-bottom: 15px !important;
}

.menuLeftTextBanner > a > img {
    width: 100%;
    display: block;
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuBanner {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .topMenuBanner {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }

    .topMenuBannerText {
        color: #FFFFFF;
        font-family: 'Prompt', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 1px;
        margin: 40px 0 20px 0;
    }

    .topMenuBanner .topMenuBannerBox {
        width: auto;
        display: table;
        margin: 0 auto;
    }

    .topMenuBanner .topMenuBannerBox > a {
        width: 100px;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
    }

    .topMenuBanner .topMenuBannerBox > a:not(:last-child) {
        margin-right: 15px;
    }

    .topMenuBanner .topMenuBannerBox > a > img {
        width: 100%;
        display: block;
    }
}

@media (max-width: 374px) {
    .topMenuBanner .topMenuBannerBox > a {
        width: 90px;
    }
}

/*------------------------------*/

#btnBox {
    position: fixed;
    z-index: 498;
    left: 20px;
    bottom: 30px;
}

#btnDown,
#btnUp {
    cursor: pointer;
    margin: 0 10px 0 0;
}

@media (min-width: 1200px) {
    #btnBox img {
        width: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #btnBox img {
        width: 35px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #btnBox img {
        width: 30px;
    }
}

@media (min-width: 1750px) and (max-height: 849px),
(max-width: 1749px) and (min-width: 1200px) and (max-height: 719px),
(max-width: 1199px) and (min-width: 992px) and (max-height: 649px),
(max-width: 991px) and (min-width: 768px) and (max-height: 519px),
(max-width: 767px) {
    #btnBox {
        display: none !important;
    }
}

/*------------------------------*/

.footerBox {
    width: 100%;
    background: #01009a;
    /*background: url("../images/footerBg.png") repeat;*/
    position: fixed;
    z-index: 497;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFFFFF;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 20px;
}

@media (max-width: 767px) {
    .footerBox {
        position: relative;
        font-size: 9px;
        letter-spacing: 0;
        text-align: right;
        padding: 5px 10px;
    }

    .footerBox > img {
        width: 75px;
    }
}

/*------------------------------*/

.home.back-to-top {
    display: table;
    margin: 30px auto 15px auto;
}

.home.back-to-top img {
    width: 35px;
}

.home.back-to-top:hover img {
    opacity: 1;
}

@media (min-width: 768px) {
    .home.back-to-top {
        display: none !important;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .notHome.back-to-top {
        float: right;
        margin: -70px 5px 0;
    }
}

@media (max-width: 767px) {
    .notHome.back-to-top {
        display: table;
        margin: 30px auto 15px auto;
    }

    .notHome.back-to-top img {
        width: 35px;
    }

    .notHome.back-to-top:hover img {
        opacity: 1;
    }
}

/*------------------------------
Full Page
------------------------------*/

@media (min-width: 1750px) and (min-height: 850px),
(max-width: 1749px) and (min-width: 1200px) and (min-height: 720px),
(max-width: 1199px) and (min-width: 992px) and (min-height: 650px),
(max-width: 991px) and (min-width: 768px) and (min-height: 520px) {
    .fullpage-wrapper {
        width: 100% !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .fp-section {
        width: 100% !important;
        position: absolute;
        left: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 0;
        transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -webkit-transition: all .7s ease-in-out;
    }

    .fp-section.active {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
}

/*------------------------------*/

.section {
    overflow: hidden;
}

@media (min-width: 1750px) and (max-height: 849px) {
    .section,
    .section .fp-tableCell,
    .section .fp-scrollable {
        height: 850px !important;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) and (max-height: 719px) {
    .section,
    .section .fp-tableCell,
    .section .fp-scrollable {
        height: 720px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) and (max-height: 649px) {
    .section,
    .section .fp-tableCell,
    .section .fp-scrollable {
        height: 650px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-height: 519px) {
    .section,
    .section .fp-tableCell,
    .section .fp-scrollable {
        height: 520px !important;
    }
}

@media (max-width: 767px) {
    .section,
    .section .fp-tableCell,
    .section .fp-scrollable {
        height: auto !important;
    }
}

/*------------------------------*/

@media (max-width: 767px) {
    #section1 {
        background: url("../images/home/bg1.jpg") no-repeat center;
        background-size: cover;
        margin: 45px 0 0 0;
    }
}

/*------------------------------*/

.section1Bg,
.section2Bg,
.section3Bg,
.section4Bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    top: 0;
    background-size: cover !important;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

.section1Bg {
    background: url("../images/home/bg1.jpg") no-repeat top center;
}

.section2Bg {
    background: url("../images/home/bg2_v2.jpg") no-repeat center;
}

.section3Bg {
    background: url("../images/home/bg3_v2.jpg") no-repeat center;
}

.section4Bg {
    background: url("../images/home/bg4_v2.jpg") no-repeat center;
}

@media (min-width: 1750px) and (max-height: 849px) {
    .section1Bg,
    .section2Bg,
    .section3Bg,
    .section4Bg {
        height: 850px !important;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) and (max-height: 719px) {
    .section1Bg,
    .section2Bg,
    .section3Bg,
    .section4Bg {
        height: 720px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) and (max-height: 649px) {
    .section1Bg,
    .section2Bg,
    .section3Bg,
    .section4Bg {
        height: 650px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-height: 519px) {
    .section1Bg,
    .section2Bg,
    .section3Bg,
    .section4Bg {
        height: 520px !important;
    }
}

@media (max-width: 767px) {
    .section1Bg,
    .section2Bg,
    .section3Bg,
    .section4Bg {
        display: none !important;
    }
}

/*------------------------------*/

@media (min-width: 1750px) and (min-height: 850px),
(max-width: 1749px) and (min-width: 1200px) and (min-height: 720px),
(max-width: 1199px) and (min-width: 992px) and (min-height: 650px),
(max-width: 991px) and (min-width: 768px) and (min-height: 520px) {

    .fp-viewing-secondPage .section1Bg,
    .fp-viewing-thirdPage .section2Bg,
    .fp-viewing-fourthPage .section3Bg {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        overflow: hidden;
    }

    .fp-viewing-secondPage .section2Bg,
    .fp-viewing-thirdPage .section3Bg,
    .fp-viewing-fourthPage .section4Bg {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

}

/*------------------------------*/

.sectionTitle {
    max-width: 500px;
    color: #01009a;
    font-family: impact, sans-serif;
    font-size: 28px;
    line-height: 100%;
    padding: 0 0 0 15px;
    margin: 20px auto;
}

.sectionTitle:before {
    width: 10px;
    height: 28px;
    position: absolute;
    content: "";
    background: url("../images/menuActive.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 0 0 -15px;
}

@media (min-width: 768px) {
    .sectionTitle {
        display: none !important;
    }
}

/*------------------------------*/

.bgGradation {
    width: 100%;
    height: 120px;
    background: url("../images/mobileGradation.png") repeat-x left bottom;
    background-size: auto 100%;
}

@media (min-width: 768px) {
    .bgGradation {
        display: none !important;
    }
}

/*------------------------------
SECTION 1
------------------------------*/

@media (max-width: 767px) {
    .section1Content {
        display: table;
        margin: 0 auto;
    }
}

/*------------------------------*/

.section1Ani .letter {
    display: inline-block;
}

/*------------------------------*/

.section1Text1 {
    float: right;
    color: #000000;
    /*font-family: impact, sans-serif;*/
    font-family: 'Taviraj', serif;
}

.section1Text1 strong {
    display: inline-block;
    /*vertical-align: middle;*/
    font-size: 150%;
    line-height: 150%;
    margin-top: 0px;
}

@media (min-width: 1750px) {
    .section1Text1 {
        font-size: 68px;
        line-height: 150%;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section1Text1 {
        font-size: 54px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section1Text1 {
        font-size: 44px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section1Text1 {
        font-size: 32px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .section1Text1 {
        float: none;
        font-size: 22px;
        line-height: 150%;
        margin: 80px 0 0 0;
    }
}

/*------------------------------*/

.section1Text2 {
    float: right;
    color: #01009a;
    /*font-family: impact, sans-serif;
    letter-spacing: 2px;*/
    font-family: 'Taviraj', serif;
    line-height: 130%;
}

.section1Text2 sub {
    font-size: 60%;
    bottom: -.2em;
    margin: 0 0 0 -20px;
}

@media (min-width: 1750px) {
    .section1Text2 {
        font-size: 84px;
        line-height: 130%;
        margin: 120px 0 0 0;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section1Text2 {
        font-size: 74px;
        line-height: 130%;
        margin: 110px 0 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section1Text2 {
        font-size: 60px;
        line-height: 130%;
        margin: 100px 0 0 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section1Text2 {
        font-size: 32px;
        line-height: 130%;
        margin: 80px 0 0 0;
    }

    .section1Text2 sub {
        margin: 0 0 0 -15px;
    }
}

@media (max-width: 767px) {
    .section1Text2 {
        float: none;
        font-size: 20px;
        line-height: 130%;
        margin: 30px 0 0 0;
    }

    .section1Text2 sub {
        margin: 0 0 0 -10px;
    }
}

/*------------------------------*/

.section1TextFix {
    position: absolute;
}

.section1TextFix.fix1 {
    margin: 12px 0 0 0;
}

.section1TextFix.fix2 {
    margin: -25px 0 0 0;
}

.section1TextFix.fix3 {
    margin: -25px 0 0 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section1TextFix.fix1 {
        margin: 10px 0 0 0;
    }

    .section1TextFix.fix2 {
        margin: -20px 0 0 0;
    }

    .section1TextFix.fix3 {
        margin: -20px 0 0 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section1TextFix.fix1 {
        margin: 8px 0 0 0;
    }

    .section1TextFix.fix2 {
        margin: -15px 0 0 0;
    }

    .section1TextFix.fix3 {
        margin: -10px 0 0 0;
    }
}

@media (max-width: 767px) {
    .section1TextFix.fix1 {
        margin: 5px 0 0 0;
    }

    .section1TextFix.fix2 {
        margin: -10px 0 0 0;
    }

    .section1TextFix.fix3 {
        margin: -5px 0 0 0;
    }
}

/*------------------------------
SECTION 2
------------------------------*/

.section2Text1 {
    float: right;
    color: #000000;
    /*font-family: impact, sans-serif;*/
    font-family: 'Taviraj', serif;
    font-weight: 900;
    letter-spacing: .5px;
    margin: 20px 0 0 0;
}

@media (min-width: 1750px) {
    .section2Text1 {
        font-size: 56px;
        line-height: 120%;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section2Text1 {
        font-size: 42px;
        line-height: 120%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section2Text1 {
        font-size: 34px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section2Text1 {
        font-size: 24px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .section2Text1 {
        float: none;
        max-width: 500px;
        font-size: 16px;
        line-height: 120%;
        margin: 0 auto 20px auto;
    }
}

/*------------------------------*/

.section2Text2 {
    float: right;
    color: #000000;
    /*font-family: Roboto, sans-serif;
    font-weight: 900;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    line-height: 150%;
}

.section2Text2 > p {
    margin: 0 0 7px 0;
}

.section2Text2 > p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1750px) {
    .section2Text2 {
        width: 790px;
        font-size: 20px;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section2Text2 {
        width: 610px;
        font-size: 17px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section2Text2 {
        width: 525px;
        font-size: 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section2Text2 {
        width: 390px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .section2Text2 {
        float: none;
        max-width: 500px;
        font-size: 17px;
        text-align: left;
        margin: 20px auto 0 auto;
    }
}

/*------------------------------*/

.section2Text3 {
    color: #01009a;
    /*font-family: impact, sans-serif;*/
    font-family: 'Taviraj', serif;
    letter-spacing: 0px;
    margin: 10px 0 0 0;
}

.section2Text3 > strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 150%;
    line-height: 155%;
}

.section2Text3 .font-impact {
    font-family: impact, sans-serif;
    display: inline-block;
    font-size: 120%;
    line-height: 150%;
    letter-spacing: 2px;
}

@media (min-width: 1750px) {
    .section2Text3 {
        font-size: 50px;
        line-height: 100%;
    }

    .section2Text3 > strong {
        margin: -25px 0 0 0;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section2Text3 {
        font-size: 40px;
        line-height: 100%;
        margin-left: 240px;
    }

    .section2Text3 > strong {
        margin: -20px 0 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section2Text3 {
        font-size: 30px;
        line-height: 100%;
        margin-left: 190px;
    }

    .section2Text3 > strong {
        margin: -15px 0 0 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section2Text3 {
        font-size: 20px;
        line-height: 170%;
        margin-left: 170px;
    }

    .section2Text3 > strong {
        margin: -8px 0 0 0;
    }
}

@media (max-width: 767px) {
    .section2Text3 {
        max-width: 500px;
        font-size: 18px;
        line-height: 100%;
        margin: 20px auto 100px auto;
    }

    .section2Text3 > strong {
        margin: -8px 0 0 0;
    }
}

/*------------------------------*/

.section2Row {
    float: right;
    padding: 8px 0;
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section2Row.row {
        margin: 0 -10px;
    }

    .section2Row.row > [class*="col-"] {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section2Row.row {
        margin: 0 -7px;
    }

    .section2Row.row > [class*="col-"] {
        padding: 0 7px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section2Row.row {
        margin: 0 -5px;
    }

    .section2Row.row > [class*="col-"] {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .section2Row.row {
        float: none;
        background: url("../images/home/bg2.jpg") no-repeat center;
        background-size: cover;
        padding: 15px 0;
        margin: 0 -15px;
    }

    .section2Row.row > [class*="col-"] {
        padding: 5px;
    }
}

/*------------------------------*/

.section2Box {
    width: auto;
    display: table;
    background: url("../images/circleTransparent.png") no-repeat center;
    background-size: 100% auto;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .section2Row.row > [class*="col-"]:nth-child(odd) .section2Box {
        float: right;
        margin: 0;
    }

    .section2Row.row > [class*="col-"]:nth-child(even) .section2Box {
        float: left;
        margin: 0;
    }
}

/*------------------------------*/

.section2Cell {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    /*font-family: Roboto, sans-serif;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
}

@media (min-width: 1750px) {
    .section2Cell {
        width: 175px;
        height: 175px;
        font-size: 16px;
    }

    .section2Cell p {
        margin: 8px 0 0 0;
    }

    .section2Cell > .smallT {
        font-size: 11px;
    }

    .section2Cell > .smallT p {
        margin: 4px 0 0 0;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section2Cell {
        width: 140px;
        height: 140px;
        font-size: 12px;
    }

    .section2Cell p {
        margin: 7px 0 0 0;
    }

    .section2Cell > .smallT {
        font-size: 9px;
    }

    .section2Cell > .smallT p {
        margin: 3px 0 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section2Cell {
        width: 120px;
        height: 120px;
        font-size: 10px;
    }

    .section2Cell p {
        margin: 6px 0 0 0;
    }

    .section2Cell > .smallT {
        font-size: 7px;
    }

    .section2Cell > .smallT p {
        margin: 2px 0 0 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section2Cell {
        width: 90px;
        height: 90px;
        font-size: 8px;
    }

    .section2Cell p {
        margin: 5px 0 0 0;
    }

    .section2Cell > .smallT {
        font-size: 5px;
    }

    .section2Cell > .smallT p {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .section2Cell {
        width: 145px;
        height: 145px;
        font-size: 12px;
    }

    .section2Cell p {
        margin: 6px 0 0 0;
    }

    .section2Cell > .smallT {
        font-size: 9px;
    }

    .section2Cell > .smallT p {
        margin: 3px 0 0 0;
    }
}

/*------------------------------
SECTION 3
------------------------------*/

.section3Row {
    float: right;
    padding: 20px 0;
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section3Row.row {
        margin: 0 -10px;
    }

    .section3Row.row > [class*="col-"] {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section3Row.row {
        margin: 0 -7px;
    }

    .section3Row.row > [class*="col-"] {
        padding: 0 7px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section3Row.row {
        margin: 0 -5px;
    }

    .section3Row.row > [class*="col-"] {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .section3Row.row {
        float: none;
        background: url("../images/home/bg3.jpg") no-repeat center;
        background-size: cover;
        padding: 15px 0;
        margin: 0 -15px;
    }

    .section3Row.row > [class*="col-"] {
        padding: 5px;
    }
}

/*------------------------------*/

.section3Box {
    width: auto;
    display: table;
    background: url("../images/circleTransparent.png") no-repeat center;
    background-size: 100% auto;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .section3Row.row > [class*="col-"]:nth-child(odd) .section3Box {
        float: right;
        margin: 0;
    }

    .section3Row.row > [class*="col-"]:nth-child(even) .section3Box {
        float: left;
        margin: 0;
    }
}

/*------------------------------*/

.section3Cell {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    /*font-family: Roboto, sans-serif;
    font-weight: 900;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: .5px;
    text-align: center;
}

@media (min-width: 1750px) {
    .section3Cell {
        width: 190px;
        height: 190px;
        font-size: 17px;
    }

    .section3Cell p {
        margin: 8px 0 0 0;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section3Cell {
        width: 160px;
        height: 160px;
        font-size: 14px;
    }

    .section3Cell p {
        margin: 7px 0 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section3Cell {
        width: 140px;
        height: 140px;
        font-size: 12px;
    }

    .section3Cell p {
        margin: 6px 0 0 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section3Cell {
        width: 110px;
        height: 110px;
        font-size: 9px;
    }

    .section3Cell p {
        margin: 5px 0 0 0;
    }
}

@media (max-width: 767px) {
    .section3Cell {
        width: 145px;
        height: 145px;
        font-size: 12px;
    }

    .section3Cell p {
        margin: 6px 0 0 0;
    }
}

/*------------------------------*/

.section3Text1 {
    float: right;
    color: #000000;
    /*font-family: impact, sans-serif;*/
    font-family: 'Taviraj', serif;
    line-height: 150%;
    letter-spacing: 1px;
    margin: 20px 0 0 0;
}

@media (min-width: 1750px) {
    .section3Text1 {
        font-size: 36px;
        line-height: 150%;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section3Text1 {
        font-size: 28px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section3Text1 {
        font-size: 22px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section3Text1 {
        font-size: 14px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .section3Text1 {
        float: none;
        max-width: 500px;
        font-size: 14px;
        line-height: 130%;
        margin: 0 auto;
    }
}

@media (max-width: 440px) {
    .section3Text1 {
        font-size: 11px;
        line-height: 130%;
        letter-spacing: 0;
    }
}

/*------------------------------*/

.section3Text2 {
    float: right;
    color: #000000;
    /*font-family: Roboto, sans-serif;
    font-weight: 900;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    line-height: 150%;
    margin: 10px 0 0 0;
}

@media (min-width: 1750px) {
    .section3Text2 {
        width: 795px;
        font-size: 20px;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section3Text2 {
        width: 655px;
        font-size: 16px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section3Text2 {
        width: 545px;
        font-size: 14px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section3Text2 {
        width: 400px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .section3Text2 {
        float: none;
        max-width: 500px;
        font-size: 15px;
        margin: 20px auto;
    }
}

/*------------------------------*/

.section3Text3 {
    color: #01009a;
    /*font-family: impact, sans-serif;*/
    font-family: 'Taviraj', serif;
}

.section3Text3:before {
    position: absolute;
    content: "";
    background: url("../images/menuActive.png") no-repeat;
    background-size: 100% 100%;
}

.section3Text3 > strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 150%;
    line-height: 150%;
    letter-spacing: 2px;
    padding-top: 3px;
}

@media (min-width: 1750px) {
    .section3Text3 {
        font-size: 32px;
        line-height: 100%;
        margin-left: 390px;
        padding-left: 20px;
    }

    .section3Text3:before {
        width: 15px;
        height: 46px;
        margin-top: 2px;
        margin-left: -20px;
    }

    .section3Text3 > strong {
        margin: -18px 0 0 0;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section3Text3 {
        font-size: 28px;
        line-height: 100%;
        margin-left: 500px;
        padding-left: 18px;
    }

    .section3Text3:before {
        width: 13px;
        height: 40px;
        margin-top: 3px;
        margin-left: -18px;
    }

    .section3Text3 > strong {
        margin: -15px 0 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section3Text3 {
        font-size: 24px;
        line-height: 100%;
        margin-left: 390px;
        padding-left: 20px;
    }

    .section3Text3:before {
        width: 12px;
        height: 36px;
        margin-top: 3px;
        margin-left: -20px;
    }

    .section3Text3 > strong {
        margin: -12px 0 0 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section3Text3 {
        font-size: 14px;
        line-height: 100%;
        margin-left: 290px;
        padding-left: 15px;
    }

    .section3Text3:before {
        width: 10px;
        height: 24px;
        margin-left: -15px;
    }

    .section3Text3 > strong {
        margin: -10px 0 0 0;
    }
}

@media (max-width: 767px) {
    .section3Text3 {
        max-width: 500px;
        font-size: 18px;
        line-height: 100%;
        padding-left: 15px;
        margin: 20px auto 0 auto;
    }

    .section3Text3:before {
        width: 10px;
        height: 28px;
        margin-top: 3px;
        margin-left: -15px;
    }

    .section3Text3 > strong {
        margin: -10px 0 0 0;
    }
}

/*------------------------------*/

.section3Text4 {
    color: #01009a;
    /*font-family: Roboto, sans-serif;
    font-weight: 900;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: .5px;
}

.section3Text4 > p {
    padding: 0 0 0 25px;
    margin: 10px 0 0 0;
}

.section3Text4 > p > .text {
    display: inline-block;
}

.section3Text4 > p > .line {
    width: 20px;
    height: 4px;
    position: absolute;
    content: '';
    background: #01009a;
    margin: 10px 0 0 -25px;
}

@media (min-width: 1750px) {
    .section3Text4 {
        font-size: 22px;
        margin-left: 140px;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section3Text4 {
        font-size: 18px;
        margin-left: 300px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section3Text4 {
        font-size: 14px;
        margin-left: 240px;
    }

    .section3Text4 > p > .line {
        height: 3px;
        margin-top: 6px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section3Text4 {
        font-size: 13px;
        margin-left: 190px;
    }

    .section3Text4 > p {
        padding: 0 0 0 20px;
        margin: 5px 0 0 0;
    }

    .section3Text4 > p > .line {
        width: 15px;
        height: 2px;
        margin: 6px 0 0 -20px;
    }
}

@media (max-width: 767px) {
    .section3Text4 {
        max-width: 500px;
        font-size: 12px;
        letter-spacing: 0;
        padding: 0;
        margin: 0 auto 100px auto;
    }

    .section3Text4 > p {
        padding: 0;
    }

    .section3Text4 > p:before {
        content: '●';
    }

    .section3Text4 > p > .line {
        display: none;
    }
}

@media (max-width: 379px) {
    .section3Text4 {
        font-size: 10px;
    }
}

/*------------------------------*/

.section3Line1 {
    height: 4px;
    position: absolute;
    background: #01009a;
}

@media (min-width: 1750px) {
    .section3Line1 {
        width: 250px;
        margin: -45px 0 0 140px;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section3Line1 {
        width: 200px;
        margin: -40px 0 0 300px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section3Line1 {
        width: 150px;
        height: 3px;
        margin: -32px 0 0 240px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section3Line1 {
        width: 100px;
        height: 2px;
        margin: -23px 0 0 190px;
    }
}

@media (max-width: 767px) {
    .section3Line1 {
        display: none;
    }
}

/*------------------------------*/

.section3Line2 {
    width: 4px;
    position: absolute;
    background: #01009a;
    margin-top: -55px;
}

@media (min-width: 1750px) {
    .section3Line2 {
        height: 235px;
        margin: -45px 0 0 140px;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section3Line2 {
        height: 200px;
        margin: -40px 0 0 300px;
    }

    /*Edge*/
    @supports (-ms-ime-align:auto) {
        .section3Line2 {
            height: 205px;
        }
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section3Line2 {
        width: 3px;
        height: 170px;
        margin: -32px 0 0 240px;
    }

    /*Edge*/
    @supports (-ms-ime-align:auto) {
        .section3Line2 {
            height: 172px;
        }
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section3Line2 {
        width: 2px;
        height: 125px;
        margin: -23px 0 0 190px;
    }

    /*Edge*/
    @supports (-ms-ime-align:auto) {
        .section3Line2 {
            height: 127px;
        }
    }
}

@media (max-width: 767px) {
    .section3Line2 {
        display: none;
    }
}

/*IE*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 1749px) and (min-width: 1200px) {
    .section3Line2 {
        height: 205px;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 1199px) and (min-width: 992px) {
    .section3Line2 {
        height: 173px;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 991px) and (min-width: 768px) {
    .section3Line2 {
        height: 127px;
    }
}

/*------------------------------
SECTION 4
------------------------------*/

.section4Text1 {
    float: right;
    color: #000000;
    /*font-family: impact, sans-serif;*/
    font-family: 'Taviraj', serif;
    line-height: 130%;
    letter-spacing: .5px;
    margin: 20px 0 0 0;
}

@media (min-width: 1750px) {
    .section4Text1 {
        font-size: 56px;
        margin-bottom: 120px;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section4Text1 {
        font-size: 44px;
        margin-bottom: 110px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section4Text1 {
        font-size: 34px;
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section4Text1 {
        font-size: 24px;
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .section4Text1 {
        float: none;
        max-width: 500px;
        font-size: 14px;
        line-height: 130%;
        margin: 0 auto 20px auto;
    }
}

/*------------------------------*/

.section4Text2 {
    width: auto;
    display: table;
    color: #FFFFFF;
    /*font-family: Roboto, sans-serif;
    font-weight: 900;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: .5px;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0 auto;
}

@media (min-width: 1750px) {
    .section4Text2 {
        font-size: 20px;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section4Text2 {
        font-size: 14px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section4Text2 {
        font-size: 11px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section4Text2 {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    .section4Text2 {
        font-size: 14px;
        text-align: left;
        margin: 0;
    }
}

/*------------------------------*/

.section4Text3 {
    width: auto;
    display: table;
    color: #FFFFFF;
    /*font-family: Roboto, sans-serif;
    font-weight: 900;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    margin: 0 auto;
}

.section4Text3 > ul {
    padding: 0;
    margin: 0;
}

.section4Text3 > ul > li {
    padding: 3px 0;
}

@media (min-width: 1750px) {
    .section4Text3 {
        font-size: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section4Text3 {
        font-size: 14px;
        padding-left: 16px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section4Text3 {
        font-size: 11px;
        padding-left: 14px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section4Text3 {
        font-size: 7px;
        padding-left: 12px;
    }
}

@media (max-width: 767px) {
    .section4Text3 {
        font-size: 12px;
        padding-left: 15px;
        margin: 0;
    }
}

/*------------------------------*/

.section4Text4 {
    color: #01009a;
    /*font-family: impact, sans-serif;*/
    font-family: 'Taviraj', serif;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: .5px;
}

.section4Text4 > strong {
    display: inline-block;
    /*vertical-align: middle;*/
    font-weight: bold;
    font-size: 150%;
    line-height: 150%;
    padding-top: 3px;
    letter-spacing: 1px;
}

@media (min-width: 1750px) {
    .section4Text4 {
        font-size: 38px;
        margin-top: 130px;
    }

    .section4Text4 > strong {
        margin: -25px 0 0 0;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section4Text4 {
        float: right;
        width: 900px;
        font-size: 30px;
        margin-top: 90px;
    }

    .section4Text4 > strong {
        margin: -15px 0 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section4Text4 {
        float: right;
        width: 750px;
        font-size: 25px;
        margin-top: 70px;
    }

    .section4Text4 > strong {
        margin: -12px 0 0 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section4Text4 {
        float: right;
        width: 550px;
        font-size: 18px;
        margin-top: 40px;
    }

    .section4Text4 > strong {
        margin: -8px 0 0 0;
    }
}

@media (max-width: 767px) {
    .section4Text4 {
        max-width: 500px;
        font-size: 18px;
        margin: 20px auto 0 auto;
    }

    .section4Text4 > strong {
        margin: -8px 0 0 0;
    }
}

@media (max-width: 449px) {
    .section4Text4 {
        font-size: 13px;
        letter-spacing: .5px;
    }

    .section4Text4 > strong {
        margin: -5px 0 0 0;
    }
}

/*------------------------------*/

.section4Row {
    padding: 0;
    margin: 0;
}

@media (min-width: 1750px) {
    .section4Row {
        width: 100%;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section4Row {
        float: right;
        width: 915px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section4Row {
        float: right;
        width: 765px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section4Row {
        float: right;
        width: 565px;
    }
}

@media (max-width: 767px) {
    .section4Row {
        background: url("../images/home/bg4.jpg") no-repeat center;
        background-size: cover;
        padding: 15px 0;
        margin: 0 -15px;
    }

    .section4Row.row > [class*="col-"] {
        padding: 5px 15px;
    }
}

/*------------------------------*/

.section4Box {
    background: #01009a;
}

@media (min-width: 768px) {
    .section4Row.row > [class*="col-"]:nth-child(3) > .section4Box {
        width: 100%;
        position: absolute;
    }
}

@media (min-width: 1750px) {
    .section4Box {
        padding: 15px;
    }

    .section4Row.row {
        margin: 0 0 0 -15px;
    }

    .section4Row.row > [class*="col-"]:nth-child(2) > .section4Box {
        margin-top: -65px;
    }
}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section4Box {
        padding: 12px;
    }

    .section4Row.row {
        padding-right: 15px;
    }

    .section4Row.row > [class*="col-"]:nth-child(2) > .section4Box {
        margin-top: -55px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section4Box {
        padding: 9px;
    }

    .section4Row.row {
        padding-right: 15px;
    }

    .section4Row.row > [class*="col-"]:nth-child(2) > .section4Box {
        margin-top: -45px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section4Box {
        padding: 6px;
    }

    .section4Row.row {
        padding-right: 15px;
    }

    .section4Row.row > [class*="col-"]:nth-child(2) > .section4Box {
        margin-top: -35px;
    }
}

@media (max-width: 767px) {
    .section4Box {
        max-width: 500px;
        padding: 15px;
        margin: 0 auto;
    }
}

/*------------------------------*/

@media (min-width: 1750px) {
    .section4Box hr {
        margin: 20px 0;
    }

}

@media (max-width: 1749px) and (min-width: 1200px) {
    .section4Box hr {
        margin: 15px 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section4Box hr {
        margin: 10px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section4Box hr {
        margin: 5px 0;
    }
}

@media (max-width: 767px) {
    .section4Box hr {
        margin: 10px 0;
    }
}

/*------------------------------
Page
------------------------------*/

.bannerTopPage {
    width: 100%;
    display: table;
    color: #01009a;
    /*font-family: impact, sans-serif;*/
		font-family: 'Taviraj', serif;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
}

.bannerTopPage .bannerTopPageCell {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0 0 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .bannerTopPage {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .bannerTopPage .bannerTopPageCell {
        padding: 50px 0 0 0;
    }
}

/*------------------------------*/

.pageTitle1 {
    color: #01009a;
    /*font-family: impact, sans-serif;*/
		font-family: 'Taviraj', serif;
    font-size: 44px;
    line-height: 100%;
    padding: 0 0 0 20px;
    margin: 100px 0 0 0;
}

.pageTitle1:before {
    width: 12px;
    height: 38px;
    position: absolute;
    content: "";
    background: url("../images/menuActive.png") no-repeat;
    background-size: 100% 100%;
    margin: 3px 0 0 -20px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageTitle1 {
        font-size: 30px;
    }

    .pageTitle1:before {
        height: 26px;
    }
}

@media (max-width: 767px) {
    .pageTitle1 {
        font-size: 28px;
			margin: 50px 0 0 0;
    }

    .pageTitle1:before {
        height: 23px;
    }

}

/*------------------------------*/

ol.olList1 {
    margin-left: 0;
    padding-left: 0;
    counter-reset: item;
}

ol.olList1 > li {
    counter-increment: item;
    list-style: none inside;
    padding: 0 0 0 25px;
    margin-left: 0;
}

ol.olList1 > li:before {
    content: "(" counter(item) ")";
    padding-right: 5px;
    margin: 0 0 0 -25px;
}

/*------------------------------
About
------------------------------*/

.aboutBannerTop {
    background: url("../images/about/banner.jpg") no-repeat center;
    background-size: cover;
}

/*------------------------------*/

.aboutProfile {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		/*font-family: 'Prompt', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 1px;
    margin: 60px 0;
}

.aboutProfile a {
    color: #717171;
}

.aboutProfile > table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.aboutProfile > table tr {
    border-top: 1px solid #dddddd;
}

.aboutProfile > table tr:last-child {
    border-bottom: 1px solid #dddddd;
}

.aboutProfile > table td {
    vertical-align: top;
    padding: 15px 0;
}

.aboutProfile > table td:first-child {
    font-weight: bold;
}

.aboutProfile > table td:last-child{
	font-weight: 300;
}

@media (min-width: 768px) {
    .aboutProfile > table td:first-child {
        width: 215px;
    }
}

@media (max-width: 767px) {
    .aboutProfile {
        font-size: 20px;
    }

    .aboutProfile > table td {
        width: 100%;
        display: block;
    }

    .aboutProfile > table td:first-child {
        padding-bottom: 0;
    }

    .aboutProfile > table td:last-child {
        padding-top: 0;
    }
}

/*------------------------------*/

.aboutProfilePic {
    margin: 0 0 50px 0;
}

.aboutProfilePic > .row {
    margin: 0 -8px;
}

.aboutProfilePic > .row > [class*="col-"] {
    padding: 8px;
}

/*------------------------------*/

.aboutGoogleMap > iframe {
    width: 100%;
    height: 400px;
}

/*------------------------------*/

.aboutHistory {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		/*font-family: 'Prompt', sans-serif;
    font-size: 18px;*/
		font-family: 'thai_sans_literegular';
		font-size: 22px;
    line-height: 150%;
    margin: 60px 0;
}

.aboutHistory > table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.aboutHistory > table td {
    vertical-align: top;
    padding: 10px 0;
}

.aboutHistory > table tr:first-child td {
    padding-top: 0;
}

.aboutHistory > table tr:last-child td {
    padding-bottom: 0;
}

.aboutHistory > table td:first-child {
    font-weight: bold;
}

@media (min-width: 768px) {
    .aboutHistory > table td:first-child {
        width: 85px;
        border-right: 1px solid #dddddd;
    }

    .aboutHistory > table td:last-child {
        padding-left: 60px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aboutHistory > table td:first-child {
        width: 65px;
    }

    .aboutHistory > table td:last-child {
        padding-left: 35px;
    }
}

@media (max-width: 767px) {
    .aboutHistory {
        font-size: 20px;
    }

    .aboutHistory > table td {
        width: 100%;
        display: block;
        padding: 5px 0;
    }

    .aboutHistory > table td:last-child {
        padding-top: 0;
        padding-bottom: 20px;
    }
}

/*------------------------------*/

.aboutCorporate {
    max-width: 2000px;
    border-top: 15px solid #01009a;
    border-bottom: 15px solid #01009a;
    text-shadow: rgb(255, 255, 255) 2px 0 0, rgb(255, 255, 255) 1.75517px 0.958851px 0, rgb(255, 255, 255) 1.0806px 1.68294px 0, rgb(255, 255, 255) 0.141474px 1.99499px 0, rgb(255, 255, 255) -0.832294px 1.81859px 0, rgb(255, 255, 255) -1.60229px 1.19694px 0, rgb(255, 255, 255) -1.97998px 0.28224px 0, rgb(255, 255, 255) -1.87291px -0.701566px 0, rgb(255, 255, 255) -1.30729px -1.5136px 0, rgb(255, 255, 255) -0.421592px -1.95506px 0, rgb(255, 255, 255) 0.567324px -1.91785px 0, rgb(255, 255, 255) 1.41734px -1.41108px 0, rgb(255, 255, 255) 1.92034px -0.558831px 0;
    margin: 60px auto 120px auto;
}

.aboutCorporate > .row {
    margin: 0;
}

.aboutCorporate > .row:last-child {
    border-top: 15px solid #01009a;
}

.aboutCorporate > .row > [class*="col-"] {
    padding: 0;
}

@media (min-width: 1550px) {
    .aboutCorporate > .row {
        width: 100%;
        display: table;
    }

    .aboutCorporate > .row > [class*="col-"] {
        width: 50%;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 1549px) and (min-width: 768px) {
    .aboutCorporate > .row {
        padding: 30px 0;
    }

    .aboutCorporate > .row.left {
        background: url("../images/about/003-1.jpg") no-repeat left center;
        background-size: auto 100%;
    }

    .aboutCorporate > .row.left > [class*="col-"]:first-child {
        display: none;
    }

    .aboutCorporate > .row.right {
        background: url("../images/about/004-1.jpg") no-repeat right center;
        background-size: auto 100%;
    }

    .aboutCorporate > .row.right > [class*="col-"]:last-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .aboutCorporate {
        border: none;
    }

    .aboutCorporate > .row:last-child {
        border: none;
        margin-top: 50px;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .aboutCorporate .img-responsive {
        width: 100%;
    }
}

/*------------------------------*/

.aboutCorporateTitle {
    color: #01009a;
    /*font-family: impact, sans-serif;*/
		font-family: 'Taviraj', serif;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin: 0 0 30px 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .aboutCorporateTitle {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .aboutCorporateTitle {
        font-size: 28px;
        margin: 20px 0 0 0;
    }
}

/*------------------------------*/

.aboutCorporateText {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		/*font-family: 'Prompt', sans-serif;
    font-size: 17px;*/
		font-family: 'thai_sans_literegular';
		font-size: 20px;
    line-height: 130%;
    padding: 0 8%;
}

.aboutCorporateText > p {
    margin: 0 0 15px 0;
}

.aboutCorporateText > p:last-child {
    margin: 0;
}

@media (max-width: 767px) {
    .aboutCorporateText {
        font-size: 20px;
        padding: 15px;
    }

    .aboutCorporateText br {
        display: none;
    }
}

/*------------------------------
Service
------------------------------*/

.serviceBannerTop {
    background: url("../images/service/banner.jpg") no-repeat center;
    background-size: cover;
}

/*------------------------------
OVERSEAS DEPARTMENT
------------------------------*/

.overseasText1 {
    color: #717171;
    /*font-family: impact, sans-serif;*/
		font-family: 'Taviraj', serif;
    font-size: 35px;
    line-height: 160%;
    text-align: center;
    margin: 70px 0;
}

.overseasText1 .font-impact{
	font-family: impact, sans-serif;
	font-size: 100%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .overseasText1 {
        font-size: 28px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .overseasText1 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .overseasText1 {
        font-size: 20px;
        text-align: left;
			margin: 40px 0;
    }

    .overseasText1 br {
        display: none;
    }
}

/*------------------------------*/

.overseasText2 {
    background: #01009a;
    color: #FFFFFF;
    /*font-family: impact, sans-serif;*/
		font-family: 'Taviraj', serif;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    padding: 12px 5px;
}

.overseasText2 .font-impact{
	font-family: impact, sans-serif;
}

.overseasText2.size2 {
    font-size: 38px;
    margin: 15px 0 0 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .overseasText2 {
        font-size: 24px;
    }

    .overseasText2.size2 {
        font-size: 32px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .overseasText2 {
        font-size: 18px;
    }

    .overseasText2.size2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .overseasText2 {
        font-size: 18px;
        padding: 10px;
    }

    .overseasText2.size2 {
        font-size: 24px;
        margin: 0;
    }
}

/*------------------------------*/

.overseasText3 {
    border: 4px solid #01009a;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #01009a;
    /*font-family: impact, sans-serif;*/
		font-family: 'Taviraj', serif;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    padding: 12px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .overseasText3 {
        font-size: 18px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .overseasText3 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .overseasText3 {
        font-size: 16px;
        margin: 50px 0 0 0;
    }
}

/*------------------------------*/

.overseasText4 {
    background: #efefef;
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 22px;
    line-height: 120%;
		letter-spacing: .3px;
    padding: 15px;
    margin: 10px 0;
}

.overseasText4 > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overseasText4 > ul > li {
    padding: 0 0 0 20px;
    margin: 10px 0;
}

.overseasText4 > ul > li:before {
    position: absolute;
    content: '●';
    margin: 0 0 0 -20px;
		padding-top: 2px;
}

@media (min-width: 768px) {
    .overseasText4 > ul > li:before {
        font-size: 30px;
        margin-top: -2px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .overseasText4 {
        font-size: 16px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .overseasText4 {
        font-size: 12px;
    }

    .overseasText4 > ul > li:before {
        font-size: 26px;
        margin: -1px 0 0 -20px;
    }
}

@media (max-width: 767px) {
    .overseasText4 {
        font-size: 20px;
    }
}

/*------------------------------*/

.overseasText5 {
    width: 100%;
    display: table;
    background: #d1e5ec;
    border: 20px solid #efefef;
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 22px;
    line-height: 120%;
		letter-spacing: .3px;
    text-align: center;
    margin: 10px 0 0 0;
}

.overseasText5 > p {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    margin: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .overseasText5 {
        font-size: 16px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .overseasText5 {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .overseasText5 {
        font-size: 20px;
    }
}

/*------------------------------*/

.overseasText6 {
    color: #01009a;
    /*font-family: impact, sans-serif;*/
		font-family: 'Taviraj', serif;
    font-size: 40px;
    line-height: 100%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .overseasText6 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .overseasText6 {
        font-size: 28px;
        text-align: center;
        margin: 15px 0;
    }
}

/*------------------------------*/

.overseasRow.row {
    margin: 0 -5px;
}

.overseasRow.row > [class*="col-"] {
    padding: 0 5px;
}

/*------------------------------*/

@media (max-width: 1199px) and (min-width: 992px) {
    .overseasArrow {
        width: 60px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .overseasArrow {
        width: 45px;
    }
}

@media (max-width: 767px) {
    .overseasArrow {
        width: 40px;
    }
}

/*------------------------------*/

.overseasAchievement {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
    margin: 100px 0;
}

.overseasAchievement > ul {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

.overseasAchievement > ul > li {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .overseasAchievement > ul > li:first-child {
        width: 380px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .overseasAchievement > ul > li:first-child {
        width: 270px;
    }
}

@media (max-width: 767px) {
    .overseasAchievement > ul,
    .overseasAchievement > ul > li {
        display: block;
    }
	
	.overseasAchievement{
		margin: 40px 0;
	}
}

/*------------------------------*/

ul.overseasAchievementList {
    list-style: none;
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 22px;
		letter-spacing: .3px;
    line-height: 100%;
    padding: 0;
    margin: 0;
}

ul.overseasAchievementList > li {
    padding: 0 0 0 20px;
    margin: 10px 0;
}

ul.overseasAchievementList > li:before {
    position: absolute;
    content: '●';
    margin: 0 0 0 -20px;
		padding-top: 2px;
}

@media (min-width: 768px) {
    ul.overseasAchievementList > li:before {
        font-size: 30px;
        margin-top: -2px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    ul.overseasAchievementList {
        font-size: 22px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    ul.overseasAchievementList {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    ul.overseasAchievementList {
        width: auto;
        display: table;
        font-size: 20px;
        margin: 0 auto;
    }
}

/*------------------------------
SALES DEPARTMENT
------------------------------*/

.salesText1 {
    color: #717171;
    /*font-family: impact, sans-serif;*/
		font-family: 'Taviraj', serif;
    font-size: 33px;
    line-height: 160%;
    text-align: center;
    margin: 70px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .salesText1 {
        font-size: 26px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .salesText1 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .salesText1 {
        font-size: 20px;
        text-align: left;
			margin: 40px 0;
    }

    .salesText1 br {
        display: none;
    }
}

/*------------------------------*/

.salesText2 {
    background: #01009a;
    color: #FFFFFF;
    /*font-family: impact, sans-serif;*/
		font-family: 'Taviraj', serif;
    font-size: 34px;
    line-height: 130%;
    text-align: center;
    padding: 12px 5px;
}

.salesText2.size2 {
    font-size: 28px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .salesText2 {
        font-size: 30px;
    }

    .salesText2.size2 {
        font-size: 22px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .salesText2 {
        font-size: 26px;
    }

    .salesText2.size2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .salesText2,
    .salesText2.size2 {
        font-size: 18px;
        padding: 10px;
    }
}

/*------------------------------*/

.salesText3 {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 30px;
    line-height: 130%;
		letter-spacing: .3px;
}

.salesText3 > p {
    margin: 0 0 10px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .salesText3 {
        font-size: 26px;
        padding-left: 5%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .salesText3 {
        font-size: 22px;
        padding-left: 5%;
    }
}

@media (max-width: 767px) {
    .salesText3 {
        font-size: 22px;
    }
}

/*------------------------------*/

.salesRow.row {
    margin: 40px 0 100px 0;
}

.salesRow.row > [class*="col-"] {
    padding: 0;
}

@media (min-width: 768px) {
    .salesRow.row {
        display: table;
    }

    .salesRow.row > [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .salesRow.row > [class*="col-"]:first-child .img-responsive {
        width: 150px;
        float: none;
        margin: 0 auto 30px auto;
    }
	
	.salesRow.row{
		margin: 40px 0;
	}
}

/*------------------------------
MANUFACTURING DEPARTMENT
------------------------------*/

@media (max-width: 399px) {
    .manFacTitle {
        font-size: 22px;
    }

    .manFacTitle:before {
        height: 22px;
        margin-top: 0;
    }
}

/*------------------------------*/

.manFacText1 {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 22px;
    line-height: 130%;
    margin: 70px 0 0 0;
		letter-spacing: .3px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .manFacText1 {
        font-size: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .manFacText1 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .manFacText1 {
        font-size: 20px;
        margin: 30px 0 0 0;
    }
}

/*------------------------------*/

.manFacText2 {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 26px;
    line-height: 90%;
		letter-spacing: .3px;
}

ul.manFacText2 {
    padding: 0;
    margin: 0;
}

ul.manFacText2 > li {
    display: block;
    padding: 6px 0 6px 15px;
}

ul.manFacText2 > li:before {
    position: absolute;
    content: '●';
    margin: 0 0 0 -15px;
}

@media (min-width: 1200px) {
    ul.manFacText2 > li {
        padding-left: 20px;
    }

    ul.manFacText2 > li:before {
        margin-left: -20px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .manFacText2 {
        font-size: 22px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .manFacText2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .manFacText2 {
        font-size: 22px;
    }

    ul.manFacText2 {
        margin: 0 0 30px 0;
    }

}

/*------------------------------*/

.manFacText3 {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 22px;
    line-height: 150%;
		letter-spacing: .3px;
}

ul.manFacText3 {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

ul.manFacText3 > li {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 992px) {
    ul.manFacText3 > li:first-child {
        width: 270px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .manFacText3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .manFacText3 {
        font-size: 18px;
    }

    .manFacText3 br {
        display: none;
    }

    ul.manFacText3 > li:first-child {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .manFacText3 {
        font-size: 20px;
    }

    .manFacText3 br {
        display: none;
    }

    ul.manFacText3,
    ul.manFacText3 > li {
        width: 100%;
        display: block;
    }

    ul.manFacText3 > li:first-child {
        padding: 0 0 10px 0;
    }

}

/*------------------------------*/

ul.manFacText3 > li > ul {
    padding: 0;
    margin: 0;
}

ul.manFacText3 > li > ul > li {
    display: block;
    padding: 0 0 0 15px;
}

ul.manFacText3 > li > ul > li:before {
    position: absolute;
    content: '●';
    margin: 0 0 0 -15px;
}

@media (max-width: 1199px) {
    ul.manFacText3 br {
        display: none;
    }
}

/*------------------------------*/

.manFacText4 {
    background: #01009a;
    color: #FFFFFF;
    /*font-family: impact, sans-serif;*/
		font-family: 'Taviraj', serif;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    padding: 12px 5px;
    margin: 80px 0 50px 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .manFacText4 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .manFacText4 {
        font-size: 22px;
			margin: 50px 0 40px 0;
    }
}

/*------------------------------*/

.manFacText5 {
    position: absolute;
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 22px;
    line-height: 120%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .manFacText5 {
        font-size: 14px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .manFacText5 {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .manFacText5 {
        position: relative;
        margin: 0 0 30px 0;
    }

    .manFacText5 br {
        display: none;
    }
}

/*------------------------------*/


.manFacText6 {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 22px;
    line-height: 120%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .manFacText6 {
        font-size: 14px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .manFacText6 {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .manFacText6 {
        position: relative;
        margin: 0 0 30px 0;
    }

    .manFacText6 br {
        display: none;
    }
}

/*------------------------------*/

.manFacHr {
    border-bottom: 1px solid #dddddd;
    margin: 30px 0;
}

/*------------------------------*/

.manFacDesign {
    /*margin: 0 -8px*/
}

.manFacDesign > ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.manFacDesign > ul > li {
    width: 20%;
    display: table-cell;
    vertical-align: bottom;
    padding: 0 8px;
}

.manFacDesign > ul > li:first-child{
	width: 40%;
	vertical-align: top;
}

.manFacDesign .img-responsive {
    width: 100%;
}

@media screen and (max-width:767px){
	.manFacDesign .img-responsive{
		margin: 0 auto 30px auto;
	}
}

@media (max-width: 499px) {
    .manFacDesign > ul,
    .manFacDesign > ul > li {
        width: 100%;
        display: block;
    }

    .manFacDesign > ul > li {
        padding: 8px;
    }

    .manFacDesign .img-responsive {
        width: 250px;
        float: none;
        margin: 0 auto;
    }
	
	.manFacDesign > ul > li:first-child{
		width: 100%;
	}
}

/*------------------------------*/

.manFacPic.row {
    margin: 50px -8px 0 -8px;
}

.manFacPic.row > [class*="col-"] {
    padding: 0 8px;
}

@media (max-width: 767px) {
    .manFacPic.row > [class*="col-"] {
        padding: 8px;
    }
}

/*------------------------------*/

.manFacBg {
    background: url("../images/service/bg.jpg") no-repeat center;
    background-size: cover;
    color: #01009a;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    padding: 80px 0;
    margin: 15px 0 35px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .manFacBg {
        font-size: 16px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .manFacBg {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .manFacBg {
        font-size: 16px;
        line-height: 150%;
        text-align: left;
        padding-top: 40px;
        margin-bottom: -80px;
    }

    .manFacBg br {
        display: none;
    }
}

/*------------------------------
News
------------------------------*/

.newsBannerTop {
    background: url("../images/news/banner.jpg") no-repeat center;
    background-size: cover;
}

/*------------------------------*/

.newsListBox {
    margin: 30px 0 0 0;
}

/*------------------------------*/

.newsHr {
    border-top: 1px solid #dddddd;
    margin: 0;
}

.fixHeight .newsHr {
    margin: 0 30px 0 0;
}

/*------------------------------*/

.newsScroll {
    height: auto;
}

.fixHeight .newsScroll {
    height: 240px;
}

/*------------------------------*/

.newsList {
    color: #717171;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 150%;
}

.fixHeight .newsList {
    padding: 0 15px 0 0;
}

.newsList a {
    color: #717171;
}

.newsList ul {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

.newsList ul:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

.newsList li {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
}

.newsList li:nth-child(1) {
    width: 190px;
}

.newsList li:nth-child(2) {
    word-break: break-all;
    padding-left: 20px;
    padding-right: 20px;
}

.newsList li:nth-child(3) {
    width: 28px;
}

.newsList li:nth-child(3) .img-responsive {
    width: 100%;
}

@media (max-width: 767px) {
    .newsList ul,
    .newsList li {
        width: 100%;
        display: block;
    }

    .newsList ul {
        position: relative;
    }

    .newsList li {
        padding: 15px 0;
    }

    .newsList li:nth-child(1) {
        width: 160px;
        padding-bottom: 5px;
    }

    .newsList li:nth-child(2) {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .newsList li:nth-child(3) {
        width: 25px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

/*------------------------------*/

.newLabel {
    float: right;
    display: inline-block;
    background: #2faae6;
    color: #FFFFFF;
    font-size: 80%;
    line-height: 100%;
    padding: 3px 6px;
    margin: 4px 0 0 0;
}

/*------------------------------*/

.newsDetailBox {
    width: 80%;
    padding: 100px 0 0 0;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .newsDetailBox {
        width: 100%;
    }
}

/*------------------------------*/

.newsDetail {
    border: 1px solid #dddddd;
    padding: 30px 8%;
}

@media (max-width: 767px) {
    .newsDetail {
        padding: 15px;
    }
}

/*------------------------------*/

.newsDate {
    color: #717171;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 100%;
}

/*------------------------------*/

.newsTitle {
    border-bottom: 1px solid #dddddd;
    color: #717171;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    line-height: 150%;
    word-break: break-all;
    padding: 0 0 5px 0;
    margin: 1px 0 0 0;
}

/*------------------------------*/

a.newsFileTitle {
    float: right;
    display: inline-block;
    padding-left: 15px;
}

@media (max-width: 767px) {
    a.newsFileTitle img {
        width: 25px;
    }
}

/*------------------------------*/

.newsPic {
    margin: 30px 0;
	overflow: hidden;
}

@media (min-width:1750px){
	.newsPic img{
		height: 380px !important;
	}
}

@media (max-width:1749px) and (min-width:1200px){
	.newsPic img{
		height: 360px !important;
	}
}

@media (max-width:1199px) and (min-width:992px){
	.newsPic img{
		height: 320px !important;
	}
}

@media (max-width:991px) and (min-width:480px){
	.newsPic img{
		height: 300px !important;
	}
}
/*------------------------------*/

.newsText {
    word-break: break-all;
    color: #717171;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 150%;
}

/*------------------------------*/

.newsBtn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 150%;
    padding: 0 0 170px 0;
    margin: 30px 0 0 0;
}

.newsBtn > a {
    width: 125px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #dddddd;
    color: #717171;
    text-decoration: none;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;

    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.newsBtn a.back {
    float: left;
}

.newsBtn a.next {
    float: right;
}

.newsBtn > a:hover {
    background: #01009a;
    color: #FFFFFF;
}

/*------------------------------
Contact
------------------------------*/

.contactBannerTop {
    background: url("../images/contact/banner.jpg") no-repeat center;
    background-size: cover;
}

/*------------------------------*/

.contactText1 {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 22px;
    line-height: 130%;
		letter-spacing: .3px;
    text-align: center;
    margin: 100px 0 50px 0;
}

@media (max-width: 991px) {
    .contactText1 br {
        display: none;
    }
}

@media (max-width: 767px){
	.contactText1{
		text-align: left;
	}
}


/*------------------------------*/

.contactText2 {
    width: 390px;
    border: 1px solid #dddddd;
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 28px;
		letter-spacing: .3px;
    line-height: 130%;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .contactText2 {
        width: 100%;
        max-width: 270px;
        font-size: 100%;
    }
}

/*------------------------------*/

.contactText3 {
    color: #717171;
    font-family: 'Century Gothic', sans-serif;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin: 15px 0;
}

/*------------------------------*/

.contactText4 {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    margin: 15px 0 0 0;
}

.contactText4 > span {
    display: inline-block;
    /*vertical-align: middle;*/
    font-size: 150%;
    padding: 0 0 5px 0;
}

.contactText4 > span.jpt {
    font-size: 100%;
}

@media (max-width: 1199px) {
    .contactText4 > span {
        font-size: 150%;
    }

    .contactText4 > span.jpt {
        font-size: 100%;
    }
}

@media (max-width: 991px) {
    .contactText4 > span {
        font-size: 100%;
    }

    .contactText4 > span.jpt {
        font-size: 100%;
    }
}

@media (max-width: 615px) {
    .contactText4 {
        text-align: left;
			font-size: 18px;
    }

    .contactText4 br {
        display: none;
    }

    .contactText4 span:nth-child(2), .contactText4 span:nth-child(4) {
        font-size: 120%;
				line-height: 100%;
    }

    .contactText4 span.jpt {
        font-size: 100%;
        text-align: right;
        width: 100%;
        margin: -15px 0 0 0px;
        padding-right: 5px;
    }
}

@media (min-width: 615px) {
    .contactText4 br {
        display: none;

    }
}

/*------------------------------*/

.contactText5 {
    color: #ff0000;
    /*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Prompt', sans-serif;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
}

/*------------------------------*/

.contactTb {
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 22px;
    line-height: 150%;
		font-weight: bold;
		letter-spacing: .3px;
}

.contactTb sup {
    color: #ff0000;
}

.contactTb table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.contactTb tr {
    border-top: 1px solid #dddddd;
}

.contactTb tr:last-child {
    border-bottom: 1px solid #dddddd;
}

.contactTb td {
    vertical-align: top;
    padding: 15px 0;
}

.contactTb td:first-child {
    width: 220px;
    padding-top: 17px;
}

.contactTb td:last-child{
	word-break: break-all;
}

@media (max-width: 767px) {
    .contactTb td {
        width: 100%;
        display: block;
    }

    .contactTb td:first-child {
        padding-bottom: 0;
    }

    .contactTb td:last-child {
        padding-top: 5px;
    }
}

/*------------------------------*/

.contactTb .form-control {
    background: #f0f0f0;
    border: none;
    outline: none;
		font-family: 'thai_sans_literegular';
		font-size: 24px;
		font-weight: normal;
		line-height: 100%;
}

/*------------------------------*/

.contactBtn {
    color: #ffffff;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    margin: 70px 0;
}

.contactBtn.thank {
    margin: -50px 0 120px 0;
}

.contactBtn button {
    width: 200px;
    display: inline-block;
    background: #707070;
    font-size: 100%;
    padding: 2px 0;
    margin: 15px 30px;

    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.contactBtn button:hover {
    color: #FFFFFF;
    background: #01009a;
}

/*------------------------------*/

.contactBox {
    width: 85%;
    border: 1px solid #dddddd;
    padding: 20px 20px 10px 20px;
    margin: 0 auto 150px auto;
}

@media (max-width: 1169px) {
    .contactBox {
        width: 100%;
        max-width: 960px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .contactBox {
        width: 100%;
        max-width: 600px;
        padding: 10px;
    }
}

@media (max-width: 614px) {
    .contactBox {
        max-width: 300px;
    }
}

/*------------------------------*/

/*ul.contactPhone {
    width: auto;
    display: table;
    padding: 0;
    margin: 0 auto 15px auto;
}

ul.contactPhone > li {
    display: table-cell;
    vertical-align: middle;
}

ul.contactPhone > li:nth-child(2) {
    padding: 0 20px 0 0;
}

@media (max-width: 614px) {
    ul.contactPhone {
        width: 100%;
        display: block;
    }

    ul.contactPhone > li {
        display: block;
        padding: 0;
        margin: 0 auto;
    }

    ul.contactPhone > li:nth-child(2) {
        padding: 0;
    }
}*/

/*------------------------------*/
ul.contact-detail{
	display: table;
	width: 70%;
	margin: 0 auto 15px auto;
	padding: 0;
}

ul.contact-detail > li{
	display: table-cell;
	vertical-align: bottom;
	padding: 0;
}

ul.contact-detail > li:first-child{
	width: 100px;
	padding: 0 0 5px 0px;
}


@media (max-width: 1199px){
	ul.contact-detail{
		width: 85%;
	}
	
	ul.contact-detail > li:first-child{
		width: 100px;
		padding: 0 0 3px 0px;
	}
}

@media (max-width: 1099px){
	ul.contact-detail{
		width: 70%;
	}
}

@media (max-width: 979px){
	
	ul.contact-detail{
		width: 80%;
	}
	
	ul.contact-detail > li:first-child{
		width: 90px;
		padding: 0;
	}
	
}

@media (max-width: 749px){
	ul.contact-detail{
		width: 90%;
	}
	
	ul.contact-detail > li:first-child{
		width: 140px;
		padding: 0;
	}
}

@media (max-width: 614px){
	ul.contact-detail{
		width: 100%;
	}
	
	ul.contact-detail > li{
		display: block;
	}
	
	ul.contact-detail > li:first-child{
		width: 100%;
		padding: 0;
	}
}

/*------------------------------*/
/*------------------------------*/

.contactLabel {
    width: 120px;
    display: inline-block;
    background: #707070;
    color: #FFFFFF;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    padding: 3px 1px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .contactLabel {
        font-size: 18px;
    }
}

@media (max-width: 614px) {
    .contactLabel {
        width: 120px;
        font-size: 18px;
    }
}

/*------------------------------*/

.contactNum {
    display: inline-block;
    vertical-align: middle;
    color: #717171;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 100%;
    padding: 0 15px;
    margin: 0px 0 0 0;
}

.contactNum a {
    color: #717171;
    text-decoration: none;
}

.contactNum a:hover {
    opacity: .7;
}

@media (max-width: 1199px){
	.contactNum{
		font-size: 36px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
    .contactNum {
        font-size: 160%;
			margin: 10px 0 0 0;
    }
}

@media (max-width: 767px) {
    .contactNum {
        width: 180px;
        font-size: 22px;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 614px) {
    .contactNum {
        display: block;
        width: 100%;
        font-size: 210%;
        padding: 10px 0 0 0;
    }
}

/*------------------------------*/

.contactEmail {
    display: inline-block;
    vertical-align: middle;
    color: #717171;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 100%;
    padding: 0 15px;
    margin: 0px 0 3px 0;
}

.contactEmail img{
	width: 100%;
}

.contactEmail a {
    color: #717171;
    text-decoration: none;
}

.contactEmail a:hover {
    opacity: .7;
}

@media (max-width: 1199px){
	.contactEmail{
		font-size: 36px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
    .contactEmail {
        font-size: 170%;
    }
}

@media (max-width: 767px) {
    .contactEmail {
        width: 250px;
        font-size: 22px;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 614px) {
    .contactEmail {
        display: block;
        width: 100%;
        font-size: 150%;
        padding: 10px 0 0 0;
    }
}

/*------------------------------*/
.contactText-last {
    display: inline-block;
    vertical-align: middle;
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 0 -5px;
}

.contactText-last-2 {
    display: none;
    vertical-align: middle;
    color: #717171;
    /*font-family: 'Source Sans Pro', sans-serif;*/
		font-family: 'thai_sans_literegular';
    font-size: 24px;
		line-height: 130%;
    margin: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .contactText-last {
        margin: 0 0 0 -5px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .contactText-last {
        margin: 0 0 0 0;
        font-size: 24px;
    }
}

@media (max-width: 614px) {
    .contactText-last {
        display: none;
			font-size: 18px;
    }

    .contactText-last-2 {
        display: inline-block;
			font-size: 18px;
    }
}

/*------------------------------*/

.contactThankText1 {
    color: #717171;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    margin: 100px 0 80px 0;
}

@media (max-width: 614px) {
    .contactThankText1 br {
        display: none;
    }
}

/*------------------------------*/
.font-menuleft {
    font-family: impact, sans-serif;
    font-size: 80%;
}

.font-impact {
    font-family: impact, sans-serif;
    font-weight: normal;
}