@font-face {
    font-family: 'MyriadPro Light';
    src: url('fonts/MyriadPro-Light.eot');
    src: url('fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'), url('fonts/MyriadPro-Light.woff') format('woff'), url('fonts/MyriadPro-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Bold';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Extrabld';
    src: url('fonts/ProximaNova-Extrabld.eot');
    src: url('fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Extrabld.woff') format('woff'), url('fonts/ProximaNova-Extrabld.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Light';
    src: url('fonts/ProximaNova-Light.eot');
    src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Regular';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Semibold';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Thin';
    src: url('fonts/ProximaNova-Thin.eot');
    src: url('fonts/ProximaNova-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Thin.woff') format('woff'), url('fonts/ProximaNova-Thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

html {
    /* overflow-y: scroll; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
    color: #2b2b2b;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

body {
    background: #f5f5f5;
    /* overflow:hidden; */
}

a {
    /* color: #24890d; */
    text-decoration: none;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

button {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

a:active,
a:hover {
    /* color: #41a62a; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    /* font-weight: 700;
	margin: 36px 0 12px; */
    margin-top: 30px;
    margin-bottom: 25px;
}

h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}

h2 {
    font-size: 24px;
    line-height: 1;
}

h3 {
    font-size: 22px;
    line-height: 1.0909090909;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 700;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

p {
    margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px;
}

blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

li>ul,
li>ol {
    margin: 0 0 0 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}


/* Support a widely-adopted but non-standard selector for text selection styles
	* to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
*/


/*::selection {
    background: #24890d;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #24890d;
    color: #fff;
    text-shadow: none;
}*/


/*Page luân*/

* {
    margin: 0;
    padding: 0;
    float: none;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    color: #4b4b4b;
}

.ui-corner-all {
    transition: All 0s ease;
    -webkit-transition: All 0s ease;
    -moz-transition: All 0s ease;
    -o-transition: All 0s ease;
}

.ui-widget-content,
.ui-widget-header {
    background: none;
    background-color: #6cbabd;
    border: 0;
}

body {
    font-family: "ProximaNova Regular";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.pad0 {
    padding: 0;
}

.padr0 {
    padding-right: 0;
}

.padl0 {
    padding-left: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.btn {
    white-space: normal;
}

.btn-luan {
    border: 0;
    background-image: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    color: white;
    font-size: 17px;
}

.btn-build {
    background-color: #e77881;
    padding: 10px 20px;
    font-size: 20px;
}

h1 {
    font-size: 40px;
    margin: 0;
    font-family: "ProximaNova Thin";
}

h1 span {
    font-family: "ProximaNova Bold";
}


/*header*/

header {
    background-color: #a5ebee;
}

header .navbar-inverse {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    padding-top: 50px;
}

header .navbar-inverse a {
    font-family: "ProximaNova Light" !important;
    font-size: 18px;
    text-shadow: none;
    margin-bottom: 90px;
}

header .logo h1 {
    margin-top: -10px;
}

header .logo h1 a {
    color: #e77881;
    text-transform: uppercase;
    font-family: "ProximaNova Extrabld" !important;
    font-size: 40px;
}

header .navbar-inverse .navbar-nav>li>a:focus {
    border: 0;
    color: #4b4b4b;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    outline: none;
}

header .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #92d1d4;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    color: white;
    padding-bottom: 8px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 1px #e2dfdf;
    -webkit-box-shadow: inset 0px 0px 1px #e2dfdf;
    box-shadow: inset 0px 0px 1px #e2dfdf;
}

header .navbar-inverse .navbar-nav>.active>a,
header .navbar-inverse .navbar-nav>.active>a:hover,
header .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: #92d1d4;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    color: white;
    padding-bottom: 8px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 1px #e2dfdf;
    -webkit-box-shadow: inset 0px 0px 1px #e2dfdf;
    box-shadow: inset 0px 0px 1px #e2dfdf;
}

header .navbar-inverse .navbar-brand,
header .navbar-inverse .navbar-nav>li>a {
    color: #4b4b4b;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
}

header .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 5px;
}

header .navbar-inverse .navbar-toggle {
    background-color: #333;
}

header .navbar-nav {
    float: right;
}

header .login-button {
    display: block;
    float: right;
}

header .login-button .btn-login-header {
    background-color: #e77881;
    padding: 5px 25px;
    margin-right: 5px;
}

header .login-button .btn-signup-header {
    background-color: #5c5c5c;
    padding: 5px 15px;
}

header .image-top-header {
    text-align: center;
}

header .image-top-header h1 span {
    font-family: "ProximaNova Extrabld";
}

header .image-top-header p {
    font-family: "ProximaNova Light";
    font-size: 19px;
    margin-bottom: 115px;
}

header .image-top-header .mar-free {
    margin-right: 30px;
    margin-left: -10px;
}

header .image-top-header .mar-free1 {
    margin-top: -65px;
}

header .image-top-header img {
    width: 45%;
}


/*Section 1*/

.section1 {
    padding: 50px 0 40px 0;
    text-align: center;
    background: #ffffff;
}

.section1 h1 {
    margin-bottom: 70px;
}

.section1 .step-section1 img {
    display: table-cell;
    vertical-align: middle;
}

.section1 .step-section1 .border-luan {
    width: 65.1%;
    background-color: transparent;
    display: table-cell;
    vertical-align: middle;
}

.section1 .step-section1 .border-luan .luan1 {
    width: 100%;
    height: 2px;
    border-top: 2px dashed #b7b7b7;
}

.section1 .step-section1 .bottom-text {
    display: table-row;
    vertical-align: bottom;
    font-size: 19px;
}

.section1 .step-section1 .step1 .bottom-text p {
    margin-top: 30px;
    width: 168px;
}

.section1 .step-section1 .step2 .bottom-text p {
    margin-left: -70px;
    margin-right: -70px;
    margin-top: 30px;
    width: 290px;
}

.section1 .step-section1 .step3 .bottom-text p {
    margin-left: -70px;
    margin-right: -70px;
    margin-top: 30px;
    width: 245px;
    text-align: right;
}

.section1 .step1,
.section1 .step2,
.section1 .step3 {
    float: left;
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 42.7%;
}

.section1 .step3 {
    text-align: right;
    width: 13.3%;
}

.section1 p {
    width: 100%;
    text-align: center;
    font-size: 19px;
    margin-top: 10px;
}


/*Section 2*/

.section2 {
    padding: 70px 0;
    background-color: #f2f2f2;
}

.section2 .right-section2 h1 {
    line-height: 50px;
    margin-bottom: 30px;
}

.section2 .right-section2 p {
    font-size: 19px;
}

.section2 .right-section2 p:last-child {
    margin-bottom: 0;
}

.section2 .luan-test {
    display: table;
    vertical-align: middle;
}

.section2 .container .left-section2 {
    display: table-cell;
    vertical-align: middle;
    width: 44%;
}

.section2 .container .left-section2 img {
    width: 100%;
}

.section2 .container .right-section2 {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0 15px;
}


/*Section 3*/

.section3 {
    padding: 50px 0;
    background-color: #fff;
    text-align: center;
}

.section3 h1 {
    margin-bottom: 5px;
}

.section3 p {
    font-size: 19px;
}

.section3 .section3-bottom a p {
    color: #e77881;
    font-size: 20px;
    font-family: "ProximaNova Bold";
}

.section3 .section3-bottom img {
    display: inline;
    margin-left: 20px;
}

.section3 .flipster-carousel {
    position: relative;
    padding-top: 25px;
    padding-bottom: 40px;
}

.section3 .flipto-prev,
.section3 .flipto-next {
    position: absolute;
    top: 44%;
    background-color: transparent;
    width: 27px;
    height: 46px;
    outline: none;
}

.section3 .flipster-carousel .flip-items img {
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
    border-radius: 5px;
}

.section3 .flipto-prev {
    background: url("../../img/frontend/images/prev-icon.png") no-repeat center center;
    left: 0;
    text-indent: -999px;
}

.section3 .flipto-next {
    background: url("../../img/frontend/images/next-icon.png") no-repeat center center;
    right: 0;
    text-indent: 999px;
}


/*Section4*/

.section4 {
    padding: 70px 0 0 0;
    background-color: #f2f2f2;
}

.section4 .container .col-md-6:first-child,
.section4 .container .col-lg-6:first-child {
    width: 45%;
}

.section4 .container p {
    font-size: 19px;
}

.section4 .container .right-section4 {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 15px;
}

.section4 .container .right-section4 img {
    width: 100%;
}


/*Section 5*/

.section5 {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}

.section5 .left-section5 .top-section5,
.section5 .left-section5 .bottom-section5 {
    display: table;
    vertical-align: middle;
}

.section5 .left-section5 img {
    width: 100%;
}

.section5 .left-section5 img,
.section5 .left-section5 .border-luan,
.section5 .left-section5 .right-top {
    display: table-cell;
    vertical-align: middle;
}

.section5 .left-section5 .border-luan {
    width: 30%;
    background-color: transparent;
}

.section5 .left-section5 .border-luan .luan1 {
    width: 100%;
    height: 2px;
    border-top: 2px dashed #b7b7b7;
}

.section5 .left-section5 p {
    width: 104px;
    height: 104px;
    border-radius: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: "ProximaNova Bold";
    font-size: 30px;
    color: white;
    padding-left: 8px;
}

.section5 .left-section5 .top-section5 p {
    background-color: #d15e68;
}

.section5 .left-section5 .bottom-section5 p {
    background-color: #81a9c9;
}

.section5 .left-section5 .right-top span {
    font-size: 19px;
    font-family: "ProximaNova Extrabld";
    color: #4b4b4b;
}

.section5 .left-section5 .right-top p {
    position: relative;
}

.section5 .left-section5 .text-top-left-section5 {
    background-image: url("../../img/frontend/images/text-top-left-section5.png");
    width: 96px;
    height: 28px;
}

.section5 .left-section5 .text-bottom-left-section5 {
    background-image: url("../../img/frontend/images/text-bottom-left-section5.png");
    width: 91px;
    height: 23px;
}

.section5 .left-section5 .text-top-left-section5,
.section5 .left-section5 .text-bottom-left-section5 {
    top: -20px;
    position: absolute;
    z-index: 9999;
    display: block;
    left: 6px;
}

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

.section5 .right-section5 p {
    font-size: 19px;
}

.section5 .section5-button {
    margin-top: 50px;
}


/*Section 6*/

.section6 {
    padding: 30px 0;
    background-color: #fafafa;
    text-align: center;
}

.section6 img {
    display: inline;
    margin-right: 40px;
}

.section6 img:last-child {
    margin-right: 0;
}


/*Section7*/

.section7 {
    background-color: #a5ebee;
    padding: 50px 0;
}

.section7 h1 {
    text-align: center;
}

.section7 .des-slider-luan {
    text-align: center;
    width: 71%;
    display: block;
    margin: 0 auto;
}

.section7 .des-slider-luan img {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}

.section7 .des-slider-luan p {
    font-size: 19px;
    width: 90%;
    float: left;
    margin-bottom: 40px;
}

.section7 h2 {
    font-size: 19px;
    text-align: center;
}

.section7 h2 span {
    font-family: "ProximaNova Semibold";
    color: #e77881;
}

.section7 .border-slider-luan {
    width: 100%;
    border-top: 3px solid white;
    height: 31px;
    text-align: center;
    margin-bottom: 30px;
}

.section7 .border-slider-luan img {
    background-color: #a5ebee;
    margin-top: -3px;
}

.section7 .avt-slider-luan {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid white;
    height: auto;
    width: auto;
    overflow: hidden;
    display: block;
    width: 171px;
    height: 171px;
}

.section7 .avt-slider-luan img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    float: left;
    -moz-box-shadow: 0px 0px 7px #000000;
    -webkit-box-shadow: 0px 0px 7px #000000;
    box-shadow: 0px 0px 7px #000000;
}

.section7 .carousel-indicators {
    position: static;
    margin: 0;
    text-align: center;
    width: auto;
    margin-top: 35px;
}


/*Footer*/

footer {}

footer .top-footer {
    background-color: #30323b;
    padding: 70px 0;
    color: white;
}

footer .top-footer h3 {
    font-size: 20px;
    color: #e77881;
    font-family: "ProximaNova Bold";
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

footer .top-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 19px;
}

footer .top-footer ul a {
    color: white;
}

footer .top-footer .padfree1 {
    padding-left: 50px;
}

footer .top-footer .fot3,
footer .top-footer .fot4 {
    text-align: center;
}

footer .top-footer .fot3 .img-responsive,
footer .top-footer .fot4 .img-responsive {
    display: inline;
}

footer .top-footer .fot3 .contact-form {
    display: block;
    overflow: hidden;
    width: 320px;
    margin: 25px auto 0;
}

footer .top-footer .fot3 .contact-form input[type="text"] {
    height: 35px;
    border: 0;
    border-radius: 5px 0 0 5px;
    width: 220px;
    padding-left: 9px;
    float: left;
    font-size: 15px;
}

footer .top-footer .fot3 .contact-form input[type="submit"] {
    height: 35px;
    border: 0;
    border-radius: 0 5px 5px 0;
    float: left;
    font-size: 16px;
    background-color: #c26871;
    padding: 0 15px;
}

footer .top-footer .fot4 p {
    font-size: 16px;
    margin-top: 30px;
}

footer .bottom-footer {
    background-color: #1b1c22;
    padding: 20px 0;
    font-size: 16px;
    color: white;
}

footer .bottom-footer .coppy-right {
    float: left;
    padding-top: 10px;
}

footer .bottom-footer .social-icon {
    display: inline;
    text-align: right;
}

.social-icon a {
    margin-right: 25px;
}

.social-icon i {
    background-color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: black;
}

.social-icon a:last-child {
    margin-right: 0;
}

.social-icon i.fa-facebook {
    padding: 10px 15px;
}

.social-icon i.fa-twitter {
    padding: 10px 11px;
}

.social-icon i.fa-google {
    padding: 10px 13.5px;
}

.social-icon i.fa-linkedin {
    padding: 10px 13px;
}


/*Pricing*/

.section1-pricing {
    background-color: #fff;
    padding: 80px 0 45px 0;
}

.section1-pricing h1 {
    color: #fff;
    background-color: #43888b;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 30px;
}

.section1-pricing p {
    text-align: center;
    font-size: 19px;
    margin-top: 45px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.section1-pricing p a {
    color: #e77881;
}

.section1-pricing .content-section1-pricing {
    background-color: #dedede;
    float: left;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 50px;
}

.section1-pricing .content-section1-pricing .top-content {
    min-height: 542px;
    float: left;
    clear: both;
}

.section1-pricing .btn-build {
    margin-top: 35px;
}

.section1-pricing .content-section1-pricing p {
    text-align: left;
    float: left;
    width: auto;
}

.section1-pricing .pricing {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin: 35px 0 0 0;
    color: black;
}

.section1-pricing .menhgia,
.section1-pricing .tien,
.section1-pricing .thapphan {
    display: inline-block;
    width: auto;
    font-size: 30px;
}

.section1-pricing .tien {
    font-size: 65px;
    font-family: "ProximaNova Semibold";
    padding-left: 15px;
    position: relative;
}

.section1-pricing .tien span {
    font-size: 30px;
    font-family: "ProximaNova Regular";
}

.section1-pricing .menhgia {
    position: absolute;
    top: 0;
    left: -10px;
}

.section1-pricing .donvi {
    display: inline-block;
    font-size: 24px;
}

.section1-pricing .thapphan {
    position: absolute;
    top: 0;
    right: -45px;
}

.section1-pricing .content-section1-pricing p {
    margin-bottom: 25px;
    margin-top: 0;
}

.section1-pricing .content-section1-pricing ul {
    padding: 0;
    list-style-type: none;
    text-align: left;
    margin: 0 -20px;
}

.section1-pricing .content-section1-pricing ul li {
    font-size: 17px;
    color: #4b4b4b;
    display: block;
    float: left;
    clear: both;
    border-top: 1px solid #cdcdcd;
    width: 100%;
    padding: 15px 20px;
}

.section1-pricing .content-section1-pricing ul li:last-child {
    border-bottom: 1px solid #cdcdcd;
}

.luan-box {
    padding: 0;
    margin: 0 2px;
}

.section1-pricing .container {
    padding-left: 4%;
}


/*active*/

.luan-box1 {
    padding-left: 0px;
    padding-right: 0px;
}

.luan-box-active {
    border-radius: 5px 5px 0 0;
    /*margin: 0 0px;*/
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    box-shadow: 0px 0px 8px #000000;
    margin-top: -20px;
}

.luan-box-active h1 {
    /*margin-left: -15px;
    margin-right: -15px;*/
}

.luan-box-active .content-section1-pricing {
    padding-bottom: 70px;
    background-color: white;
    opacity: 0.65;
}

.section2-pricing {
    padding: 80px 0 45px 0;
    position: relative;
}

.section2-pricing .left {
    padding-right: 35px;
    width: 50%;
    float: left;
    display: block;
}

.section2-pricing .right {
    padding-left: 35px;
}

.section2-pricing .right p {
    margin-bottom: 0;
}

.section2-pricing .right .btn-build {
    margin-top: 24px;
}

.section2-pricing .img-top-sectiop2-pricing {
    margin-bottom: 53px;
}

.section2-pricing .img-bottom-sectiop2-pricing {
    position: absolute;
    bottom: 0;
    left: 160px;
    width: 35%;
}

.section2-pricing h1 {
    margin-bottom: 30px;
}

.section2-pricing p {
    font-size: 19px;
}

.section2-pricing img {
    float: right;
    clear: both;
}

.section2-pricing .btn-build {
    margin-right: 15px;
}

.section2-pricing .den {
    margin-right: 0;
    background-color: #5c5c5c;
}

.section3-pricing {
    background-color: #a5ebee;
    padding: 50px 0 0px 0;
}

.section3-pricing h1 {
    text-align: center;
    width: auto;
    margin-bottom: 50px;
}

.section3-pricing .height-luan200 {
    height: 220px;
    overflow: hidden;
    padding-left: 5%;
    margin-bottom: 60px;
}

.section3-pricing .height-luan200 h3 {
    font-size: 24px;
    margin-top: 0;
}

.section3-pricing .height-luan200 p {
    font-size: 19px;
}


/*Template*/

.section-template {
    background-color: #f2f2f2;
    padding: 60px 0 135px 0;
    text-align: center;
}

.section-template .top {
    text-align: left;
}

.section-template .top .bottom-content {
    background-color: white;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 55px;
    -webkit-box-shadow: 1px 1px 4px #d5d5d5;
    -moz-box-shadow: 1px 1px 4px #d5d5d5;
    box-shadow: 1px 1px 4px #d5d5d5;
}

.section-template .top img {
    width: 100%;
    margin-bottom: 15px;
}

.section-template .top h3 {
    float: left;
    margin: 0;
    font-size: 19px;
    font-family: "ProximaNova Semibold";
    white-space: nowrap;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-template .top .btn-build {
    float: right;
    clear: right;
    height: 25px;
    font-size: 14px;
    color: white;
    padding: 0 15px;
    border-radius: 0;
}

.section-template .top p {
    float: left;
    clear: both;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "ProximaNova Light";
}

.section-template .top-add .left ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: white;
    font-size: 19px;
    border: 1px solid #e8e8e8;
    border-top: 0;
    border-bottom: 0;
    max-height: 416px;
    overflow: hidden;
}

.section-template .top-add .left ul.more {
    max-height: 1500px;
}

.section-template .top-add .left ul li {
    padding-left: 33%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    background-position: 11% center;
}

.section-template .top-add .left ul li a {
    color: #6b6b6b;
}

.section-template .top-add .left ul li.active {
    background-color: #81a9c9;
}

.section-template .top-add .left ul li.active a {
    color: white;
}

li.all-template {
    background-image: url("../../img/frontend/images/all-template-icon.png");
    background-repeat: no-repeat;
}

.nut {
    width: 100%;
    font-size: 19px;
    color: #81a9c9;
    padding: 30px 0;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-bottom: 1px solid #dcdcdc;
    border-top: 0;
    cursor: pointer;
}

.section-template .top-add .right {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.section-template .top-add .right .slider {
    position: relative;
}

.section-template .top-add .right .slider .owl-next,
.section-template .top-add .right .slider .owl-prev {
    position: absolute;
    top: 30%;
    font-size: 45px;
    color: white;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.5);
}

.section-template .top-add .right .slider .owl-next {
    right: 0;
    padding: 4px 15px 6px 20px;
    font-family: 'FontAwesome', sans-serif !important;
}

.section-template .top-add .right .slider .owl-prev {
    left: 0;
    padding: 4px 20px 6px 15px;
    font-family: 'FontAwesome', sans-serif !important;
}

.section-template .top-add .right .item img {
    width: 100%;
    height: 340px;
}

.section-template .top-add .right h3 {
    font-size: 20px;
    font-weight: normal;
    width: auto;
    text-align: left;
    font-family: "ProximaNova Semibold";
    margin: 20px 0;
}

.section-template .top-add .right p {
    display: block;
    text-align: left;
    font-family: "ProximaNova Light";
    font-size: 16px;
    float: left;
    max-width: 70%;
}

.section-template .top-add .right .btn-build {
    display: block;
    float: right
}


/*App*/

.header-app {
    background-color: white;
}

.header-app .top-header-app {
    background-color: #4b4b4b;
    padding: 10px 0;
    overflow: hidden;
    clear: both;
    color: white;
    font-size: 15px;
}

.header-app .top-header-app .left,
.header-app .top-header-app .center {
    float: left;
}

.header-app .top-header-app .left .icon {
    float: left;
    overflow: hidden;
}

.header-app .top-header-app .left i.fa-bars {
    font-size: 25px;
    padding: 6px 10px;
    color: white;
    background-color: #6cbabd;
    border-radius: 5px;
    cursor: pointer;
    float: left;
}

.header-app .top-header-app .left ul,
.header-app .top-header-app .right ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
    margin-left: 20px;
}

.header-app .top-header-app .left ul li,
.header-app .top-header-app .right ul li {
    float: left;
    padding: 6px 15px;
    background-color: white;
    border: 1px solid #c8c8c8;
}

.header-app .top-header-app .left ul li:first-child {
    border-radius: 5px 0 0 5px;
}

.header-app .top-header-app .left ul li:last-child {
    border-radius: 0 5px 5px 0;
}

.header-app .top-header-app .left ul li i {
    margin-right: 5px;
}

.header-app .top-header-app .left ul li a,
.header-app .top-header-app .right ul li a {
    color: black;
    outline: none;
}

.header-app .top-header-app .center {
    width: auto;
    text-align: center;
    padding: 9px 222px;
}

.header-app .top-header-app .center i {
    margin-right: 10px;
}

.header-app .top-header-app .right {
    float: right;
}

.header-app .top-header-app .right ul {
    margin-left: 0;
}

.header-app .top-header-app .right ul li {
    border-radius: 3px;
}

.header-app .top-header-app .right ul li.save {
    background-color: #d22432;
    border: 1px solid #d22432;
    border-radius: 0 5px 5px 0;
}

.header-app .top-header-app .right ul li.save a {
    color: white;
}

.header-app .container.bottom {
    position: relative;
}

.header-app .menu-left {
    background-color: #ebebeb;
    float: left;
    padding: 5px;
    font-size: 15px;
    width: 260px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.header-app .menu-left .top {
    float: left;
    clear: both;
    width: 100%;
}

.header-app .menu-left ul {
    list-style-type: none;
    float: left;
    margin: 0;
    width: 100%;
}

.header-app .menu-left ul li {
    background-color: #ffffff;
    padding: 10px 0 10px 15px;
    margin-bottom: 5px;
}

.header-app .menu-left ul li a i {
    margin-right: 10px;
}

.header-app .menu-left ul li a {
    color: black;
    display: block;
    width: 100%;
}

.header-app .menu-left .btn-build {
    font-size: 15px;
    width: 120px;
    border-radius: 5px;
    text-align: center;
    float: left;
    padding: 10px 0;
}

.header-app .menu-left .do {
    background-color: #d22432;
    color: #4b4b4b;
    margin-right: 10px;
}

.header-app .menu-left .den {
    background-color: #4b4b4b;
    color: white;
}

.header-app .content-app {
    float: left;
    min-height: 570px;
    border-radius: 1px solid;
    overflow: hidden;
    background-color: white;
    margin-left: 260px;
    width: auto;
}


/*Lead*/

.header-lead .btn-account {
    background-color: #329a9e;
    position: relative;
}

.header-lead .btn-account ul {
    background-color: white;
    list-style-type: none;
    text-align: left;
    padding: 10px 12px;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 4px #d5d5d5;
    -moz-box-shadow: 0px 0px 4px #d5d5d5;
    -webkite-box-shadow: 0px 0px 4px #d5d5d5;
    width: 185px;
    padding-left: 15px;
    position: absolute;
    right: 0;
    top: 37px;
    z-index: 9999999;
    display: none;
}

.header-lead .btn-account ul li {
    line-height: 30px;
    cursor: pointer;
}

.header-lead .btn-account ul li:last-child {
    margin-top: 10px;
}

.header-lead .btn-account ul li a {
    font-size: 14px;
    color: #4b4b4b;
    margin: 0;
    cursor: pointer;
    display: block;
    outline: none;
}

.header-lead .glyphicon,
.header-lead .fa {
    margin-right: 5px;
    text-align: center;
}

.header-lead .glyphicon-user {
    font-size: 13px;
    margin-right: 5px;
}

.section-leadpage {
    float: left;
    width: 100%;
    margin-bottom: 300px;
    margin-top: -20px;
}

.section-leadpage .top {
    background-color: #4b4b4b;
    padding: 7px;
    border-radius: 5px;
    font-size: 15px;
    float: left;
    width: 100%;
    clear: both;
    padding-right: 20px;
}

.section-leadpage .top .button-left {
    float: left;
}

.section-leadpage .top .button-left i {
    margin-right: 10px;
}

.section-leadpage .top .btn-luan {
    font-size: 15px;
}

.section-leadpage .top .do {
    background-color: #e77881;
}

.section-leadpage .top .do:first-child {
    margin-right: 5px;
}

.section-leadpage .top .select-box-right {
    float: right;
    color: white;
    padding-top: 5px;
}

.section-leadpage .top .select-box-right span {
    color: #a5ebee;
    cursor: pointer;
    padding-bottom: 10px;
    position: relative;
}

.section-leadpage .top .select-box-right ul {
    position: absolute;
    top: 20px;
    background-color: white;
    list-style-type: none;
    margin: 0;
    color: black;
    text-align: left;
    display: none;
    z-index: 9999;
    right: 0;
    border: 1px solid #c5c5c5;
}

.section-leadpage .top .select-box-right ul li {
    padding: 5px 15px;
}

.section-leadpage .top .select-box-right ul li a {
    color: black;
}

.section-leadpage .des {
    background-color: #d3f5f7;
    padding: 20px 0;
    float: left;
    width: 100%;
    font-size: 16px;
}

.section-leadpage .des p {
    margin-bottom: 10px;
    padding: 0 20px;
}

.section-leadpage .des p span {
    font-family: "ProximaNova Bold";
}

.section-leadpage .link {
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    background-color: white;
    font-size: 16px;
    color: #4b4b4b;
    position: relative;
}

.section-leadpage .link ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
}

.section-leadpage .link ul p {
    margin-bottom: 0;
}

.section-leadpage .link ul li {
    float: left;
    width: 100%;
    padding: 10px 20px;
    padding-top: 11px;
}

.section-leadpage .link ul li .left {
    float: left;
}

.section-leadpage .link ul li .left img,
.section-leadpage .link ul li .left p {
    float: left;
    padding-top: 3px;
}

.section-leadpage .link ul li .left img {
    margin-right: 20px;
}

.section-leadpage .link ul li .right {
    float: right;
    text-align: right;
}

.section-leadpage .link ul li .right p {
    display: inline-block;
    color: #d22432;
    margin-right: 10px;
}

.section-leadpage .link ul li .right p:nth-child(4) {
    margin-right: 20px;
}

.section-leadpage .link ul li .right p i {
    color: black;
    padding-right: 5px;
}

.section-leadpage .link ul li .right .select-action {
    position: relative;
    display: inline-block;
}

.section-leadpage .link ul li .right .xam,
.section-leadpage .link ul li .xam_lot {
    background-color: #ebebeb;
    color: black;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    padding: 3px 10px;
    font-size: 14px;
    margin-top: -5px;
    outline: none;
}

.section-leadpage .link ul li {
    position: relative;
}

.section-leadpage .link ul li .xam_lot {
    background-color: #ebebeb;
    border: 1px solid #d7d7d7;
    float: left;
    display: none;
    margin-left: 15px;
    margin-top: 0;
}

.section-leadpage .link ul li .right .select-action {
    background-color: #6cbabd;
    padding: 2px 10px 0px 10px;
    color: white;
    border: 1px solid #5bafb2;
    background-image: url("../../img/frontend/images/border-style-xanh-duong.png");
    background-repeat: repeat-y;
    background-position: 70% center;
    margin-left: 5px;
    cursor: pointer;
}

.section-leadpage .link ul li .right .select-action .glyphicon-pencil {
    font-size: 13px;
}

.section-leadpage .link ul li .right .select-action span {
    margin-left: 7px;
    margin-right: 20px;
}

.section-leadpage .link ul li .right ul {
    position: absolute;
    right: 0;
    top: 27px;
    border: 1px solid #c5c5c5;
    color: black;
    width: 185px;
    font-size: 14px;
    background-color: white;
    padding: 0 0 30px 15px;
    text-align: left;
    box-shadow: 0px 0px 4px #d5d5d5;
    -moz-box-shadow: 0px 0px 4px #d5d5d5;
    -webkite-box-shadow: 0px 0px 4px #d5d5d5;
    z-index: 99999;
    display: none;
}

.section-leadpage .link ul li .right ul li {
    display: inline-block;
    padding: 0;
    margin-top: 15px;
}

.section-leadpage .link ul li .right ul li i {
    margin-right: 10px;
}


/*Box*/

.modal-dialog {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.modal-backdrop {
    background-color: white;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.modal-content {
    font-family: "ProximaNova Light";
}

.modal-header {
    border: 0;
    background-color: #a5ebee;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.modal-dialog a {
    color: #e77881;
    font-size: 19px;
}

.modal-dialog p {
    font-size: 18px;
    overflow: hidden;
}

.modal-dialog span {
    font-family: "ProximaNova Bold";
}

.modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: url("../../img/frontend/images/nut-close.png") no-repeat center center;
    width: 35px;
    height: 35px;
    opacity: 1;
}

.modal-header h4 {
    font-size: 24px;
}

.modal-header h5 {
    font-size: 22px;
}

.modal-body {
    border-radius: 0 0 5px 5px;
}

.modal-body input[type="text"],
.modal-body input[type="password"] {
    border: 1pt solid #C9D7DD;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: 96%;
    box-sizing: content-box;
    padding: 10px 10px 10px 15px;
    color: #201D1D;
    background: #FFF;
    margin-bottom: 10px;
    font-size: 16px;
}

.modal-body input[type="submit"] {
    display: block;
    margin: 20px auto;
    overflow: hidden;
    padding-left: 65px;
    padding-right: 65px;
}


/*LeadBox*/

#leadbox .modal-dialog {
    margin-top: 100px;
}


/*Login*/

.section-login {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

#login .modal-dialog {
    max-width: 460px;
    width: auto;
}

.log .modal-header,
.log .modal-body {
    background-color: white;
    padding-left: 55px;
    padding-right: 55px;
}

.log .modal-header {
    padding-top: 40px;
}

.log .modal-header p {
    margin-bottom: 0;
}

.log .modal-body {
    padding-bottom: 50px;
}

.log .modal-body input[type="submit"] {
    margin-bottom: 0;
}

.log .modal-body input:first-child {
    margin-top: 0;
}

.log .btn-login {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-family: "ProximaNova Bold";
}

.log .remember {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    float: left;
}


/*Signup*/

#signup .modal-dialog {
    max-width: 530px;
    width: auto;
}

#signup .do {
    color: #e77881;
}

#signup .width50 {
    width: 47.55%;
    float: left;
    margin-top: 0;
}

#signup .width50:first-child {
    margin-right: 4.9%;
}

