@import 'fonts.css';

/*@import url('https://fonts.googleapis.com/css?family=Kanit');*/


/* Base css */

html {
    overflow-x: hidden
}

:focus {
    outline: none;
}

#wrapper,
#main {
    background-color: #fff;
    position: relative
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #222;
    text-decoration: none;
}

hr {
    border: 1px solid #333;
}

body {
    color: #000;
    font-size: 17px;
    font-family: sans-serif, Arial, Helvetica;
    background: #fff;
    word-wrap: break-word;
}

body img {
    max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25;
    font-family: 'RSU', sans-serif;
    font-weight: bold;
}

b,
strong {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.white-bg {
    background: #fff;
    color: #333;
}

.primary-bg {
    background: #002d61;
    color: #fff;
}

a .primary-bg {
    color: #fff;
    text-decoration: none;
}

a:hover .primary-bg,
a:focus .primary-bg {
    color: #fff;
    text-decoration: none;
}

.primary-color,
a.primary-color {
    color: #002d61;
    text-decoration: none;
}

a.primary-color:hover,
a.primary-color:focus {
    color: #002d61;
    text-decoration: none;
}

.white-color,
a.white-color {
    color: #fff;
    text-decoration: none;
}

a.white-color:hover,
a.white-color:focus {
    color: #fff;
    text-decoration: none;
}

.white-bar {
    background: #fff;
    min-height: 1px;
    margin: 0 auto;
    width: 100%;
}

.gray-bar {
    background: #e1e1e1;
    min-height: 1px;
    margin: 0 auto;
    width: 100%;
}

.gray2-bar {
    background: #f1f1f1;
    min-height: 1px;
    margin: 0 auto;
    width: 100%;
}

.primary-topbar {
    background: #c0ac93;
    height: auto;
    width: 100%;
    min-height: 5px;
}

.primary-topbar a {
    color: #000000;
    font-family: sans-serif;
}

.primary-bar {
    background-image: -moz-linear-gradient( 180deg, rgb(149, 113, 34) 0%, rgb(180, 144, 58) 16%, rgb(253, 218, 113) 41%, rgb(234, 200, 104) 50%, rgb(214, 182, 95) 61%, rgb(214, 182, 95) 82%, rgb(180, 144, 58) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(149, 113, 34) 0%, rgb(180, 144, 58) 16%, rgb(253, 218, 113) 41%, rgb(234, 200, 104) 50%, rgb(214, 182, 95) 61%, rgb(214, 182, 95) 82%, rgb(180, 144, 58) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(149, 113, 34) 0%, rgb(180, 144, 58) 16%, rgb(253, 218, 113) 41%, rgb(234, 200, 104) 50%, rgb(214, 182, 95) 61%, rgb(214, 182, 95) 82%, rgb(180, 144, 58) 100%);
    min-height: 2px;
    margin: 0 auto;
    width: 100%;
}

.primary-font {
    color: #03225a;
    font-family: 'RSU';
}

.border-1 {
    border-width: 0.25rem !important;
}

.border-2 {
    border-width: 0.5rem !important;
}

.border-3 {
    border-width: 1rem !important;
}

.lead {
    font-family: 'RSU', sans-serif;
    font-size: 1.15rem;
}

.font-1x {
    font-size: 1.2rem;
}

.font-1x-5 {
    font-size: 1.5rem;
}

.font-2x {
    font-size: 2rem;
}

.font-3x {
    font-size: 3rem;
}

.font-bold {
    font-weight: bold;
}

.hidden-0 {
    opacity: 0;
}

.hidden-3 {
    opacity: 0.3;
}

.visible {
    opacity: 1;
}

.pointer-none {
    pointer-events: none;
}

.fixed {
    position: fixed;
    z-index: 9;
}

.scrolloff {
    pointer-events: none;
}

.cm-col-lg-7,
.cm-col-lg-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 575px) {}

@media (max-width: 767px) {}

@media (max-width: 991px) {}

