html body {
    /*font-family: "Roboto", sans-serif;*/
    font-family: "Kanit", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background: #fff;
    overflow: auto;
}

#wrapper {
    background: #fff;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

button.v-btn {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}

.v-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 6px 8px;
    min-width: 88px;
    outline: 0;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    position: relative;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.child-flex>*,
.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
}

.w20 {
    width: 20% !important;
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

/*----*/
.navigation i.fa-plus:before,
.widget i.fa-plus:before {
    content: "\f105";
}

.wide .main-container {
    background-color: #fff;
}

.container-home {
    width: 100%;
    max-width: 1840px;
    margin: 0 auto;
}

.container-other {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

@media (min-width:2100px) {
    div#wrapper {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #hkt-navigation {
        display: none;
    }
}


#header {
    background-color: #fff;
    padding: 24px 0px;
}

#logo {
    margin: 2px 0;
    text-align: center;
}

.header-right .hkt-search {
    width: 60%;
    padding-left: 20px;
    line-height: 48px;
}

.hkt-search input {
    width: 100%;
    border: none;
    border-radius: 3px;
}

.hkt-search .search-btn {
    background-color: transparent;
    border: none;
}

.hkt-search .header-menu .main-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -10px;
}

.hkt-search .header-menu .main-menu .menu-item {
    position: relative;
}

.hkt-search .header-menu .main-menu .menu-item {
    padding: 0 10px;
}

.hkt-search .header-menu li a {
    /*font-family: "Kanit", sans-serif;*/
    /* font-family: Helvetica,Arial,sans-serif; */
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    font-style: normal;
    color: #1F1F1F;
}

.hkt-search .header-menu li a:hover,
.hkt-search .header-menu li a:active {
    color: #2C4388;
}

.header-right .header-right-block {
    width: 100%;
    display: grid;
    grid-template-columns: 20% 40% 39% 0%;
    line-height: 1.25;
}

@media (min-width: 992px) {
    .header-right .header-right-block {
        width: 35%;
        float: right;
        margin-left: 20px;
    }
}

.header-right-block a,
.header-right-block p {
    color: #fff;
}

.header-right-block .block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    font-size: 13px;
    color: #1F1F1F;
    cursor: pointer;
    max-width: 125px;
}

.header-right-block .block-item i {
    font-size: 20px;
}

.header-right-block .block-item a {
    color: #1F1F1F;
}

.header-right-block .block-item .text {
    flex-direction: column;
}

.header-right-block p {
    display: block;
    margin-bottom: 0;
}

.header-right-block .block-item .search-inner .search-btn {
    color: #1F1F1F;
    font-size: 20px;
}

.header-right-block a.block-item div {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.header-right-block .block-item .block-contact {
    background-color: #2C4388;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 120px;
    text-align: center;
    border-radius: 4px;
    height: 47px;
    line-height: 25px;
    padding: 12px 24px;

}

/*-- Minicarrt --*/
.mini-cart {
    position: relative;
}

.badge-secondary {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    font-size: 14px;
    top: -11px;
    right: -22px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
}

.badge-secondary.number {
    background-color: #d10a00;
    border-color: #d10a00;
    top: -8px;
    right: -8px;
    font-size: 10px;
    width: 15px;
    height: 15px;
}

.header-cart-detail {
    background: #fff;
    max-height: 405px;
    width: 320px;
    -webkit-box-shadow: 0 0 10px 0 #bbb;
    box-shadow: 0 0 10px 0 #bbb;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 999;
    color: #333;
    display: none;
}

.mini-cart:hover .header-cart-detail {
    display: block;
}

.header-cart-detail:before {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    top: -13px;
    right: 11px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

.header-cart-products {
    max-height: 327px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 13px;
}

.header-cart-item {
    margin: 0;
    padding: 7px 0;
}

.header-cart-total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 7px 15px;
}

.header-cart-total-text {
    font-size: 12px;
    color: #666;
}

.header-cart-total-price {
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.header-cart-total-price span {
    font-weight: 700;
    color: #d42333;
    font-size: 14px;
}

.header-cart-go-to-cart {
    border: 1px solid #d42333;
    color: #d42333 !important;
    padding: 4px 30px;
    display: block;
    margin: 5px;
    float: left;
    font-size: 13px;
}

.header-cart-go-to-cart a {
    color: #d42333 !important;
}

.header-cart-go-to-checkout {
    background: #d42333;
    border: 1px solid #d42333;
    padding: 5px 30px;
    display: block;
    margin: 5px;
    float: right;
    font-size: 13px;
    color: #fff;
}

.header-cart-go-to-checkout a {
    color: #fff;
}

.header-right-block .header-cart-products a.header-cart-item-name {
    color: #333;
}

.header-right-block .header-cart-products a.header-cart-item-name:hover {
    color: #d42333;
}

.header-cart-qty,
.header-cart-price {
    font-weight: 600;
    font-size: 12px;
}

.header-cart-price {
    color: #d42333;
}

/*-- Navigation Bar --*/
.navigation-bar {
    background: #f1f0f1;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 2px 1px -1px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .25);
    position: relative;
}

.navigation-bar .container {
    height: 40px;
}

.navigation-bar .navigation-bar-item {
    text-transform: none;
    font-size: 12px;
    margin: 0;
    padding: 10px;
    color: rgba(0, 0, 0, .87);
    font-weight: 700;
}

.navigation-bar .navigation-bar-item i {
    margin-right: 5px;
    font-size: 18px;
}

.navigation-bar .v-btn {
    outline: none;
}

@media (max-width: 991px) {

    .navigation-bar,
    .header-right .header-right-block {
        display: none;
    }
}

/*-- GENERAL --*/
.hkt-line-clamp,
[class*="hkt-line-clamp-"] {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hkt-line-clamp-2 {
    -webkit-line-clamp: 2;
}

.hkt-line-clamp-3 {
    -webkit-line-clamp: 3;
}

.dark-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 150;
    background: rgba(0, 0, 0, .5);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    visibility: hidden;
}

.showup {
    visibility: visible;
}

#page {
    padding-top: 5px;
}

#page:not(.page-home) .main-content {
    background-color: #fff;
    padding: 15px;
}

#page.single:not(.single_product) .article {
    padding: 0;
}

@media screen and (max-width: 991px) {
    body:not(.home) .article {
        padding-left: 2px;
        padding-right: 2px;
    }

    #page:not(.page-home) .main-content {
        padding: 10px 5px;
    }
}

.site-breadcrumb {
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    color: #fff;
}

.site-breadcrumb span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 2px;
}

.site-breadcrumb span a {
    color: #fff;
}

.site-breadcrumb span.delimiter {
    margin: 0 3px;
}

.hkt-breadcrumb {
    margin: .5em 0;
}

.btn-success {
    background-color: #272e79;
    border-color: #272e79;
}


/** Pagination **/
.pagination a,
.pagination strong {
    padding: 8px 15px;
    background-color: #233242;
    color: #fff;
    margin-right: 5px;
    width: auto;
    float: none;
}

.pagination strong {
    background-color: #2196F3;
}


/*-- HOME --*/
.home #page {
    padding-top: 0px;
}

.home-block-top {
    display: grid;
    grid-gap: 7px;
    grid-template-columns: auto 75%;
    position: relative;
}

.home-block-top .block-banner {
    display: none;
}

.home-block-top [class*="block-"] {
    background-color: #fff;
}

.block-menu .menu {
    position: absolute;
    background-color: #fff;
    z-index: 190;
}

.home-block-top .block-menu .menu {
    height: 100%;
}

@media (min-width: 1200px) {
    .home-block-top .block-menu .menu {
        width: 25%;
    }

    .article {
        width: 100% !important;
    }
}

.thecontent,
.entry-content {
    font-size: 14px;
    line-height: 25px;
}

.entry-content h2 {
    font-size: 16px;
    line-height: 28px !important;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-size: 14px;
    line-height: 28px !important;
}

.block-menu .menu-item {
    position: static;
    line-height: 31.7935714px;
    min-width: 200.17px;
    font-size: 13px;
    font-weight: 500;
}

.block-menu .menu-item a {
    color: #333;
    font-weight: 600;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    transition: none;
}

.block-menu ul.menu>.menu-item>a:hover,
.block-menu ul.menu>.menu-item>a.is-hover {
    background-color: #2b3278;
    color: #fff;
}

.block-menu ul.menu>.menu-item>a:hover:before,
.block-menu ul.menu>.menu-item>a.is-hover:before {
    right: -34.6px;
    top: auto;
    border-top: 15px solid transparent;
    border-left: 17px solid #2b3278;
    border-bottom: 16px solid transparent;
    border-right: 17px solid transparent;
    z-index: 200;
    position: absolute;
    margin: auto;
    content: "";
}

.block-menu ul.menu>.menu-item {
    position: relative;
}

.menu .sub-menu-container {
    padding: 10px;
    position: absolute;
    top: 0;
    left: calc(100% + 8px);
    width: 230px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 hsla(0, 0%, 60%, .6);
    box-shadow: 0 0 10px 0 hsla(0, 0%, 60%, .6);
    z-index: 199;
    display: none;
}

