@charset "utf-8";
body,
html {
    -webkit-text-size-adjust: none;
    font-weight: 400;
    letter-spacing: .55;
    margin: 0;
    padding: 0;
    background: #fff
}

input,
select,
textarea {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%
}

a {
    text-decoration: none !important;
    outline: 0
}

header {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    background: linear-gradient(180deg, #fff 0, #fafbfd 100%);
    position: fixed;
    z-index: 99
}

@font-face {
    font-family: webfont1;
    src: url('../fonts/NotoSansThai-Light.eot');
    src: local('☺'), url('../fonts/NotoSansThai-Light.woff') format('woff'), url('../fonts/NotoSansThai-Light.ttf') format('truetype'), url('../fonts/NotoSansThai-Light.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: webfont2;
    src: url('../fonts/NotoSansThai-Regular.eot');
    src: local('☺'), url('../fonts/NotoSansThai-Regular.woff') format('woff'), url('../fonts/NotoSansThai-Regular.ttf') format('truetype'), url('../fonts/NotoSansThai-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: webfont3;
    src: url('../fonts/NotoSansThai-Bold.eot');
    src: local('☺'), url('../fonts/NotoSansThai-Bold.woff') format('woff'), url('../fonts/NotoSansThai-Bold.ttf') format('truetype'), url('../fonts/NotoSansThai-Bold.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: webfontBoldEN;
    src: url('../fonts/NotoSans-Bold.eot');
    src: local('☺'), url('../fonts/NotoSans-Bold.woff') format('woff'), url('../fonts/NotoSans-Bold.ttf') format('truetype'), url('../fonts/NotoSans-Bold.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: webfontRegularEN;
    src: url('../fonts/NotoSans-Regular.eot');
    src: local('☺'), url('../fonts/NotoSans-Regular.woff') format('woff'), url('../fonts/NotoSans-Regular.ttf') format('truetype'), url('../fonts/NotoSans-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: webfontLightEN;
    src: url('../fonts/NotoSans-Light.eot');
    src: local('☺'), url('../fonts/NotoSans-Light.woff') format('woff'), url('../fonts/NotoSans-Light.ttf') format('truetype'), url('../fonts/NotoSans-Light.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

::-webkit-input-placeholder {
    color: #acabaa
}

::-moz-placeholder {
    color: #acabaa
}

:-ms-input-placeholder {
    color: #acabaa
}

:-moz-placeholder {
    color: #acabaa
}

input,
textarea {
    -webkit-appearance: none
}

i-search.input[type=text] {
    width: 130px;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}

i-search.input[type=text]:focus {
    width: 100%
}

.rowHeaderTop {
    -webkit-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s
}

.rowHeaderTop .colLogo img {
    width: 72px;
    -webkit-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s
}

.rowHeaderTop .textSearchKeyWord {
    -webkit-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s
}

.rowHeaderTop .search-amulet {
    -webkit-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s
}

.rowHeaderTop .btn-search {
    -webkit-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s
}

.rowHeaderTop .colUser .boxLog .iconLog img {
    max-width: 100%;
    -webkit-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s
}

.rowHeaderTop .colUser .boxRegister .iconRegister img {
    max-width: 100%;
    -webkit-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s
}

.rowHeaderTop.onScroll {
    padding: 10px 0
}

.rowHeaderTop.onScroll .textSearchKeyWord {
    display: none
}

.rowHeaderTop.onScroll .colLogo img {
    max-width: 220px
}

.rowHeaderTop.onScroll .search-amulet {
    padding: 8px;
    padding-left: 40px;
    background-position-y: 12px
}

.rowHeaderTop.onScroll .btn-search {
    padding: 13px 26px
}

.rowHeaderTop.onScroll .colUser .boxLog .iconLog img {
    max-width: 34px
}

.rowHeaderTop.onScroll .colUser .boxRegister .iconRegister img {
    max-width: 34px
}

.topSpace {
    padding-top: 120px
}

.boxTopHeader {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.btnTopHeader {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 16px;
    display: block;
    font-weight: 400;
    color: #ffff;
    padding: 5px 10px;
    background: #25c3a2;
    border-radius: 5px;
    margin-right: 20px;
    margin-left: 10px
}

.btnTopHeader:hover {
    background: #fe9a28;
    color: #ffff
}

.searchTopHeader {
    color: #fff
}

.searchTopHeader:hover {
    color: #fe9a28
}

.sp-row-btn {
    padding-right: 20px;
    border-right: 1px solid #ddd
}

.sp-row-btn ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-row-btn ul.active {
    margin-bottom: 20px
}

.sp-row-btn ul li {
    -webkit-transition: all .2s ease
}

.sp-row-btn ul li:hover {
    -webkit-transition: all .2s ease
}

.sp-row-btn ul li.none {
    border-left: none;
    margin-left: 20px;
    text-align: right
}

.sp-row-btn ul li.none:hover {
    border-left: none
}

.sp-row-btn ul li a {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 26px;
    display: block;
    padding: 5px 10px;
    padding-right: 20px;
    font-weight: 400;
    color: #000;
    background: #fff url(../img/icon/arrow-right-aa.png) no-repeat right;
    background-position-x: 98%
}

.sp-row-btn ul li a:hover {
    background: #f5f5f5 url(../img/icon/arrow-right.png) no-repeat right;
    background-position-x: 98%;
    border-radius: 5px
}

.sp-row-btn ul li a.active {
    background: #f5f5f5 url(../img/icon/arrow-down.png) no-repeat right;
    background-position-x: 98%;
    border-radius: 5px
}

.sp-row-btn ul li a.level1 {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif
}

.sp-row-btn ul li a.level1.active {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif
}

.sp-row-btn ul li a img {
    max-width: 100%
}

.sp-row-btn ul.subMenuLeft {
    padding: 10px 0;
    margin-left: 20px;
    background: #fff;
    text-align: left;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 26px
}

.sp-row-btn ul.subMenuLeft>li {
    padding: 0 0 0 10px !important;
    width: 100%;
    border-bottom: none
}

.sp-row-btn ul.subMenuLeft>li>a {
    display: block;
    width: 100%;
    color: #000;
    line-height: 20px;
    background: url(../img/icon/arrow-right-gray.png) no-repeat right;
    background-position-x: 98%
}

.sp-row-btn ul.subMenuLeft>li>a:hover {
    color: #276bb6
}

.sp-row-btn ul.subMenuLeft>li>a.active {
    color: #276bb6;
    background: url(../img/icon/arrow-down-gray.png) no-repeat right;
    background-position-x: 98%
}

.sp-row-btn ul.subMenuLeft ul.subMenuLeftLevel3 {
    padding: 10px 0;
    margin-left: 20px;
    background: #fff;
    text-align: left;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #413a61
}

.sp-row-btn ul.subMenuLeft ul.subMenuLeftLevel3>li {
    padding: 0 10px 0 10px !important;
    width: 100%;
    border-bottom: none
}

.sp-row-btn ul.subMenuLeft ul.subMenuLeftLevel3>li:hover {
    background: #fff
}

.sp-row-btn ul.subMenuLeft ul.subMenuLeftLevel3>li:last-child {
    border-bottom: none
}

.sp-row-btn ul.subMenuLeft ul.subMenuLeftLevel3>li>a:hover {
    color: #276bb6
}

.sp-row-btn ul.subMenuLeft ul.subMenuLeftLevel3>li>a {
    display: block;
    width: 100%;
    color: #000;
    line-height: 20px;
    background: 0 0
}

.sp-row-btn ul.subMenuLeft ul.subMenuLeftLevel3>li>a.active {
    color: #276bb6
}

.boxInner {
    margin-left: 40px
}

.textTitleLeft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    background: url(../img/icon/arrow-right-aa.png) no-repeat right;
    background-position-x: 98%
}

.textTitleLeft.active {
    margin-bottom: 5px;
    background: url(../img/icon/arrow-down.png) no-repeat right;
    background-position-x: 98%
}

.textH2 {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #262f56
}

.textH1 {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 10px
}

.textH1.ht {
    font-size: 46px;
    line-height: 46px;
    color: #fff
}

.textH1.psn {
    font-size: 24px;
    line-height: 27px;
    color: #296463;
    text-align: center;
    margin-bottom: 40px
}

.textH1.ct {
    font-size: 36px;
    line-height: 36px;
    color: #fff
}

.textH1.Bule {
    color: #296463
}

.textH1.w {
    color: #fff
}

.textH1.Bule.TextCenter {
    text-align: center
}

.textH1.Bule span {
    color: #296463
}

.textH1.Bule.a {
    font-size: 24px;
    line-height: 48px;
    background: url(../img/icon/lineLeft.png) left no-repeat;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px
}

.textH2 {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 10px
}

.textH2.servicePage {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    color: #296463
}

.textH2.know {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 20px;
    border-left: 6px solid #fe9a28
}

.textH2.know.small {
    font-size: 28px;
    line-height: 38px;
    padding-left: 26px;
    border-left: none;
    margin-top: 0;
    margin-bottom: 40px
}

.textH2.Title {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    color: #296463
}

.textH2.Title.TextCenter {
    text-align: center
}

.textH2.Bule {
    color: #296463
}

.textH2.Bule span {
    color: #296463
}

.textH2.Bule.a {
    font-size: 18px;
    line-height: 20px;
    color: #276bb6
}

.textH3 {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400
}

.textH3.servicePage {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    color: #296463
}

.textH3.Gray {
    color: #222
}

.textBody {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.textBody.Title {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #282828
}

.textBody.detail {
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.textBody.detail.a {
    font-size: 14px;
    line-height: 18px;
    color: #666
}

.textBody.detail.w {
    color: #fff
}

.textBody.ct {
    font-size: 16px;
    line-height: 24px;
    color: #262f56
}

.textBody.detail.Product {
    font-size: 14px;
    line-height: 18px;
    color: #7d7d7d
}

.textBody.detail.Product.Bold {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif
}

.textBody.detail.Link {
    color: #0090dd;
    text-decoration: underline
}

.textBody.Bule {
    color: #333;
    font-size: 18px;
    line-height: 24px
}

.textBody.Bule.a {
    font-size: 18px;
    line-height: 24px;
    color: #296463;
    font-weight: 700
}

.textBody.Bule.w {
    color: #fff
}

.textBody.Bule.w.big {
    font-size: 22px;
    line-height: 28px
}

.textBody.Establishment {
    font-size: 14px;
    line-height: 14px;
    color: #666
}

.textBody.Establishment.a {
    color: #3c3d41;
    line-height: 20px
}

.textBody.Establishment span {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    color: #276bb6;
    padding: 0 10px
}

.textSlider {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
    color: #fff
}

.textSlider span.a {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400
}

.textSlider span.b {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400
}

.textProductName {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    color: #262f56
}

.textProductName.TitleName {
    font-size: 18px;
    line-height: 24px
}

.textProductName.Detail {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #262f56
}

.textProductName.PriceName {
    font-size: 14px;
    line-height: 14px;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    color: #666;
    margin-top: 10px
}

.textProductName.HotItem {
    font-size: 16px;
    line-height: 20px;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    color: #666
}

.textCenter {
    font-size: 16px;
    line-height: 20px;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    color: #666;
    text-align: center;
    margin-bottom: 10px
}

.textFooter {
    font-family: webfont1, webfontLightEN, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 400
}

.textFooter.Title {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
}

.textCounter {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 26px;
    line-height: 44px;
    font-weight: 400;
    color: #fff
}

.textCounter.counter {
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif;
    font-size: 40px;
    line-height: 46px;
    color: #3edbba
}

.boxBtn {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.boxBtn.a {
    justify-content: flex-start
}

.btnMore {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #296463;
    padding: 10px 40px;
    background: #fff;
    border: 1px solid #296463
}

.btnMore:hover {
    color: #fff;
    background: #296463
}

.btnMore01 {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    padding: 7px 20px;
    padding-top: 10px;
    border: 1px solid #fff;
    margin-top: 10px;
    display: block
}

.btnMore01:hover {
    color: #666;
    background: #ffd043
}

.btnMore01::after {
    content: url(../img/icon/arrow-right01.png);
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle
}

.btnProduct {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    padding: 7px 20px;
    padding-top: 10px;
    background: #283e78;
    border-radius: 20px
}

.btnProduct::after {
    content: url(../img/icon/arrow-right02.png);
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle
}

.btnSlider {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    background: #262f56;
    border-radius: 20px
}

.btnDownload {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    background: #3f8efc;
    border-radius: 7px;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    cursor: pointer
}

.btnDownload.a {
    width: auto;
    display: inline-block;
    margin-bottom: 10px
}

.btnDownload img {
    margin-right: 10px;
    width: 19px;
    height: 23px
}

.btnEmail {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    background: #276bb6;
    border-radius: 7px;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    cursor: pointer
}

.btnEmail img {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.btnLine {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    padding: 5px 20px;
    background: #3acd01;
    border-radius: 7px;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    cursor: pointer
}

.btnLine img {
    margin-right: 5px
}

.hover figure {
    overflow: hidden;
    padding: 0;
    margin: 0
}

.hover figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

.clearfix {
    clear: both
}

.sp-lang {
    width: 68px
}

.sp-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

img.a {
    max-width: 100%
}

.sp-container-cac {
    width: 70%;
    margin: 0 auto
}

.box-menu-top {
    padding: 10px
}

.box-menu-top ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right
}

.box-menu-top ul li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ddd
}

.box-menu-top ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0px
}

.box-menu-top ul li a {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    font-weight: 400;
    letter-spacing: 1
}

.box-menu-top ul li a.icon-search {
    font-size: 18px;
    color: #ee2d24
}

.box-menu-top ul li a:hover {
    color: #ee2d24
}

.box-menu-top ul li a.active {
    color: #ee2d24
}

.sec06 {
    background: #088e8e
}

.sec06 ul.boxListMain {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.sec06 ul.boxListMain li {
    width: 33.33%
}

.sec06 ul.boxListMain li .box-content-footer {
    padding-top: 58px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px
}

.sec06 ul.boxListMain li:last-child .box-content-footer {
    border-right: none
}

.sec06 ul.boxListMain li .box-content-footer h2.a {
    color: #ee2d24
}

.sec06 ul.boxListMain li .box-content-footer h2.a span {
    font-size: 18px;
    color: #1f1e1f
}

.sec06 ul.boxListMain li .box-content-footer p {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 40px;
    margin-top: 20px;
    height: 54px
}

.sec06 ul.boxListMain li .box-content-footer input {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 7px 20px;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.rowContentFooter {
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-align: left
}

.rowContentFooter .boxIcon {
    text-align: center;
    width: 40px;
    margin-right: 10px
}

.rowMenuListFooter {
    display: flex;
    flex-wrap: wrap
}

.rowMenuListFooter .colList01 {
    width: 50%
}

.rowMenuListFooter .colList01 .boxContent {
    margin-bottom: 20px;
    padding: 0 10px
}

.rowMenuListFooter .colList01 .boxContent.a {
    margin-top: 40px
}

.rowMenuListFooter .colList01 .boxContent:last-child {
    margin-bottom: 0
}

.rowMenuListFooter .colList01 .boxContent ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.rowMenuListFooter .colList01 .boxContent ul li {
    width: 100%;
    margin-bottom: 3px
}

.boxSocial {
    margin-top: 20px
}

.sp-box-nav {
    padding: 0;
    margin-bottom: 40px
}

.sp-box-nav ul.sp-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start
}

.sp-box-nav ul.sp-nav li {
    margin: 0 1px;
    width: auto
}

.sp-box-nav ul.sp-nav li::after {
    content: ">";
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-weight: 400;
    color: #666;
    letter-spacing: 1px;
    font-size: 12px
}

.sp-box-nav ul.sp-nav li.none::after {
    content: none
}

.sp-box-nav ul.sp-nav li a {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    padding: 0 8px;
    cursor: pointer
}

.sp-box-nav ul.sp-nav li a:hover {
    color: #0090dd
}

.sp-box-nav ul.sp-nav li a.active {
    color: #0090dd
}

.rowHeaderTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0
}

.rowHeaderTop.mobi {
    display: none
}

.rowHeaderTop .colSearch {
    display: flex;
    align-items: center;
    justify-content: center
}

.rowHeaderTop .colUser {
    display: flex;
    align-items: center
}

.rowHeaderTop .colUser .boxLog {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #9acfef
}

.rowHeaderTop .colUser .boxRegister {
    display: flex;
    align-items: center
}

.rowHeaderTop .colUser .textUser {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #0090dd;
    margin-left: 10px
}

.textSearchKeyWord {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #0090dd;
    margin-top: 10px
}

.textSearchKeyWord span {
    color: #666
}

.search-amulet {
    border: solid 1px #f0f0f0;
    border-radius: 25px 0 0 25px;
    padding: 10px;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #acabaa;
    letter-spacing: 1px;
    font-weight: 400;
    background: #fff url(../img/icon/search01.png) no-repeat left top;
    padding-left: 40px;
    width: 400px;
    background-position-x: 100%;
    background-position-x: 14px;
    background-position-y: 16px;
    outline: 0
}

.btn-search {
    background: #276bb6;
    padding: 16px 34px;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0 25px 25px 0;
    border: none;
    cursor: pointer;
    font-weight: 400;
    outline: 0
}

.bg-menu {
    background: #fff;
    box-shadow: 0 0 10px #ccc
}

.sp-row-menu .sp-col-left {
    text-align: left;
    width: 25%
}

.sp-row-menu .sp-col-left img {
    max-width: 100%
}

.sp-row-menu .sp-col-center {
    width: 75%
}

.sp-front-nav {
    background: #006868;
    margin: 0;
    display: block;
    margin-bottom: 0;
    width: 100%;
    padding: 0
}

ul.sp-front-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
    justify-content: flex-end
}

ul.sp-front-menu li {
    display: inline-block;
    position: relative;
    margin-right: 0
}

ul.sp-front-menu li a {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 44px;
    color: #cac9c9;
    font-weight: 400;
    padding: 10px 20px 10px 20px
}

.header-top a {
    padding: 10px !important
}

ul.sp-front-menu li.menuMain a {
    color: #000;
    font-size: 20px
}

ul.sp-front-menu li a img {
    margin-right: 5px
}

ul.sp-front-menu li a:hover {
    color: #fff;
    background: #25c3a2;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s
}

ul.sp-front-menu li a.active {
    color: #fff;
    background: #25c3a2
}

ul.sp-front-menu ul.linel2txt {
    padding: 10px 0;
    border-top: 3px solid #ee2d24;
    left: -999em;
    position: absolute;
    background: #fff;
    top: 68px;
    width: 310px;
    text-align: left
}

ul.sp-front-menu ul.linel2txt>li {
    padding: 0 10px 0 10px !important;
    width: 100%;
    border-bottom: none
}

ul.sp-front-menu ul.linel2txt>li:hover {
    background: #fff
}

ul.sp-front-menu ul.linel2txt>li:last-child {
    border-bottom: none
}

ul.sp-front-menu ul.linel2txt>li>a:hover {
    color: #ee2d24
}

ul.sp-front-menu ul.linel2txt>li>a {
    display: block;
    width: 100%;
    color: #71798c;
    line-height: 20px
}

ul.sp-front-menu ul.linel2txt>li>a i {
    font-size: 3px;
    margin-right: 10px;
    color: #ddd
}

ul.sp-front-menu ul.linel2txt>li>a:hover i {
    color: #ee2d24
}

ul.sp-front-menu ul {
    padding: 0 0 10px;
    left: -999em;
    position: absolute;
    background: #2e3639;
    top: 50px;
    width: 750px;
    display: flex;
    flex-wrap: wrap
}

ul.sp-front-menu ul li a {
    display: block;
    padding: 10px 5px 10px 5px;
    font-family: webfont2, Tahoma, Geneva, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    width: 150px
}

ul.sp-front-menu ul li a img {
    margin-right: 5px
}

ul.sp-front-menu li.sfhover ul,
ul.sp-front-menu li:hover ul {
    left: -100px;
    z-index: 100;
    visibility: visible
}

ul.sp-front-menu li.sfhover ul.linel2txt,
ul.sp-front-menu li:hover ul.linel2txt {
    left: 0;
    z-index: 100;
    visibility: visible
}

.sp-box-page-footer {
    text-align: center;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px
}

.sp-box-page-footer .btn-number-footer {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    box-sizing: border-box;
    margin: 0 5px;
    color: #262f56
}

.sp-box-page-footer .btn-number-footer01 {
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    box-sizing: border-box;
    margin: 0 5px;
    color: #262f56;
    letter-spacing: 1px;
    border-radius: 5px
}

.sp-box-page-footer .btn-number-footer-active {
    padding: 10px;
    background: #3373ba;
    border: 1px solid #ddd;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    box-sizing: border-box;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px
}

.sp-box-search {
    background: #eee;
    padding: 40px 0
}

.sp-box-search .sp-container-results {
    text-align: center
}

.sp-box-search .sp-container-results input {
    background: #fff;
    border: none;
    color: #666;
    font-size: 22px;
    font-weight: 400;
    border-radius: 3px;
    padding: 9px 20px;
    width: 30%;
    letter-spacing: 1px
}

.sp-box-search .sp-container-results button {
    background: #0b5673;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 3px;
    padding: 10px 20px
}

.web-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    padding: 4px 5% 6px 5%;
    background: #636466
}

.web-header .logo {
    float: left;
    margin-top: 2px
}

.web-header .logo img {
    width: 275px;
    margin-top: 7px
}

.web-header .btn-menu {
    float: right;
    margin-top: 15px
}

.web-header .sp-lang {
    float: right;
    margin-top: 18px;
    margin-right: 20px
}

.web-header .sp-lang img {
    width: 23px;
    margin: 0 2px
}

#web-menu-container {
    visibility: hidden
}

#web-menu-container .bg {
    transition: all .5s;
    opacity: 0;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4
}

#web-menu-container .menu {
    transition: all .5s;
    opacity: 0;
    transform: scale(1.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4
}

#web-menu-container .menu .list-container {
    display: table;
    width: 100%;
    height: 100%
}

#web-menu-container .menu .list-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle
}

#web-menu-container .menu ul {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0
}

#web-menu-container .menu ul>li {
    border-bottom: 0 #f0f0f0 solid;
    text-align: center
}

#web-menu-container .menu ul>li::before {
    display: none
}