@media (min-width: 992px) {
    .cm-col-lg-7 {
        -ms-flex: 0 0 14.28%;
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
    .cm-col-lg-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/* CSS Bootstrap */

.container {}

::-webkit-input-placeholder {
    color: #222 !important;
}

::-moz-placeholder {
    color: #222 !important;
}

::-ms-placeholder {
    color: #222 !important;
}

::placeholder {
    color: #222 !important;
}

.form-control,
input[type="text"],
textarea {
    border-radius: 5px !important;
    border: 1px solid #999 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #333;
    padding: 0.25rem 0.7rem;
}

.form-control:focus,
input[type="text"]:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    border-color: #aaa;
}

p {
    margin: 0.4em 0;
}

.mrc-2 {
    margin-right: 2rem!important;
}

.navbar-light {
    padding: 0;
}

.navbar .lang-flag {
    height: 28px;
}

.navbar-brand {
    z-index: 1;
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    width: 360px;
}

.navbar {
    padding: 0;
}

.navbar .navbar-nav {}

.navbar .navbar-nav>li>a {
    font-family: 'RSU', sans-serif;
    font-size: 1.3rem;
    line-height: 1rem;
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    margin: 0.8rem 2.0rem;
    padding: 0.3rem 0.0rem;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {}

.navbar .navbar-nav .nav-item:first-child .nav-link {}

.navbar .navbar-nav .active>.nav-link {
    color: #000;
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
}

.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
    color: #000;
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
}

.navbar .navbar-nav .dropdown-menu {
    min-width: 13rem;
    color: #000;
}

.navbar .navbar-nav .dropdown-menu .nav-link {
    margin: 0;
    padding: 0.50rem 0.7rem;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

.navbar .navbar-nav .dropdown-menu .nav-link:hover {}

.navbar .navbar-nav .dropdown-menu .dropdown-item {}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {}

.navbar .navbar-nav .nav-link.nav-icon {
    margin-top: -5px;
}

.navbar .navbar-nav .nav-link.nav-icon:focus,
.navbar .navbar-nav .nav-link.nav-icon:hover {
    border-color: #fff;
    filter: brightness(140%);
}

.navbar-toggler {
    position: relative;
    border-color: #dcdcdc;
    color: #e0e0e0;
    margin-left: 20px;
}

.navbar-toggle-wrapper {
    position: absolute;
    /*top: 50%;
  margin-top: -20px;*/
}

.lang-toggle-wrapper {
    /* position: absolute;
  top: 50%;
  right:20px;
  margin-top: -15px;*/
}

.navbar .navbar-toggler-icon {
    /*
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  */
}

.nav-cart {}

.nav-warper {
    /*box-shadow: 0 4px 25px #c5c5c5;
  border-bottom: 1px solid #ccc;*/
}

.nav-warper.nav-fixed {
    /*position: fixed !important;
  z-index: 99;
  padding: 0 15px !important;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;*/
    min-height: 50px;
    padding: 0px 20px;
    background: #023570;
    background-image: none !important;
    box-shadow: 0 4px 15px #041b44;
}

.nav-warper.nav-fixed .container {
    padding: 0 !important;
    margin: 0 auto !important;
}

.nav-warper.nav-fixed .navbar-brand {}

.nav-warper.nav-fixed .navbar-brand img {
    width: 200px;
}

.navbar-nav-contact {
    margin: 0 0 0 0;
    padding: 2px 0px 5px 36px;
}

.body-wrapper {}

.navbar .navbar-nav>li.navbar-nav-contact>a {
    font-family: 'RSU', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    color: #333;
}

.logo-head {
    max-width: 210px;
}

@media (max-width: 576px) {
    .navbar-brand {
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-brand img {
        width: 80%;
    }
    .nav-warper.nav-fixed .navbar-brand img {
        width: 180px;
    }
    .navbar .navbar-toggler {
        position: absolute;
        right: 5px;
        top: 25px;
        top: 1.5rem;
        z-index: 5
    }
    .navbar .navbar-nav .nav-link {
        margin: 0.3rem 0rem;
    }
    .navbar-nav-contact {
        padding: 2px 0px 5px 0px;
        background: #fee500;
        width: 100%;
        text-align: center;
    }
    .navbar-nav-list {
        margin-top: 0rem;
    }
    .logo-head {
        max-width: 130px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .navbar .navbar-nav>li>a {
        font-size: 1rem;
        line-height: 1rem;
    }
    .navbar .navbar-nav .nav-link {
        padding: 0.25rem 0.25rem;
        margin-right: 0.1rem;
    }
    .navbar-brand {
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-brand img {
        width: 260px;
    }
    .nav-warper.nav-fixed .navbar-brand img {
        width: 180px;
    }
    .navbar-nav-list {
        margin-top: 1rem;
    }
    .logo-head {
        max-width: 160px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .navbar .navbar-nav>li>a {
        font-size: 1rem;
        line-height: 1rem;
    }
    .navbar .navbar-nav .nav-link {
        padding: 0.25rem 0.25rem;
        margin-right: 0.1rem;
    }
    .navbar-brand {
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-brand img {
        width: 260px;
    }
    .nav-warper.nav-fixed .navbar-brand img {
        width: 180px;
    }
    .navbar-nav-list {
        margin-top: 1rem;
    }
    .logo-head {
        max-width: 170px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .navbar .navbar-nav>li>a {
        font-size: 1.2rem;
        line-height: 1rem;
    }
    .navbar .navbar-nav .nav-link {
        margin-right: 0.2rem;
    }
    .navbar-brand img {
        width: 300px;
    }
    .navbar-nav-list {
        margin-top: 1.2rem;
    }
    .logo-head {
        max-width: 190px;
    }
}

@media (max-width: 992px) {
    .h1,
    h1 {
        font-size: 2.2rem;
    }
}

.btn {
    font-family: 'RSU';
    cursor: pointer;
    border-radius: 4px;
    padding: 0.5rem 1.2rem 0.25rem 1.2rem;
}

.btn-primary {
    font-weight: bold;
    color: #ffffff !important;
    border: none;
    border-radius: 25px;
    background-color: rgb(2, 31, 79);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.61);
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active {
    color: #ffffff !important;
    border: none;
    background-color: rgb(2, 31, 79);
    box-shadow: 0px 0px 0px 0px rgba(59, 51, 0, 0.61);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ffc016;
}

.btn-secondary {
    color: #222;
    background-color: #fff;
    font-weight: bold;
    border-width: 1px;
    border-color: #d7d7d7;
    border-style: solid;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.61);
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active {
    color: #222;
    border-width: 1px;
    border-color: #d7d7d7;
    border-style: solid;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.61);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #222;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {}

.btn-info {
    font-family: 'TH SarabunPSK';
    color: #fff !important;
    border: none;
    border-radius: 10px;
    background-color: rgb(98, 139, 60);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.61);
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active {
    color: #000 !important;
    border: none;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.61);
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #fff;
}

@media (max-width: 576px) {
    .text-xs-left {
        text-align: left;
    }
    .text-xs-right {
        text-align: right;
    }
    .text-xs-center {
        text-align: center;
    }
    .text-xs-justify {
        text-align: justify;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 993px) and (max-width: 1099px) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
    .text-lg-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left;
    }
    .text-xl-right {
        text-align: right;
    }
    .text-xl-center {
        text-align: center;
    }
    .text-xl-justify {
        text-align: justify;
    }
}


/* CSS Document custom */

.topic-head {
    font-size: 3.5rem;
    font-family: 'RSU';
    text-align: center;
    color: #000;
}

.topic-head-review {
    font-size: 2.5rem;
    font-family: "RSU";
    color: #ffffff;
    text-align: center;
    text-shadow: 2.298px 1.928px 0px rgba(0, 0, 0, 0.92);
}

@media (max-width: 767px) {
    .body-wrapper img {
        max-width: 100%;
        height: auto;
    }
}

section {
    overflow: hidden;
}

section .header-u {
    border-bottom: 1px solid #222;
    width: auto;
    display: inline-block;
}

.section-sub {
    color: #484848;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.section-sub .h1,
.section-sub .h2,
.section-sub .h3,
.section-sub .h4,
.section-sub .h5,
.section-sub .h6,
.section-sub h1,
.section-sub h2,
.section-sub h3,
.section-sub h4,
.section-sub h5,
.section-sub h6 {
    font-family: 'RSU';
    font-weight: bold;
}

.section-sub a,
.section-sub a:visited {
    color: #484848;
    text-decoration: none;
}

.section-sub a:hover,
.section-sub a:focus {
    color: #282828;
    text-decoration: none;
}

.section-sub a.white-color,
.section-sub a.white-color:visited {
    color: #fff;
    text-decoration: none;
}

.section-sub a.white-color:hover,
.section-sub a.white-color:focus {
    color: #fff;
    text-decoration: none;
}

.section-sub .content-area,
.section-sub #main {}

.section-sub .entry-header h1 {}

.title-content {
    color: #03225a;
}

.section-preload {
    overflow: hidden;
    width: 0;
    height: 0;
    border: none;
    background-position: -9999px -9999px;
}

.section-head {
    min-height: 46px;
    background: #023570;
}

.section-head .head-bg {
    position: absolute;
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: repeat-x;
    z-index: 2;
}

.section-head .menu-item {
    position: relative;
    display: inline-block;
}

.section-head .head-nav-list .menu-item {}

.section-head .head-nav-list .menu-item>a {
    font-family: "RSU";
    font-size: 1.1rem;
    color: #fff;
    display: block;
    padding: 15px 15px;
    cursor: pointer;
}

.section-head .menu-item--has-dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    padding-left: 4px;
    -webkit-transition: all 100ms 0s ease-in-out;
    transition: all 100ms 0s ease-in-out;
    display: inline-block;
    font-size: 0.8rem;
}

.section-head .menu-item--has-dropdown a:hover:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    padding-left: 0px;
    padding-right: 4px;
}

.section-head .head-nav-list--dropdown {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 5;
    background: #002d61;
    min-width: 100%;
    border-top: 1px solid #54688c;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: translate3d(0px, -12px, 0px);
    -moz-transform: translate3d(0px, -12px, 0px);
    -ms-transform: translate3d(0px, -12px, 0px);
    -o-transform: translate3d(0px, -12px, 0px);
    transform: translate3d(0px, -12px, 0px);
    /*opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;*/
}

.section-head .menu-item--has-dropdown:hover .head-nav-list--dropdown {
    visibility: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    -moz-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    -ms-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    -o-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    /* visibility: visible;
  opacity: 1;
  list-style: none;*/
}

.section-head .menu-item--has-dropdown .head-nav-list--dropdown li {
    display: block;
    border-bottom: 1px solid #54688c;
    list-style: none;
}

.section-head .menu-item--has-dropdown .head-nav-list--dropdown a {
    display: block;
    white-space: nowrap;
    font-family: "Thonburi";
    font-size: 0.9rem;
    color: #fff;
    padding: 15px 20px;
}

@media (max-width: 767px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-head .head-nav-list .menu-item a {
        padding: 10px 10px;
    }
}

.section-head .container {
    height: 100%;
}


/*** head top start ***/

.section-head-top {
    font-family: 'RSU';
    font-size: 1rem;
    line-height: 1rem;
    color: #023570;
    font-weight: bold;
}

.btn-callcenter {
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.btn-callcenter-logo {
    margin-right: 5px;
}

.btn-callcenter-title {}

.btn-line {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.731px 0.682px 4px 0px rgba(0, 0, 0, 0.38);
    position: relative;
    padding-left: 51px;
    padding-right: 10px;
}

.btn-line-logo {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -17px;
}

.btn-line-logo img {
    width: 100%;
    height: 100%;
}

.btn-line-title {}

.btn-login {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.731px 0.682px 4px 0px rgba(0, 0, 0, 0.38);
    position: relative;
    padding-left: 51px;
    padding-right: 10px;
}

.btn-login-logo {
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -31px;
}

.btn-login-logo img {
    width: 100%;
    height: 100%;
}

.btn-login-title {}

.section-head-top a,
.section-head-top a:visited {
    color: #023570;
    text-decoration: none;
}

.section-head-top a:hover,
.section-head-top a:focus {
    color: #0170c2;
    text-decoration: none;
}


/*** head top end ***/


/*** search package start ***/

.section-search-package {
    font-family: 'RSU';
    font-size: 0.95rem;
    color: #023570;
    font-weight: bold;
}

.section-search-package .container {
    background: url("../images/city.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.section-search-package .form-control,
.section-search-package input[type="text"],
.section-search-package textarea {
    border-radius: 25px !important;
    border: 2px solid #02356f !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #02356f;
    padding: 0.25rem 0.7rem;
}

.section-search-package .form-control:focus,
.section-search-package input[type="text"]:focus,
.section-search-package textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    border-color: #aaa;
}

.section-search-package .error {
    color: red;
    padding: 3px 10px;
    width: 100%;
    margin-bottom: 0.25rem;
}

@media (max-width: 767px) {}

@media (min-width: 768px) {}


/*** search end ***/


/*** slide start ***/

.section-slide {}

@media (max-width: 767px) {}


/*** slide end ***/


/*** promotion start ***/

.section-promotion {
    width: 100%;
    color: #03225a;
    font-family: 'RSU';
    border-top: 1px solid #023570;
}

.promotion-sub-head {
    font-size: 1.4rem;
    line-height: 1.5rem;
}

@media (max-width: 767px) {}


/*** promotion end ***/


/*** video start ***/

.section-video {
    width: 100%;
    color: #03225a;
    font-family: 'RSU';
    border-top: 1px solid #023570;
}

@media (max-width: 767px) {}


/*** video end ***/


/*** review start ***/

.section-review {
    width: 100%;
    color: #03225a;
    font-family: 'RSU';
}

.section-review .main-review {
    background: #ebebeb;
}

.section-review .review-item {
    color: #222;
    background: #fff;
}

.section-review .review-item .review-img img{
    max-height: 50px;
}

.section-review .review-item .review-score {
    color: #fee500;
}

.section-review .review-item .review-line {
    padding: 0 20%;
}

.section-review .review-item .review-line hr {
    border-color: #ebebeb;
}

.section-review .review-item .review-description {
    font-size: 1.0rem;
    line-height: 1.1rem;
    min-height: 51px;
}

.section-review .review-item .review-name {
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: bold;
}

.section-review .slick-slide div {
    margin: 10px 10px;
}


/* .section-review .slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
} */


/*** review end ***/


/*** benefit start ***/

.section-benefit {
    width: 100%;
    color: #03225a;
    font-family: 'RSU';
    background: #ebebeb;
}

.benefit-icon {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.731px 0.682px 4px 0px rgba(0, 0, 0, 0.38);
    padding: 15px;
}

.benefit-title {
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: bold;
    margin-top: 1.2rem;
}

@media (max-width: 767px) {}


/*** benefit end ***/


/*** tier-table start ***/

.section-tier-table {
    width: 100%;
    font-family: 'RSU';
    color: #03225a;
}

.tier-table-head {}

.tier-table-wrapper {
    position: relative;
}

.tier-table-tab {}

.tier-table-tab .nav-link {
    background: #023570;
    font-size: 1.3rem;
}

.tier-table-tab .nav-link.active {
    background: #0170c2;
}

.tier-table-tab .nav-item a,
.tier-table-tab .nav-item a:visited {
    color: #fff;
    text-decoration: none;
}

.tier-table-tab .nav-item a:hover,
.tier-table-tab .nav-item a:focus {
    color: #fff;
    text-decoration: none;
}

.tier-table-tab .nav-item:nth-child(1) .nav-link {
    border-radius: 25px 0 0 25px;
}

.tier-table-tab .nav-item:nth-child(4) .nav-link {
    border-radius: 0 25px 25px 0;
}

.tier1-title {
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000;
}

.tier1-detail {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #4e4e4e;
}

.section-tier-sub {
    font-family: 'RSU';
}

.tier-sub-head {
    width: 100%;
    font-family: 'RSU';
    color: #ffffff;
    background: #0170c2;
    border-radius: 25px;
}

.tier-sub-head h1 {
    padding-top: 0.7rem;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .tier-table-tab .nav-item:nth-child(1) .nav-link {
        border-radius: 25px 0 0 0;
    }
    .tier-table-tab .nav-item:nth-child(2) .nav-link {
        border-radius: 0 25px 0 0;
    }
    .tier-table-tab .nav-item:nth-child(3) .nav-link {
        border-radius: 0 0 0 25px;
    }
    .tier-table-tab .nav-item:nth-child(4) .nav-link {
        border-radius: 0 0 25px 0;
    }
}

@media (max-width: 575px) {}


/*** tier end ***/


/*** why-insure start ***/

.section-why-insure {
    width: 100%;
    background: #e1e1e1;
}


/*** why-insure end ***/


/*** list-package start ***/

.section-list-package {}

.section-list-package .compare {
    display: inline-block;
    top: -25px;
    right: 0;
    z-index: 2;
    width: auto;
    font-size: 0.8rem;
}

.section-list-package .logo-search {
    max-height: 100px;
}

.section-list-package .line {
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.section-list-package .size-md {
    font-size: 0.9em;
}

.section-list-package .cursor {
    cursor: pointer;
}

.section-list-package .compare {
    display: inline-block;
    top: -25px;
    right: 0;
    z-index: 2;
    width: auto;
    font-size: 0.8rem
}


/*** list-package end ***/


/*** news-info start ***/

.section-news-info {
    width: 100%;
    color: #03225a;
    /*border-top:1px solid #023570;*/
}

.news-info-head {}

.news-info-wrapper {
    position: relative;
}

news-info-title {
    font-family: 'RSU';
}

.news-info-wrapper:last-child {
    margin-bottom: 0 !important;
}

.news-info-body {
    border-left: 5px solid #e1e1e1;
}

.news-info-date {}

.news-info-title {}

.news-info-detail {
    font-size: 0.9rem;
}

.news-info-more {}

.section-news-info a,
.section-news-info a:visited {
    color: #023570;
    text-decoration: none;
}

.section-news-info a:hover,
.section-news-info a:focus {
    color: #0170c2;
    text-decoration: none;
}

@media (min-width: 991px) {
    .news-info-body {
        min-height: 350px;
    }
}

.section-news-wording h2 {
    font-size: 1.7rem;
}

.section-news-wording .news-wording-detail {
    font-size: 1rem;
}


/*** news end ***/


/*** aboutus start ***/

.section-aboutus {
    color: #03225a;
}

.section-aboutus .aboutus-detail {
    font-family: 'RSU';
    font-size: 1.4rem;
    line-height: 2.0rem;
}

.section-aboutus .aboutus-detail .aboutus-quotation {
    font-family: 'Lucida Grande';
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: -20px;
    display: block;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {}


/*** aboutus end ***/


/*** contactus start ***/

.section-contactus {
    color: #000;
}

.section-contactus .contactus-head-home {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 2.0rem;
}

.section-contactus .contactus-head {
    font-family: 'RSU';
    font-weight: 300;
    font-size: 2.0rem;
    line-height: 2.0rem;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgb(180, 144, 58) 0%, rgb(214, 182, 95) 18%, rgb(214, 182, 95) 39%, rgb(253, 218, 113) 59%, rgb(180, 144, 58) 84%, rgba(149, 113, 34, 1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {}


/*** contactus end ***/


/*** content start ***/

@media (max-width: 767px) {}


/*** content end ***/

.section-main {}

.section-googlemap {
    height: 350px;
}

.section-menufooter {
    font-family: 'RSU';
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #fff;
    background-color: #0170c2;
}

.section-menufooter .nav-footer-warper a,
.section-menufooter .nav-footer-warper a:visited {
    color: #fff;
    text-decoration: none;
}

.section-menufooter .nav-footer-warper a:hover,
.section-menufooter .nav-footer-warper a:focus {
    color: #fff;
    text-decoration: none;
}

.section-menufooter .nav-footer-warper ul {
    margin: 0;
    padding: 0;
}

.section-menufooter .nav-footer-warper ul li {
    list-style: none;
    margin-bottom: 0.5rem;
    font-size: 1.0rem;
    line-height: 1.0rem;
    margin-left: 0.5rem;
}

.section-menufooter .nav-footer-warper ul li.nav-footer-header {
    list-style: none;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    line-height: 1rem;
    margin-left: 0.5rem;
}

.section-menufooter .nav-footer-warper ul li.nav-footer-header a {}

.section-menufooter .nav-footer-warper ul li .nav-footer-left {
    width: 5%;
    margin-right: 0.5%;
}

.section-menufooter .nav-footer-warper ul li .nav-footer-right {
    width: 90%;
}

.section-footer {
    font-family: 'RSU';
    background-color: #252525;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    bottom: 10px;
    width: 100%;
}

.section-footer {}

.section-footer .container {}

.section-footer a,
.section-footer a:visited {
    color: #fff;
    text-decoration: none;
}

.section-footer a:hover,
.section-footer a:focus {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 300px) {}

@media (min-width: 301px) and (max-width: 575px) {}

@media (min-width: 576px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

.text-indent-1 {
    text-indent: 0.5rem;
}

.text-indent-2 {
    text-indent: 1rem;
}

.text-indent-3 {
    text-indent: 1.5rem;
}

.text-indent-4 {
    text-indent: 2rem;
}

.text-indent-5 {
    text-indent: 2.5rem;
}


/*****	navigation *****/

.navigation {
    width: 100%;
    float: left;
    height: auto;
    margin: 10px 0;
}

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

.navigation li {
    color: #22b4e8 !important;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #555 !important;
    text-decoration: none;
}

.navigation li {
    display: inline;
    color: #fff;
    margin: 0 3px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #fef074;
    border: 1px solid #e3e600;
    border-radius: 0px;
    cursor: pointer;
    padding: 12px;
    padding: 0.4rem 0.6rem;
    font-size: 0.9em;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #fee60e;
}

.fa-warp {
    width: 20px;
}


/******************/

@media (min-width: 577px) and (max-width: 768px) {}


/****************/

.processing,
.loading-spin {
    position: relative
}

.processing:before,
.loading-spin {
    content: '';
    margin: 0px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    opacity: .8;
    border-left: 3px solid #793c88;
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    pointer-events: none
}

.box-image.processing:before,
.dark .processing:before,
.dark.processing:before,
.dark.loading-spin,
.dark .loading-spin {
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 3px solid #fff !important
}

.box-image.processing:after {
    content: "";
    background-color: #000;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.box-image.processing .image-tools {
    opacity: 0 !important
}

.processing:before,
.loading-spin.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99
}

.loading-spin {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.btn.loading {
    opacity: 1 !important;
    position: relative;
    color: rgba(255, 255, 255, 0.05) !important;
    pointer-events: none !important
}

.btn.loading:after {
    -webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px
}

.is-outline .button.loading:after {
    border-color: #446084
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.select2-container .select2-selection--single {
    height: 30px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #02356f;
    border-radius: 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #03366f;
    font-size: 1.2rem;
    line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #03366f;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #02356f transparent transparent transparent;
}

.promotion-slide .slick-prev:before,
.promotion-slide .slick-next:before {
    color: #0c0b0b;
}

.promotion_popup {
    overflow: unset;
    padding: 0px;
}

.promotion_popup .fancybox-close-small {
    padding: 0px;
    right: -20px;
    top: -20px;
    background: #fff3f3;
    border: 1px solid #fff;
    border-radius: 25px;
    opacity: 1;
    height: 40px;
    width: 40px;
}

.promotion_popup .fancybox-close-small:after {
    top: 0px;
    right: 0px;
    width: 38px;
    height: 38px;
    font: 32px/32px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    font-weight: 300;
    border-radius: 25px;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    border: 3px solid #333;
    z-index: 2;
}

.car-loader-mask {
    position: fixed;
    z-index: 1001100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.car-loader {
    position: fixed;
    z-index: 1001200;
    top: 50%;
    left: 50%;
    margin-left: -51px;
    margin-top: -18px;
    overflow: hidden;
    width: 0;
    height: 0;
}

.car-loader-active {
    width: 100%;
    height: 100%;
}

.car-loader-mask-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.car__body {
    -webkit-animation: shakecar 0.2s ease-in-out infinite alternate;
    animation: shakecar 0.2s ease-in-out infinite alternate;
}

.car__line {
    -webkit-transform-origin: center right;
    transform-origin: center right;
    stroke-dasharray: 22;
    -webkit-animation: line 0.8s ease-in-out infinite;
    animation: line 0.8s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.car__line--top {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.car__line--middle {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.car__line--bottom {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes shakecar {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }
    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@keyframes shakecar {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }
    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@-webkit-keyframes line {
    0% {
        stroke-dashoffset: 22;
    }
    25% {
        stroke-dashoffset: 22;
    }
    50% {
        stroke-dashoffset: 0;
    }
    51% {
        stroke-dashoffset: 0;
    }
    80% {
        stroke-dashoffset: -22;
    }
    100% {
        stroke-dashoffset: -22;
    }
}

@keyframes line {
    0% {
        stroke-dashoffset: 22;
    }
    25% {
        stroke-dashoffset: 22;
    }
    50% {
        stroke-dashoffset: 0;
    }
    51% {
        stroke-dashoffset: 0;
    }
    80% {
        stroke-dashoffset: -22;
    }
    100% {
        stroke-dashoffset: -22;
    }
}

.slick-dots li {
    width: 15px;
    height: 20px;
    margin: 0 0px;
}