.block-menu ul.menu>.menu-item:hover .sub-menu-container {
    display: block;
}

ul.menu ul.sub-menu>li:hover {
    background-color: #2b3278;
}

ul.menu ul.sub-menu>li:hover>a {
    color: #fff;
}

.hkt-menu-category button {
    font-size: 12px;
    font-weight: 600;
}

.hkt-menu-category .block-menu {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-right .header-right-block {
        grid-template-columns: 28% 26% 26% 20%;
    }

    .home-block-top {
        grid-template-columns: auto 54% 24%;
    }

    .navigation-bar .nav-right {
        width: 100% !important;
    }

    .navigation-bar .nav-left {
        width: 20% !important;
    }
}

@media (max-width: 600px) {
    .count_down {
        height: 85px !important;
    }

    .count_down .count_down_l {
        grid-template-columns: 6% 45% 45% 1% 1% 1% !important;
        height: 85px !important;
        top: -28px !important;
        background-size: 100% 100% !important;
    }

    .count_down .count_down_l .count_down_item:nth-child(2),
    .count_down .count_down_l .count_down_item:nth-child(3),
    .count_down .count_down_l .count_down_item:nth-child(5) {
        display: none;
    }

    .count_down .count_down_l .count_down_item {
        padding-top: 1px !important;
    }

    .count_down .count_down_l span {
        font-size: 20px !important;
    }

    .count_down .count_down_l p {
        font-size: 14px !important;
    }

    .content-group.banner {
        background-image: none !important;
        background-color: #2C4388;
        border-radius: 10px;
        margin-bottom: 40px !important;
    }

    .section-content .content-group.banner .content-tilte {
        padding-left: 20px;
    }

    .section-content .content-group .content-tilte {
        font-size: 34px !important;
        padding-left: 20px !important
    }

    .section-content .content-group.banner .content-content {
        text-align: left;
        width: auto;
        max-width: 98% !important;
        margin: 0px !important;
        padding-left: 20px !important;
        font-size: 16px !important;
    }

    .section-content .content-group.banner .banner-contact {
        margin-top: 35px;
        padding-left: 30px !important;
        width: 80% !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 991px) {
    .home-block-top {
        display: block;
    }

    .home-block-top .block-menu,
    .home-block-top .block-banner {
        display: none;
    }

    .nav-header {
        padding: 12px 20px;
        background-color: #2C4388;
        color: #fff;
        text-transform: uppercase;
    }

    #site-header {
        z-index: 99999999;
    }

    #catcher-header.header-sm-fixed {
        height: 99.55px;
    }

    .count_down {
        width: 100% !important;
    }

    .count_down .count_down_l {
        width: 100% !important;
    }
}

#mobile-nav-toggle {
    color: #2C4388;
    top: 40px
}

.block-slider .post-image img {
    max-height: 400px;
}

.block-slider .homeslide {
    max-width: 1840px;
}

.block-slider .homeslide .post-image img {
    max-height: 760px;
}

.block-slider .homeslide .post-image {
    position: relative;
}

.block-slider .homeslide .post-image .slide_content {
    position: absolute;
    bottom: 140px;
    left: 18%;
    width: 600px;
    top: 100px;
}

.block-slider .homeslide .post-image .mask {
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 68px;
}

.block-slider .homeslide .post-image .mask ul {
    margin-top: 20px;
}

.block-slider .homeslide .post-image .mask ul li i {
    color: #FEBE38
}

.block-slider .homeslide .post-image .mask ul li {
    line-height: 40px;
}

.block-slider .homeslide .post-image .slide_content h3 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    font-family: "Kanit", sans-serif;
    padding-bottom: 1px;
}

.block-slider .homeslide .post-image .slide_content h3 p:first-child {
    color: #FEBE38 !important;
}

.block-slider .homeslide .post-image a.slide_contact {
    background-color: #FEBE38;
    padding: 16px 73px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 30px;
    color: #2C4388;
    text-transform: uppercase;
    font-weight: 600;
}

.thumb-wrapper {
    padding: 0;
    display: none;
}

.count_down {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 204px;
}

.count_down .count_down_l {
    position: absolute;
    background-image: url(../images/Rectanglebanner.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    background-color: transparent;
    width: 1200px;
    height: 204px;
    top: -63px;
    z-index: 9999;
    display: grid;
    grid-template-columns: 6% 17% 18% 18% 18% 18%;
}

.content-group.banner {
    background-image: url(../images/ketnoi.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    color: #fff;
    padding-bottom: 150px;
}

.count_down .count_down_l .count_down_item {
    font-family: 'Kanit', sans-serif;
    padding-top: 30px;
    text-align: center;
}

.count_down .count_down_l .count_down_item:nth-child(4) p {
    width: 80%;
    margin: 0 auto;
}

.count_down .count_down_l .count_down_item:nth-child(5) p {
    width: 80%;
    margin: 0 auto;
}

.count_down .count_down_l .count_down_item:nth-child(6) p {
    width: 70%;
    margin: 0 auto;
}

.count_down .count_down_l span {
    font-size: 40px;
    font-weight: 600;
    color: #2C4388;
}

.count_down .count_down_l p {
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #595959;
}

.section-role .full-width {
    background-image: url(../images/role.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 770px;
}

.section-role .role-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #FEBE38;
    width: 600px;
    padding-top: 40px;
}

.section-role .role-tilte p:first-child {
    color: #2C4388 !important;
    margin-bottom: 8px;
}

.section-role .role-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 600px;
    padding-top: 20px;
    line-height: 30px;
}

.section-role .role-block {
    display: grid;
    grid-template-columns: 33.5% 33.5% 33%;
    color: #fff;
    margin-top: 60px;
}

.section-role .role-block .role-block-item {
    background-image: url(../images/bg_role.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 190px;
    padding: 30px 45px 20px 25px;
}

.section-role .role-block .role-block-item h4 {
    font-size: 20px;
    font-weight: 600;
    /*font-family: 'Kanit',sans-serif;*/
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.section-role .role-block .role-block-item p {
    font-size: 16px;
    font-weight: 300;
    /*font-family: 'Kanit',sans-serif;*/
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}


/**offical*/
.section-offical .full-width {
    background-image: url(../images/bg_offical.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 770px;
    background-position-y: 100%;
}

.section-offical .role-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #FEBE38;
    width: 555px;
    padding-top: 40px;
}

.section-offical .role-tilte p:first-child {
    color: #2C4388 !important;
    margin-bottom: 8px;
}

.section-offical .role-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 555px;
    padding-top: 20px;
    line-height: 30px;
}

.section-offical .role-block {
    display: grid;
    grid-template-columns: 50% 50%;
    color: #1f1f1f;
    margin-top: 40px;
}

.section-offical .role-block .role-block-item {
    height: auto;
    padding: 10px 20px 10px 0px;
}

.section-offical .role-block .role-block-item .role-image {
    margin-bottom: 5px;
}

.section-offical .role-block .role-block-item .role-image img {
    width: 48px;
    height: auto;
}

.section-offical .role-block .role-block-item h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    line-height: 26px;
    margin-bottom: 3px;
}

.section-offical .role-block .role-block-item p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    /*font-family: 'Kanit', sans-serif;*/
    line-height: 24px;
    color: #595959;
    margin-bottom: 0px;
}

.section-offical .role-block .role-block-item p span b {
    color: #2C4388;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
}

.section-offical .role-block .role-block-item p span:nth-child(2) {
    border-left: 1px solid #D9D9D9;
    display: inline;
    margin-left: 17px;
    padding-left: 17px;
}

.section-offical .role-contact {
    margin-top: 30px;
}

.section-offical .role-contact a {
    display: inline-block;
    width: 275px;
    padding: 16px;
    text-align: center;
    background-color: #2C4388;
    text-transform: uppercase;
    border-radius: 4px;
    color: #FEBE38;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
}

/**offical*/
/**offical*/
.section-order .full-width {
    /* background-image: url(../images/bg_offical.png);
    background-position: right top;
    background-repeat: no-repeat; */
    background-color: #2C4388;
    height: 610px;
    background-position-y: 100%;
}

.section-order .full-width .bg-order {
    background-image: url(../images/bg_order.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-left: 68px;
    padding-top: 18px;
    position: relative;
    height: 555px;
}

.section-order .role-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #2C4388;
    width: 555px;
    padding-top: 40px;
}