#signup .button-price {
    text-align: center;
}

#signup .xanh {
    font-size: 18px;
    font-family: "ProximaNova Thin";
    background-color: #43888b;
    color: white;
    padding: 5px 25px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}

#signup .xanh span {
    font-size: 12px;
    font-family: "ProximaNova Thin";
}


/*ABTEST*/

.abtest {
    margin-bottom: 0;
}

.abtest .top,
.my-account .top {
    padding: 15px;
}

.abtest .top h2,
.my-account .top h2 {
    font-family: "ProximaNova Light";
    font-size: 22px;
    color: white;
    margin: 0;
}

.abtest .link {
    padding: 60px 20px 70px 20px;
}

.abtest .link .btn-build {
    font-family: "ProximaNova Light";
    font-size: 24px;
    color: black;
    background-color: #e7e7e7;
    border: 0;
    border-bottom: 2px solid #a9a9a9;
    margin-bottom: 20px;
    border-radius: 0;
    width: 270.9px;
}

.abtest .link .btn-build span {
    font-size: 16px;
    display: block;
    clear: both;
}

.abtest .link table {
    border: 0;
    border-top: 1px solid #ddd;
}

.abtest .link table thead {
    border: 1px solid #ddd;
}

.abtest .link table th,
.abtest .link table td {
    text-align: center;
}