#web-menu-container .menu ul>li a {
    color: #888;
    font-size: 30px;
    text-decoration: none;
    display: block;
    padding: 15px 60px 15px 60px;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif
}

#web-menu-container .menu ul>li a.active {
    color: #f6d528
}

body.showMenu #web-menu-container {
    visibility: visible
}

body.showMenu #web-menu-container .bg {
    opacity: .9
}

body.showMenu #web-menu-container .menu {
    opacity: 1;
    transform: scale(1)
}

#nav-btn-hbg {
    float: right;
    width: 32px;
    height: 18px;
    position: relative;
    margin: 21px auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-btn-hbg span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-btn-hbg span:nth-child(1) {
    top: 0
}

#nav-btn-hbg span:nth-child(2),
#nav-btn-hbg span:nth-child(3) {
    top: 7px
}

#nav-btn-hbg span:nth-child(4) {
    top: 14px
}

#nav-btn-hbg.open span {
    box-shadow: none
}

#nav-btn-hbg.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

#nav-btn-hbg.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-btn-hbg.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-btn-hbg.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.menu-toggle {
    display: none
}

* {
    box-sizing: border-box
}

.sp-form-w {
    float: right;
    width: 40%;
    box-sizing: border-box
}

.sp-f {
    float: right;
    box-sizing: border-box;
    margin-left: 15%;
    margin-right: 5%
}

