/*!
 * Start Bootstrap - Business Frontpage (https://startbootstrap.com/templates/business-frontpage)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

@font-face {
    font-family: 'Superspace';
    src: local('Superspace Bold Regular'), local('SuperspaceBold'), url('./fonts/SuperspaceBold.woff2') format('woff2'), url('./fonts/SuperspaceBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@media only screen and (min-width: 1200px) {
    .site-footer .container {
        max-width: 1140px !important;
    }
    .site-footer .footer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important; 
        grid-template-areas: "logo . . . . call" "about service info purchase term download" "follow address address address address ." !important;
        grid-gap: 0 25px;
        /* padding-bottom: 20px; */
    }
    .footer .logo {
        margin-left: 0 !important;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        min-width: 330px!important;
    }
}


@media only screen and (min-width: 768px) {
    .site-footer .footer {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "logo logo logo"
            "call call call"
            "about service info"
            "purchase term download"
            "follow . ."
            "address address address";
    }
}




@media (min-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important;
    }
    .site-footer .container {
        max-width: 1440px !important;
    }
    
}

@media (min-width: 1280px) {
    .modal-dialog {
        max-width: 1000px !important;
    }
}


/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        transform: translate3d(80px, 40px, 0)
    }
    to {
        transform: translate3d(0, 80px, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.invisibility {
    opacity: 0;
}

.hidden-md-up,
.hidden-md-Ipad {
    display: none;
}

body {
    padding-top: 56px;
}

li {
    list-style: none;
}

ul {
    padding-left: 30px;
}

a,
button {
    text-decoration: none !important;
}

.navbar {
    background-color: #0f0e9f;
    padding: .5rem 1rem !important;
}

.navbar .navbar-nav.ml-auto {
    margin-top: 38px;
}

li.phone-header.nav-item {
    margin-left: 150px;
}

li.phone-header.nav-item a {
    margin-right: 0;
    padding-right: 0 !important;
}

.navbar-nav .nav-link {
    font-family: 'Superspace' !important;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #ffffff !important;
    margin-right: 20px;
    margin-left: 20px;
}

.navbar-nav .nav-link:hover {
    text-decoration: underline !important;
}

.navbar-nav .phone-header .nav-link:hover {
    text-decoration: none !important;
}

.navbar-nav .phone-header .nav-link span {
    font-size: 32px;
    color: #e9483f;
    padding-left: 5px;
}

.top-right div,
.top-right a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Superspace' !important;
}

.top-right a:hover {
    text-decoration: underline !important;
}

.top-right {
    position: absolute;
    right: 3rem;
    float: right;
    top: 5px;
}

.top-right div {
    float: left;
    width: auto;
    margin-left: 30px;
}

.components {
    display: flex;
    align-items: center;
    height: 85vh;
}

.bg-primary {
    background-image: url(./images/banner-top.png);
    background-size: cover;
    background-position: center;
}

.bg-primary h1 {
    font-size: 63px;
}

.bg-primary .lead {
    padding: 0px;
}

.Superspace {
    font-family: 'Superspace' !important;
}

.Sarabun {
    font-family: 'Sarabun', sans-serif;
}

.lead {
    font-size: 24px;
    line-height: 46px;
}

.bold {
    font-weight: bold;
}

.view-all-row {
    text-align: center;
    padding: 0 30px;
}

.btn-orange {
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 22px;
    background: linear-gradient(90deg, #1FC9FD 0%, #4218B8 100%);
    display: inline-block;
}

.btn.btn-red.Superspace {
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 22px;
    background: #E9483F;
    display: inline-block;
    transition: 0.3s;
    color: #fff;
}

.btn-red {
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 22px;
    background: #E9483F;
    display: inline-block;
    transition: 0.3s;
    color: #fff;
}

.btn-red:hover {
    background: #ec2115;
    color: #fff;
}

.btn-pink {
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 30px;
    background: #FA525E;
    display: inline-block;
    transition: 0.3s;
}

.btn-orange:hover {
    background: #0f0e9f;
}

.text-dark {
    color: #323232;
}

.text-LightGray {
    color: #707070;
}

.subtitle {
    font-size: 22px;
    line-height: 30px;
}

.cta-carousel .card {
    border: 0;
}

.cta-carousel .card:focus,
.cta-carousel .card:hover {
    border: 0 !important;
    box-shadow: none;
}

.cta-carousel {
    width: 100%;
    padding: 0 32px;
    margin-bottom: 30px;
}

.cta-carousel .card-img-top {
    width: auto;
    height: 100px;
    margin: auto;
    margin-bottom: 20px;
}

.cta-carousel .card-title {
    margin-bottom: 20px;
    line-height: 30px;
    min-height: 60px;
}

.slick-prev,
.slick-next {
    width: 35px !important;
    height: 35px !important;
    background-color: transparent !important;
    border-radius: 100%;
    z-index: 99999;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #CCCCCC !important;
}

.slick-prev {
    background-image: url(./images/arrow-left.svg)!important;
    background-size: 11px auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.slick-next {
    background-image: url(./images/arrow-right.svg)!important;
    background-size: 11px auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


/*#Section-Coverage .col-md-6{
  background: url(./images/bg-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px !important;
}*/

.blue-span {
    font-size: 20px;
    line-height: 26px;
    color: #1E4593;
    margin-bottom: 12px;
    position: relative;
    display: block;
}

#Section-Coverage-Slide .btn {
    margin: auto;
    color: #ffffff !important;
    font-size: 21px;
    font-weight: bold;
}

.modal-open .modal {
    z-index: 999999;
}

.modal-title {
    margin: auto;
    width: 100%;
    color: #1E4593;
    font-weight: bold;
    font-size: 36px;
    font-family: 'Superspace' !important;
}

.modal-title::after {
    content: "";
    display: block;
    position: relative;
    width: 500px;
    height: 3px;
    margin: 5px auto 0;
    background: #1E4593;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 50px;
}

.add-back-line {
    background-image: url(./images/Linena-4.svg);
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 70%;
}

.modal-header .close {
    position: absolute;
    right: 25px;
    color: #323232;
    font-size: 30px;
    opacity: 1;
    top: 20px;
}

#Section-Coverage .caption {
    display: block;
    color: #707070;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: -27px;
}

.box-img:hover p {
    color: #1E4593 !important;
}

#Section-Coverage {
    background-color: #F5F8FA;
    padding-top: 60px;
}

#Section-Coverage .col-md-12 {
    justify-content: center;
    padding: 0 5%;
}