.abtest .link table th {
    border: 0;
    padding: 30px 0;
    font-size: 16px;
    vertical-align: top;
}

.abtest .link table tbody td h3 {
    font-size: 16px;
    margin: 0;
    color: #6cbabd;
    margin-bottom: 15px;
}

.abtest .link table tbody tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.abtest .link table tbody tr:nth-child(even) {
    border: 1px solid #ddd;
}

.abtest .link table td {
    padding: 0;
    padding: 20px 0;
    vertical-align: middle;
    font-size: 16px;
    border: 0;
}

.abtest .link table td:nth-child(5),
.abtest .link table th:nth-child(5) {
    background-color: #f4f4f4;
}

.abtest .link table tbody td p {
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    font-family: "ProximaNova Semibold";
    border-radius: 2px;
    color: white;
    width: auto;
    display: inline-block;
    cursor: pointer;
    width: 57px;
    padding-top: 2px;
}

.abtest .link table tbody td input[type="text"] {
    border: 0;
    display: inline-block;
    width: 80px;
    background-color: #43888b;
    text-align: center;
    font-size: 14px;
    font-family: "ProximaNova Semibold";
    padding-top: 3px;
    padding-bottom: 1px;
    color: white;
    border-radius: 2px;
    margin-bottom: 15px;
}