form.example input[type=text] {
    padding: 10px 20px 10px 20px;
    font-size: 17px;
    border: 1px solid grey;
    border-radius: 20px 0 0 20px;
    float: left;
    width: 80%;
    background: #f1f1f1;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 22px;
    color: #222;
    font-weight: 400
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #ffc000;
    border-radius: 0 20px 20px 0;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 22px;
    color: #222;
    font-weight: 400;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    text-align: center
}

form.example button:hover {
    background: #0b7dda;
    color: #fff
}

form.example::after {
    content: "";
    clear: both;
    display: table
}

.txt-title {
    background: #171717;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 10px 20px
}

.sp-menu-left {
    background: #888;
    margin-bottom: 15px
}

ul.menu-left {
    padding: 0 20px;
    margin: 0;
    list-style: none;
    padding-bottom: 20px
}

ul.menu-left li {
    border-bottom: 1px solid #ddd;
    position: relative
}

ul.menu-left li a {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #f9f9f9;
    font-weight: 400;
    display: block;
    padding: 15px 20px
}

ul.menu-left li a:hover {
    color: #ffc000;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s
}

ul.menu-left li a.active {
    color: #ffc000
}

ul.menu-left li div.actions {
    visibility: hidden;
    position: absolute;
    z-index: 10000;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    left: -999em;
    top: 0;
    width: 800px;
    overflow: auto;
    padding: 20px;
    background: #fff2cd;
    border: 1px solid #ecd576;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 20px
}