/* .section-order .role-tilte p:first-child{
    color: #FEBE38 !important;    margin-bottom: 8px;
} */
.section-order .role-block-list {
    padding-left: 0px;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-order .role-block-list li {
    background-image: url(../images/bg_checkbox.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    line-height: 37px;
    padding-left: 35px;
}

.section-order .role-tilte p>span {
    color: #FEBE38 !important;
}

.section-order .role-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 555px;
    padding-top: 20px;
    line-height: 30px;
}

.section-order .role-block {
    display: grid;
    grid-template-columns: 50% 50%;
    color: #1f1f1f;
    margin-top: 40px;
}

.section-order .role-block .role-block-item {
    height: auto;
    padding: 10px 20px 10px 0px;
}

.section-order .role-block .role-block-item .role-image {
    margin-bottom: 5px;
}

.section-order .role-block .role-block-item .role-image img {
    width: 48px;
    height: auto;
}

.section-order .role-block .role-block-item h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    line-height: 26px;
    margin-bottom: 3px;
}

.section-order .role-block .role-block-item p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    /*font-family: 'Kanit', sans-serif;*/
    line-height: 24px;
    color: #595959;
    margin-bottom: 0px;
}

.section-order .role-block .role-block-item p span b {
    color: #2C4388;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
}

.section-order .role-block .role-block-item p span:nth-child(2) {
    border-left: 1px solid #D9D9D9;
    display: inline;
    margin-left: 17px;
    padding-left: 17px;
}

.section-order .role-contact {
    margin-top: 30px;
}

.section-order .role-contact a {
    display: inline-block;
    width: 275px;
    padding: 16px;
    text-align: center;
    background-color: #2C4388;
    text-transform: uppercase;
    border-radius: 4px;
    color: #FEBE38;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
}

/**order*/
/**allservice*/
.section-allservice {
    margin-top: 40px;
}

.section-allservice .full-width {

    background-color: #F5F5F5;
    height: 550px;
}

.section-allservice .role-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #FEBE38;
    width: 100%;
    padding-top: 60px;
    text-align: center;
}

.section-allservice .role-tilte p:first-child {
    color: #2C4388 !important;
    margin-bottom: 8px;
}

.section-allservice .role-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 555px;
    padding-top: 20px;
    line-height: 30px;
}

.section-allservice .role-block {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    color: #1f1f1f;
    margin-top: 60px;
}

.section-allservice .role-block .role-block-item {
    height: auto;
    padding: 10px 20px 10px 0px;
    text-align: center;
}

.section-allservice .role-block .role-block-item .role-image {
    margin-bottom: 15px;
}

.section-allservice .role-block .role-block-item .role-image img {
    width: 100%;
    height: auto;
}

.section-allservice .role-block .role-block-item h4 {
    font-size: 16px;
    font-weight: 600;
    /*font-family: 'Roboto',sans-serif;*/
    font-family: 'Kanit', sans-serif;
    line-height: 26px;
}

.section-allservice .role-block .role-block-item p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    /*font-family: 'Kanit', sans-serif;*/
    line-height: 24px;
    color: #595959;
    margin-bottom: 2px;
}

.section-allservice .role-block .role-block-item p span b {
    color: #2C4388;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
}

.section-allservice .role-block .role-block-item p span:nth-child(2) {
    border-left: 1px solid #D9D9D9;
    display: inline;
    margin-left: 17px;
    padding-left: 17px;
}

/**allservice*/
/**question*/
.section-question {
    margin-top: 40px;
}

.section-question .full-width {
    background-color: #fff;
}

.section-question .role-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #2C4388;
    width: 100%;
    padding-top: 60px;
    line-height: 64px;
    text-align: center;
}

.section-question .question-content {
    max-width: 65%;
    margin: 0 auto;
}

.section-question .panel-heading {
    padding: 0;
    border: 0;
}

.section-question .panel-default {
    border-bottom: 1px solid #F0F0F0;
}

.section-question .panel-title {
    margin-bottom: 0px;
}

.section-question .panel-title>a,
.section-question .panel-title>a:active {
    display: block;
    padding: 15px 0px;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Kanit', sans-serif;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.section-question .panel-heading a:before {
    font-family: 'Font Awesome 5 Free' !important;
    content: "\f077";
    float: right;
    font-weight: 900 !important;
    /* transition: all 0.5s; */
}

.section-question .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-question .panel-body {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Kanit', sans-serif;
    padding-bottom: 15px;
}

.section-question .role-tilte p:first-child {
    color: #2C4388 !important;
    margin-bottom: 8px;
}

.section-question .role-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 555px;
    padding-top: 20px;
    line-height: 30px;
}

.section-question .role-block {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    color: #1f1f1f;
    margin-top: 60px;
}

.section-question .role-block .role-block-item {
    height: auto;
    padding: 10px 20px 10px 0px;
    text-align: center;
}

.section-question .role-block .role-block-item .role-image {
    margin-bottom: 15px;
}

.section-question .role-block .role-block-item .role-image img {
    width: 100%;
    height: auto;
}

.section-question .role-block .role-block-item h4 {
    font-size: 16px;
    font-weight: 600;
    /*font-family: 'Roboto',sans-serif;*/
    font-family: 'Kanit', sans-serif;
    line-height: 26px;
}

.section-question .role-block .role-block-item p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    /*font-family: 'Kanit', sans-serif;*/
    line-height: 24px;
    color: #595959;
    margin-bottom: 2px;
}

.section-question .role-block .role-block-item p span b {
    color: #2C4388;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
}

.section-question .role-block .role-block-item p span:nth-child(2) {
    border-left: 1px solid #D9D9D9;
    display: inline;
    margin-left: 17px;
    padding-left: 17px;
}

/**question*/
/**allstep*/
.section-allstep {
    margin-top: 40px;
}

.section-allstep .full-width {

    background-color: #fff;
    height: 530px;
}

.section-allstep.order .full-width {
    height: auto !important;
}

.section-allstep .role-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #FEBE38;
    width: 100%;
    padding-top: 60px;
    text-align: center;
}

.section-allstep .role-tilte p:first-child {
    color: #2C4388 !important;
    margin-bottom: 8px;
}

.section-allstep .role-tilte p:first-child span {
    display: block;
}

.section-allstep .role-tilte p:first-child color {
    color: #FEBE38 !important
}

.section-allstep .role-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 555px;
    padding-top: 20px;
    line-height: 30px;
}

.section-allstep .margin-auto {
    margin: 0 auto !important;
}

.section-allstep .role-content.margin-auto {
    width: 64%;
    text-align: center;
}

.section-allstep .role-block {
    display: grid;
    grid-template-columns: 16.67% 16.67% 16.67% 16.67% 16.67% 16.67%;
    color: #1f1f1f;
    margin-top: 60px;
}

.section-allstep .role-block.role-block-buy {
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.section-allstep .role-block .role-block-item {
    height: auto;
    padding: 10px 5px 10px 5px;
    text-align: center;
}

.section-allstep .role-block .role-block-item .role-image {
    margin-bottom: 15px;
    height: 200px;
}

.section-allstep .role-block .role-block-item .role-image img {
    width: auto;
    height: 100%;
    object-fit: fill;
}

.section-allstep .role-block .role-block-item h4 {
    font-size: 16px;
    font-weight: 500;
    /*font-family: 'Roboto',sans-serif;*/
    font-family: 'Kanit', sans-serif;
    line-height: 24px;
}

.section-allstep .role-block .role-block-item p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    /*font-family: 'Kanit', sans-serif;*/
    line-height: 24px;
    color: #595959;
    margin-bottom: 2px;
}

.section-allstep .role-block.role-block-buy .role-block-item p {
    width: 97%;
    margin: 0 auto;
}

.section-allstep .role-block .role-block-item p span b {
    color: #2C4388;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
}

.section-allstep .role-block .role-block-item p span:nth-child(2) {
    border-left: 1px solid #D9D9D9;
    display: inline;
    margin-left: 17px;
    padding-left: 17px;
}

.section-allstep .shipment-transport {
    box-shadow: 0px 12px 24px 0px #00000029;
    background-image: url(../images/bg_shipment_transport.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    padding-top: 300px;
    margin-top: 80px;
}

.section-allstep .shipment-transport .role-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 60%;
    padding-top: 20px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
}

.section-allstep .shipment-transport .role-content p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #000
}