.col-md-3.box-img {
    text-align: center;
}

div#Section-Coverage h3 {
    padding-left: 6%;
}

#Section-Coverage-Slide {
    padding-bottom: 80px;
}

#Section-Coverage-Slide .modal-body h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    color: #1E4593;
}

#Section-Coverage-Slide .modal-body p,
#Section-Coverage-Slide .modal-body li {
    font-size: 16px;
    line-height: 22px;
    color: #201F20;
    font-family: 'Sarabun', sans-serif;
    text-align: left;
}

.modal-open .row {
    margin-bottom: 0 !important;
}

#Section-Coverage-Slide .modal-body {
    max-height: 550px;
    overflow-y: scroll;
}

#Section-Coverage-Slide .modal-content {
    padding: 30px 80px;
    border: 0;
    border-radius: 0;
    border-bottom: 35px solid #1E4593;
}

#Section-Coverage-Slide .modal-body::-webkit-scrollbar {
    width: 5px;
    border: 0;
}

#Section-Coverage-Slide .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#Section-Coverage-Slide .modal-body::-webkit-scrollbar-thumb {
    background: #1E4593;
}

#Section-Coverage-Slide .modal-body::-webkit-scrollbar-thumb:hover {
    background: #1E4593;
}

#Section-Coverage-Slide .modal-body {
    scrollbar-width: thin;
    /* "auto" or "thin"  */
    scrollbar-color: #1E4593 #f1f1f1;
    /* scroll thumb & track */
}

#Section-Coverage-Slide .modal-content hr {
    clear: both;
    position: relative;
    display: block;
    width: 95%;
}

#Section-cta,
#Section-additionalservice {
    padding: 80px 0;
    background: #F5F8FA;
}

#Section-additionalservice .cta-info {
    padding-right: 120px;
}

.cta-info {
    padding-left: 100px;
}

.cta-info h3 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: bold;
}

.cta-info h3:before {
    content: "";
    display: block;
    background-image: url(./images/line-cta.svg);
    background-size: cover;
    width: 157px;
    height: 7px;
    margin-bottom: 20px;
}

.cta-info ul {
    padding-left: 0;
}

#Section-cta .row {
    margin-bottom: 80px;
}

.cta-info {
    padding-left: 60px;
    padding-right: 60px;
}

.cta-one img {
    padding-right: 60px;
    z-index: 9999;
}

.cta-two img {
    padding-left: 60px;
    z-index: 9999;
}

.cta-info ul li {
    color: #707070;
    font-family: 'Sarabun', sans-serif;
    font-size: 20px;
    line-height: 32px;
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    text-indent: 1.2em;
}

.cta-info p {
    color: #707070;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
}

#Section-Benefits {
    padding: 80px 0;
}

.title-colum {
    font-weight: bold;
    font-size: 36px;
    color: #323232;
    margin-bottom: 30px;
    font-family: 'Superspace' !important;
}

#Section-Benefits .col-lg-7 {
    padding: 0;
}

#Section-Benefits ul {
    padding: 0;
}

.benefits-info ul li {
    font-size: 20px;
    color: #707070;
    margin-bottom: 15px;
    font-family: 'Sarabun', sans-serif;
    display: flex;
}