ul.menu-left li div.actions p {
    width: 100%;
    padding: 4px
}

ul.menu-left li div.actions a {
    display: block;
    color: #000;
    width: 10%;
    font-size: 18px;
    padding: 4px
}

ul.menu-left li div.actions a:hover {
    background: #ffc000
}

ul.sp-navigation {
    list-style: none;
    margin: 0;
    padding: 17px 0
}

ul.sp-navigation li {
    display: inline-block;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #f7f7f7;
    font-weight: 400;
    padding: 0 3px
}

ul.sp-navigation li::after {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 5px;
    padding-left: 15px
}

ul.sp-navigation li:last-child:after {
    content: none
}

ul.sp-navigation li:first-child:after {
    content: none
}

ul.sp-navigation li a {
    display: inline-block;
    color: #f7f7f7
}

ul.sp-navigation li span {
    font-size: 14px;
    line-height: 14px
}

.sp-input-select {
    border: 1px solid #ddd;
    padding: 7px 10px;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
    background: #fff;
    border-radius: 30px;
    width: 100%;
    margin: 5px 0
}

.sp-input-select01 {
    border: 1px solid #ddd;
    padding: 4px 10px;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #666;
    background: #fff;
    border-radius: 20px;
    width: 60%
}

.sp-search-mobi {
    padding: 10px 5%;
    background: #fff;
    display: none;
    margin-top: 56px
}

