﻿@charset "UTF-8";



html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


body {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 28px !important;
    /* or 175% */
    /* Neutral/Gray - 6 (brand color) */

    color: #2C2C2C;
}


article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: 'Roboto', "Montserrat";
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: 'Roboto', "Montserrat";
    /* 1 */
    font-size: 1em;
    /* 2 */
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Roboto', "Montserrat";
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

@font-face {
    font-family: 'sfcompactdisplay-black';
    src: url('fonts/sfcompactdisplay-black.ttf') format('truetype');
}

@font-face {
    font-family: 'sfcompactdisplay-bold';
    src: url('fonts/SFCompactDisplay-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'sfcompactdisplay-heavy';
    src: url('fonts/SFCompactDisplay-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'sfcompactdisplay-light';
    src: url('fonts/SFCompactDisplay-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'sfcompactdisplay-medium';
    src: url('fonts/SFCompactDisplay-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'sfcompactdisplay-regular';
    src: url('fonts/SFCompactDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'sfcompactdisplay-semibold';
    src: url('fonts/SFCompactDisplay-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'sfcompactdisplay-thin';
    src: url('fonts/SFCompactDisplay-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'sfcompactdisplay-ultralight';
    src: url('fonts/SFCompactDisplay-Ultralight.ttf') format('truetype');
}
/*----------------------------------------------------css padding margin ----------------------------------------*/
.fontTitle {
    font-family: sfcompactdisplay-heavy;
}

.pd-5 {
    padding: 10px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-25 {
    padding: 25px;
}

.pd-30 {
    padding: 30px;
}

.pd-35 {
    padding: 34px;
}

.pd-40 {
    padding: 40px;
}

.pd-45 {
    padding: 45px;
}

.pd-50 {
    padding: 50px;
}

.pdt-5 {
    padding-top: 5px !important;
}

.pdt-10 {
    padding-top: 10px !important;
}

.pdt-15 {
    padding-top: 15px !important;
}

.pdt-20 {
    padding-top: 20px !important;
}

.pdt-25 {
    padding-top: 25px !important;
}

.pdt-30 {
    padding-top: 30px !important;
}

.pdt-35 {
    padding-top: 35px !important;
}

.pdt-40 {
    padding-top: 40px !important;
}

.pdt-45 {
    padding-top: 45px !important;
}

.pdt-50 {
    padding-top: 50px !important;
}

.pdt-55 {
    padding-top: 55px !important;
}

.pdb-5 {
    padding-bottom: 5px !important;
}

.pdb-10 {
    padding-bottom: 10px !important;
}

.pdb-15 {
    padding-bottom: 15px !important;
}

.pdb-20 {
    padding-bottom: 20px !important;
}

.pdb-25 {
    padding-bottom: 25px !important;
}

.pdb-30 {
    padding-bottom: 30px !important;
}

.pdb-35 {
    padding-bottom: 35px !important;
}

.pdb-40 {
    padding-bottom: 40px !important;
}

.pdb-45 {
    padding-bottom: 45px !important;
}

.pdb-50 {
    padding-bottom: 50px !important;
}

.pdb-55 {
    padding-bottom: 55px !important;
}

.pdl-5 {
    padding-left: 5px !important;
}

.pdl-10 {
    padding-left: 10px !important;
}

.pdl-15 {
    padding-left: 15px !important;
}

.pdl-20 {
    padding-left: 20px !important;
}

.pdl-25 {
    padding-left: 25px !important;
}

.pdl-30 {
    padding-left: 30px !important;
}

.pdl-35 {
    padding-left: 35px !important;
}

.pdl-40 {
    padding-left: 40px !important;
}

.pdl-45 {
    padding-left: 45px !important;
}

.pdl-50 {
    padding-left: 50px !important;
}

.pdl-55 {
    padding-left: 55px !important;
}

.pdr-5 {
    padding-right: 5px !important;
}

.pdr-10 {
    padding-right: 10px !important;
}

.pdr-15 {
    padding-right: 15px !important;
}

.pdr-20 {
    padding-right: 20px !important;
}

.pdr-25 {
    padding-right: 25px !important;
}

.pdr-30 {
    padding-right: 30px !important;
}

.pdr-35 {
    padding-right: 35px !important;
}

.pdr-40 {
    padding-right: 40px !important;
}

.pdr-45 {
    padding-right: 45px !important;
}

.pdr-50 {
    padding-right: 50px !important;
}

.pdr-55 {
    padding-right: 55px !important;
}

.n-pd {
    padding: 0 !important;
}

.n-mg {
    margin: 0 !important;
}

.pdb-0 {
    padding-bottom: 0 !important;
}

.mgb-0 {
    margin-bottom: 0 !important;
}

.mg-5 {
    margin: 10px;
}

.mg-10 {
    margin: 10px;
}

.mg-15 {
    margin: 15px;
}

.mg-20 {
    margin: 20px;
}

.mg-25 {
    margin: 25px;
}

.mg-30 {
    margin: 30px;
}

.mg-35 {
    margin: 34px;
}

.mg-40 {
    margin: 40px;
}

.mg-45 {
    margin: 45px;
}

.mg-50 {
    margin: 50px;
}

.mgt-5 {
    margin-top: 5px !important;
}

.mgt-10 {
    margin-top: 10px !important;
}

.mgt-15 {
    margin-top: 15px !important;
}

.mgt-20 {
    margin-top: 20px !important;
}

.mgt-25 {
    margin-top: 25px !important;
}

.mgt-30 {
    margin-top: 30px !important;
}

.mgt-35 {
    margin-top: 35px !important;
}

.mgt-40 {
    margin-top: 40px !important;
}

.mgt-45 {
    margin-top: 45px !important;
}

.mgt-50 {
    margin-top: 50px !important;
}

.mgt-55 {
    margin-top: 55px !important;
}

.mgt-60 {
    margin-top: 60px !important;
}

.mgt-115 {
    margin-top: 115px !important;
}

.mgb-5 {
    margin-bottom: 5px !important;
}

.mgb-10 {
    margin-bottom: 10px !important;
}

.mgb-15 {
    margin-bottom: 15px !important;
}

.mgb-20 {
    margin-bottom: 20px !important;
}

.mgb-25 {
    margin-bottom: 25px !important;
}

.mgb-30 {
    margin-bottom: 30px !important;
}

.mgb-35 {
    margin-bottom: 35px !important;
}

.mgb-40 {
    margin-bottom: 40px !important;
}

.mgb-45 {
    margin-bottom: 45px !important;
}

.mgb-50 {
    margin-bottom: 50px !important;
}

.mgb-55 {
    margin-bottom: 55px !important;
}

.mgb-60 {
    margin-bottom: 60px !important;
}

.mgl-5 {
    margin-left: 5px !important;
}

.mgl-10 {
    margin-left: 10px !important;
}

.mgl-15 {
    margin-left: 15px !important;
}

.mgl-20 {
    margin-left: 20px !important;
}

.mgl-25 {
    margin-left: 25px !important;
}

.mgl-30 {
    margin-left: 30px !important;
}

.mgl-35 {
    margin-left: 35px !important;
}

.mgl-40 {
    margin-left: 40px !important;
}

.mgl-45 {
    margin-left: 45px !important;
}

.mgl-50 {
    margin-left: 50px !important;
}

.mgl-55 {
    margin-left: 55px !important;
}

.mgl-60 {
    margin-left: 60px !important;
}

.mgr-5 {
    margin-left: 5px !important;
}

.mgr-10 {
    padding-right: 10px !important;
}

.mgr-15 {
    padding-right: 15px !important;
}

.mgr-20 {
    padding-right: 20px !important;
}

.mgr-25 {
    padding-right: 25px !important;
}

.mgr-30 {
    padding-right: 30px !important;
}

.mgr-35 {
    padding-right: 35px !important;
}

.mgr-40 {
    padding-right: 40px !important;
}

.mgr-45 {
    padding-right: 45px !important;
}

.mgr-50 {
    padding-right: 50px !important;
}

.mgr-55 {
    padding-right: 55px !important;
}

.mgr-60 {
    padding-right: 60px !important;
}

/*---------------------------------------------css color ----------------------------------------------*/
.clw {
    color: #ffffff !important;
}

.cl5 {
    color: #555 !important;
}

.cl7f {
    color: #7f7f7f !important;
}

.cl-org {
    color: #f7941d !important;
}

.bg-gy {
    background: #dcdde1 !important;
}

.bg-org {
    background: #f7941d !important;
}

.bg-w {
    background: #fff !important;
}

/*------------------------------------------------------css font size--------------------*/
.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-11 {
    font-size: 11px !important;
}

/********************************************css form **************************************************/
.inp, .select-box {
    display: block;
    width: 100%;
    padding: 0;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #eaeaea;
    height: 30px;
    line-height: 30px;
}

.lbl {
    display: inline-block;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 6px 10px;
    border-radius: 5px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-default {
    color: #333;
    padding: 3px 13px;
    border-radius: 18px;
    background: transparent;
    text-align: center;
}

.btn-border {
    border: 1px solid #dedede;
    border-radius: 0;
    background: transparent;
}

.btn-rds {
    background-color: #f3f3f3;
    border-radius: 30px;
    font-size: 13px;
    padding: 5px 20px;
}

.btn-org {
    background-color: #f7941d;
    color: #fff;
    font-weight: 600;
}

.control {
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}

.select-box {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lnk-und {
    color: #7f7f7f;
    text-decoration: underline;
    display: block;
    text-align: center;
    line-height: 15px;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #898989;
    margin: 1px 0 0;
    position: absolute;
    top: 95%;
    z-index: 100;
    display: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: calc(100% - 22px);
    padding-bottom: 15px;
    padding-top: 5px;
}

    .dropdown-menu li {
        padding: 5px 15px 0;
        text-align: left;
        cursor: pointer;
    }

        .dropdown-menu li.active, .dropdown-menu li:hover {
            color: #ff6541;
        }

.open {
    display: block !important;
}

.select-box [class*="icon-"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #bebebe;
    font-size: 13px;
    text-align: center;
    position: absolute;
    right: 3px;
    top: 40%;
    margin-top: -10px;
}

.form-radio {
    padding: 9px 0;
    display: inline-block;
    line-height: 20px;
    color: #666666;
    font-size: 13px;
}

    .form-radio .custom-radio {
        margin-right: 7px;
        float: left;
    }

.custom-checkbox, .custom-radio {
    display: inline-block;
    position: relative;
    line-height: 0;
}

    .custom-checkbox input, .custom-radio input {
        position: absolute;
        height: 12px;
        width: 12px;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 1;
    }

    .custom-checkbox > label [class*="icon-"], .custom-radio > label [class*="icon-"] {
        display: none;
    }

    .custom-checkbox > label, .custom-radio > label {
        display: inline-block;
        width: 12px;
        height: 12px;
        font-size: 11px;
        color: #252e34;
        text-align: center;
        line-height: 16px;
        border: 2px solid #dedede;
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
    }

    .custom-checkbox input:checked + label [class*="icon-"], .custom-radio input:checked + label .dot, .custom-radio input:checked + label [class*="icon-"] {
        display: block;
        margin: -3px;
        font-size: 10px;
    }

    .custom-radio > label {
        position: relative;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

/****************************************css list row sp **********************************/
.item-sp {
    width: 100%;
    display: block;
}

    .item-sp:after {
        display: block;
        content: '';
        clear: both;
    }

    .item-sp .img-sp {
        width: 161px;
        height: 106px;
        overflow: hidden;
        clear: both;
        float: left;
        margin-right: 9px;
    }

    .item-sp figcaption {
        width: calc(100% - 170px);
        float: left;
    }

/*------------------------------------------------------txt ----------------------------------*/
.clear:after {
    content: '';
    display: block;
    clear: both;
}

.txt-center {
    text-align: center;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7f7f7f;
    font-family: 'Roboto' !important;
    font-size: 15px;
    font: 400 15px 'Roboto';
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #7f7f7f;
    font: 400 15px 'Roboto';
    font-family: 'Roboto' !important;
    font-size: 15px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #7f7f7f;
    font: 400 15px 'Roboto';
    font-family: 'Roboto' !important;
    font-size: 15px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #7f7f7f;
    font: 400 15px 'Roboto';
    font-family: 'Roboto' !important;
    font-size: 15px;
}

/**************************************css height **************************************************/
.h158 {
    height: 158px;
}

.no-upper {
    text-transform: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}

p, figure {
    padding: 0;
    margin: 0;
    text-align: left;
}

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

    ul:after {
        content: '';
        display: block;
        clear: both;
    }

    ul li {
        padding: 0;
        margin: 0;
    }

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

    a:hover {
        color: #184f8a;
    }

img {
    max-width: 100%;
    border: none;
}

hr {
    border: none;
    height: 1px;
    padding: 0;
    background: #333;
    margin: 30px auto 0;
}

button {
    border: none;
    font-family: 'Roboto', Arial, sans-serif;
}

input {
    font-family: 'Roboto', Arial, sans-serif;
}

.green {
    color: #136e3e;
}

.p-70 {
    width: 70%;
    margin: auto;
    margin-top: 50px;
}

.content {
    width: 666px;
    margin: auto;
    clear: both;
}

.sp-title-o {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #DC342B;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 61px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    color: #FFFFFF;
}
/*****************************************define*****************************************/
.product-top .content .title h2 {
    font-size: 26px;
}

.list-product ul li .title {
    font-size: 14px;
    line-height: 14px;
}

.icon-clock {
    color: #555555;
}

.center {
    text-align: center;
}

.container {
    width: 1000px;
}

.color1 {
    color: #df7f64
}

.color2 {
    color: #b4635e
}

.color3 {
    color: #7c5052;
}

.strong {
    font-weight: bold;
}

.mb0 {
    margin-bottom: 0px !important;
}
/*****************************************end define*****************************************/
/***********start header***********/
header.header.page {
    min-height: 1144px;
    background-size: 100% 1144px;
    background: url(../images/bg-header.png) no-repeat top center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.header .top-header,
.header .bottom-header {
    color: #e7d9c9;
    position: absolute;
    bottom: 0px;
    margin-left: calc(50% - 635px);
}

    .header .top-header h1 {
        font-size: 96px;
        text-transform: uppercase;
        line-height: 100px;
        margin-top: 150px;
    }

    .header .top-header h2 {
        text-align: right;
    }

        .header .top-header h2 img {
            margin-top: -38px;
            margin-right: 150px;
            height: 88px;
        }

    .header .top-header p {
        font-size: 18px;
        font-family: 'sfcompactdisplay-semibold';
    }

    .header .top-header .row1 {
        margin-top: -255px;
        width: 54%;
        margin-left: 130px;
    }

    .header .top-header .row2 {
        margin-top: 30px;
        font-weight: normal;
    }

    .header .top-header small {
        font-size: 12px;
    }

.header .product-top {
    margin-top: 155px;
}

.bg-body {
    width: 100%;
    float: left;
}

.header .product-top p {
    width: 745px;
    margin: 0px auto;
    color: #064926;
    font-size: 21px;
    font-weight: bold;
    text-align: justify;
}

.header .product-top .big {
    font-size: 96px;
    line-height: 75px;
}

.header .bottom-header li {
    width: 50%;
    float: left;
}

    .header .bottom-header li span {
        font-size: 11px;
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-weight: bold;
    }

    .header .bottom-header li:nth-child(1) span {
        color: #df7f64;
        position: relative;
        margin-left: 155px;
    }

    .header .bottom-header li:nth-child(2) span {
        color: #b4635e;
        position: relative;
    }

    .header .bottom-header li span:before {
        content: '';
        display: inline-block;
        background: url(../images/bg-row-top.png) no-repeat center center;
        height: 16px;
        width: 16px;
        left: -25px;
        position: absolute;
        top: -2px;
    }

/***********End header***********/

/*content*/
.content p {
    margin-bottom: 20px;
    text-align: justify;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    /* Neutral/Gray - 6 (brand color) */
    display: inline-block;
    color: #2C2C2C;
}

p strong {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #2C2C2C;
}

.all-content .content-product .logo {
    height: 175px;
    margin-top: 80px;
}


.title-h2 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 95px;
    text-align: center;
    text-transform: uppercase;
    color: #95331C;
    margin-bottom: 30px;
}

.a-link {
    color: #3A76FF;
    text-decoration: underline;
}

.a-link-2 {
}

.title-xemthem {
    border-bottom: 2px solid #3A76FF;
}

.mg-top-100 {
    margin-top: 100px;
}

.mg-bottom-50 {
    margin-bottom: 50px;
}

.hr-2 {
    border: 0.5px solid rgba(51, 51, 51, 0.8);
    height: 0;
}

.clr-blue {
    color: #055699;
    cursor: pointer;
}

.bg-body-3 {
    margin-bottom: 60px;
}

.title-h2-v2 {
    font-size: 80px;
}

.hr {
    border: 1px solid #341E1F;
    height: 0;
    background: none;
    margin: 12px auto 0;
    width: 130px;
}

.all-content .content-product h3.title2 {
    background: url(../images/bg-title.png) no-repeat bottom left;
    padding-bottom: 95px;
}

.all-content .content-product h3.title3 {
    background: url(../images/bg-title2.png) no-repeat bottom left;
    padding-left: 210px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.content p.strong {
    font-size: 19px;
}

    .content p.strong.style-i {
        font-style: italic;
    }

.content.width {
    width: 850px;
}

.bg-body.bg-body-1 {
    width: 100%;
    margin-top: 65px;
    margin-bottom: 60px;
    position: relative
}

    .bg-body.bg-body-1 p {
        text-align: center;
    }

    .bg-body.bg-body-1 span {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
    }

        .bg-body.bg-body-1 span.text-top {
            float: right;
            display: inline-block;
            margin-top: 75px;
            margin-right: 50px;
        }

        .bg-body.bg-body-1 span.text-right {
            float: right;
            display: inline-block;
            margin-top: 75px;
            margin-right: 50px;
            -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
            transform: translateX(-50%) translateY(-50%) rotate(90deg);
            position: absolute;
            right: -88px;
            top: 74px;
        }

        .bg-body.bg-body-1 span.text-content {
            float: right;
            display: inline-block;
            width: 340px;
            height: 160px;
            font-size: 30px;
            text-align: right;
            text-transform: initial;
            position: absolute;
            right: 50px;
            top: 320px;
        }

        .bg-body.bg-body-1 span.text-buttom {
            float: left;
            display: inline-block;
            position: absolute;
            left: 295px;
            bottom: 25px;
        }

.bg-body.bg-body-2 .row1 {
    padding-bottom: 55px;
    overflow: hidden;
}

    .bg-body.bg-body-2 .row1 .col {
        float: left;
        width: 333px;
    }

        .bg-body.bg-body-2 .row1 .col p {
            text-align: justify;
            margin-bottom: 50px;
        }

            .bg-body.bg-body-2 .row1 .col p:last-child {
                margin-bottom: 0px;
            }

        .bg-body.bg-body-2 .row1 .col.colleft {
            margin-right: 75px;
            width: calc(50% - 75px);
        }

            .bg-body.bg-body-2 .row1 .col.colleft p {
                font-size: 30px;
            }

.bg-body.bg-body-2 .col {
    float: left;
}

    .bg-body.bg-body-2 .col.colleft {
        min-height: 375px;
        color: #fff;
    }

        .bg-body.bg-body-2 .col.colleft img {
            width: 100%;
            margin-top: 60px;
            margin-left: 30px;
        }

.bg-body.bg-body-1 .text-content:before {
    margin-top: -20px;
    margin-bottom: 30px;
    margin-left: 250px;
}

.bg-body.bg-body-3 .row3 .col.colright:before {
    margin-top: -115px;
    margin-bottom: 30px;
}

.bg-body.bg-body-3 .all-bg {
    background: url(../images/bg-body_2.jpg);
    min-height: 1000px;
    margin-bottom: 95px;
    margin-top: 125px;
}

.bg-body.bg-body-3 h3.center {
    font-size: 50px;
    color: #108a4a;
    margin-bottom: 0px;
    text-transform: initial;
}

.bg-body.bg-body-3 p.center {
    font-size: 30px;
    color: #108a4a;
    margin-bottom: 30px;
    font-style: italic;
}

.bg-body.bg-body-3 .row3 {
    margin-top: 30px;
}

    .bg-body.bg-body-3 .row3 .col {
        float: left;
        width: calc(50% - 77px);
    }

        .bg-body.bg-body-3 .row3 .col.colleft {
            margin-bottom: 38px;
        }

            .bg-body.bg-body-3 .row3 .col.colleft p {
                width: 256px;
                text-align: justify;
                float: right;
                margin-bottom: 50px;
                font-size: 18px;
                line-height: 30px;
            }

                .bg-body.bg-body-3 .row3 .col.colleft p:last-child {
                    margin-bottom: 0px;
                }

        .bg-body.bg-body-3 .row3 .col.colright {
            width: calc(50% - 75px);
            margin-left: 75px;
        }

            .bg-body.bg-body-3 .row3 .col.colright p {
                font-size: 30px;
            }

            .bg-body.bg-body-3 .row3 .col.colright img {
                margin-top: 5px;
                width: 100%;
            }

.bg-body.bg-body-3 .all-bg .colleft {
    text-align: right;
    width: 45%;
    float: left;
    padding-right: 40px;
    margin-top: 65px;
}

    .bg-body.bg-body-3 .all-bg .colleft img {
        height: 91px;
    }

.bg-body.bg-body-3 .all-bg .colright {
    text-align: left;
    color: #fff;
    font-size: 55px;
    width: 55%;
    float: left;
    padding-top: 50px;
}

.bg-body.bg-body-3 .row3 .col.colright {
    color: #fff;
    min-height: 305px;
}

.bg-body.bg-body-4 {
    min-height: 445px;
    background: url(../images/bg-body_3.jpg) no-repeat center center;
    margin: 120px auto 65px;
}

.bg-body-5 .bg-body {
    background: url(../images/bg-body_5.png) no-repeat bottom left;
}

    .bg-body-5 .bg-body .center.bg.content {
        font-size: 48px;
        color: #136e3e;
        padding: 140px 0;
        position: relative;
        background: url(../images/img-row.png) no-repeat 133px 66px;
        width: 1000px;
    }

        .bg-body-5 .bg-body .center.bg.content span {
            font-size: 50px;
            color: #136e3e;
        }

        .bg-body-5 .bg-body .center.bg.content .big {
            font-size: 48px;
            color: #136e3e;
            text-transform: uppercase;
        }

    .bg-body-5 .bg-body p.img {
        margin-top: 90px;
    }

        .bg-body-5 .bg-body p.img img {
            height: 83px;
        }

    .bg-body-5 .bg-body .border {
        padding: 30px;
    }

        .bg-body-5 .bg-body .border .title {
            border: 1px solid #b7dcc8;
            padding: 20px;
            position: relative
        }

            .bg-body-5 .bg-body .border .title h3 {
                overflow: hidden;
                position: absolute;
                background-color: #fff;
                color: #136e3e;
                font-size: 36px;
                top: -27px;
                padding: 5px 20px 5px;
            }

            .bg-body-5 .bg-body .border .title p {
                line-height: 45px;
                font-size: 17px;
                text-transform: uppercase;
                text-align: left;
                padding-top: 30px;
            }

                .bg-body-5 .bg-body .border .title p .mr40 {
                    margin-right: 40px;
                }

.footer .bg-body-6 {
    min-height: 200px;
    background: url(../images/bg-footer.png) no-repeat bottom center;
}

    .footer .bg-body-6 p.note {
        display: block;
        position: relative;
        padding-left: 20px;
    }

        .footer .bg-body-6 p.note:before {
            content: '';
            display: inline-block;
            height: 70px;
            width: 3px;
            background: #f39f60;
            position: absolute;
            margin-left: -17px;
        }

.lh-40 {
    line-height: 40px !important;
}

.mg-top-145 {
    margin-top: 100px;
}

.pd-top-145 {
    padding-top: 95px;
}

.w-40 {
    width: 45%;
}

.w-60 {
    width: 55%;
}

.float-left {
    float: left;
}

.sp-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #404040;
    width: 100%;
    display: inline-block;
}

    .sp-title:before {
        content: '';
        background: #059AA4;
        transform: matrix(1, 0, 0, -1, 0, 0);
        height: 24px;
        width: 11px;
        display: block;
        float: left;
        margin-top: 7px;
        margin-right: 10px;
    }

.h3-title {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #2C2C2C;
    margin-bottom: 20px;
}

.h4-title {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #2C2C2C;
    margin: 20px 0 14px;
}

    .h4-title span {
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #2C2C2C;
        display: inline-block;
        width: 100%;
    }

.title-li {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 12px;
}

.red {
    color: #E03C31;
}

.blue {
    color: #007C80;
}

.yellow {
    color: #E3AA4A;
}

.li-boder {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

    .li-boder img {
        border-radius: 10px;
    }

.info-li {
    padding: 24px;
}

    .info-li p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        /* or 157% */

        text-align: justify;
        /* Grey 7 */

        color: #2C2C2B;
    }

        .info-li p span {
            font-style: italic;
            display: inline-block;
            margin-top: 10px;
        }

.title-28 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    text-transform: uppercase;
    color: #646464;
}

.tin-noibat {
    display: inline-block;
    margin: 40px 0 40px;
    width: 100%;
}

    .tin-noibat .tin-left {
        width: 55px;
        float: left;
    }

    .tin-noibat .tin-right {
        width: calc(100% - 55px);
        float: left;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        /* or 175% */
        /* Red 3 - default */
        color: #E03C31;
    }

.div30 {
    width: calc(33.3% - 14px);
    float: left;
    margin-top: 20px;
    margin-bottom: 24px;
}

    .div30 img {
        width: 100%;
    }

    .div30.mg-right-20 {
        margin-right: 20px;
    }

.ul-sl {
    padding-left: 20px;
}

    .ul-sl li {
        margin-bottom: 5px;
        list-style: disc;
        width: 100%;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #2C2C2C;
    }

.table-tindang {
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 16px;
}

    .table-tindang .table-left {
        width: 335px;
        float: left;
    }

    .table-tindang .table-right {
        width: calc(100% - 335px);
        float: left;
        padding: 5px 16px 5px 22px;
    }

.a-line {
    text-decoration: underline;
    color: #2C2C2C !important;
}

.item-vip {
    display: inline-block;
    width: 100%;
}

    .item-vip .item-left {
        width: 28.5px;
        float: left;
    }

    .item-vip .item-right {
        width: calc(100% - 28.5px);
        float: left;
    }
.dfn{
    font-style: italic !important;
}
.btn-e {
    background: #FFFFFF;
    border-radius: 4px;
    display: inline-block;
    flex-direction: row;
    align-items: center;
    padding: 2px 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    
}
.gray {
    color: #2C2C2C !important;
}
/*end Content*/
.wap {
    display: none;
}

.p-bold {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: #163458;
    margin-top: 80px;
}

.all-content.bg {
    background: #F9F9F9;
    width: 100%;
    position: relative;
}


.p-dont-ibm {
    font-size: 18px;
    font-family: 'IBM Plex Sans';
    color: #405A98;
    margin-top: 90px;
}

p.lh-40 {
    margin-top: 20px;
}

.p-dont-ibm b {
    color: #5E5E5E !important;
}

.xemthem {
    background: linear-gradient(180deg, #405A98 0%, #3A76FF 100%);
    width: 121px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-family: 'IBM Plex Sans';
    font-size: 20.0464px;
    font-style: normal;
    font-weight: 600;
}

.table-1 {
    margin: auto;
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
    overflow: scroll;
    margin-bottom: 20px;
}

    .table-1 p {
        text-align: center;
        line-height: 180%;
    }

footer.all-content {
    margin-top: 80px;
    padding: 70px 0px 8px;
    background: #07518C;
}

    footer.all-content h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
    }

    footer.all-content h3,
    footer.all-content p {
        color: #fff;
    }

        footer.all-content p.text-center {
            text-align: center;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
        }

    footer.all-content p {
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }

.title2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
    color: #1C1C1C;
    margin-top: 50px;
}
/**update 10/11**"*/
.hr-green {
    background: #97999B;
    width: 160px;
    height: 2px;
    margin: 20px auto 40px;
}

.solieu1 {
    width: 92.2%;
    height: 187px;
    margin: auto;
    margin-bottom: 100px;
}

.solieu-l {
    float: left;
    width: 60.2%;
}

.solieu-r {
    float: left;
    width: 39.8%;
}

.fz-21 {
    font-size: 21px !important;
}

.title-h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 66px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #07518C;
}

.title-red {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */

    letter-spacing: -0.2px;
    /* Red 3 - default */
    margin: 20px 0 24px;
    color: #E03C31;
}

.div-vip {
    padding: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2C2C2C;
}

.ic-li {
    margin-right: 10px;
}

.mg-top-235 {
    margin-top: 100px;
}

.charbox {
    margin-bottom: 40px;
}

.mg-botom-0 {
    margin-bottom: 0;
}


/*15/04/2021*/
.bg-gray-chart {
    background: #E5E5E5;
    padding: 37px 37px 26px 37px;
    margin-bottom: 40px;
}

.left-chart {
    width: calc(50% - 12px);
    float: left;
}

.mg-right-12 {
    margin-right: 12px;
}

.mg-left-12 {
    margin-left: 12px;
}

.btn1 {
    float: left;
    position: relative;
    padding-left: 35px;
}

.mg-right-25 {
    margin-right: 25px;
}

.note-chart {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 32px;
    /* identical to box height, or 267% */

    text-align: center;
    color: #404040;
}

.title-chart {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #07518C;
    margin: 0;
    margin-bottom: 12px;
}

.btn-ss {
    width: auto;
    margin: auto;
    display: inline-block;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #07518C;
}

.btn1:before {
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -35px;
    content: '';
    background: #CBDAE4;
    border: 1px solid #84A8C2;
}

.sp0-titleh3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    /* BDS blue */
    color: #07518C;
}

.sp-titleh3 {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    /* BDS blue */
    width: 100%;
    display: inline-block;
    color: #07518C;
}

.sp1-titleh3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    /* identical to box height */
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #07518C;
    margin-bottom: 28px;
}

.sp2-titleh3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    /* identical to box height, or 135% */
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #07518C;
    margin-bottom: 15px;
}

.p-img {
    margin-bottom: 40px;
}

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

.chart-gray {
    background: #E5E5E5;
    width: 100%;
    padding: 10px;
}

.sp1-titleh4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    /* or 133% */

    text-align: center;
    text-transform: uppercase;
    color: #07518C;
}

.sp-chart {
    float: left;
    margin-right: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    /* identical to box height, or 193% */
    padding-left: 55px;
    text-transform: uppercase;
    color: #07518C;
}

.sp-1 {
    background: #CBDAE4;
    border: 1px solid #84A8C2;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 11px;
}

.sp-2 {
    background: #A1BCCF;
    border: 1px solid #84A8C2;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 11px;
}

.charbox .iframe {
    width: 100%;
    min-height: 400px;
}

.btn-2:before {
    background: #A1BCCF;
    border: 1px solid #84A8C2;
}
.bg-pink{
    background: #FFECEB;
    border-radius: 8px;
}
.bg-yellow {
    background: #FFF8E7;
    border-radius: 8px;
}
.bg-blue {
    background: #E8FEFF;
    border-radius: 8px;
}
.vip-name {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: -0.2px;
    /* Red/Red - 4 (brand color) */
    display: inline-block;
}
.vip-info {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    letter-spacing: -0.2px;
    /* Neutral/Gray - 6 (brand color) */

    color: #2C2C2C;
}
.table-right .ul-sl {
    margin-top: 16px;
}
.table-right .ul-sl li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* or 133% */
    /* Neutral/Gray - 6 (brand color) */

    color: #2C2C2C;
}
.bg-nomal {
    background: #F2F2F2;
    border-radius: 8px;
}
.btn-e.yellow {
    color: #A6732B !important;
}
/*reponse*/
@media screen and (max-width: 1370px) {
    header .header.page {
        min-height: 1144px;
        background-size: auto 1144px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 100%;
    }

    .header .bottom-header .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    header.header.page {
        min-height: 900px;
        background-size: auto 900px;
    }

    .header .top-header .row1 {
        margin-top: -205px;
        margin-left: 230px;
        font-size: 16px;
    }

    .header .bottom-header ul {
        margin-left: 100px;
    }

    .header .bottom-header .container {
        width: 1024px;
    }

    .solieu1 {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    header.header.page {
        background: url(../images/bg-header-ipad.jpg) no-repeat top center;
        min-height: 1050px;
        background-size: 100%;
    }

    .solieu1 {
        width: 100%;
    }

    .header .top-header .row1 {
        width: 66%;
    }

    .header .bottom-header {
        display: none;
    }

    .header .top-header .row1 {
        width: 40%;
        margin-left: 370px;
    }

    .header .top-header {
        bottom: 100px;
    }

    .content.width {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .content.width,
    .content,
    .bg-body.bg-body-3 .row3 .col.colleft p {
        width: calc(100% - 30px);
    }

    .bg-body.bg-body-2 .row1 .col {
        width: 50%;
    }

    header.header.page {
        min-height: 1440px;
        background-size: 100% !important;
        background: url(../images/bg-heade-rmobile.jpg) no-repeat top center;
    }

    .header .bottom-header {
        display: none;
    }

    .all-content .content-product h3 {
        font-size: 30px;
    }

    .header .top-header,
    .header .bottom-header {
        width: 100%;
        position: absolute;
        margin: auto;
        bottom: 0px;
    }

    .footer .bg-body-6 p.note {
        padding-left: 30px;
    }

    .header .top-header .row1 {
        color: #000;
        margin: 0px auto !important;
        padding: 15px;
        width: 75%;
        text-align: justify;
    }

    .all-content .content-product h3,
    .footer .bg-body-6,
    .all-content .content-product h3.title2 {
        background-size: 100%;
    }

        .all-content .content-product h3.title3 {
            background: url(../images/bg-title2.png) no-repeat top center;
            padding: 210px 0 10px !important;
            margin: 30px 0px 0 !important;
        }

    .web {
        display: none;
    }

    .wap {
        display: block;
    }

    .ul-sl2 {
        margin-bottom: 70px;
    }

    .left-chart {
        width: 100%;
        display: inline-block;
    }

    .title-h2-v2 {
        font-size: 70px;
    }

    .bg-gray-chart {
        padding: 35px 16px 7px;
    }

    .btn1:before {
        width: 15px;
        height: 15px;
        margin-left: -21px;
        margin-top: 4px;
    }

    .mg-left-12 {
        margin-left: 0;
    }

    .mg-right-12 {
        margin-right: 0;
    }

    .btn1 {
        padding-left: 25px;
    }

    .mg-top-30 {
        margin-top: 30px;
    }

    .text-left {
        text-align: left;
    }

    .note-chart {
        font-size: 7px;
    }

    .btn-ss {
        font-size: 9px;
        margin-bottom: 5px;
    }

    .title-chart {
        font-size: 18px;
        line-height: 26px;
    }

    .bg-body-3 {
        margin-bottom: 50px;
    }

    .h4-title {
        font-size: 20px;
    }

    .text-center {
        text-align: center !important;
    }

    .content-product .text-center.p-img img {
        width: 100%;
    }

    .content-product h3.title,
    h3.title.wap {
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #005A78;
        font-family: 'Roboto';
        text-align: left;
        margin-bottom: 12px;
        text-transform: initial;
    }

    footer.all-content h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
    }

    footer.all-content {
        background-size: auto 100%;
        margin-top: 35px;
    }

        footer.all-content p.text-center {
            margin-bottom: 35px;
        }

        footer.all-content .container {
            padding-left: 36px;
            padding-right: 36px;
        }

        footer.all-content p {
            font-size: 10px;
        }

    .h3-title {
        font-size: 29px;
        line-height: 45px;
    }

    .sp2-titleh3 {
        font-size: 18px;
    }

    .ul-sl li span.sp2 {
        line-height: 27px;
    }

    .title-h4 {
        line-height: 30px;
        margin: 40px 0 20px;
        font-size: 30px;
    }

    .sp1-titleh3 {
        font-size: 20px;
    }

    .hr-green {
        margin: 20px auto;
    }

    .sp-title, .title-28 {
        font-size: 16px;
    }

    .content-product .w-40,
    .content-product .w-60 {
        width: 100%;
    }

    .content p {
        font-size: 16px;
        text-align: left;
    }

    .mg-top-145 {
        margin-top: 75px;
    }

    .pd-top-145 {
        padding-top: 75px;
    }

    .solieu-l {
        width: 100%;
    }

    .mg-top-235 {
        margin-top: 70px;
    }

    .mg-top-100 {
        margin-top: 50px;
    }

    .div30 {
        width: 100%;
        margin-bottom: 20px;
    }

    .table-left, .table-right {
        width: 100% !important;
    }

    
}

@media screen and (max-width: 414px) {
    header.header.page {
        min-height: 1100px;
    }

    .header .top-header .row1 {
        width: 100%;
    }


    .bg-body.bg-body-2 .row1 .col.colleft,
    .bg-body.bg-body-2 .row1 .col.colright,
    .bg-body.bg-body-3 .row3 .col.colleft,
    .bg-body.bg-body-3 .row3 .col.colright {
        width: 100%;
    }

    .bg-body.bg-body-2 .col.colleft img,
    .bg-body.bg-body-3 .row3 .col.colright {
        width: 100%;
        margin: 30px 0px;
        min-height: initial;
    }
}

@media screen and (max-width: 380px) {
    header.header.page {
        min-height: 1050px;
    }
}
/*end reponse*/