.abtest .link table tbody td p.hong {
    background-color: #e77881;
}

.abtest .link table tbody td p.xanh {
    background-color: #43888b;
}

.abtest .link table tbody td .select-action {
    position: relative;
    background-color: #e4767f;
    padding: 5px 7px 5px 10px;
    display: inline-block;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    border: 0;
    background-image: none;
}

.abtest .link table tbody td .select-action span,
.abtest .link table tbody td .select-action i {
    margin-right: 5px;
    color: #FFF;
}

.abtest .link table tbody td .select-action ul {
    position: absolute;
    top: 33px;
    right: 0;
    border: 1px solid #c5c5c5;
    width: 180px;
    font-size: 14px;
    background-color: white;
    text-align: left;
    box-shadow: 0px 0px 4px #d5d5d5;
    -moz-box-shadow: 0px 0px 4px #d5d5d5;
    -webkite-box-shadow: 0px 0px 4px #d5d5d5;
    z-index: 99999;
    font-size: 14px;
    padding: 10px 5px;
    display: none;
}

.abtest .link table tbody td .select-action ul li {
    padding: 5px;
}

.abtest .link table tbody td .select-action ul li i {
    margin-right: 5px;
}

.abtest .link table tbody td .select-action ul li:first-child {
    padding-top: 0;
}