form.search-mobi input[type=text] {
    padding: 10px 20px 10px 20px;
    font-size: 17px;
    border: 1px solid grey;
    border-radius: 20px 0 0 20px;
    float: left;
    width: 80%;
    background: #f1f1f1;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 22px;
    color: #222;
    font-weight: 400
}

form.search-mobi button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #ffc000;
    border-radius: 0 20px 20px 0;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 22px;
    color: #222;
    font-weight: 400;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    text-align: center
}

form.search-mobi button:hover {
    background: #0b7dda;
    color: #fff
}

form.search-mobi::after {
    content: "";
    clear: both;
    display: table
}

.web-nav-mobi {
    display: none;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    transition: .5s all;
    border-bottom: 2px solid rgba(196, 196, 196, .2)
}

.web-nav-mobi>.top-area {
    height: 70px;
    padding: 10px 10px 10px 10px;
    overflow: visible;
    position: relative;
    z-index: 3;
    background-color: #fff
}

.web-nav-mobi>.top-area>.logo {
    height: 100%;
    text-align: left;
    margin-left: 20px
}

.web-nav-mobi>.top-area>.logo img {
    height: 100%
}

.web-nav-mobi>.menu-area {
    font-size: 28px;
    transition: all .5s;
    opacity: 0;
    background-color: #006868;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 9999;
    overflow: auto
}

.web-nav-mobi>.menu-area .menu-list {
    margin: 5% 15%;
    padding: 0;
    padding-bottom: 0;
    list-style-type: none;
    overflow: auto;
    opacity: .9
}

.web-nav-mobi>.menu-area .menu-list>li {
    text-align: left;
    padding: 12px 10px;
    border-bottom: 1px #fff solid;
    position: relative
}

.web-nav-mobi>.menu-area .menu-list>li.a {
    text-align: center;
    padding: 10px 10px;
    border-bottom: 0 #fff solid;
    position: relative;
    margin-top: 20px;
    background: red;
    color: #ea2c35
}

.web-nav-mobi>.menu-area .menu-list>li.more::before {
    content: '';
    position: absolute;
    top: 24px;
    right: 10px;
    height: 0;
    border: 8px transparent solid;
    border-top-color: #ee2d24
}

.web-nav-mobi>.menu-area .menu-list>li>a {
    text-decoration: none;
    display: block;
    padding: 0;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400
}

.web-nav-mobi>.menu-area .menu-list>li.open::before {
    border-color: transparent;
    border-bottom-color: #ee2d24;
    margin-top: -10px
}

.web-nav-mobi>.menu-area .menu-list>li.active>a {
    color: #fe9a28;
    font-family: webfont3, webfontBoldEN, Tahoma, Geneva, sans-serif
}

.web-nav-mobi .sub-area {
    display: none;
    text-align: left
}

.web-nav-mobi .sub-area>.list {
    list-style-type: none;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    margin-top: 10px
}

.web-nav-mobi .sub-area>.list li {
    padding: 0;
    margin: 0
}

.web-nav-mobi .sub-area>.list a {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 400
}

.web-nav-mobi .sub-area>.list a::before {
    content: '›';
    margin-right: 8px;
    font-size: 10pt;
    margin-top: 5px
}

.web-nav-mobi>.menu-area .menu-list>li.active .sub-area {
    display: block
}

body.show-menu .web-nav-mobi>.menu-area {
    bottom: 0;
    opacity: .95
}

#nav-btn-hbg {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    margin: 15px 6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-btn-hbg span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #006868;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    box-shadow: 0 0 2px #ccc
}

#nav-btn-hbg span:nth-child(1) {
    top: 0
}

#nav-btn-hbg span:nth-child(2),
#nav-btn-hbg span:nth-child(3) {
    top: 10px
}

#nav-btn-hbg span:nth-child(4) {
    top: 20px
}

#nav-btn-hbg.open span {
    box-shadow: none
}

#nav-btn-hbg.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

#nav-btn-hbg.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-btn-hbg.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-btn-hbg.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.box-search-shop {
    margin-bottom: 15px
}

.box-search-shop .btn-search-shop {
    border-radius: 10px;
    padding: 15px;
    background: #171717;
    color: #ffc000;
    font-size: 34px;
    text-align: center;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    width: 100%
}

.box-search-shop .btn-search-shop i {
    color: #ffc000;
    font-size: 44px
}

.btn-more {
    border: none;
    background: #7f8083;
    font-family: webfont2;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    cursor: pointer;
    padding: 15px 40px;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s
}

.btn-more:hover {
    background: #ee2d24;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s
}

.btn-more i {
    font-size: 18px;
    line-height: 18px;
    margin-left: 5px
}

.box-button {
    text-align: center;
    margin-top: 20px
}

.btn-more01 {
    border: none;
    background: 0 0;
    font-family: webfont2;
    font-size: 14px;
    line-height: 14px;
    color: #ac905a;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
    letter-spacing: 1px
}

.btn-more01 i {
    font-size: 18px;
    line-height: 18px;
    margin-left: 5px
}

.box-area-btn {
    text-align: left;
    margin-top: 40px
}

.box-area-btn button {
    background: #ad905b;
    padding: 13px 25px;
    font-family: webfont2;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 20px;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 400
}

.box-area-btn button i {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-left: 5px
}

.btn-all {
    background: #ad905b;
    padding: 13px 25px;
    font-family: webfont2;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    border-radius: 20px;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: 1px
}

.btn-all i {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-left: 5px
}