.section-allstep .role-contact {
    margin-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.section-allstep .role-contact a {
    display: inline-block;
    width: 275px;
    padding: 16px;
    text-align: center;
    background-color: #2C4388;
    text-transform: uppercase;
    border-radius: 4px;
    color: #FEBE38;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
}

.section-allstep .shipment-transport .role-contact {
    margin-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.section-allstep .shipment-transport .role-contact a {
    display: inline-block;
    width: 275px;
    padding: 16px;
    text-align: center;
    background-color: #2C4388;
    text-transform: uppercase;
    border-radius: 4px;
    color: #FEBE38;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
}

/**allstep*/
/**allstep*/
.section-transport {
    margin-top: 40px;
}

.section-transport .full-width {

    background-color: #F5F5F5;
    height: 1100px;
    background-image: url(../images/bg_uytin_trungviet.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 748px 848px;
}

.section-transport.whyus .full-width {
    background-color: #F5F5F5;
    height: 1010px;
    background-image: url(../images/bg_whyus.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 748px 1010px;
}

.section-transport .role-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #FEBE38;
    width: 100%;
    padding-top: 60px;
    text-align: center;
    background-color: #2C4388;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

.section-transport .role-sub-title {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #2C4388;
    width: 100%;
    padding-top: 60px;
    text-indent: calc(37%);
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.section-transport .role-tilte p:first-child {
    color: #FEBE38 !important;
    margin-bottom: 8px;
}

.section-transport .role-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 555px;
    padding-top: 20px;
    line-height: 30px;
}

.section-transport .role-block-left {
    float: left;
    width: 33%;
    min-height: 1px;
    padding-left: 20px;
}

.section-transport .role-block-left .box-opacity {
    background-color: #2C4388;
    opacity: 0.92;
    margin-top: 120px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.section-transport .role-block {
    display: grid;
    grid-template-columns: 50% 50%;
    color: #1f1f1f;
    margin-top: 50px;
    padding-left: 45px;
}

.section-transport .role-block .role-block-item {
    height: auto;
    padding: 10px 5px 10px 5px;
    text-align: left;
}

.section-transport.whyus .role-block .role-block-item {
    height: auto;
    padding: 0px 5px 50px 5px;
    text-align: left;
}

.section-transport .role-block .role-block-item .role-image {
    margin-bottom: 15px;
}

.section-transport .role-block .role-block-item .role-image img {
    width: auto;
    height: 100%;
    object-fit: fill;
}

.section-transport .role-block-left .role-block-item .role-image {
    margin-bottom: 10px !important;
}

.section-transport .role-block-left .role-block-item {
    padding: 30px 20px 20px 20px;
    position: relative !important;
}

.section-transport .role-block-left .border-orange::before {
    border: 1px solid #FEBE38 !important;
    position: absolute;
    width: 3px !important;
    width: 88% !important;
    content: "";
    top: 0px;
    left: 6%;
    background-color: #FEBE38;
}

.section-transport .role-block-left .role-block-item h4 {
    font-size: 20px;
    font-weight: 600;
    /*font-family: 'Roboto',sans-serif;*/
    font-family: 'Kanit', sans-serif;
    line-height: 30px;
    color: #fff;
}

.section-transport .role-block-left .role-block-item h4 span {
    font-size: 48px;
    font-weight: 700;
    /* font-family: 'Roboto',sans-serif; */
    font-family: 'Kanit', sans-serif;
    line-height: 64px;
    display: block;
    color: #FEBE38;
}

.section-transport .role-block .role-block-item h4 {
    font-size: 16px;
    font-weight: 500;
    /*font-family: 'Roboto',sans-serif;*/
    font-family: 'Kanit', sans-serif;
    line-height: 24px;
}

.section-transport.whyus .role-block .role-block-item h4 {
    font-size: 20px;
    font-weight: 500;
    /*font-family: 'Roboto',sans-serif;*/
    font-family: 'Kanit', sans-serif;
    line-height: 30px;
}

.section-transport .role-block .role-block-item p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    /*font-family: 'Kanit', sans-serif;*/
    line-height: 24px;
    color: #595959;
    margin-bottom: 2px;
}

.section-transport .role-block .role-block-item p span b {
    color: #2C4388;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
}

.section-transport .role-block .role-block-item p span:nth-child(2) {
    border-left: 1px solid #D9D9D9;
    display: inline;
    margin-left: 17px;
    padding-left: 17px;
}

/**transport*/
/*countdown*/
.section-countdown .full-width {

    background-color: #2C4388;
    height: 210px;
    padding-top: 0px;
}

.section-countdown .full-width .count_down .count_down_l .count_down_item {
    padding-top: 40px;
}

.section-countdown .full-width .count_down_l {
    position: relative;
    background-image: none;
    top: 0px;
    width: 100% !important;
    z-index: 1;
    grid-template-columns: 25% 25% 25% 25%;
}

.section-countdown .full-width .count_down .count_down_l span {
    color: #FEBE38 !important;
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    line-height: 64px;
}

.section-countdown .full-width .count_down .count_down_l p {
    padding: 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #fff !important;
    font-family: 'Kanit', sans-serif;
}

.section-countdown .full-width .count_down .count_down_l .count_down_item:nth-child(4) p {
    width: 70%;
}

/*countdown*/
.section-service .full-width {
    background-image: url(../images/bg_section.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 970px;
    padding-top: 60px;
}

.section-service .service-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #2C4388;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.section-service .service-tilte p span {
    color: #FEBE38 !important;
    margin-bottom: 8px;
}

.section-service .service-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 980px;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 30px;
    text-align: center;
}

.section-service .service-block {
    display: grid;
    grid-template-columns: 50% 50%;
    color: #fff;
    margin-top: 100px;
}

.section-service .service-block .service-block-item {
    /*border:1px solid #2C4388;*/
    background-color: #fff;
    height: auto;
    padding: 40px 48px 48px 48px;
    box-shadow: 0px 6px 12px 0px #00000033;

}

.section-service .service-block .service-block-item:first-child {
    background-color: transparent !important;
    box-shadow: none !important
}

.section-service .service-block .service-block-item h4 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Kanit', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    line-height: 44px;
    color: #2C4388;
    margin-bottom: 20px;
}

.section-service .service-block .service-block-item p {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    color: #595959;
    line-height: 30px;
}

.section-service .service-block .service-block-item a.service-more {
    display: inline-block;
    background-color: #2C4388;
    width: 275px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 4px;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 15px;
}


.section-service-order .full-width {
    background-image: url(../images/bg_service_order.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 687px;
    padding-top: 60px;
}

.section-service-order .service-order-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #2C4388;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.section-service-order .service-order-tilte p span {
    color: #FEBE38 !important;
    margin-bottom: 8px;
}

.section-service-order .service-order-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 980px;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 30px;
    text-align: center;
}

.section-service-order .service-order-block {
    display: grid;
    grid-template-columns: 50% 50%;
    color: #fff;
    margin-top: 100px;
}

.section-service-order .service-order-block .service-order-block-item {
    /*border:1px solid #2C4388;*/
    background-color: #fff;
    height: auto;
    padding: 40px 48px 48px 48px;
    box-shadow: 0px 6px 12px 0px #00000033;

}

.section-service-order .service-order-block .service-order-block-item:last-child {
    background-color: transparent !important;
    box-shadow: none !important
}

.section-service-order .service-order-block .service-order-block-item h4 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Kanit', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    line-height: 44px;
    color: #2C4388;
    margin-bottom: 20px;
}

.section-service-order .service-order-block .service-order-block-item p {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    color: #595959;
    line-height: 30px;
}

.section-service-order .service-order-block .service-order-block-item a.service-order-more {
    display: inline-block;
    background-color: #2C4388;
    width: 275px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 4px;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 15px;
}

.section-core .full-width {
    background-image: url(../images/bg_core.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 750px;
    margin-top: 80px;
    background-size: 100% 100%;
}

.section-core .core-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #2C4388;
    width: 100%;
    text-align: center;
    padding-top: 80px;
    ;
}

.section-core .core-tilte p span {
    color: #FEBE38 !important;
    margin-bottom: 8px;
}

.section-core .core-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 980px;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 30px;
    text-align: center;
}

.section-core .core-block {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    color: #fff;
    margin-top: 75px;
}

.section-core .core-block .core-block-item {
    /*border:1px solid #2C4388;*/
    height: auto;
    padding: 0px 16px;
    margin-bottom: 20px;

}

.section-core .core-block .core-block-item h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Kanit', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    line-height: 30px;
    color: #000;
    margin-bottom: 8px;
    text-align: center;
}

.section-core .core-block .core-block-item p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    color: #000;
    line-height: 24px;
    text-align: center;
    width: 90%;
}

.section-core .core-block .core-block-item .core-image {
    text-align: center;
    padding: 0px;
    margin-bottom: 17px;
}

.section-core .core-block .core-block-item .core-image img {
    height: 72px;
    width: auto;
}

.section-core .core-block .core-block-item a.core-more {
    display: inline-block;
    background-color: #2C4388;
    width: 275px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 4px;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 15px;
}


.section-content .full-width {
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #fff;
    height: auto;
    margin-top: 80px;
    background-size: 100% 100%;
}

.section-content .full-width-other {
    background-image: url(../images/bg_fullwidth_other.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    height: auto;
    margin-top: 80px;
    background-size: 100% 760px;
    margin-bottom: 50px;
}

.section-content .page-register {
    background-image: url(../images/bg_dangkyuudai.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 884px;
    padding-top: 105px;
    padding-left: 85px;
}

.section-content .page-register .page-title h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    color: #FEBE38;
}

.section-content .block-slider .partnerslide {
    max-width: 100%;
}

.section-content .block-slider .partnerslide .slide-item {
    padding: 0px 8px;
}

.section-content .block-slider .partnerslide .slide-item .partner-image {
    width: 100%;
    height: 120px;
    background-color: #D9D9D9;
    vertical-align: middle;
    text-align: center;
}

.section-content .block-slider .partnerslide .slide-item .partner-image:first-child {
    margin-bottom: 16px;
}

.section-content .block-slider .partnerslide .slide-item .partner-image:last-child {
    margin-top: 16px;
}

.section-content .block-slider .partnerslide .partner-image img {
    width: 100%;
    height: auto;
    line-height: 120px;
}

.section-content .content-group .content-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #2C4388;
    width: 100%;
    text-align: center;
}

