    body {
        padding-top: 100px;
        background: #fff;
        font-family: 'Kanit', sans-serif;
        font-weight: 400;
        color: #64686d;
        line-height: 26px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        color: #272727;
    }
    
    .zeropadding {
        padding: 0px;
        margin: 0px;
    }
    
    .mb-30 {
        margin-bottom: 30px;
    }
    
    a {
        color: #7E664F;
        -webkit-transition: color 400ms, background-color 400ms;
        transition: color 400ms, background-color 400ms;
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
        color: #F99D3A;
    }
    
    hr {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #fff;
    }
    
    .gradiant {
        background-image: -webkit-gradient(linear, left top, right top, from(#2caab3), to(#2c8cb3));
        background-image: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    }
    
    .gradiant-horizontal {
        background-image: linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    }
    
    .section-header {
        margin-bottom: 20px;
    }
    
    .section-header .section-title {
        font-size: 24px;
        color: #7E664F;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 10px;
    }
    
    .section-header .section-title:before {
        content: "";
        position: absolute;
        width: 140px;
        bottom: 0;
        left: 50%;
        margin-left: -70px;
        height: 1px;
        background: #ebebeb;
    }
    
    .section-header .section-title:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        bottom: -11px;
        left: 50%;
        margin-left: -12px;
        border: 5px solid #fff;
        border-radius: 20px;
        background: #F99D3A;
    }
    
    .btn {
        border-width: 0;
        border-bottom-width: 1px;
        border-radius: 0px;
    }
    
    .btn.btn-primary {
        background: #45aed6;
        border-color: #2a95be;
    }
    
    .btn.btn-primary:hover,
    .btn.btn-primary:focus {
        background: #2a95be;
    }
    
    .column-title {
        margin-top: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        position: relative;
    }
    
    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40%;
        border-bottom: 1px solid #45aed6;
    }
    
    ul.nostyle {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
    }
    
    ul.nostyle i {
        color: #45aed6;
    }
    
    .scaleIn {
        -webkit-animation-name: scaleIn;
        animation-name: scaleIn;
    }
    
    @-webkit-keyframes scaleIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        100% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
    
    @keyframes scaleIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        100% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
    /*************************
*******Header******
**************************/
    
    .navbar.navbar-default {
        border: 0;
        border-radius: 0;
        margin-bottom: 0;
        font-size: 18px;
        ;
    }
    
    .navbar.navbar-default .navbar-toggle {
        margin-top: 32px;
    }
    
    .navbar.navbar-default .navbar-brand {
        height: auto;
        padding: 22px 15px 21px;
    }
    
    @media only screen and (min-width: 768px) {
        #main-menu.navbar-default {
            background: rgba(255, 255, 255, 1);
            -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        }
        .jumbotron h1,
        .jumbotron .h1 {
            font-size: 30px !important;
        }
        #main-menu.navbar-default .navbar-nav>li>a {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        #main-menu.navbar-default .navbar-nav>li.active>a,
        #main-menu.navbar-default .navbar-nav>li.open>a,
        #main-menu.navbar-default .navbar-nav>li:hover>a {
            background: transparent;
            padding-top: 37px;
            border-top: 3px solid #F99D3A;
        }
        #main-menu.navbar-default .dropdown-menu {
            padding: 0 20px;
            min-width: 220px;
            background-color: rgba(26, 28, 40, 0.9);
            border: 0;
            border-radius: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            background-clip: inherit;
        }
        #main-menu.navbar-default .dropdown-menu>li {
            border-left: 3px solid transparent;
            margin-left: -20px;
            padding-left: 17px;
            -webit-transition: border-color 400ms;
            -webkit-transition: border-color 400ms;
            transition: border-color 400ms;
        }
        #main-menu.navbar-default .dropdown-menu>li>a {
            border-top: 1px solid #404455;
            padding: 15px 0;
            color: #eeeeee;
        }
        #main-menu.navbar-default .dropdown-menu>li:first-child>a {
            border-top: 0;
        }
        #main-menu.navbar-default .dropdown-menu>li.active,
        #main-menu.navbar-default .dropdown-menu>li.open,
        #main-menu.navbar-default .dropdown-menu>li:hover {
            border-left-color: #45aed6;
        }
        #main-menu.navbar-default .dropdown-menu>li.active>a,
        #main-menu.navbar-default .dropdown-menu>li.open>a,
        #main-menu.navbar-default .dropdown-menu>li:hover>a {
            color: #45aed6;
            background-color: transparent;
        }
    }
    
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 40px;
    }
    
    #main-slider {
        height: 100%;
    }
    
    #main-slider .img-item {
        width: 1100px;
        height: auto;
    }
    
    #main-slider .img-h0 {
        color: #ffffff;
        font-size: 26px;
        line-height: 25px;
        padding: 5px;
    }
    
    #main-slider .img-hedit2 {
        color: #ffffff;
        font-size: 26px;
        line-height: 25px;
        padding: 5px;
        padding-top: 0px;
        text-align: center;
    }
    
    .img-hedit3 {
        margin-top: 100px;
    }
    
    #main-slider .img-hedit {
        color: #ffffff;
        font-size: 26px;
        line-height: 31px;
        padding: 5px;
    }
    
    #main-slider .img-h02 {
        font-size: 42px;
        /* color: #F99D3A; */
    }
    
    #main-slider .img-h1 {
        color: #ffffff;
        font-size: 30px;
        line-height: 25px;
        padding: 10px;
        margin-left: 50px;
    }
    
    #main-slider .img-h12 {
        font-size: 35px;
    }
    
    #main-slider .img-h2 {
        color: #ffd83e;
        font-size: 20px;
        line-height: 25px;
        padding: 5px;
        margin-left: 30px;
    }
    
    #main-slider .img-h22 {
        color: #F79D3A;
        font-weight: 500;
        font-size: 34px;
        line-height: 51px;
    }
    
    #main-slider .img-h3 {
        color: #ffffff;
        font-size: 10px;
        line-height: 35px;
        padding-left: 35px;
    }
    
    #main-slider .item-bg {
        padding: 50px;
        /* background-image: url(../images/slider/background.jpg); */
        /*background-image: url(../images/redesign/slider/banner.jpg);*/
        background-image: url(../images/redesign/slider/Banner-for-desktop.jpg);
        background-size: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        height: 604px;
    }
    
    #main-slider .item-banner {
        /* background-image: url(../images/redesign/slider/banner.jpg); */
        background-size: 100%;
        background-repeat: no-repeat;
        margin-right: 210px;
    }
    /* Add Css By ohm*/
    
    .button-register {
        color: #FFFFFF;
        background: linear-gradient(90.47deg, #7E664F -16.76%, #F99D3A 56.98%, #7E664F 118.35%);
        border-radius: 47px;
    }
    
    .button-register:hover {
        color: #FFFFFF;
        background: linear-gradient(90.47deg, #F99D3A -16.76%, #7E664F 56.98%, #F99D3A 118.35%);
        border-radius: 47px;
    }
    
    .input-register {
        color: #FFFFFF;
        border-top-style: hidden;
        border-right-style: hidden;
        border-left-style: hidden;
        border-bottom-style: solid;
        background-color: #1F1209;
        padding: 4px;
        width: 100%;
    }
    
    .input-register::placeholder {
        color: #FFF;
    }
    /* Chrome, Safari, Edge, Opera */
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    /* Firefox */
    
    input[type=number] {
        -moz-appearance: textfield;
    }
    
    .textwrap-left {
        float: left;
        margin: 0px 10px 0px 0px;
    }
    
    .nav-pills>li.active>a,
    .nav-pills>li.active>a:hover,
    .nav-pills>li.active>a:focus {
        color: #fff;
        background-color: #F99D3A;
        border-radius: 3px;
    }
    
    #main-slier .item-register {
        height: 500px;
    }
    
    .item-register {
        float: right;
    }
    
    #gallery .bullets li.active {
        background-color: #F99D3A;
    }
    
    #main-slider .h1-bg {
        background-color: #79c3ed;
        width: 90px;
        height: 60px;
        color: #ffffff;
        font-size: 46px;
        margin: 150px 20px;
        padding: 15px;
        text-align: center;
        position: relative;
    }
    
    #main-slider .h1-text {
        color: #ffffff;
        font-size: 25px;
        text-align: left;
        position: absolute;
        padding: 0px;
        margin: -205px 120px;
    }
    
    #main-slider .h1-text2 {
        color: #ffffff;
        font-size: 18px;
    }
    
    #main-slider .h1-blog {
        color: #ffffff;
        font-size: 16px;
        margin: -115px 20px;
        line-height: 60px;
        border-top: 1px solid #aee2ff;
    }
    
    #bar {
        width: 0%;
        max-width: 100%;
        height: 4px;
        background: #79c3ed;
    }
    
    #progressBar {
        margin-top: -4px;
        position: relative;
        z-index: 999;
        width: 100%;
        background: rgba(0, 0, 0, 0.1);
    }
    
    #cta {
        padding: 50px 0;
        background-color: #eeeeee;
        /* margin-right: -37px; */
    }
    
    #cta .w-line {
        border-top: 2px solid #F99D3A;
        width: 80px;
        text-align: right;
        float: right;
        line-height: 20px;
    }
    
    #cta .w-text {
        padding: 0;
    }
    
    #cta .w-text2 {
        padding-top: 25px;
    }
    
    #cta h2 {
        margin-top: 0;
    }
    
    #cta .btn {
        margin-top: 40px;
    }
    
    #cta2 {
        background-size: cover;
        color: #fff;
        padding-top: 70px;
    }
    
    #cta2 .btn {
        margin-top: 10px;
    }
    
    #cta2 h2 {
        color: #fff;
        font-size: 44px;
        line-height: 1;
    }
    
    #cta2 h2>span {
        color: #45aed6;
    }
    
    #cta3 {
        padding-top: 70px;
    }
    
    #cta3 .txt-blue {
        color: #F99D3A;
        font-weight: 400;
        font-size: 15px;
        position: absolute;
        width: 200px;
    }
    
    #cta3 .txt-red {
        background-color: #d82222;
        color: #ffffff;
        font-weight: 400;
        font-size: 13px;
        padding: 3px 20px 3px 20px;
        margin-left: 220px;
        width: 215px;
        position: absolute;
        text-align: center;
    }
    
    #cta3 .txt-gray {
        color: #545454;
        font-weight: 400;
        font-size: 14px;
        text-align: left;
    }
    
    #cta3 .txt-black {
        color: #000000;
        font-weight: 400;
        font-size: 18px;
        text-align: right;
    }
    
    #cta3 .under-line {
        border-bottom-color: #c7c7c7;
        border-bottom-width: thin;
        border-bottom-style: solid;
        padding: 15px;
        height: 50px;
    }
    
    #cta4 {
        padding: 50px 15px 15px 15px;
    }
    
    #cta4 .w-line {
        border-top: 2px solid #7E664F;
        width: 80px;
        text-align: right;
        float: right;
        line-height: 20px;
    }
    
    #cta4 .w-text {
        padding: 0;
    }
    
    #cta4 .w-text2 {
        padding-top: 10px;
    }
    
    #cta4 .w-text3 {
        color: #7E664F;
    }
    
    #virtualtour {
        padding: 50px 0;
    }
    
    #gallery {
        padding: 50px 0;
    }
    
    #gallery img-responsive {
        width: 100%;
        max-height: 650px;
    }
    
    #gallery .bullets li {
        background: none repeat scroll 0 0 #ccc;
        border: medium none;
        cursor: pointer;
        display: inline-block;
        float: none;
        height: 12px;
        width: 12px;
        padding: 0px;
        margin: 5px;
    }
    
    #project-info {
        padding: 0px;
        background-image: url(../images/redesign/projectplan/project-info-2.png);
        background-size: 100% auto, contain;
        background-repeat: no-repeat;
    }
    
    #project-info .blog {
        margin: 15px;
        padding: 30px;
        background-color: #f7f7f7;
        width: 500px;
        min-height: 234px;
    }
    
    #project-info .pro-h1 {
        padding-top: 5px;
        font-size: 55px;
        font-weight: 400;
        color: #2098e7;
    }
    
    #project-info .pro-bold {
        padding-top: 5px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
    }
    
    #project-info .pro-text {
        font-size: 15px;
        font-weight: 300;
        color: #333333;
        padding-top: 10px;
        line-height: 20px;
    }
    
    #project-info .pro-space {
        height: 85px;
    }
    
    #project-info .media.service-box:first-child {
        margin-top: 80px;
    }
    
    #Project-plan {
        padding: 100px 0 75px;
    }
    
    #portfolio {
        padding: 100px 0 75px;
        background: #ffffff;
        border: 2px;
        border-top: #9b9b9b;
        border-top-width: 2px;
    }
    
    .portfolio-filter {
        list-style: none;
        padding: 0;
        margin: 0 0 50px;
        display: inline-block;
    }
    
    .portfolio-filter>li {
        float: left;
        display: block;
    }
    
    .portfolio-filter>li a {
        display: block;
        padding: 7px 15px;
        background: #e5e5e5;
        color: #64686d;
        position: relative;
    }
    
    .portfolio-filter>li a:hover,
    .portfolio-filter>li a.active {
        background: #45aed6;
        color: #fff;
        box-shadow: 0 -3px 0 0 #318daf inset;
        -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
    }
    
    .portfolio-filter>li a.active:after {
        content: " ";
        position: absolute;
        bottom: -17px;
        left: 50%;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: #318daf transparent transparent transparent;
    }
    
    .portfolio-filter>li:first-child a {
        border-radius: 4px 0 0 4px;
    }
    
    .portfolio-filter>li:last-child a {
        border-radius: 0 4px 4px 0;
    }
    
    .portfolio-items {
        margin: -15px;
    }
    
    .portfolio-item {
        width: 24.9%;
        float: left;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .portfolio-item .portfolio-item-inner {
        position: relative;
    }
    
    .portfolio-item .portfolio-item-inner .portfolio-info {
        opacity: 0;
        transition: opacity 400ms;
        -webkit-transition: opacity 400ms;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }
    
    .portfolio-item .portfolio-item-inner .portfolio-info h3 {
        font-size: 16px;
        line-height: 1;
        margin: 0;
        color: #fff;
    }
    
    .portfolio-item .portfolio-item-inner .portfolio-info .preview {
        position: absolute;
        top: -18px;
        right: 12px;
        border-radius: 50%;
        background-image: -webkit-gradient(linear, left top, right top, from(#2caab3), to(#2c8cb3));
        background-image: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        box-shadow: 0 0 0 2px #fff;
        -webkit-box-shadow: 0 0 0 2px #fff;
    }
    
    .portfolio-item:hover .portfolio-info {
        opacity: 1;
    }
    
    .divider {
        margin-top: 50px;
        margin-bottom: 50px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(49%, #e3e3e3), to(#ffffff));
        background-image: linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
        width: 95%;
        height: 1px;
    }
    
    .progress {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #eeeeee;
    }
    
    .progress .progress-bar.progress-bar-primary {
        background-color: #2caab3;
        background-image: linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .nav.main-tab {
        background: #eee;
        border-bottom: 3px solid #222534;
        border-radius: 3px 3px 0 0;
    }
    
    .nav.main-tab>li>a {
        color: #272727;
    }
    
    .nav.main-tab>li.active>a {
        background: #222534;
        color: #45aed6;
    }
    
    .nav.main-tab>li:first-child>a {
        border-radius: 3px 0 0 0;
    }
    
    .nav.main-tab>li:last-child>a {
        border-radius: 0 3px 0 0;
    }
    
    .tab-content {
        border: 1px solid #eee;
        border-top: 0;
        padding: 20px 20px 10px;
        border-radius: 0 0 3px 3px;
    }
    
    .panel-default {
        border-color: #eee;
    }
    
    .panel-default>.panel-heading {
        background-color: #fff;
        border-color: #eee;
    }
    
    .panel-default>.panel-heading .panel-title {
        font-size: 14px;
        font-weight: normal;
    }
    
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: #eee;
    }
    
    #animated-number {
        padding: 100px 0 70px;
        background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
        background-size: cover;
        color: #fff;
    }
    
    #animated-number h1,
    #animated-number h2,
    #animated-number h3,
    #animated-number h4 {
        color: #fff;
    }
    
    #animated-number strong {
        display: block;
        margin-bottom: 30px;
    }
    
    .animated-number {
        display: inline-block;
        width: 140px;
        height: 140px;
        font-size: 24px;
        line-height: 140px;
        border: 3px solid #fff;
        border-radius: 100px;
        margin-bottom: 20px;
    }
    
    #regist {
        height: 150px;
        padding: 50px 0 20px;
        background-image: -webkit-gradient(linear, top, bottom, from(#3ba4df), to(#6dbeec));
        background-image: linear-gradient(90deg, #3ba4df 0%, #6dbeec 100%);
        color: #fff;
    }
    
    #regist h1,
    #regist h2 {
        color: #fff;
    }
    
    #blog {
        padding: 50px 0;
        background-color: #f7f7f7;
    }
    
    #contact {
        position: relative;
        overflow: hidden;
    }
    
    #contact .container-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 1;
    }
    
    .contact-form {
        padding: 10px;
        margin-top: 10px;
        font-size: 14px;
        margin-left: 30px;
    }
    
    .contact-form h3 {
        margin-top: 0;
    }
    /***********************
********* Footer ******
************************/
    
    #footer {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        color: #fff;
        background: #2e2e2e;
    }
    
    #footer a {
        color: #fff;
    }
    
    #footer a:hover {
        color: #45aed6;
    }
    
    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }
    
    #footer ul>li {
        display: inline-block;
        margin: 0 7.5px;
    }
    
    @media only screen and (min-width: 768px) {
        #footer .social-icons {
            float: right;
        }
    }
    
    .form-control {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    .tab .nav-tabs {
        border-bottom: none;
        position: relative;
    }
    
    .tab .nav-tabs li {
        margin-right: 15px;
    }
    
    .tab .nav-tabs li a {
        padding: 20px 15px;
        font-size: 17px;
        font-weight: 400;
        color: #25283d;
        border-radius: 0;
        text-transform: uppercase;
        margin-right: 0;
        border: none;
        position: relative;
        transition: all 0.5s ease 0s;
    }
    
    .tab .nav-tabs li a:hover {
        background: #fff;
    }
    
    .tab .nav-tabs li a:before {
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 5px;
        left: 0;
        transform: scale(0);
        transition: all 700ms ease 0s;
    }
    
    .tab .nav-tabs li a:after {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #F99D3A;
        margin: 0 auto;
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
        transform: scale(0);
        transition: all 700ms ease 0s;
    }
    
    .tab .nav-tabs li.active a,
    .tab .nav-tabs li.active a:focus,
    .tab .nav-tabs li.active a:hover {
        border: none;
        color: #7E664F;
    }
    
    .tab .nav-tabs li a:hover:before,
    .tab .nav-tabs li.active a:before,
    .tab .nav-tabs li a:hover:after,
    .tab .nav-tabs li.active a:after {
        transform: scale(1);
    }
    
    .tab .tab-content {
        padding: 20px;
        background: #fff;
        font-size: 14px;
        color: #a09d9d;
        line-height: 26px;
        border: none;
    }
    
    .tab .tab-content h3 {
        font-size: 24px;
        margin-top: 0;
    }
    
    .fixed-bottom {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: red;
        color: white;
        text-align: center;
    }
    
    .w-100 {
        width: 100%;
        height: auto;
    }
    
    .ws-100 {
        width: 350px;
        height: 250px;
    }
    
    .progress-header {
        height: 120px;
        font-size: 25px;
        padding-top: 40px;
    }
    
    .fix-bottom {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: red;
        color: white;
        text-align: center;
    }
    
    .p-head {
        font-size: 22px;
        line-height: 30px;
    }
    /* Button Top up */
    
    #buttonup {
        display: inline-block;
        background-color: #FF9800;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 25px;
        position: fixed;
        bottom: 90px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    
    #buttonup::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }
    
    #buttonup:hover {
        cursor: pointer;
        background-color: #333;
    }
    
    #buttonup:active {
        background-color: #555;
    }
    
    #buttonup.show {
        opacity: 1;
        visibility: visible;
    }
    
    .modal-footer {
        text-align: left;
    }
    /* Button Home */
    
    #buttontohome {
        display: inline-block;
        background-color: #FF9800;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 25px;
        position: fixed;
        bottom: 90px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    
    #buttontohome::after {
        content: "\f015";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }
    
    #buttontohome:hover {
        cursor: pointer;
        background-color: #333;
    }
    
    #buttontohome:active {
        background-color: #555;
    }
    
    #buttontohome.show {
        opacity: 1;
        visibility: visible;
    }
    label.policy{font-size: 12px;font-weight: 300; color: #FFFFFF;}
    .modal-policy .modal-title{text-align: center;}
    .modal-header {border-bottom: none;text-shadow: none;}
    .policy-content{padding: 0 25px 25px;text-shadow: none;color: #64686d;text-align: left;}
    .policy-choice{margin-left: 30px;}

    h4,h3 {font-family: 'Kanit', sans-serif;}
    .modal-dialog{margin-left: auto;margin-right: auto;}
    .v-360-text p {font-size: 16px; text-align: center;padding: 15px;}
    .v-360-text {display: flex; flex-direction: column;}
    @media only screen and (min-width: 1024px) {

        .img-hedit3 {
            margin-top: 10%;
        }
    }