.btn-brown {
    background: #2f1a10;
    background: linear-gradient(43deg, #2f1a10 0, #432617 100%);
    padding: 15px 75px;
    font-family: webfont4;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    border-radius: 27px;
    border: 1px solid #ad905b;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 1px
}

.btn-brown.border-a {
    border: 2px solid #ffda90;
    padding: 15px 45px
}

.btn-certifi {
    background: #c58d29;
    background: linear-gradient(83deg, #c58d29 0, #faea9b 100%);
    padding: 14px 25px;
    font-family: webfont4;
    font-size: 16px;
    line-height: 16px;
    color: #1f120a;
    border-radius: 27px;
    border: 1px solid #ad905b;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 4px
}

.btn-certifi:hover {
    background: #083674;
    background: linear-gradient(43deg, #083674 0, #01215e 100%);
    color: #fff
}

.btn-certifi.border-a {
    border: 2px solid #ffda90;
    padding: 15px 45px
}

.web-footer {
    background: url(../img/footer/bg.jpg) top center no-repeat #fff;
    background-size: cover;
    padding: 40px 0;
    margin-top: 60px
}

.web-footer>.wrapper {
    display: flex;
    flex-flow: row wrap
}

.web-footer .brand-area {
    padding: 5px 0;
    width: 30%
}

.web-footer .brand-area.col-2 {
    padding: 5px 0;
    width: 20%
}

.web-footer .brand-area>.wrapper {
    display: flex
}

.web-footer .brand-area .brand {
    width: 100%;
    text-align: center
}

.web-footer .brand-area .icon {
    height: 55px
}

.web-footer .swiper-pagination-bullet-active {
    background-color: #1c195c !important
}

body.footer-no-margin .web-footer {
    margin-top: 0
}

.web-footer-text {
    background-color: #ececec;
    color: #333;
    margin-bottom: 10px;
    font-size: 17pt;
    text-align: center;
    padding: 15px;
    display: none
}

.web-footer-fixed {
    background-color: #ee2d24;
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%
}

.web-footer-fixed>.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    overflow: auto
}

.web-footer-fixed .left {
    float: left
}

.web-footer-fixed .right {
    float: right
}

.web-footer-fixed .btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-family: webfont2;
    padding: 14px 24px 12px 24px;
    letter-spacing: 1px
}

.web-footer-fixed .btn.a {
    background: #7f8083
}

.web-footer-sitemap {
    position: fixed;
    bottom: -550px;
    width: 100%;
    left: 0;
    border-top: 10px #ee2d24 solid;
    z-index: 2;
    background-color: #f5f5f5
}

.web-footer-sitemap>.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative
}

.web-footer-sitemap>.wrapper>.title {
    position: absolute;
    top: -25px;
    right: 0
}

.text-sitemap {
    display: flex;
    flex-wrap: wrap
}

.text-sitemap ul {
    list-style: none;
    width: 25%;
    margin: 0;
    padding: 0 20px;
    margin-bottom: 40px
}

.text-sitemap li {
    font-family: webfont1;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #ee2d24;
    margin-bottom: 10px
}

.text-sitemap li.b {
    margin-left: 10px;
    margin-bottom: 8px
}

.text-sitemap li a {
    font-family: webfont2;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #000
}

.text-sitemap li a i {
    font-size: 14px;
    color: #ee2d24;
    margin-right: 3px
}

.box-numpage {
    text-align: center
}

ul.numpage {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end
}

ul.numpage li {
    font-family: webfont2;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 1px;
    border: 1px #ababab solid;
    background: #ababab;
    padding: 10px 15px;
    width: auto !important;
    cursor: pointer
}

ul.numpage li.active {
    border: 1px #ee2d24 solid;
    background: #ee2d24
}

.j-social-btn {
    display: flex;
    align-items: center;
    margin: 0
}

.j-btn {
    font-size: 28px;
    color: #e9e9e9;
    padding: 0 20px
}

.j-printer-btn {
    cursor: pointer
}

#j-printer-btn {
    width: 33px
}

#j-ic-btn {
    width: 15px;
    margin-right: 20px
}

#j-ic-btn-2 {
    width: 15px
}

.j-soc-btn1,
.j-soc-btn2,
.j-soc-btn3,
.j-soc-btn4,
.j-soc-btn5 {
    display: flex;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    align-items: center;
    font-size: 12px;
    margin: 0 4px;
    cursor: pointer
}

.j-soc-btn1 {
    background-color: #4268b3
}

.j-soc-btn2 {
    background-color: #55acef
}

.j-soc-btn3 {
    background-color: #7d7d7d
}

.j-soc-btn4 {
    background-color: #00c300
}

.j-soc-btn5 {
    background-color: #95d03a
}

.header-menu-mobi {
    display: none
}

.listButtonFooter {
    margin: 0;
    padding: 40px 0;
    list-style: none;
    display: flex;
    justify-content: center
}

.listButtonFooter li {
    text-align: center;
    margin: 0 10px
}

.listButtonFooter li a {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    padding: 10px;
    width: 300px;
    background: #ffd043;
    border-radius: 5px;
    display: block
}

.listButtonFooter li a svg {
    width: 20px;
    margin-bottom: 3px
}