.section-content .content-group.banner .content-tilte {
    color: #FEBE38;
    text-align: left;
    padding-left: 94px;
    padding-top: 100px;
}

.section-content .content-group.partner .content-tilte {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #2C4388;
    width: 100%;
    text-align: center;
}

.section-content .content-tilte p span {
    color: #FEBE38 !important;
    margin-bottom: 8px;
}

.section-content .content-content {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 980px;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 30px;
    text-align: center;
}

.section-content .content-group.banner .content-content {
    text-align: left;
    width: auto;
    max-width: 56%;
    margin: 0px !important;
    padding-left: 94px;
    font-size: 16px !important;
}

.section-content .content-group.banner .banner-contact {
    margin-top: 35px;
    padding-left: 94px;
}

.section-content .content-group.banner .banner-contact a,
.section-content .content-group.banner .banner-contact a:active {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #2C4388;
    line-height: 30px;
    display: inline-block;
    width: 275px;
    background-color: #FEBE38;
    text-transform: uppercase;
    text-align: center;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
}

.section-content .content-block {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    color: #fff;
    margin-top: 75px;
}

.section-content .full-width-other .role-block-other {
    display: grid;
    grid-template-columns: 32% 36% 32%;
    margin-top: 650px;
}

.section-content .full-width-other .role-block-other .role-image {
    text-align: center;
    position: relative;
}

.section-content .full-width-other .role-block-other .role-image::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    z-index: 1;
    /* background-color: #2C4388; */
    border-top: 93px solid transparent;
    border-left: 93px solid transparent;
    border-bottom: 93px solid #2C4388;
}

.section-content .full-width-other .role-block-other .role-block-item {
    width: auto;
    max-width: 376px;
    margin: 0 auto;
    background-color: #2C4388;
    border-radius: 4px;
}

.section-content .content-block .content-block-item {
    /*border:1px solid #2C4388;*/
    height: auto;
    padding: 0px 16px;
    margin-bottom: 20px;

}

.section-content .content-block .content-block-item h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Kanit', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    line-height: 30px;
    color: #000;
    margin-bottom: 8px;
    text-align: center;
}

.section-content .full-width-other .role-block-other .role-block-item h4 {
    background-color: #2C4388;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    line-height: 80px;
    color: #fff;
    text-indent: 25px;
    margin-bottom: 0px;
}

.section-content .content-block .content-block-item p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    color: #000;
    line-height: 24px;
    text-align: center;
    width: 90%;
}

.section-content .content-block .content-block-item .content-image {
    text-align: center;
    padding: 0px;
    margin-bottom: 17px;
}

.section-content .content-block .content-block-item .content-image img {
    height: 72px;
    width: auto;
}

.section-content .content-block .content-block-item a.content-more {
    display: inline-block;
    background-color: #2C4388;
    width: 275px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 4px;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 15px;
}

.section-content .grid .recent-item {
    border: 0px;
}

.section-content .news .post-thumbnail {
    position: relative;
    float: none;
    overflow: hidden;
    line-height: 0;
    height: 240px;
    background-color: #fff;
    border: 0px !important;
}

.section-content .news .post-thumbnail a {
    display: block !important;
    background: #fff;
    font-size: 0;
    overflow: hidden;
    height: 100%;
}

.section-content .news .post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.section-content .news .recent-item {
    background-color: #fff;
    padding: 0px 7px;
}

.section-content .news .recent-item .post-box-title a,
.section-content .news .recent-item .post-box-title h5 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    color: #262626 !important;
    line-height: 36px;
    text-align: left;
    height: auto;
}

.section-content .news .recent-item .post-box-calenda {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #262626;
    line-height: 21px;
    margin: 4px 0px;
}

.section-content .news .recent-item .excerpt {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #262626;
    line-height: 21px;
}

.section-content .news .slider-wrapper .owl-nav i {
    background: none;
}

.section-content .news .headding-title {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Kanit', sans-serif;
    color: #2C4388;
    line-height: 64px;
    text-align: left;
    height: auto;
    border-bottom: 0px;
    float: left;
    width: 100%;
}

.section-content .news .headding-title a,
.section-content .news .headding-title a:active {
    color: #2C4388 !important;
    text-transform: math-auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 64px;
    float: right;
    border-bottom: 0px !important;
}

.section-title-blog {
    background-image: url(../images/bg_breadscrumb.png);
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 144px;
}

.d-flex {
    display: flex;
}

.section-title-blog h1 {
    margin: 0px;
    text-align: center;
    padding: 30px 0px 5px 0px;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    line-height: 50px !important;
}

.section-title-blog .breadcrumbs-wrapper .breadcrumbs {
    margin: 0 auto;
}

.section-title-blog .breadcrumbs-wrapper .breadcrumbs li {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 2px;
}

.section-title-blog .breadcrumbs-wrapper .breadcrumbs li a {
    color: #fff;
}

.section-title-blog .breadcrumbs-wrapper .breadcrumbs li a:hover {
    text-decoration: underline;
}

.section-content .contact-map {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}

.section-content .contact-group {
    display: grid;
    grid-template-columns: 50% 50%;
}

.section-content .contact-group .contact-group-item {
    text-align: left;
}

.section-content .contact-group .contact-meta {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    color: #595959;
    line-height: 21px;
    text-transform: uppercase;
}

.section-content .contact-group .contact-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    color: #1F1F1F;
    line-height: 36px;
    text-transform: uppercase;
}

.section-content .contact-group .contact-desc {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    color: #595959;
    line-height: 24px;
}

.section-content .contact-group .contact-break {
    line-height: 45px;
}

.section-content .contact-group .widget-title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Kanit', sans-serif;
    color: #1F1F1F;
    line-height: 24px;
    text-transform: uppercase;
}

.section-content .contact-group .wigettext h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Kanit', sans-serif;
    color: #1F1F1F;
    line-height: 24px;
}

.section-content .contact-group .wigettext .footer-mail-section p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #1F1F1F;
    line-height: 22px;
    margin-bottom: 9px;
}

.section-content .contact-group .wigettext .footer-mail-section p i {
    margin-right: 5px;
}

.section-content .contact-group .form-group {
    margin-top: 15px;
}

.section-content .contact-group .form-group .form-group-input .control-label,
.section-content .contact-group .form-group .label-title .control-label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #1F1F1F;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}

.section-content .page-register .contact-group-item {
    padding-top: 50px;
}

.section-content .page-register .form-group .form-group-input .control-label,
.section-content .page-register .form-group .label-title .control-label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}

.section-content .page-register .form-group .form-group-input sup {
    color: #ff0000;
}

.section-content .contact-group .form-group .ordership {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #1F1F1F;
    line-height: 24px;
    margin-bottom: 5px;
}

.section-content .page-register .form-group .substore {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    line-height: 24px;
    margin-bottom: 5px;
}

.section-content .page-register .form-group .form-group-input {
    margin-bottom: 18px;
}

.section-content .page-register .form-group .form-group-input .slkonlyship {
    color: #BFBFBF
}

.section-content .contact-group .form-group .form-group-input {
    margin-bottom: 18px;
}

.section-content .page-register .form-group .control-input[type=radio] {
    position: relative;
    border: 0.125rem solid #fff;

    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125em;
    margin-right: 4px;
    top: 5px;
}

.section-content .page-register .form-group .control-input[type=radio]:before {
    content: "";
    position: absolute;
    box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0);
    border-radius: 50%;
    width: 1rem !important;
    height: 1rem !important;
}

.section-content .page-register .form-group .control-input[type=radio]:checked:after {
    border-radius: 50%;
    width: 0.625rem;
    height: 0.625rem;
    border-color: #3b71ca;
    background-color: #3b71ca;
    transition: border-color;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.section-content .contact-group .form-group .form-group-input input,
.section-content .page-register .form-group .form-group-input input {
    width: 100%;
    border: 1px solid #8c8c8c;
    border-radius: 4px;
    padding: 8px 16px !important;
}

.section-content .contact-group .form-group .form-group-input textarea,
.section-content .page-register .form-group .form-group-input textarea {
    width: 100%;
    border-radius: 4px;
}

.section-content .contact-group .form-group .form-group-input .btn-link {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    width: 275px;
    background-color: #2C4388;
    text-transform: uppercase;
    text-align: center;
}

.section-content .page-register .form-group .form-group-input .btn-link {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #2C4388;
    line-height: 30px;
    display: inline-block;
    width: 275px;
    background-color: #FEBE38;
    text-transform: uppercase;
    text-align: center;
}

.section-content .page-content {
    padding-top: 40px;
}

.section-content .page-title {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Kanit', sans-serif;
    color: #2C4388;
    line-height: 50px;
}

.section-content .page-title h2 {
    text-align: center;
}

.section-content .page-desc .page-desc-short {
    max-width: 70%;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    color: #595959;
    line-height: 30px;
    margin: 0 auto;
}

.section-content .page-register .page-desc .page-desc-short {
    max-width: 50%;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    line-height: 30px;
    margin: 0 0;
}

.section-content .full-desc .nav-tabs {
    border: 1px solid #2C4388;
    width: 400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 55% 45%;
    border-radius: 4px;
    padding: 5px;
}

.section-content .full-desc .nav-tabs li a {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #2C4388;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.section-content .full-desc .nav-tabs li a.active {
    color: #fff;
    background-color: #2C4388;
    border-radius: 4px;
}

.section-content .full-desc .tab-content {
    padding-top: 30px;
}

.section-content .full-desc .nav-tabs li a.active {
    color: #fff;
}

.section-content .table-info-price .mys-table {
    width: 100%;
}

.section-content .table-info-price .mys-table thead tr {
    background-color: #fff !important;
}

.section-content .table-info-price .mys-table tr td,
.section-content .table-info-price .mys-table tr th {
    padding: 15px
}

.section-content .table-info-price .mys-table tr:nth-child(even) {
    background-color: #fff;
}

.section-content .table-info-price .mys-table tr:nth-child(odd) {
    background-color: #F1F5FE;
}

.section-content .table-info-price .mys-table .size-14 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    line-height: 22px;
}

.section-content .table-info-price .mys-table label {
    margin-bottom: 0px;
}

.section-content .table-info-price .mys-table .color-gray {
    color: #595959;
}

.section-content .table-info-price .mys-table th span:nth-child(1) {
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Kanit', sans-serif;
    color: #1F1F1F;
    line-height: 36px;
    text-transform: uppercase;
    display: block;
}

.section-content .table-info-price .mys-table th span:nth-child(2) {
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #595959;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
}

.section-content .table-info-price .mys-table tbody td:nth-child(1) label {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Kanit', sans-serif;
    color: #1f1f1f;
    line-height: 30px;
    display: block;
}

.section-content .table-info-price .mys-table td:nth-child(2) label,
.section-content .table-info-price .mys-table td:nth-child(3) label,
.section-content .table-info-price .mys-table td:nth-child(4) label,
.section-content .table-info-price .mys-table td:nth-child(5) label,
.section-content .table-info-price .mys-table td:nth-child(6) label {
    text-align: right;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #1f1f1f;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
}

.import-group {
    padding-top: 50px;
}

.section-content .import-group .page-title h2 {
    text-align: left !important;
}

.section-content .import-group .page-desc .page-desc-short {
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
}

.section-content .import-group .note {
    margin-top: 20px;
}

.section-content .import-group .note h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Kanit', sans-serif;
    color: #1f1f1f;
    line-height: 30px;
}

.section-content .import-group .note i {
    color: #F0AF41;
    margin-right: 5px;
}

.section-content .import-group .note ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    color: #000;
    line-height: 30px;
}

.clear {
    clear: both;
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #BFBFBF;
}

::placeholder {
    color: #BFBFBF;
}

.control-input::placeholder {
    opacity: 1;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    20% {
        transform: scale(25, 25);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.thumb-wrapper .thumb-item {
    position: relative;
    padding: 10px 5px;
    height: 54px;
    overflow: hidden;
}

.thumb-wrapper .current .thumb-item {
    background: #eaeaea;
    border-top: 2px solid #d42333;
}

.thumb-wrapper .thumb-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

.thumb-wrapper .thumb-item:hover:not(:active):before {
    animation: ripple 1s ease-out;
}

.thumb-wrapper .thumb-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: initial;
}

.thumb-wrapper .thumb-controls {
    display: none;
}

.right-banner {
    display: grid;
    grid-gap: 7px;
}

/* News */
.news .recent-item {
    background-color: #f1f1f1;
}

.news .post-box-title {
    text-align: center;
}

.post-listing .post-box-title>a,
.related-posts .post-box-title>a {
    height: auto;
    font-size: 16px;
}


/* Box product */
@media (min-width: 992px) {
    .list-product .item[class*="col-lg-2"] {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.list-product .slider-wrapper .owl-dots {
    margin-top: -5px;
}

.news .slider-wrapper .owl-dots {
    margin-top: 10px;
}

.slider-wrapper .item.grid {
    padding: 0;
}

section .headding-title a {
    color: #2d3877 !important;
    caret-color: #2d3877 !important;
    font-weight: 400;
    font-size: 1.5rem;
}

.home .hkt-posts {
    background-color: #fff;
    padding: 15px;
}

@media (max-width: 991px) {
    .home .hkt-posts {
        padding: 5px;
    }
}

.list-product .recent-item {
    padding: 0 10px;
    margin-bottom: 15px;
    background-color: #fff;
}

.grid .recent-item {
    border: 1px solid #ebebeb;
}

.grid .recent-item:hover {
    /*border-color: #d42333;*/
}

.list-product .recent-item:hover {
    -webkit-box-shadow: 0 0 10px 0 hsla(0, 0%, 60%, .6);
    box-shadow: 0 0 10px 0 hsla(0, 0%, 60%, .6);
}

.post-box-title {}

.grid .post-box-title a {
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 38px;
}

.related-products .post-box-title a {
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 38px !important;
}

.post-box-title a:hover {
    color: #d42333 !important;
}

.recent-item .post-price {
    padding: 10px 0;
    min-height: 62px;
}

.post-price .price {
    color: #d42333;
    font-size: 16px;
    letter-spacing: -.56px;
    font-weight: normal;
}

.post-price .price.sale-price {}

.post-price .price.origin-price {
    font-size: 12px;
    letter-spacing: 0;
}

.post-price .price.origin-price .amount {
    color: #9e9e9e;
    text-decoration: line-through;
}

.post-price .price.origin-price .discount {
    color: #000;
    font-weight: 500;
}

.stock {
    font-size: 85%;
}

.stock.in-stock {
    color: #0cab75;
}

.stock.out-stock {
    color: #f00;
}

.grid .stock,
.post-box .stock {
    position: absolute;
    left: 4px;
    top: 5px;
    background-color: #fff;
    padding: 2px;
}

/* Detail product */
.product-gallery .thumb-wrapper {
    background-color: #e6e6e6;
    padding: 8px 4px;
    margin-top: 10px;
    border: none;
    display: block;
}

.product-gallery .thumb-wrapper .thumb-item {
    height: auto;
    padding: 0;
    padding: 0 4px;
}

.detail-product .stock {
    font-size: 100%;
}

.short-description li {
    font-size: 16px;
    margin-bottom: 10px;
}

.short-description li a {
    color: #dc3545;
}

.detail-product p.price {
    font-size: 20px;
    color: #dc3545;
    margin-bottom: 15px;
}

.detail-product .post-action {
    margin-bottom: 20px;
}

.detail-product button.btn {
    border-radius: 0;
    border: 1px solid #dc3545;
    background-color: #dc3545 !important;
    min-width: 200px;
    line-height: 35px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.detail-product button.btn:focus {
    outline: none;
    box-shadow: none !important;
    border-color: transparent !important;
}

.detail-product button.btn a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.detail-product button.btn:hover {
    background-color: #4ea6ba !important;
    border-color: #4ea6ba;
}

.detail-product button.btn:hover a {
    color: #fff !important;
}

.list_thumbs ul {
    margin: 8px 0;
    padding: 0;
}

.list_thumbs ul li {
    width: 16.6666%;
}

.product-tab ul.nav-tabs {
    list-style-type: none;
    display: flex;
    padding: 0;
}

.product-tab ul.nav-tabs li {
    font-weight: bold;
}

.product-tab .nav-tabs {
    border-bottom: 1px solid #272e79;
}

.product-tab .nav-tabs .nav-item {
    margin-bottom: 0;
}

.product-tab .nav-tabs .nav-link {
    border-radius: 0;
    background-color: #f4f4f4;
    color: #333;
}

.product-tab .nav-tabs .nav-link.active {
    border-color: #272e79;
    background-color: #272e79;
    color: #fff;
}

.related-posts h4 {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #272e79;
}

.related-posts h4 span {
    padding: 10px;
    background-color: #272e79;
    color: #fff;
    display: inline-flex;
}

form.hkt-cart {
    margin-top: 30px;
    margin-bottom: 30px;
}

form.hkt-cart:before,
form.hkt-cart:after {
    display: table;
    content: " ";
    clear: both;
}

.hkt-cart .quantity {
    margin: 0 10px 0 0;
    float: left;
    width: 120px;
    position: relative;
    display: inline-block;
}

.hkt-cart .quantity input.qty {
    text-align: center;
    width: 100%;
    padding: 0 36px;
    height: 40px;
    line-height: 1;
    background-color: transparent;
    color: #878787;
    border: 1px solid #dddddd;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.owl-dot {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.owl-dot:hover,
.owl-dot.active {
    position: relative;
    width: 18px;
    height: 18px;
    padding: 3px;
    border: 1px solid #2C4388;
    background-color: transparent;
}

.owl-dot:hover span,
.owl-dot.active span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #2C4388;
    position: absolute;
    left: 1px;
    top: 1px;
}

.btn-number {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 38px !important;
    text-align: center;
    border: 0 solid #dddddd;
    background-color: #e7e7e7;
    ;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    font-size: 10px;
    letter-spacing: -0.02em;
    color: #878787;
    z-index: 1;
    top: 0;
    cursor: pointer;
}

.btn-number[data-type="minus"] {
    left: 0;
}

.fa-minus:before {
    content: "\f068";
}

.btn-number[data-type="plus"] {
    right: 0;
}

.fa-plus:before {
    content: "\f067";
}

.hkt-cart .button {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #272e79;
    border: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;

    vertical-align: middle;
    float: left;
    position: relative;
}

.hkt-cart button.button.alt:hover {
    color: #222;
    background-color: #eee;
}

/* Cart page */
.block-title {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-wrapper .form-block .block-title {
    margin: 0 0 20px;
    background-color: #eee;
    line-height: 38px;
    padding: 0 15px;
}

.cart-wrapper .form-block textarea[name="note"] {
    min-height: 200px;
}

.form-block label span {
    color: #d42333;
    padding-left: 5px;
}

.cart-block .button-section button {
    text-transform: uppercase;
}

.cart-item .product-name {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    word-break: break-word;
    -webkit-line-clamp: 2 !important;
}

.cart-item .original-price {
    font-size: 16px;
    font-weight: 600;
}

.price-section {
    padding: 10px;
    background: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.price-section .cart-grandtotal-price {
    color: #d42333;
    font-size: 16px;
}

@media (max-height: 767px) {

    .cart-block .button-section button,
    .cart-item .product-name {
        font-size: 14px;
    }
}

/* WIDGET */
.sidebar .widget>h3 {
    background-color: #272e79;
    padding: 10px 15px;
}

.sidebar .widget {
    background-color: #fff;
}

.widget .advanced-recent-posts .post-box {
    position: relative;
}

.widget .advanced-recent-posts .post-title a {
    font-size: 14px !important;
}

.widget .price {
    font-size: 14px;
}


/* FOOTER */
#site-footer {
    background: #2C4388;
    box-shadow: none;
    padding: 50px 0px 30px 0px;
    margin-top: 70px;
}

#site-footer .widget>h3 {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    width: 500px;
    padding-top: 20px;
    line-height: 30px;
    color: #fff;
}

#site-footer .widget .wigettext h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Kanit', sans-serif;
    width: 500px;
    padding-top: 1px;
    line-height: 24px;
    color: #fff;
}

footer#site-footer .main-footer {
    padding-top: 25px;
    padding-bottom: 0px;
}

footer#site-footer .main-footer .footer-link {
    color: #fff !important;
    line-height: 25px !important;
    font-weight: 300;
    font-size: 15px !important;
    font-family: 'Kanit', sans-serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer#site-footer .main-footer .footer-link:hover {
    color: #d42333;
    text-decoration: none;
}

.social-link em {
    font-size: 28px;
    margin-right: 7px;
}

.main-footer .footer-mail-section {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
}

footer#site-footer .main-footer .footer-mail-section p {
    color: #fff !important;
    line-height: 25px !important;
    font-weight: 300;
    font-size: 14px !important;
    font-family: 'Kanit', sans-serif;
}

footer#site-footer .main-footer .footer-mail-section p img {
    height: 16px;
    width: auto;
    margin-right: 8px;
}

footer#site-footer .main-footer .pvi-icon_Facebook:before {
    color: #fff;
}

footer#site-footer .main-footer .footer-mail-section p:nth-child(2) img {
    height: 11px;
    width: auto;
    margin-right: 8px;
}

.main-footer .footer-mail-section span {
    font-size: 12px;
    color: #777;
}

footer#site-footer .main-footer .footer-mail-section a {
    line-height: 2.5;
}

@media (max-width: 767px) {
    .widget .wigettext {
        display: block;
    }

    .main-footer .widget {
        position: relative;
        margin: 0 !important;
    }

    .main-footer .widget .toggle-caret {
        position: absolute;
        top: 15px;
        right: 0;
    }

    #site-footer .widget .widget-title {
        cursor: pointer;
        margin: 0;
        padding: 14px 0;
        /*border-bottom: 1px solid #cfcfcf!important;*/
    }

    .main-footer [class*="col-"]:first-child .widget .widget-title {
        border-top: 1px solid #cfcfcf !important;
    }

    .main-footer .wigettext {
        padding: 15px 10px 0 15px !important;
    }

    #site-footer [class*="col-"] {
        margin-bottom: 0;
    }

    .logo-mobile {
        position: relative;
    }

    .logo-mobile #logo {
        width: 56% !important;
    }

    .logo-mobile #logo a img {
        height: 25px;
        margin-top: 3px;
    }

    .icon-mobile {
        position: absolute;
        right: 30px;
        top: 33%;
    }

    .icon-mobile a {
        display: inline;
        margin-right: 7px;
    }

    .homeslide {
        background-color: #2C4388;
    }

    .icon-mobile .fa {
        font-size: 18px;
    }

    .icon-mobile .search-btn,
    .icon-mobile .block-item {
        margin-right: 12px;
    }

    .icon-mobile .block-contact {
        background-color: #2C4388;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        width: 100px;
        text-align: center;
        border-radius: 4px;
        height: 47px;
        line-height: 24px;
        padding: 8px 16px;
        margin-right: 0px !important;
    }

    .block-slider .homeslide .post-image .slide_content h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .block-slider .homeslide .post-image .mask {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        font-family: "Kanit", sans-serif;
        margin-bottom: 30px;
    }

    .block-slider .homeslide .post-image a.slide_contact {
        padding: 8px 16px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        display: inline-block;
    }

    .block-slider .homeslide .post-image .mask ul li {
        line-height: 24px;
    }

    .section-role .role-tilte,
    .section-service .service-tilte {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .section-role .role-content {
        font-size: 16px !important;
        line-height: 24px !important;
        color: #fff;
        width: 100% !important;
    }

    .section-service .service-content {
        font-size: 16px !important;
        line-height: 24px !important;
        width: 100% !important;
    }

    .section-role .role-block {
        grid-template-columns: 50% 50% !important;
    }

    /* .section-role .full-width{
            background-image: url(../images/role_mb.png);
            background-position: right top;
            background-repeat: no-repeat;
            background-color: #fff;
            height: 770px;
        } */
    .section-content .news .headding-title a,
    .section-content .news .headding-title a:active {
        display: none !important;
    }

    .section-role .role-block .role-block-item {
        padding: 10px !important;
        background-size: 185px 120px !important;
        height: 140px;
        background-color: #2C4388;
    }

    .section-role .role-block .role-block-item h4 {
        font-size: 14px !important;
        font-weight: 600;
        line-height: 24px !important;
    }

    .section-role .role-block .role-block-item p {
        font-size: 13px !important;
        line-height: 21px !important;
        padding-right: 22px !important;
    }

    .section-service .service-block {
        grid-template-columns: 0.5% 99% !important;
        margin-top: 150px !important;
    }

    .section-service .service-block .service-block-item {
        padding: 20px !important;
    }

    .section-service .service-block .service-block-item h4 {
        font-size: 28px !important;
        font-weight: 600 !important;
    }

    .section-service .service-block .service-block-item p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .section-service-order .service-order-block {
        grid-template-columns: 99% 0.5%;
    }

    .section-service-order .service-order-block .service-order-block-item h4 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .section-service-order .service-order-block .service-order-block-item p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .section-core .full-width {
        height: auto !important;
    }

    .section-core .core-tilte {
        font-size: 28px !important;
        line-height: 36px !important;
        padding-top: 40px !important;
    }

    .section-core .core-block {
        grid-template-columns: 50% 50% !important;
        margin-top: 35px !important;
    }

    .section-core .core-block .core-block-item {
        padding: 0px 8px !important
    }

    .section-core .core-block .core-block-item h4 {
        font-size: 18px !important;
    }

    .section-core .core-block .core-block-item p {
        font-size: 16px !important;
    }

    .section-content .content-group.partner .content-tilte {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .section-title-blog h1 {
        font-size: 30px;
    }

    .section-offical .full-width {
        background-image: none !important;
    }

    .section-offical .role-tilte {
        font-size: 40px;
        width: 100% !important;
    }

    .section-offical .role-content {
        width: 100% !important;
    }

    .section-offical .role-block .role-block-item:nth-child(2n+1) {
        padding-right: 10px !important;
    }

    .section-offical .role-block .role-block-item:nth-child(2n) {
        padding-right: 0px !important;
    }

    .section-offical .role-block .role-block-item p span:nth-child(2) {
        margin-left: 0px !important;
        border-left: 0px;
        padding-left: 0px !important;
        display: block;
    }

    .section-allservice .role-tilte {
        font-size: 40px;
    }

    .section-allservice .full-width {
        height: auto !important;
    }

    .section-allservice .role-block {
        grid-template-columns: 50% 50%;
    }

    .section-allstep .role-tilte {
        font-size: 40px;
    }

    .section-allstep .full-width {
        height: auto !important;
    }

    .section-allstep .role-block {
        grid-template-columns: 50% 50%;
    }

    .section-transport .full-width {
        background-image: none;
        background-color: #fff;
        height: auto !important;
    }

    .section-transport .role-block-left {
        display: none !important;
    }

    .section-transport .role-block {
        padding-left: 15px !important;
    }

    .section-content .page-register {
        background-color: #2C4388;
        height: auto;
        padding-left: 0px;
        background-image: none;
        padding-top: 30px;
        margin-bottom: 50px;
        border-radius: 4px;
    }

    .section-content .page-register .page-desc .page-desc-short {
        width: 100% !important;
        max-width: 100% !important
    }

    .section-content .page-register .page-title {
        font-size: 33px;
        padding: 0px 25px;
    }

    .section-content .page-register .page-desc {
        padding: 0px 25px;
    }

    .section-content .page-register .full-desc {
        padding: 0px 25px;
    }

    .section-content .full-desc .nav-tabs {
        width: 360px !important;
    }

    .section-content .full-desc .tab-content {
        width: 100%;
        overflow-y: scroll;
    }

    .section-content .full-desc .tab-content .tab-pane {
        width: 1170px !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media (max-width: 560px) {
    .homeslide {
        background-color: #2C4388;
    }

    .block-slider .homeslide .post-image .slide_content {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        padding: 20px;

    }

    .block-slider .homeslide .post-image .slide_content h3 p:first-child {
        margin-bottom: 0px;
    }

    .section-content .page-desc .page-desc-short {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 1370px) and (min-width: 1150px) {
    .block-slider .homeslide .post-image .slide_content {
        width: 1130px !important;
    }

    .block-slider .homeslide .post-image .mask {
        margin-bottom: 25px !important;
    }

    .block-slider .homeslide .post-image .mask ul li {
        line-height: 35px !important;
    }

    .block-slider .homeslide .post-image a.slide_contact {
        padding: 12px 30px !important;
    }
}

@media (min-width: 1200px) {
    .main-footer .col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

footer#site-footer .copyrights {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

footer#site-footer .copyrights p,
footer#site-footer .copyrights a {
    color: #333;
}

@media (max-width: 575px) {

    #site-footer li,
    footer#site-footer a,
    footer#site-footer p {
        font-size: 14px;
    }
}


.components {
    float: left;
    width: 100%;
    padding: 0px 15px;
}

.component-item {
    float: left;
    width: 60%;
    border-bottom: 1px solid #e8e8e8;
}

.v-divider--vertical {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border: solid;
    border-width: 0 thin 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: inherit;
    min-height: 100%;
    max-height: 100%;
    max-width: 0;
    width: 0;
    vertical-align: text-bottom;
}

.theme--light.v-divider {
    border-color: rgba(0, 0, 0, .12);
}

.p10 {
    padding: 10px;
}

.w20 {
    float: left;
}

.w80 {
    width: 79%;
    float: left;
}

.v-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 6px 8px;
    min-width: 88px;
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    position: relative;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.primary {
    background-color: #2d3877 !important;
    border-color: #2d3877 !important;
}

.v-btn__content {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.components .component-item .component-name {
    color: #2d3877;
    font-weight: bold;
}

.p10 {
    padding-right: 10px;
}

.w60 {
    float: left;
    width: 59%;
}

.product-item {
    border-bottom: 0px solid #ccc;
    float: left;
    width: 100%;
    padding-bottom: 0px;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.product-item .item-name {
    font-weight: bold;
    color: #2d3877 !important
}

.product-item .final-price {
    font-weight: bold;
    color: #ff0000;
}

#muahang {
    display: inline-block;
    color: #fff;
    background-color: #2d3877 !important;
    border-radius: 4px;
    padding: 0 10px;
    cursor: pointer;
}

.fb-livechat,
.fb-widget {
    display: none;
}

.ctrlq.fb-button,
.ctrlq.fb-close {
    position: fixed;
    right: 24px;
    cursor: pointer;
}

.ctrlq.fb-button {
    z-index: 999;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
    width: 60px;
    height: 60px;
    text-align: center;
    bottom: 30px;
    border: 0;
    outline: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -webkit-transition: box-shadow .2s ease;
    background-size: 80%;
    transition: all .2s ease-in-out;
}

.ctrlq.fb-button:focus,
.ctrlq.fb-button:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24);
}

.fb-widget {
    background: #fff;
    z-index: 1000;
    position: fixed;
    width: 360px;
    height: 435px;
    overflow: hidden;
    opacity: 0;
    bottom: 0;
    right: 24px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
}

.fb-credit {
    text-align: center;
    margin-top: 8px;
}

.fb-credit a {
    transition: none;
    color: #bec2c9;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
    border: 0;
    font-weight: 400;
}

.ctrlq.fb-overlay {
    z-index: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .05);
    display: none;
}

.ctrlq.fb-close {
    z-index: 4;
    padding: 0 6px;
    background: #365899;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    margin: 8px;
    border-radius: 3px;
}

.ctrlq.fb-close::after {
    content: "X";
    font-family: sans-serif;
}

.bubble {
    width: 20px;
    height: 20px;
    background: #c00;
    color: #fff;
    position: absolute;
    z-index: 999999999;
    text-align: center;
    vertical-align: middle;
    top: -2px;
    left: -5px;
    border-radius: 50%;
}

.bubble-msg {
    width: 120px;
    left: -140px;
    top: 5px;
    position: relative;
    background: rgba(59, 89, 152, .8);
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
}

div.sapo {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}

.phu_luc {
    background: #fff;
    display: block;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-right: 10px;
}
.phu_luc.minihide{
    width:150px !important;
}
.table-of-contents {
    display: block;
    background: #f2f3f4;
    font-size: .8em;
    margin: 0 0 .5em .5em;
    padding: 15px 15px;
}

.tt_phu_luc {
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.tt_phu_luc .toc_toggle{
    font-weight: 400;
    color: #1A1A1A !important;
    margin-left: 7px;
}

.table-of-contents ul {
    margin-bottom: 5px;
}

.table-of-contents li a.ul_h2 {
    font-size: 15px;
    font-family: Roboto-Regular;
    font-weight: 400;
    text-decoration: none;
    color: #ed1c24;
}

.table-of-contents li a.ul_h3 {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding-left: 8px;
    font-family: Roboto-Regular;
    font-weight: 400;
}

.headding-title {
    border-bottom: 1px solid #c2c6c6;
    float: left;
    width: 100%;
}

.headding-title a {
    position: relative;
    overflow: hidden;
    /* display: inline-block; */
    background: none !important;
    border-bottom: 2px solid #eb1a21 !important;
    margin-bottom: -1px !important;
    text-transform: uppercase;
}

.errorclass {
    border: 1px solid #ff0000 !important;
}

button, select {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: var(--font-pri);
}
.sticky-bar_main {
    position: fixed;
    top: 80%;
    right: -100%;
    transform: translateY(-50%);
    z-index: 5;
    transition: 0.9s;
    opacity: 0;
}
.sticky-bar_main.is-active {
    right: 3.2rem;
    opacity: 1;
}
.sticky-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    max-width: 3.2rem;
}
.sticky-item a, .sticky-item button {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
button {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    font-family: var(--font-pri);
}
.help-block{text-align: center;}
.ischeckLogin{color:#ff0000;}
.checkLogin{color:#0cab75}
.thecontent figure, .thecontent img{
    display: block;
    margin: 0 auto !important;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    margin: 12px 0 6px !important;
}
.header-menu .main-menu .menu-item{position: relative;}
.header-menu ul.main-menu li.menu-item ul {
    position: absolute;
    left: 0px;
    top: 42px;
    background-color: #f8c000;
    width: 300px;
    z-index: 999;
    opacity: 0.9;
    font-size: 15px;
    border-radius: 3px 3px 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    opacity: 0;
    visibility: visible;
    max-width: 0;
    max-height: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    transition: transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
}
.header-menu ul.main-menu li.menu-item:hover ul {
    opacity: .8;
    visibility: visible;
    max-width: 5000px;
    max-height: 5000px;
    -webkit-transform: perspective(600px) rotateX(0);
    -moz-transform: perspective(600px) rotateX(0);
    -ms-transform: perspective(600px) rotateX(0);
    -o-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transition: -webkit-transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    -o-transition: -o-transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    transition: transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
}
.header-menu ul.main-menu li ul li a {
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 87%;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
}
.header-menu ul.main-menu li ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fcfcfc;
    list-style-type: none;
}
.header-menu ul.main-menu li ul li a:hover, .header-menu ul.main-menu li ul li a:active, .header-menu ul.main-menu li ul li a:focus {
    color: #27428D !important;
}