.abtest .link table tbody td .select-action ul li:last-child {
    padding-bottom: 0;
}

.abtest .link table tbody td .select-action ul li a {
    color: black;
}


/*My Account*/

.my-account .bottom {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    min-height: 430px;
}

.my-account .bottom .left {
    float: left;
    width: 235px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: white;
    border: 1px solid #d5d5d5;
    padding-top: 5px;
    border-top: 0;
}

.my-account .bottom .left ul {}

.my-account .bottom .left ul li {
    padding: 15px;
}

.my-account .bottom .left ul li a {
    font-size: 16px;
    color: #4b4b4b;
}

.my-account .bottom .left ul li.active {
    background-color: #e77881;
}

.my-account .bottom .left ul li.active a {
    color: white;
}

.my-account .bottom .right {
    width: 895px;
    float: right;
    background-color: white;
    border: 1px solid #d5d5d5;
    border-top: 0;
    padding: 25px;
    bottom: 0;
    right: 0;
    top: 0;
    padding-top: 30px;
}

.my-account .bottom .right h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 26px;
    font-family: "ProximaNova Semibold";
}

.my-account .bottom .right table,
.my-account .bottom .right tr,
.my-account .bottom .right td {
    font-family: "ProximaNova Light";
    font-size: 16px;
}

.my-account .bottom .right td {
    padding: 5px 5px 5px 10px;
}

.my-account .bottom .right table span {
    font-family: "ProximaNova Semibold";
}

.my-account .bottom .right .btn-build {
    font-size: 16px;
    font-family: "ProximaNova Light";
    padding: 5px 15px;
}

.my-account .bottom .right p {
    /*margin-bottom: 10px;*/
}


/*My image*/

.my-account .lib-image {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 0;
}

.my-account .lib-image ul li {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 5px;
    display: inline-block;
    margin-right: 25px;
    /*trung edit*/
    width: 140px;
    height: 140px;
    position: relative;
}

.my-account .lib-image ul li .fl-trung {
    height: 70%;
    display: flex;
}

.my-account .lib-image ul li img {
    /*width: 110px;
    height: 83px;*/
    /*trung edit*/
    max-width: 100%;
    max-height: 70%;
    margin: auto;
    display: block;
}

.my-account .lib-image ul li p {
    margin: 0;
    width: 95%;
    background-color: #6cbabd;
    border: 1px solid #5bafb2;
    margin-top: 3px;
    overflow: hidden;
    background-image: url("../../img/frontend/images/border-style-xanh-duong.png");
    background-position: 70% 0;
    background-repeat: repeat-y;
    text-align: center;
    position: absolute;
    bottom: 5px;
}

.my-account .lib-image ul li p span {
    font-size: 12px;
    font-family: "ProximaNova Light";
    color: white;
    float: left;
    padding: 8px;
}

.my-account .lib-image ul li p i {
    color: white;
    font-size: 25px;
}


/*trung edit*/

ul.pagination.new-pag li {
    width: inherit;
    height: inherit;
}

.my-account .lib-image ul li p a {
    display: block;
    padding: 5px 0 0 10px;
    /*float: left;*/
    /*trung edit*/
    float: right;
    margin-right: 10px;
}

.my-account .upload-image {
    overflow: hidden;
    padding: 5px 0;
}

.my-account .upload-image p {
    margin: 0;
    font-size: 16px;
}

.my-account .upload-image .file-upload {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.my-account .upload-image .file-upload input[type="file"] {
    background-color: #e77881;
    width: 240px;
    height: 40px;
    border-radius: 5px;
    background-image: url("images/upload-image-icon-file.png");
    background-repeat: no-repeat;
    background-position: 60px 9px;
    text-indent: -999px;
    cursor: pointer;
}

.my-account .upload-image .file-upload span {
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 14px;
    font-family: "ProximaNova Bold";
    color: white;
    cursor: pointer;
}


/*Action click*/

.margin-show {
    margin-left: -800px !important;
}

.width-full {
    width: 100% !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}


/*Hover*/

.social-icon a:hover i {
    background-color: #a5ebee;
    color: #c26871;
}

footer .top-footer ul a:hover {
    color: #a5ebee;
}

footer .top-footer .fot3 .contact-form input[type="submit"]:hover {
    background-color: #a5ebee;
    color: #30323b;
}

.section-template .top-add .right .slider .owl-next:hover,
.section-template .top-add .right .slider .owl-prev:hover {
    background-color: rgba(0, 0, 0, 1);
}

.section-template .top-add .left ul li:hover {
    background-color: #81a9c9;
}

.section-template .top-add .left ul li:hover a {
    color: white;
}

.header-app .top-header-app .left ul li:hover {
    background-color: #e77881;
    border: 1px solid #e77881;
}

.header-app .top-header-app .left ul li:hover a {
    color: white;
}

.header-app .menu-left ul li:hover {
    background-color: #6cbabd;
}

.header-app .menu-left ul li:hover a {
    color: white;
}

.section-leadpage .link ul li:hover {
    background-color: #dbdbdb;
}

.section-leadpage .link ul li:hover .xam_lot {
    display: block;
}

.section-leadpage .link ul li .right ul li:hover {
    background-color: white;
    color: #c5c5c5;
}

.section-leadpage .top .select-box-right ul li a:hover {
    color: #c5c5c5;
}

.section-leadpage .top .select-box-right span:hover ul,
.section-leadpage .link ul li .right .select-action:hover ul {
    display: block;
}

#signup .xanh:hover {
    background-color: #6cbabd;
}

.header-lead .btn-account:hover ul {
    display: block;
}

.header-lead .btn-account ul li a:hover {
    color: #c5c5c5;
}

.abtest .link .btn-build:hover {
    background-color: #6cbabd;
    color: white;
    border-bottom: 2px solid #43888b;
}

.abtest .link table tbody td .select-action ul li:hover {
    background-color: transparent;
}

.abtest .link table tbody td .select-action ul li:hover a {
    color: #6cbabd;
}

.abtest .link table tbody td .select-action:hover ul {
    display: block;
}

.my-account .bottom .left ul li:hover {
    background-color: #e77881;
}

.my-account .bottom .left ul li:hover a {
    color: white;
}

.input-c {
    font-size: 16px;
    height: 40px;
    margin-top: 20px;
    padding-left: 10px;
    width: 60%;
}

.col-xs-12.col-sm-6.col-md-3.images-c>img {
    max-width: 100%;
}

.col-xs-12.col-sm-6.col-md-3.images-c {
    margin-bottom: 30px;
}


/*================= Dibakar start ====================*/

.navbar-nav>li {
    position: relative;
}

.navbar-nav>li>ul {
    display: none;
}

.navbar-nav>li:hover a {
    background: #92d1d4;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.navbar-nav>li:hover:nth-child(5)>ul {
    left: -32%;
}

.navbar-nav>li:hover>ul {
    display: inline-table;
    background: #fff;
    padding: 10px;
    z-index: 9;
    position: absolute;
    text-align: left;
    border-radius: 0 0 5px 5px;
    top: 33px;
    left: 0;
    right: 0;
    border: 2px solid #92d1d4;
    margin: 0;
    width: 100%;
}

.navbar-nav>li:hover>ul>li>a {
    color: #4b4b4b;
    background: none transparent;
    font-size: 14px;
}

.navbar-nav>li:hover>ul>li {
    color: #4b4b4b;
    background: none transparent;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 10px;
}

.navbar-nav>li:hover>ul>li:hover {
    background: #dfdfdf;
    padding: 5px 10px;
}

.header-lead .btn-account {
    background-color: transparent;
    position: relative;
    box-shadow: 0 0 0;
    color: #4b4b4b;
}

.header-lead .btn-account:hover {
    background-color: #92d1d4;
    color: #fff;
}

header .login-button {
    float: left;
}

header .login-button i {
    display: none;
}

.navbar-nav>li:hover>ul {
    width: 150px;
}

.navbar-nav>li:hover>ul>li:last-child {
    margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: 0px solid #dfdfdf;
}

.header-lead .btn-account ul {
    border: 2px solid #92d1d4;
    box-shadow: 0 0 0;
}

.header-lead .btn-account ul li {
    color: #4b4b4b;
    background: none transparent;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 10px;
}

.header-lead .btn-account ul li a {
    color: #4b4b4b;
    background: none transparent;
    font-size: 14px;
}

.header-lead .btn-account ul li a:hover {
    color: #4b4b4b;
}

.header-lead .btn-account ul li:hover {
    background: #dfdfdf;
    padding: 5px 10px;
}

.header-lead .btn-account ul li:last-child {
    margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: 0px solid #dfdfdf;
    margin-top: 0;
}


/*================= Dibakar End ====================*/

.menu-width-luan-important {
    width: 83.3333%!important;
}

.navbar-nav>li:last-child>ul {
    width: 186px;
    left: auto;
    right: 0;
}

.top-add {
    margin-top: 130px;
}

.section-template .top-add .left ul {
    max-height: 515px!important;
}

.section-template.section-template-new .top-add .left ul li {
    padding-top: 17px!important;
    padding-bottom: 17px!important;
    padding-left: 28%!important;
}

.section-leadpage .link ul li .right ul li a i {
    color: #428bca;
}

.section-leadpage .link ul li .right ul li:hover a,
.section-leadpage .link ul li .right ul li:hover a i {
    color: #fff;
}

.lead-mail .domain-display-drop div.dropval {
    box-shadow: 0 0 0;
}

.lead-mail .domain-shotby-drop div.dropval,
.lead-mail div.dropval {
    background: transparent;
    box-shadow: 0 0 0;
}

.image-top-header.image-top-header-new h1 {
    font-size: 30px;
}

.modal-body input[type="text"],
.modal-body input[type="password"] {
    padding: 15px 10px!important;
    border: 0!important;
}

.table>tbody>tr>td,
.table>thead>tr>th {
    text-align: center!important;
}

#linkshortBox input[type="text"],
.modal-body input[type="text"],
.modal-body input[type="password"] {
    line-height: 14px;
    width: auto!important;
    padding: 0px 10px 0px 10px!important;
    border-bottom: 1pt solid #C9D7DD!important;
}

#linkshortBox div.tagsinput span.tag {
    line-height: 15px!important;
}

#linkshortBox p {
    margin-bottom: 14px;
}

#ImageMetaModal ul.image-tab li {
    width: calc(100% / 3) !important;
}

#ImageMetaModal ul.image-tab li a {
    text-align: center;
}

.image-entry {
    border: 5px solid #ececec !important;
    width: calc(83% / 4) !important;
}

#ImageMetaModal ul.image-tab li a:focus {
    background: #e05b49!important
}


/*Responsive*/

@media (max-width: 1199px) {
    .section1 .step-section1 img {
        width: 100px;
    }
    .section5 .left-section5 p {
        width: 80px;
        height: 80px;
    }
    .section5 .left-section5 .text-top-left-section5 {
        left: -5px;
    }
    .section5 .left-section5 .text-bottom-left-section5 {
        left: -3px;
    }
    .section-template .top-add .left ul li {
        font-size: 16px;
        padding-left: 30%;
        background-position: 6% center;
    }
    .section-template .top-add .left ul {
        max-height: 440px;
    }
    .header-app .top-header-app .center {
        padding: 9px 122px;
    }
}

@media (max-width: 1025px) {
    .section1 .step-section1 .step3 .bottom-text p {
        margin-left: -90px;
    }
}

@media (max-width: 991px) {
    .top-add {
        margin-top: 200px;
    }
    h1 {
        font-size: 30px;
    }
    header .logo h1 {
        text-align: center;
    }
    header .navbar-inverse .navbar-collapse {
        text-align: center;
    }
    header .navbar-nav {
        float: none;
    }
    header .navbar-nav li {
        float: none;
        display: inline-block;
    }
    header .navbar-inverse a {
        margin-bottom: 20px;
    }
    header .login-button {
        text-align: center;
        float: none;
        width: 100%
    }
    .section1-pricing .luan-box {
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
    }
    .section2 .right-section2 h1 {
        margin-bottom: 15px;
        line-height: 35px;
    }
    .section2 .right-section2 p {
        margin-bottom: 10px;
    }
    .section4 {
        text-align: center;
    }
    .section4 h1 {
        margin-bottom: 20px;
    }
    .section4 .container .col-md-6:first-child,
    .section4 .container .col-lg-6:first-child {
        width: 100%;
    }
    .section5 .left-section5 {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }
    .section5 .left-section5 .top-section5,
    .section5 .left-section5 .bottom-section5 {
        display: table-row;
    }
    .section5 .left-section5 .text-top-left-section5,
    .section5 .left-section5 .text-bottom-left-section5 {}
    .section5 .left-section5 .right-top p {
        font-size: 23px;
    }
    .section5 .right-section5 {
        text-align: center;
    }
    .section2-pricing .left {
        text-align: center;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .section2-pricing .img-top-sectiop2-pricing {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .section2-pricing .img-bottom-sectiop2-pricing {
        position: static;
        width: 100%;
    }
    footer .top-footer {
        text-align: center;
    }
    footer .top-footer .pad0,
    footer .top-footer .padl0 {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    footer .top-footer .pad0 {
        margin-bottom: 0;
    }
    footer .bottom-footer .coppy-right,
    footer .bottom-footer .social-icon {
        text-align: center;
    }
    footer .bottom-footer .social-icon a {
        margin: 0 10px !important;
    }
    footer .bottom-footer .social-icon a i {
        margin-top: 15px;
    }
    .section-template .top-add .left ul li {
        font-size: 20px;
        background-position: 40% center;
        padding-left: 47%;
    }
    .section-template .top-add .left ul {
        max-height: 5000px !important;
        margin-bottom: 20px;
    }
    .section-template .top-add .right .item img {
        height: auto;
    }
    .nut {
        display: none;
    }
    .section-template .top-add .right {
        overflow: hidden;
    }
    .section-template .top-add .right h3 {
        width: auto;
        text-align: center;
    }
    .section-template .top-add .right p {
        float: left;
        width: auto;
        clear: both;
        padding-right: 0;
        text-align: center;
        max-width: 100%;
    }
    .section-template .top-add .right .btn-build {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .header-app .top-header-app .container.top {
        position: relative;
        padding-bottom: 40px;
    }
    .header-app .top-header-app .container.top .center {
        position: absolute;
        left: 15px;
        bottom: 0;
        text-align: center;
        padding: 10px 0 5px 0;
        width: 98%;
    }
    .header-lead .btn-account {
        margin-bottom: 20px;
    }
    .header-lead .login-button.lead-my-account {
        height: 40px;
        display: inline-block;
    }
}

@media (max-width: 880px) {
    .section1 .step1,
    .section1 .step2,
    .section1 .step3 {
        width: 100%;
        display: block;
    }
    .section1 .step-section1 .border-luan {
        display: none;
    }
    .section1 .step-section1 .bottom-text {
        display: block;
    }
    .section1 p {
        width: auto !important;
    }
    .section1 .step3 {
        text-align: center;
    }
    .section1 .step-section1 .step3 .bottom-text p,
    .section1 .step-section1 .step2 .bottom-text p,
    .section1 .step-section1 .step1 .bottom-text p {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
    }
    .section1 h1 {
        margin-bottom: 30px;
    }
    .section-leadpage .top .button-left,
    .section-leadpage .top .select-box-right,
    .section-leadpage .link ul li .left,
    .section-leadpage .link ul li .right {
        width: 100%;
        text-align: center;
    }
    .section-leadpage .top {
        padding-top: 10px;
    }
    .logo {
        position: static!important;
    }
    .menu-width-luan-important {
        width: 100%!important;
    }
}

@media (max-width: 767px) {
    header .navbar-nav li {
        display: block;
    }
    #leadbox .modal-dialog {
        margin-left: 20px;
        margin-right: 20px;
    }
    .navbar-nav>li:hover>ul {
        position: static;
    }
    body .modal-lead-box {
        width: auto;
    }
    body .modal-body .lead-box-form {
        width: 100%;
    }
    #leadbox .modal-body input[type="submit"] {
        padding: 15px!important;
    }
    #leadbox .modal-body input[type="text"] {
        width: calc(100% - 27px);
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .menu-width-luan-important {
        width: 100%!important;
    }
    .navbar-nav>li:last-child>ul {
        width: 100%;
        left: 0;
        right: auto;
    }
    .navbar-nav>li:hover>ul {
        width: 100%;
    }
}

@media (max-width: 705px) {
    .section7 .des-slider-luan p {
        float: none;
    }
    .section7 h1 {
        margin-bottom: 15px;
    }
}

@media (max-width: 760px) {
    header .image-top-header .mar-free {
        margin-left: 0;
    }
    header .image-top-header .mar-free1 {
        margin-top: -7%;
    }
}

@media (max-width: 630px) {
    .header-app .top-header-app .left {
        width: 100%;
        float: none;
        text-align: center;
        clear: both;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .header-app .top-header-app .left .icon {
        width: 100%;
        clear: both;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
    }
    .header-app .top-header-app .left .icon i.fa-bars {
        float: none;
    }
    .header-app .top-header-app .left ul {
        width: 302px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .header-app .top-header-app .container.top .center {
        left: 0;
        width: 100%;
    }
    .header-app .top-header-app .right {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 600px) {
    header .image-top-header p {
        margin-bottom: 50px;
    }
    header .image-top-header img.mar-free,
    header .image-top-header img.mar-free1 {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0;
    }
    header .image-top-header img.mar-free {
        margin-bottom: 20px;
    }
    header .image-top-header img.mar-free1 {
        margin-left: -30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 573px) {
    .section-template .top-add .right .slider .owl-next,
    .section-template .top-add .right .slider .owl-prev {
        position: static;
        margin: 10px;
    }
    #signup .modal-content {
        margin-left: 20px;
        margin-right: 20px;
    }
    #signup .modal-header {
        padding: 15px;
        padding-bottom: 0;
    }
    #signup .modal-body {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
}

@media (max-width: 510px) {
    #login .modal-content {
        margin-left: 20px;
        margin-right: 20px;
    }
    #login .modal-header {
        padding: 15px;
        padding-bottom: 0;
    }
    #login .modal-body {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    .section2 .luan-test,
    .section2 .container .left-section2,
    .section2 .container .right-section2 {
        display: block;
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .section2 .container .left-section2 {
        margin-bottom: 30px;
    }
    p,
    h1,
    h3,
    h2,
    h4,
    h5,
    h6 {
        padding: 0 15px !important;
        text-align: center;
    }
    a,
    span {
        text-align: center;
    }
    .section3 ul.flip-items {
        width: 420px !important;
    }
    .section-template .top-add .left ul li {
        background-position: 4% center;
        text-align: left;
        padding-left: 25%;
    }
}

@media (max-width: 450px) {
    .section3 ul.flip-items {
        width: 100% !important;
    }
}

@media (max-width: 430px) {
    .section6 img {
        margin-right: 0;
    }
}

@media (max-width: 400px) {
    .section5 .left-section5 .clearfix {
        margin-top: 30px;
    }
    .section5 .left-section5 .right-top p {
        font-size: 15px;
        width: 60px;
        height: 60px;
    }
    .section5 .left-section5 .text-top-left-section5,
    .section5 .left-section5 .text-bottom-left-section5 {
        left: -13px;
    }
}

@media (max-width: 380px) {
    footer .top-footer .fot3 .contact-form {
        width: 100%;
    }
    footer .top-footer .fot3 .contact-form input[type="text"] {
        width: 70%;
    }
    footer .top-footer .fot3 .contact-form input[type="submit"] {
        padding: 0 5%;
        font-size: 13px;
    }
    .header-app .top-header-app {
        font-size: 13px;
    }
    .header-app .top-header-app .left ul {
        width: 276px;
    }
}

@media (min-width: 1200px) {
    header .menu-width-luan-important {
        width: 66.5%
    }
}

@media (min-width:992px) {
    .luan-box {
        width: 30.333%;
    }
}

.btn-viewpage {
    margin-top: 20px;
    color: #fff !important;
}

.btn-save {
    background-color: #e4767f;
    padding: 10px;
    margin-top: 20px;
    width: 20%;
}

ul.new-pag li {
    margin-right: 0px !important;
    border: none !important;
}

.formImage {
    padding: 15px;
    border: 1px solid #DDD;
    border-radius: 4px;
}


/*LeadBox - Vu*/

.lead-box-percent {
    width: 100%;
}

.lead-image {
    display: inline-block;
    margin: -2px 20px;
    vertical-align: top;
    float: left;
}

.modal-lead-box {
    width: 730px;
}

p.title-leadbox {
    font-family: 'ProximaNova Light';
    font-size: 15px;
    text-align: center;
    color: #4b4b4b;
    padding-top: 15px;
}

.lead-box-form {
    display: inline-block;
    vertical-align: middle;
    width: 63%;
    /*margin-left: 184px;*/
}

#form-preview input[type="submit"] {
    display: block;
    margin: 20px auto;
    overflow: hidden;
    padding: 15px 65px 15px 65px;
    background-color: #e77881;
    font-size: 20px;
    color: white;
    border: 0;
    border-radius: 4px;
}


/*#form-preview input[type="submit"]:hover {
background-color: #ccc;
color: #000;

}*/

.form-body {
    margin-top: 40px;
}

i.icon-lock {
    background: transparent url(../../img/frontend/images/form2-lock-icon.png) no-repeat 0 50%;
    display: inline-block;
    height: 18px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: -4px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    width: 19px;
}

#cart .modal-dialog {
    max-width: 78%;
    width: auto;
}

#cart .modal-body {
    padding-bottom: 110px;
}

#cart .modal-body input[type="submit"] {
    float: right;
}

#cart .modal-dialog span {
    font-family: "ProximaNova normal";
}

#cart .modal-dialog .hr {
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
}

.navbar-nav>li:hover>ul>li {
    padding: 5px!important;
}

input:focus::placeholder {
    color: transparent;
}