.rowFooter {
    padding-bottom: 20px;
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rowIcon {
    text-align: right
}

.rowIcon img {
    width: 35px;
    margin: 2px
}

.rowCounter {
    display: flex;
    align-items: center;
    justify-content: center
}

.rowCounter .col-a {
    background-image: url(../img/home/pic-counter.jpg);
    background-size: cover;
    width: 50%;
    height: 250px
}

.rowCounter .col-b {
    background-image: url(../img/home/bg-counter.jpg);
    background-size: cover;
    text-align: center;
    width: 50%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center
}

.boxFood {
    position: fixed;
    z-index: 4;
    bottom: 80px;
    right: 20px;
    text-align: center
}

.boxFood a {
    font-family: webfont2, webfontRegularEN, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    display: block;
    background: #e967dc;
    background: linear-gradient(180deg, #e967dc 0, rgba(155, 65, 245, .4066001400560224) 100%);
    padding: 40px 10px;
    border-radius: 20px
}

.lang {
    padding-left: 10px;
    border-left: 1px #fff solid;
    margin-left: 20px;
}

.lang a {
    padding: 3px;
}

.lang img {
    height: 20px;
    position: relative;
    top: -2px;
}

.lang a:hover {
    padding: 2px;
    border: 1px #fff solid;
}

.lang a.active {
    padding: 2px;
    border: 1px #fff solid;
}

@media screen and (max-width:1440px) {
    .sp-container {
        width: 90%
    }
    .box-footer-bottom {
        width: 90%
    }
    .sp-front-nav {
        padding-right: 0;
        margin-right: -10px
    }
    .sp-row-menu .sp-col-center {
        width: 74%
    }
    .sp-row-menu .sp-col-right {
        width: 18%
    }
    .bg-footer .sp-row-footer .col-right .i-social .col-a {
        width: 30%
    }
    .bg-footer .sp-row-footer .col-right .i-social .col-b {
        width: 70%
    }
    .bg-footer .sp-row-footer .col-left .sp-row .col-b {
        width: 90%
    }
    .bg-footer .sp-row-footer .col-left .sp-row .col-b h3 {
        font-size: 14px
    }
}

@media screen and (max-width:1366px) {
    ul.rubber-left {
        padding: 10px
    }
    ul.menu-left {
        padding: 0 10px;
        padding-bottom: 20px
    }
    ul.menu-left li a {
        padding: 15px 10px
    }
    ul.brand-left {
        padding: 10px
    }
    .sp-rating-main {
        padding: 10px
    }
    .sp-col-left img {
        max-width: 70%
    }
    .sp-col-left {
        top: 33px
    }
    ul.sp-front-menu ul li a {
        font-size: 14px
    }
    .sp-front-nav {
        padding-right: 0;
        padding-left: 15%
    }
    .sp-row-menu .sp-col-right a {
        font-size: 14px
    }
    .bg-footer .sp-row-footer .col-right .i-social .col-a {
        width: 25%
    }
    .bg-footer .sp-row-footer .col-right .i-social .col-b {
        width: 75%
    }
    .sec06 ul li .box-content-footer p {
        height: 84px
    }
    .sp-container-cac {
        width: 75%
    }
    ul.sp-front-menu li a {
        padding: 10px;
    }
}

@media screen and (max-width:1280px) {
    ul.sp-front-menu li a {
        padding: 15px 10px 10px 10pxว
    }
    .bg-footer .sp-row-footer .col-left .sp-row .col-b h2 {
        font-size: 22px
    }
    .bg-footer .sp-row-footer .col-left .sp-row .col-b h3 {
        font-size: 11px
    }
    .bg-footer .sp-row-footer .col-right .i-social .sp-tel {
        font-size: 22px
    }
    .btn-certifi {
        padding: 15px 15px
    }
    .bg-footer .sp-row-footer .col-right .i-social .col-a {
        width: 20%
    }
    .bg-footer .sp-row-footer .col-right .i-social .col-b {
        width: 80%
    }
    .search-amulet {
        width: 315px
    }
    .rowHeaderTop .colUser .textUser {
        font-size: 13px;
        line-height: 15px
    }
    .listButtonFooter li a {
        width: 230px
    }
}

@media screen and (max-width:1024px) {
    header {
        padding: 0
    }
    .sp-container {
        width: 95%
    }
    .box-footer-bottom {
        width: 95%
    }
    .web-nav-mobi>.top-area>.logo {
        margin-left: 10px
    }
    .web-nav-mobi>.top-area>.logo img {
        height: 142%;
        margin-top: -8px;
        margin-left: 5px
    }
    .sp-front-nav {
        padding-left: 0
    }
    form.example input[type=text] {
        padding: 7px 15px 7px 15px;
        font-size: 20px
    }
    form.example button {
        padding: 7px 10px;
        font-size: 20px
    }
    ul.numpage li {
        font-size: 15px;
        padding: 5px 10px
    }
    .sp-box-news {
        margin-left: 20px;
        margin-right: 20px
    }
    .sec06 ul li .box-content-footer {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px
    }
    .logoFooter {
        width: 200px
    }
    .btn-more {
        padding: 10px 30px
    }
    .textFooter.Title {
        font-size: 16px;
        line-height: 22px
    }
    .textFooter {
        font-size: 14px;
        line-height: 18px
    }
    .sec06 ul.boxListMain li.a {
        width: 30%
    }
    .sec06 ul.boxListMain li.b {
        width: 40%
    }
    .sec06 ul.boxListMain li.c {
        width: 30%
    }
    .textProductName {
        font-size: 24px;
        line-height: 28px
    }
    .textProductName.TitleName {
        font-size: 16px;
        line-height: 22px
    }
    .textProductName.TitleName.a {
        font-size: 20px;
        line-height: 22px
    }
    .btnProduct {
        font-size: 14px;
        line-height: 16px
    }
    .textH1 {
        font-size: 40px;
        line-height: 42px
    }
    .textH2 {
        font-size: 30px;
        line-height: 36px
    }
    .textBody {
        font-size: 16px;
        line-height: 22px
    }
    .textBody.Bule {
        font-size: 18px;
        line-height: 24px
    }
    .textBody.Bule.a {
        font-size: 14px;
        line-height: 20px
    }
    .textBody.detail {
        font-size: 14px;
        line-height: 22px
    }
    .textProductName.Detail {
        font-size: 20px;
        line-height: 24px
    }
    .rowHeaderTop .colUser .boxLog img {
        width: 35px
    }
    .rowHeaderTop .colUser .boxRegister img {
        width: 35px
    }
    .textH1.Bule.a {
        font-size: 20px
    }
    .boxInner {
        margin-left: 20px
    }
    .search-amulet {
        width: 290px;
        padding: 8px 10px;
        padding-left: 40px;
        background-position-y: 13px
    }
    .btn-search {
        padding: 13px 24px
    }
    .iconLog {
        display: none
    }
    .iconRegister {
        display: none
    }
    .colLogo {
        width: 25%
    }
    .colSearchMain {
        width: 75%
    }
    .colUser {
        width: 25%
    }
    ul.sp-front-menu li a {
        padding: 10px
    }
    .sp-br {
        display: block
    }
    ul.sp-front-menu li.menuMain a {
        font-size: 15px
    }
}

@media screen and (max-width:812px) {
    .header-menu-mobi {
        height: 57px;
        display: block
    }
    .web-nav-mobi>.top-area>.logo img {
        height: 100%;
        margin-top: 0;
        margin-left: 0
    }
    .menu-toggle {
        display: block
    }
    .sp-front-nav {
        display: none
    }
    .sp-front-top {
        display: none
    }
    .web-nav-mobi {
        display: block
    }
    .web-nav-mobi .sub-area>.list a img {
        width: 80%;
        border: 1px solid #666;
        margin: 2px
    }
    .web-nav-mobi .sub-area>.list li.sp-col {
        float: left;
        width: 50%;
        box-sizing: border-box
    }
    .sp-header-bg {
        display: none !important
    }
    .sp-row-menu {
        display: none
    }
    #nav-btn-hbg {
        right: 20px
    }
    header {
        z-index: 5
    }
    .web-nav-mobi>.top-area>.logo {
        margin-left: 0
    }
    .sp-footer .footer-row .col-l {
        width: 35%
    }
    .sp-footer .footer-row .col-r {
        width: 65%
    }
    .sp-br {
        display: none
    }
    .btn-more {
        padding: 15px 13px
    }
    .sec06 ul li .box-content-footer p {
        height: 80px
    }
    .sec06 ul li .box-content-footer h2 {
        font-size: 18px
    }
    .textFooter {
        font-size: 13px
    }
    .sectionContentsWrap {
        padding-bottom: 80px
    }
    .box-menu-top {
        display: none
    }
    .sp-footer-mobi-none {
        display: none
    }
    .topSpace {
        padding-top: 70px !important;
        border: none
    }
    .boxBtn.a {
        justify-content: flex-end;
        margin-top: 0
    }
    .sec06 ul.boxListMain li.a {
        width: 60%;
        order: 1
    }
    .sec06 ul.boxListMain li.b {
        width: 40%;
        order: 2
    }
    .sec06 ul.boxListMain li.c {
        width: 60%;
        order: 3;
        margin-top: -319px
    }
    .rowMenuListFooter .colList01 {
        width: 100%
    }
    .rowMenuListFooter .colList01 .boxContent.a {
        margin-top: 20px;
        margin-bottom: 0
    }
    .rowMenuListFooter .colList01 .boxContent:last-child {
        margin-bottom: 20px
    }
    .rowHeaderTop {
        justify-content: center
    }
    .rowHeaderTop.mobi {
        display: block;
        text-align: center
    }
    .textSearchKeyWord {
        display: none
    }
    .rowHeaderTop .colUser {
        flex-wrap: wrap;
        align-items: center;
        width: 67%;
        margin: 0 auto
    }
    .rowHeaderTop .colUser .boxLog {
        width: 100%;
        align-items: center;
        margin-right: 0;
        margin-bottom: 10px;
        padding-right: 0;
        border-right: none
    }
    .rowHeaderTop .colUser .textUser {
        font-size: 18px;
        line-height: 20px
    }
    .boxInner {
        margin-left: 0
    }
    .sp-box-nav {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .sp-row-btn {
        padding-right: 0;
        border-right: none;
        margin-bottom: 40px
    }
    .textBody.Title {
        font-size: 16px;
        line-height: 22px
    }
    .textH1 {
        font-size: 32px;
        line-height: 32px
    }
    .textH2 {
        font-size: 26px;
        line-height: 30px
    }
    .listButtonFooter li a {
        width: 164px
    }
}

@media screen and (max-width:737px) {
    #web-menu-container .menu ul {
        margin-top: 70px
    }
    #web-menu-container .menu ul>li a {
        font-size: 23px;
        padding: 7px 60px 7px 60px
    }
}