.benefits-info ul li span,
#Section-vdo li span {
    color: #6AE08C;
    font-size: 27px;
    font-weight: bold;
    font-family: 'Superspace' !important;
    line-height: 34px;
    padding-right: 15px;
}

#Section-vdo li {
    margin-bottom: 5px;
}

#Section-Benefits h3.Superspace.text-dark:after {
    content: "";
    display: block;
    background-image: url(./images/line-cta.svg);
    background-size: cover;
    width: 157px;
    height: 7px;
    margin-top: 15px;
}

#Section-vdo h3:before {
    display: none;
}

#Section-vdo {
    padding: 80px 0;
    background: #F5F8FA;
    overflow: hidden;
}

#wrap_video {
    position: absolute;
    top: 0;
    left: 0;
}

#video_overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 720px;
    z-index: 100;
    background-color: rgba(255, 255, 255, .4);
}

#player {
    background: purple;
}

#Section-vdo .images-vdo {
    width: 100%;
    border-radius: 10px;
}

#Section-vdo .cta-info {
    padding-top: 0;
    padding-left: 80px;
    padding-right: 0;
}

#Section-vdo .cta-info img {
    width: 200px;
}

#Section-vdo .cta-info h3 {
    margin-bottom: 10px;
}

#Section-vdo .cta-info h4 {
    color: #201F20;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Superspace' !important;
    line-height: 34px;
    margin-bottom: 20px;
}

.form-info {
    width: 400px;
    margin-left: 70px;
}

div#Section-form .row {
    background-image: url(./images/backtest2.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 116px 0px;
}

#Section-vdo .cta-info ul {
    margin-bottom: 25px;
}

#Section-form {
    padding: 170px 0;
    overflow: hidden;
}

#Section-form img {
    width: 60%;
    margin: auto;
}

.container-checkbox {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFFFFF;
    border-radius: 100%;
    border: 2px solid #1A62A7;
}

.container-checkbox .checkmark:after {
    content: "";
    display: none;
    position: relative;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-checkbox input:checked~.checkmark:after {
    display: block;
}

.container-checkbox input:checked~.checkmark {
    background-color: #1A62A7;
}

.form-info {}

.form-info h3 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
    font-family: 'Superspace' !important;
}

.form-info h4 {
    font-size: 18px;
    color: #707070;
    line-height: 26px;
    font-family: 'Sarabun', sans-serif;
    margin-bottom: 30px;
}

.form-info form {
    width: 100%;
    float: left;
}

.form-info form label {
    color: #707070;
    font-size: 18px;
    font-family: 'Sarabun', sans-serif;
    margin-bottom: 10px;
}

.form-info form input[type="text"] {
    border: 0;
    border-bottom: 1px solid rgb(50 50 50 / 0.5);
    padding: 8px 15px;
    width: 100%;
    margin-bottom: 26px;
    background: transparent;
}

.form-info form input[type="text"]:focus {
    border: 0;
    border-bottom: 2px solid #1A62A7;
}

.form-info form input::-webkit-input-placeholder {
    /* Edge */
    color: #CCCCCC;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
}

.form-info form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #CCCCCC;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
}

.form-info form input::placeholder {
    color: #CCCCCC;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
}

.form-info form input[type=submit] {
    color: #ffffff;
    font-family: 'Superspace';
    border: 0;
    float: right;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 22px;
    background: linear-gradient(90deg, #1FC9FD 0%, #4218B8 100%);
    display: inline-block;
}

.share-to-you p {
    font-size: 17px;
    color: #201F20;
    font-weight: bold;
    margin: 45px auto;
}

.share-to-you:before {
    content: "";
    border-bottom: 1px solid #CCCCCC;
    width: 1000px;
    height: 1px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    left: 55px;
}

.share-to-you li img {
    width: 100% !important;
}

.share-to-you {
    text-align: center;
    top: 115px;
    position: relative;
    z-index: -1;
}

.share-to-you ul li {
    display: inline-block;
    padding: 0 15px
}

.form-info form input[type=submit]:hover {
    background: #0f0e9f;
}

div#Section-form {
    background-image: url(./images/layer-2.png);
    background-size: auto;
    background-position: 50% 33%;
    background-repeat: no-repeat;
}

#Section-faq {
    background: #F5F8FA;
    padding: 80px 0;
}

#Section-faq h4 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Sarabun', sans-serif;
    color: #323232;
    margin-bottom: 50px;
    text-align: center;
}

#Section-faq .card {
    border-right: 0;
    border-left: 0;
    background: transparent;
}

#Section-faq .card-header {
    background: transparent;
    border: 0;
    padding: 20px 0 30px;
}

#Section-faq .card-header .btn-link {
    width: 100%;
    padding: 0;
    text-align: left;
    color: #1A62A7;
    font-size: 24px;
    font-family: 'Sarabun', sans-serif;
    position: relative;
}

#Section-faq .card-header .btn-link:after {
    content: "";
    display: block;
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    right: 0;
    background: url(./images/Icon-navigate.svg);
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

#Section-faq .card-body {
    padding: 0px 0 20px !important;
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Sarabun', sans-serif;
}

footer {
    background: #0F0E9F !important;
}

footer .container-fluid {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.box-img img {
    width: 100%;
}

.box-img img {
    filter: grayscale(1);
}

.box-img:hover img {
    filter: none;
}

.share-to-you ul {
    padding: 0;
}

.hidden {
    display: none
}

@media screen and (max-width: 1440px) {
    .download-grid .playstore {
        right: 0px !important;
    }
    footer .container-fluid {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .navbar-nav .nav-link {
        font-size: 21px;
        line-height: 30px;
    }
    .cta-carousel {
        padding: 0;
    }
    .cta-carousel .card {
        margin: 0 !important;
    }
    .modal-dialog {
        max-width: 900px !important;
    }
    #Section-Coverage-Slide .modal-body {
        max-height: 350px;
    }
    .modal-title {
        font-size: 32px;
    }
    .cta-info h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .cta-info ul li {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .cta-info {
        padding-top: 0;
    }
    .title-colum {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .benefits-info ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #Section-additionalservice .cta-info {
        padding-left: 50px;
        padding-right: 50px;
    }
    #Section-vdo .cta-info h4 {
        font-size: 26px;
    }
    #Section-vdo .cta-info h3 {
        margin-bottom: 5px;
    }
    #Section-vdo .cta-info ul {
        margin-bottom: 30px;
    }
    .form-info form {
        width: 80%;
    }
    /*Tipcyber*/
    .bg-primary img,
    #Section-Benefits img {
        width: 50%;
    }
    .lead,
    .btn-orange,
    .blue-span,
    .btn-red {
        font-size: 18px;
        line-height: 30px;
    }
    #Section-Coverage h2 {
        font-size: 28px;
    }
    #Section-Coverage .caption,
    .cta-info ul li,
    .form-info h4,
    .form-info form label {
        font-size: 16px;
        line-height: 30px;
    }
    .cta-info h3,
    #Section-Benefits h3 {
        font-size: 24px;
        line-height: 36px;
    }
    #Section-Coverage-Slide {
        padding-bottom: 0;
    }
    .form-info h3 {
        font-size: 30px;
    }
    /*KEN*/
    /**/
    .footer a {
        color: #fff;
        text-decoration: none;
        font-family: "Helvetica";
        font-size: 24px;
        /*line-height: 10px;*/
        /*  text-align: center; */
    }
    /*.footer li {
    text-align: center;
}*/
    h5.topic {
        color: #fff;
        font-size: 28px;
        /*line-height: 60px;*/
        /* text-align: center; */
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {
    .cta-carousel {
        padding: 0 50px !important;
    }
    .slick-prev,
    .slick-next {
        width: 32px !important;
        height: 32px !important;
    }
    .navbar-nav .nav-link {
        font-size: 21px;
        line-height: 30px;
        margin: 0 10px;
    }
    li.phone-header.nav-item a {
        line-height: 24px;
    }
}

@media screen and (max-width: 1366px) {
    .download-grid .playstore {
        right: -8px !important;
    }
}

@media screen and (max-width: 1280px) {
    .download-grid .playstore {
        right: -8px !important;
    }
    .cta-carousel {
        padding: 0 50px !important;
    }
    .slick-prev,
    .slick-next {
        width: 32px !important;
        height: 32px !important;
    }
    .navbar-nav .nav-link {
        font-size: 21px;
        line-height: 35px;
        margin: 0 7px;
    }
    li.phone-header.nav-item {
        margin-left: 80px;
    }
    li.phone-header.nav-item {
        margin-left: 75px;
    }
    .top-right {
        top: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .menu-header {
        font-size: 20px;
    }
    .navbar {
        height: 80px;
    }
    .top-right {
        right: 0;
    }
    .navbar .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .top-right div,
    .top-right a {
        font-size: 15px;
    }
    .navbar-dark .navbar-brand img {
        width: 130px;
    }
    .navbar-nav .nav-link {
        font-size: 17px;
        line-height: 35px;
        margin: 0 7px;
    }
    .navbar-nav .phone-header .nav-link span {
        font-size: 26px;
    }
    li.phone-header.nav-item {
        margin-left: 30px;
    }
    .slick-prev,
    .slick-next {
        width: 32px !important;
        height: 32px !important;
    }
    .components .col-lg-6 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .bg-primary .lead {
        font-size: 20px;
        line-height: 36px;
    }
    .bg-primary {
        background-image: url(./images/banner-lPad-2.png);
        background-size: cover;
        background-position: center;
    }
    .bg-primary h1 {
        margin-bottom: 20px !important;
    }
    #Section-Coverage .col-md-6 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .cta-info {
        padding-left: 50px;
    }
    .title-colum {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 28px;
    }
    .benefits-info ul li span {
        padding-right: 10px;
    }
    #Section-additionalservice .cta-info {
        padding-left: 30px;
        padding-right: 30px;
    }
    #Section-cta,
    #Section-additionalservice {
        padding: 50px 0 50px;
    }
    #Section-vdo .cta-info {
        padding-left: 20px;
    }
    #Section-vdo .cta-info h3 {
        font-size: 26px;
    }
    #Section-vdo .cta-info h4 {
        font-size: 22px;
    }
    .cta-info ul li {
        font-size: 17px;
        margin-bottom: 11px;
    }
    .cta-info ul li {}
    #Section-vdo .cta-info img {
        width: 150px;
    }
    .form-info h3 {
        font-size: 28px;
        line-height: 27px;
    }
    .form-info form label {
        margin-bottom: 5px;
    }
    .container-checkbox .checkmark {
        height: 21px;
        width: 21px;
    }
    #Section-form img {
        width: 100%;
        margin: auto;
    }
    #Section-form {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1024px) {
    .share-to-you {
        top: 0;
    }
    div#Section-form .row {
        background-size: 100%;
    }
    #Section-Coverage-Slide .modal-body p,
    #Section-Coverage-Slide .modal-body li {
        font-size: 14px;
    }
    #Section-vdo .deep-one img {
        width: 50%;
    }
    #Section-vdo .deep-two img {
        width: 100%;
    }
    .bg-primary img {
        width: 50% !important;
    }
    .bg-primary .lead {
        font-size: 20px !important;
    }
    .bg-primary .h-100 {
        width: 100%;
        justify-content: center;
    }
    .bg-primary .animate__fadeInDown {
        text-align: center;
    }
    /*KEN
    .footer a {
        color: #fff;
        text-decoration: none;
        font-family: "Helvetica";
        font-size: 24px;
        line-height: 10px;
        /*  text-align: center; */
    /*.footer li {
    text-align: center;*/
    
}

@media screen and (max-width: 980px) {
    #navbarResponsive {
        background: rgb(15, 14, 159) none repeat scroll 0% 0%;
        padding: 0px 20px;
        margin-left: -20px;
        width: 100%;
        min-width: 772px;
    }
    li.phone-header.nav-item {
        display: none !important;
    }
    .navbar-dark .navbar-toggler {
        border: 0 !important;
    }
    .navbar-dark .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, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .top-right {
        display: none;
    }
    #Section-Coverage h2 {
        font-size: 22px;
    }
    #Section-Coverage .caption,
    .cta-info ul li,
    .form-info h4,
    .form-info form label {
        font-size: 14px;
        line-height: 26px;
    }
    #Section-cta img {
        padding: 0;
        width: 100%;
    }
    .cta-info {
        padding: 0;
    }
    .order-one-mobile {
        order: 1;
    }
    .order-two-mobile {
        order: 2;
    }
    .slick-prev {
        left: -10px !important;
    }
    .slick-next {
        right: -10px !important;
    }
    .slick-prev,
    .slick-next {
        width: 32px !important;
        height: 32px !important;
    }
    .bg-primary h1 {
        font-size: 56px;
    }
    .bg-primary .lead {
        padding: 0;
    }
    .bg-primary {
        background-image: url(./images/banner-lPad-2.png);
        background-size: cover;
        background-position: center;
    }
    #Section-Coverage .col-md-6 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .cta-carousel .card-title {
        min-height: 30px;
    }
    .cta-info {
        padding-top: 60px;
        padding-left: 0;
    }
    .benefits-info {
        padding: 30px 30px;
    }
    .title-colum {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 28px;
    }
    ul {
        padding-left: 0px;
    }
    .benefits-info ul li {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .lead {
        font-size: 14px;
        line-height: 25px;
    }
    #Section-additionalservice .cta-info {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .cta-info p {
        margin-bottom: 20px;
    }
    .cta-info h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 17px;
    }
    #Section-additionalservice .img-fluid {
        margin-top: 50px;
    }
    #Section-cta,
    #Section-additionalservice {
        padding: 50px 0;
    }
    #Section-vdo .cta-info {
        padding-top: 0;
        padding-left: 0;
    }
    #Section-vdo .cta-info {
        margin-top: 0px;
    }
    #Section-vdo .cta-info h3 {
        font-size: 20px;
    }
    #Section-vdo .cta-info h4 {
        font-size: 18px;
    }
    #Section-vdo .cta-info ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .btn-orange {
        font-size: 16px;
    }
    #Section-form img {
        width: 100%;
    }
    .form-info form label {
        display: none;
    }
    .form-info form input[type="text"] {
        margin-bottom: 10px;
    }
    .form-info h4 {
        margin-bottom: 0;
    }
    .container-checkbox {
        display: inline-block !important;
        margin-right: 15px;
    }
    .form-info form label {
        font-size: 16px;
    }
    .container-checkbox .checkmark {
        width: 20px;
        height: 20px;
    }
    .form-info form input[type=submit],
    .trigger_popup_fricc {
        font-size: 16px !important;
    }
    #Section-form {
        padding: 0 0 50px;
    }
    #Section-faq {
        padding: 50px 0;
    }
    #Section-faq .title-colum {
        font-size: 28px;
    }
    .subtitle {
        font-size: 19px;
        line-height: 30px;
    }
    #Section-faq h4 {
        font-size: 18px;
        line-height: 26px;
    }
    #Section-faq .card-header .btn-link {
        font-size: 20px;
    }
    .hidden-md-Ipad {
        display: block;
    }
    .navbar .container-fluid.pr-5.pl-5 {
        padding: 0 !important;
    }
    .hidden-sm-down {
        display: none;
    }
    footer .pr-5.pl-5 {
        padding: 0 !important;
    }
    .container-checkbox .checkmark:after {
        content: "";
        display: none;
        position: relative;
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #Section-Benefits .col-md-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #Section-Benefits {
        padding: 0 0 30px 0;
    }
    #Section-vdo .col-lg-8 {
        margin-bottom: 40px;
    }
    .bg-primary img,
    #Section-Benefits img,
    #Section-vdo .cta-info img {
        width: 200px;
    }
    .form-info h3 {
        font-size: 20px;
        line-height: normal;
    }
    #Section-vdo .col-lg-8 {
        width: 50%;
    }
    #Section-vdo .col-lg-4 {
        width: 50%;
        justify-content: center;
    }
    .form-info {
        width: 317px;
        margin-left: 40px;
    }
    .footer-widget .widget {
        width: 33.33% !important;
    }
    .footer ul {
        margin-left: 0;
    }
    .copyright {
        width: 70% !important;
    }
    .download-grid {
        width: 63% !important;
    }
}

@media screen and (max-width: 767px) {
    .share-to-you.Sarabun ul {
        margin: 0;
    }
    .share-to-you.Sarabun ul li{
       width: 30%;
    }
    .footer-top .navbar-brand {
        width: auto !important;
        display: block !important;
        text-align: center !important;
    }
    .footer-top .phone-footer {
        float: none !important;
        text-align: center !important;
    }
    .follow h3 {
        text-align: center;
    }
    .follow ul {
       
    }
    .follow ul li {
        float: none !important;
        display: inline-block;
        ;
    }
    .footer-info {
        display: block;
    }
    /*.icon-appstore {
        float: right;
    }*/
    .download-grid .playstore {
        right: 0 !important;
    }
    .footer-widget .widget {
        width: 50% !important;
    }
    .footer-widget .widget li {
        padding-left: 0 !important;
    }
    .follow {
        width: 100% !important;
    }
    .copyright {
        width: 100% !important;
    }
    .download-grid {
        width: 100% !important;
    }
    .hover_bkgr_fricc>div {
        width: 90% !important;
    }
    a.trigger_popup_fricc {
        display: block;
        float: none;
        margin: 0 auto;
        width: 120px;
    }
    .popup-form h3 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .popup-form p {
        font-size: 14px !important;
    }
    .share-to-you ul li {
        margin-bottom: 20px;
        padding: 0 5px;
    }
    .form-info {
        width: 100%;
        margin-left: 0;
    }
    #Section-vdo {
        padding: 50px 0;
    }
    div#Section-form,
    div#Section-form .row {
        background: none;
    }
    #Section-form .row {
        padding: 0 !important;
    }
    #Section-vdo .col-lg-8 {
        margin-bottom: 0;
    }
    #Section-vdo .cta-info {
        padding: 0;
    }
    div#Section-vdo .row {
        margin: 0 auto;
    }
    #Section-vdo .col-lg-8 {
        padding: 0;
        width: 100%;
    }
    #Section-vdo .col-lg-4 {
        width: 100%;
        padding: 0;
        justify-content: left;
    }
    .benefits-info ul li {
        padding: 0 15px;
    }
    .benefits-info {
        padding: 30px 0px;
    }
    .bg-primary .lead {
        padding: 0 !important;
    }
    .container {
        padding: 0 25px;
    }
    div#Section-Coverage h3 {
        padding-left: 30px;
    }
    #Section-Coverage {
        padding-top: 25px !important;
    }
    #Section-Coverage .col-md-6 {
        margin-bottom: 15px !important;
    }
    .add-back-line {
        background: none;
    }
    .bg-primary .h-100 {
        margin: 0;
    }
    .box-img img {
        width: 100%;
    }
    #Section-Coverage .caption {
        margin-top: 0;
    }
    .col-md-3.box-img {
        text-align: center;
        display: inline-block;
        width: 25%;
        padding: 0 5px;
    }
    /*end-tum*/
    footer.py-5.pr-5.pl-5 {
        padding: 20px !important;
    }
    .hidden-md-up {
        display: block;
    }
    .hidden-sm-down,
    .hidden-md-Ipad {
        display: none;
    }
    .navbar .container-fluid.pr-5.pl-5 {
        padding: 0 !important;
    }
    .bg-primary {
        margin-bottom: 0 !important;
    }
    .bg-primary h1 {
        font-size: 36px;
    }
    .bg-primary .lead {
        font-size: 15px !important;
        line-height: 27px;
        font-weight: 300;
    }
    .bg-primary img {
        width: 200px !important;
    }
    .bg-primary .btn-orange {
        font-size: 21px;
    }
    #Section-Coverage .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .subtitle {
        font-size: 16px;
        line-height: 26px;
    }
    #Section-Coverage .col-md-6 {
        background-size: 100%;
    }
    #Section-Coverage-Slide .btn {
        font-size: 16px;
    }
    #Section-Coverage-Slide .modal-content {
        padding: 20px;
    }
    .modal-title {
        font-size: 18px;
        line-height: 26px;
    }
    .modal-dialog {
        max-width: 100% !important;
    }
    .modal-title::after {
        content: "";
        display: block;
        position: relative;
        width: 90%;
        height: 3px;
        margin: 5px auto 0;
        background: #1A62A7;
    }
    #Section-Coverage-Slide .modal-content {
        border-bottom: 15px solid #1A62A7;
    }
    .cta-carousel .card-title {
        font-size: 24px;
    }
    .slick-prev,
    .slick-next {
        z-index: 999;
        width: 34px !important;
        height: 34px !important;
    }
    .slick-prev {
        left: 20px !important;
    }
    .slick-next {
        right: 20px !important;
    }
    #Section-Coverage-Slide {
        padding-bottom: 0px;
    }
    .cta-info h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 17px;
    }
    .cta-info ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .cta-info p {
        font-size: 14px;
    }
    #Section-additionalservice .img-fluid {
        margin-top: 0px;
    }
    #Section-vdo .cta-info img {
        width: 200px;
    }
    #Section-vdo .cta-info h3 {
        font-size: 24px;
        line-height: 36px;
    }
    #Section-vdo .cta-info h4 {
        font-size: 22px;
        line-height: 34px;
    }
    #Section-vdo .cta-info {
        margin-top: 30px;
        padding: 0 10px;
    }
    #Section-form img {
        width: 100%;
    }
    .form-info {
        padding-top: 0;
    }
    .form-info h3 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 0;
    }
    .form-info form {
        width: 100%;
        padding: 0px;
    }
    .form-info h4 {
        font-size: 15px;
        text-align: center;
    }
    #Section-form {
        padding: 50px 0 0px;
        background: #100e9f;
    }
    .form-info form input[type="text"] {
        padding: 8px 15px;
        width: 100%;
        margin-bottom: 26px;
        background: transparent;
    }
    .form-info form input[type=submit] {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .share-to-you:before {
        width: 85%;
        margin: 50px auto;
        left: auto;
    }
    .container-checkbox input:checked~.checkmark {
        background-color: #ffffff;
    }
    .container-checkbox .checkmark:after {
        content: "";
        display: none;
        position: relative;
        left: 6px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid #1a62a7;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /*.form-info form input[type=submit] {
    color: #1a62a7;
    border-radius: 30px;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 7px 30px 4px;
    font-family: 'Superspace';
    background: #ffffff;
    border: 0;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
  }*/
    #Section-faq .card-header .btn-link {
        font-size: 17px;
    }
    /*KEN
    .footer a {
        color: #fff;
        text-decoration: none;
        font-family: "Helvetica";
        font-size: 24px;
        line-height: 10px;
         text-align: center;
    }
   .footer li {
      text-align: center;
  }
    h5.topic {
        color: #fff;
        line-height: 60px;
        font-size: 28px;
        margin-top: 50px;
        text-align: center;
    }
    .footer.about {
        margin-top: 50px;
    }*/
}

@media screen and (max-width: 425px) {
    .benefits-info {
        padding: 10px 0px;
    }
    #Section-Coverage .caption, .cta-info ul li, .form-info h4, .form-info form label {
        font-size: 12px;
        line-height: 20px;
    }
}


/* Popup box BEGIN */

.popup-form img {
    width: 76px !important;
    margin-bottom: 20px !IMPORTANT;
}

.popup-form h3 {
    font-size: 20px;
    color: #201F20;
    font-weight: 600;
    font-family: 'Sarabun', sans-serif !important;
    line-height: 26px;
}

.popup-form p {
    font-family: 'Sarabun', sans-serif !important;
    color: #707070;
    font-size: 18px;
    font-weight: 400;
}

.hover_bkgr_fricc {
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
}

.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover_bkgr_fricc>div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 50px 5%;
}

.popupCloseButton {
    position: absolute;
    right: 25px;
    color: #323232;
    font-size: 30px;
    opacity: 1;
    top: 20px;
    float: right;
    /* font-size: 1.5rem; */
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.popupCloseButton:hover {
    background-color: #ccc;
}

.trigger_popup_fricc:hover {
    background: #0f0e9f;
}

.trigger_popup_fricc {
    cursor: pointer;
    color: #ffffff !important;
    font-family: 'Superspace';
    border: 0;
    float: right;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 22px;
    background: linear-gradient(90deg, #1FC9FD 0%, #4218B8 100%);
    display: inline-block;
}

.popup-form p:after {
    content: "";
    display: block;
    background-color: #6AE08C;
    background-size: cover;
    width: 130px;
    height: 3px;
    text-align: center;
    margin: 20px auto;
}

.cta-info.animate__animated {
    animation-duration: 2.5s !important;
}

.cta-info.animate__fadeInLeft {
    animation-name: fadeInLeft !important;
    -webkit-animation-name: fadeInLeft !important;
}

.footer {
    background: #0f0e9f;
    /* padding: 2rem 1rem; */
}

.footer-top .navbar-brand {
    width: auto;
    display: inline-block;
}

.footer-top .phone-footer {
    float: right;
    color: #fff;
    font-family: 'Superspace';
    font-size: 24px;
    font-weight: bold;
}

.footer-top .phone-footer span {
    font-family: 'Superspace';
    font-size: 32px;
    font-weight: bold;
    color: #e9483f;
}

.footer-widget {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.footer-widget .widget {
    width: 16.667%;
    float: left;
    padding-left: 0;
}

.footer-widget .widget li {
    display: block;
    clear: both;
    padding-left: 30px;
}

.download-grid {
    align-content: space-between;
    display: grid;
    grid-template-columns: 68px 1fr;
    grid-template-rows: auto;
    grid-gap: 8px 10px;
    -webkit-box-pack: start;
    justify-content: start;
    margin-top: 10px;
}

.menu-header {
    font-size: 23px;
    font-weight: normal;
    line-height: 2.17;
    letter-spacing: normal;
    color: #ffffff;
    font-family: 'Superspace';
    padding-left: 0;
}

.footer-widget .widget li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 2.17;
    letter-spacing: normal;
    color: #ffffff;
    font-family: 'Superspace';
}

.download-grid .app {
    grid-column: 1;
    grid-row: 1 / 3;
}


/* .download-grid .appstore,
.download-grid .playstore{
  float: right;
} */


/* .download-grid .playstore{
  position: absolute;
  right: 13%;
  top: 35px;
} */

.icon-app {
    background-image: url(./images/icon-app.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    background-size: 68px 68px;
    height: 68px;
    width: 68px;
}

.icon-appstore {
    background-image: url(./images/icon-appstore.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    background-size: 84px 30px;
    height: 30px;
    width: 84px;
}

.icon-playstore {
    background-image: url(./images/icon-playstore.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    background-size: 84px 30px;
    height: 30px;
    width: 84px;
}

.icon-facebook {
    background-image: url(./images/icon-facebook.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    background-size: 36px 36px;
    height: 36px;
    width: 36px;
}

.icon-twitter {
    background-image: url(./images/icon-twitter.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    background-size: 36px 36px;
    height: 36px;
    width: 36px;
}

.icon-youtube {
    background-image: url(./images/icon-youtube.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    background-size: 36px 36px;
    height: 36px;
    width: 36px;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
}

.follow {
    /* width: 16.667%; */
    float: left;
}

.follow ul {
    padding-left: 0;
}

.follow ul li {
    margin-right: 10px;
    float: left;
    width: auto;
}

.copyright {
    width: 75%;
}

.copyright p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Superspace';
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 0;
}
.call-center a {
    color: #fff !important;
}

/**/

.footer .logo {
    display: block;
    margin: 0 auto 5px;
    grid-area: logo;
}
.footer .call-center {
    grid-area: call;
    margin-bottom: 20px;
    text-align: center;
}
.footer .about {
    grid-area: about;
}
.footer .service {
    grid-area: service;
}
.footer .info {
    grid-area: info;
}
.footer .purchase {
    grid-area: purchase;
}
.footer .term {
    grid-area: term;
}
.footer .download {
    grid-area: download;
}
.footer .follow {
    grid-area: follow;
}
.footer .address {
    grid-area: address;
    margin-top: 10px;
    text-align: center;
}
.footer .address p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Helvetica", "Thonburi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", sans-serif;
}
.footer .topic {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.footer ul {
    list-style: none;
    margin-right: 2px;
}
.footer li {
    line-height: 1.5em;
}
.footer ul a {
    color: #fff;
    font-size: 12px;
    line-height: 2;
    font-family: "Helvetica", "Thonburi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", sans-serif;
}
.call-center a {
    color: #fff;
    font-family: "superspace bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", sans-serif;
    font-size: 24px;
    white-space: nowrap;
}
.call-center span {
    color: #e9483f;
    font-family: "superspace bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", sans-serif;
    font-size: 32px;
}
.footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "logo logo"
        "call call"
        "about service"
        "info purchase"
        "term download"
        "follow follow"
        "address address";
}
.site-footer {
    padding: 30px 0 !important;
}