/*my common*/
.my-row{
    width: 100%;
    display: block;
}
/*head logo*/
#head-logo{
    width: 100%;
}
#head-logo a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
#head-logo img{
    width: 100%;
    max-width: 120px;
}
/*head menu*/
#head-menu{
    display: block;
    width: 100%;
}
#head-menu ul{
    width: 100%;
    display: block;
    text-align: center;
}
#head-menu li{
    display: inline-block;
    padding-right: 15px;
    margin-top: -2px;
    line-height: 60px;
}
#head-menu li:last-child{
    padding-right: 0;
}
#head-menu a{
    display: block;
    overflow: hidden;
}
#head-menu li:last-child a{
    padding-right: 0;
}
#head-menu a div{
    display: inline-block;
    width: fit-content;
    vertical-align: -webkit-baseline-middle;
    margin-top: -4px;
}
#head-menu a div:first-child{
    padding-right: 5px;
}
#head-menu h3{
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    font-family: initial;
    letter-spacing: .5px;
}
/*head search*/
#head-search .search-cover{
    position: relative;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}
#head-search .search-input{
    height: 100%;
    padding-right: 9%;
}
#head-search input{
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0 10px;
    border: none;
    background-color: #2A1253;
    color: #ccc;
    font-size: 18px;
    letter-spacing: .5px;
}
#head-search input:focus{
    background-color: #6937b9;
}

#head-search .search-icon{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: fit-content;
    min-width: 32px;
}
#head-search button{
    border: none;
    height: 100%;
    width: 100%;
}
/*google ads*/
.ads-content img{
    max-width: 100%;
}
/*loading ajax*/
#loading-ajax-list{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    z-index: 100;
}
#loading-ajax-list img{
    width: 100%;
}
/*back ground mask*/
#back-ground-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    z-index: 99;
}
.hidden-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 6;
    /* opacity: 0;*/
}
/*back to top*/
#back-to-top{
    display: block;
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 50px;
    height: 50px;
    z-index: 999;
    background-color: #fff;
    border-radius: 50%;
    border: 6px solid #C5EEE3;
    cursor: pointer;
    overflow: hidden;
}
#back-to-top img{
    width: 100%;
}
/*FULL SCREEN*/
#expand{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    display: block;
    padding: 2px;
}
.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
/*SMALL MENU - button small-menu*/ 
#head-small-menu{ 
    display: none;
    width: 32px;
    height: 28px;
    padding: 3px;
    border: 2px solid #fff;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 7;
}
#head-small-menu .line-bar{
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: 5px;
    transition: all .3s;
}
#head-small-menu .line-bar:first-child{
    margin-top: 0;
}
#head-small-menu.opening .line-bar2{
    display: none;
}
#head-small-menu.opening .line-bar1{
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}
#head-small-menu.opening .line-bar3{
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
    transform: rotate(-45deg) translate(0px, 0px);
}

/*end my common*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}


pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}


a {
    background-color: transparent;
}


abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

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;
}


img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 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,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

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 {
    vertical-align: baseline;
}

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-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}
summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}
/*het normalize*/
/*quy chuan cua bootrap*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
/*het bootrap*/
ul, ol{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
    padding: 0;
    margin: 0;  
}
.img-for-mobile{
    display: none;
}
a,p,h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
}
a{
    cursor: pointer;
}
p{
    margin: 0;
    padding: 0;
}
a:hover{
    text-decoration: none;
}

/*contact us*/
.contact-link{
    color:#00c791 !important;
    cursor: text;
    font-size: 12px !important;
    letter-spacing: .5px;
}
.h3-contact{
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: capitalize;
    text-align: left;
    color: #000;
    overflow: hidden;
}
#contact_form .comment-notes{
    padding: 15px 15px 15px 0;
    width: 100%;
    overflow: hidden;
}
#contact_form .comment-notes .required{
    font-weight: bold;
}
#contact_form .comment-notes span{
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 24px;
    color: #000;
}
#contact-us{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
.show-contact-form #contact-us{
    position: fixed;
    top: 0;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
}
#contact_form input{
    border-radius: 0;
    padding: 15px;
}
#contact_form textarea{
    width: 100%;
    border-radius: 0;
    padding: 15px;
    color: #000;
}
.show-contact-form  #contact-us > #contact_form{
    background-color: #f6f6f6;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #c0c0c0;
}
#contact-us > #contact_form{
    max-width: 640px;
    margin: 50px auto;
    padding: 40px 15px;
    overflow: hidden;
}
#contact_form .small-input{
    width: 50%;
}
#contact_form .small-input input{
    width: 95%;
    float: left;
}
#contact_form .small-input.e-mail-input input{
    float: right;
}
#contact_form .input-box{
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
#contact_form .input-box.big-input{
    width: 100%;
}
#contact_form .input-box input{
    height: 45px;
    border: 1px solid #c0c0c0;
}
#contact_form .submit-input{
    height: 35px;
    width: 100px;
}
#contact_form .submit-input > input{
    color: #000;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 35px;
}
.submit-input{
    float: right!important;
}
.cancel-contact{
    display: none;
}
.show-contact-form #contact-us .cancel-contact{
    display: block;
}
.cancel-contact{
    margin-right: 15px;
}
.cancel-contact > input{
    border: none;
    background-color: unset;
    color: #000;
}
.cancel-contact > input:hover{
    color: #f40404;
    background-color: unset;
}
#contact-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
    opacity: .7;
    z-index: 9; 
}
#contac_subject{
    width: 100%;
}
.hidden{
    display: none;
}
/*end contact us*/