@media screen and (max-width:560px) {
    .sp-container {
        width: 90%
    }
    ul.sp-navigation {
        list-style: none;
        margin: 0;
        padding: 10px 0
    }
    ul.sp-navigation li {
        font-size: 16px;
        line-height: 16px
    }
    .box-area-btn button {
        padding: 10px 20px
    }
    #nav-btn-hbg {
        margin: 17px auto;
        top: 6px
    }
    #web-menu-container .menu ul {
        margin-top: 0
    }
    #web-menu-container .menu ul>li a {
        font-size: 24px;
        padding: 15px 60px 15px 60px
    }
    .web-nav-mobi>.menu-area .menu-list>li>a {
        font-size: 16px
    }
    .web-nav-mobi>.menu-area .menu-list {
        margin: 5% 8%
    }
    .web-nav-mobi .sub-area>.list a {
        font-size: 22px
    }
    .rowHeaderTop .colUser .textUser {
        font-size: 14px;
        line-height: 18px
    }
    .rowHeaderTop .colUser {
        width: 80%
    }
    .sec06 ul li {
        width: 100%
    }
    .sec06 ul li .box-content-footer {
        padding-top: 30px;
        padding-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #ddd
    }
    .sp-footer .footer-row .col-l {
        width: 100%
    }
    .sp-footer .footer-row .col-r {
        width: 100%;
        margin-bottom: 0
    }
    .sp-footer .footer-row .col-l button {
        width: 100%;
        padding: 10px 40px;
        margin-top: 20px
    }
    .sp-footer .footer-row .col-r ul {
        justify-content: center
    }
    .sp-footer .footer-row .col-r ul li {
        padding-right: 10px;
        margin-right: 10px
    }
    .sp-footer .footer-row .col-r ul li a {
        font-size: 14px
    }
    .btn-all {
        padding: 10px 20px
    }
    .rowHeaderTop .colUser .boxLog img {
        width: 30px
    }
    .rowHeaderTop .colUser .boxRegister img {
        width: 30px
    }
    .textH1 {
        font-size: 22px;
        line-height: 22px
    }
    .textH2 {
        font-size: 20px;
        line-height: 20px
    }
    .textH3 {
        font-size: 16px;
        line-height: 22px
    }
    .textBody.Bule.a {
        font-size: 14px;
        line-height: 20px
    }
    .textH2.Title {
        font-size: 24px;
        line-height: 24px
    }
    .btnMore {
        font-size: 14px;
        line-height: 14px
    }
    .sec06 ul.boxListMain li.a {
        width: 100%;
        order: 1
    }
    .sec06 ul.boxListMain li.b {
        width: 100%;
        order: 3
    }
    .sec06 ul.boxListMain li.c {
        width: 100%;
        order: 2;
        margin-top: 0
    }
    .sec06 ul.boxListMain li .box-content-footer {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 0;
        padding-left: 0
    }
    .sp-box-page-footer .btn-number-footer {
        padding: 8px 5px;
        font-size: 12px;
        margin: 0 5px
    }
    .sp-box-page-footer .btn-number-footer-active {
        padding: 8px
    }
    .sp-box-page-footer .btn-number-footer01 {
        padding: 7px
    }
    .textH1.ht {
        font-size: 28px;
        line-height: 28px
    }
    .sec06 ul.boxListMain li .box-content-footer.a {
        border-bottom: none
    }
    .btnLine {
        padding: 5px 5px
    }
    .j-social-btn {
        flex-wrap: wrap
    }
    .j-soc-btn1,
    .j-soc-btn2,
    .j-soc-btn3,
    .j-soc-btn4,
    .j-soc-btn5 {
        margin: 5px 4px
    }
    .textH2.know {
        font-size: 34px;
        line-height: 40px
    }
    .textH2.know.small {
        font-size: 20px;
        line-height: 28px
    }
    .listButtonFooter {
        display: block;
        padding: 20px 0
    }
    .listButtonFooter li a {
        width: 100%
    }
    .listButtonFooter li {
        margin: 10px 0
    }
    .rowFooter {
        display: block
    }
    .rowIcon {
        text-align: left;
        margin-top: 20px
    }
    .boxFood {
        display: none
    }
}
.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}

@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }