@font-face {
    font-family: "Nunito-Bold";
    src: url("fonts/Nunito-Bold.ttf") format('truetype');

}
@font-face {
    font-family: "Nunito";
    src: url("fonts/Nunito-Regular.ttf") format('truetype');
}


:root{
    --width-footer: 20%;
    --width-footer_: 25%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,legend,input,button,textarea,p,blockquote
	{
	margin: 0;
	padding: 0;
}
body {
    font: 14px/1.5 "Nunito",sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
	background: #fff;
	/*	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;*/
}
.fieldset {
	margin: 0;
	padding: 10px;
}
th,td {
	margin: 0;
}
a {
    color: #333333;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0;
}
a:hover {
	text-decoration: none;
	color: #1D8843;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
.red,.label_error {
	color: red;
}
.redborder {
	border: 1px solid red;
}
.bold {
	font-weight: bold;
}
img {
	border: 0;
	max-width: 100%;
}
/* img,div,input {
	behavior: url("../templates/default/js/iepngfix.htc");
} */
address,caption,cite,code,dfn,em,th,var,optgroup {
	/*font-style: inherit;*/
	font-weight: inherit;
}
del,ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
    padding-bottom: 20px;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
legend {
    color: #000000;
    font-weight: bold;
    padding: 0 8px;
}
figure {
  margin: 0;
}
input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,button,textarea,select {
	font-size: 100%;
}
/* select,input,button,textarea,button {
	font: 99% verdana, arial, helvetica, clean, sans-serif;
} */
table {	
	font: 100%;
	border-collapse: collapse;    
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 100%;
}
.clear , .clearfix{
	clear: both;
}
.cls::after{
	content: '';
 	display: block;
 	clear: both;
}
.hidden,.hide,.hiden {
	display: none;
}
.pagination {
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 0px;
	text-align   : center;
    display: block;
}
.pagination	.current span {
	background-color: #DB3531;
    color           : #fff;
	margin-right    : 5px;
	padding         : 10px 17px;
	font-size       : 16px;
    width: 40px;
    height: 40px;
	line-height     : 20px;
	display         : inline-block;
    font-family: "Nunito-Bold";
    border-radius: 50%;
}
.pagination	a {
    background: #EEEEEE;
    margin-right: 5px;
    padding: 9px 14px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}

.pagination	a.last-page {
	margin-right: 0 !important;
}
body {
	margin: 0;
    font-family: "Nunito", sans-serif;
	line-height     : 22px;
	color           : #293744;
	position        : relative;
	font-size       : 16px;
	background-color: #ffffff !important;
	padding-right: 0px !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #0669AA;
    overflow-x: hidden;
    transition: 0.5s;
}

.container {
    width: 1200px;
    margin: auto;
    padding: 0;
}
.pos-header{
    position: relative;
}
.description ul li {
    list-style-type: disc;
    margin-left: 30px;
}
.description ol li {
    list-style-type: decimal;
    margin-left: 30px;
}
#header{
    position: fixed;
    background: #ffffff;
    top: 0;
    width: 100%;
    z-index: 9999;

}

#header:before{
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    height: 46px;
    background: #1D8843;
}

#header:after{
    position: absolute;
    left: -50%;
    content: '';
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
}
#header .sub_header .top_menu{
    display: none;
}

#header .sub_header .back-to-home{
    display: none;
}
#header .sub_header .module{
    display: none;
}

#header .sub_header{
    z-index: 9999;
    width: 100%;
}

#header .container{
    position: relative;
}

#header .logo{
    width: 20%;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 40%;
    z-index: 10;
}
#header .logo-image{
    display: block;
    float: left;
    margin: 10px 0;
}


a.logo-image:before {
    width: 140px;
    border-top: 80px solid #fff;
    border-right: 65px solid transparent;
    filter: drop-shadow(3mm -4mm 2mm rgb(0, 0, 0, 0.2));
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}


#header .logo-image img{
    /*width: 23%;*/
    width: 75%;
    position: relative;
    z-index: 9999;
}

#header .bg_top{
    padding: 18px 0;
}
#header .bg_top{
    position: absolute;
    right: 0px;
    top: 0px;
}
#header .navbar-menu .ct_header{
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#header .navbar-menu .ct_header a{
    display: flex;
    align-items: center;
}
#header .navbar-menu .ct_header a img{
    padding-right: 3px;
}

/* #header .navbar-menu .ct_header .phone{
    font-family: GoogleSans-Bold;
} */

#header .navbar-menu .ct_header .video{
    margin: 0 35px;
}

#header .navbar-menu .ct_header .catalog{
    margin-right: 20px;
}

#header .navbar-menu .ct_header .language{
    width: 13%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}

#header .navbar-menu .ct_header .language span{
    position: absolute;
    left: 20px;
    top: 11px;
}
#header .navbar-menu .ct_header .language select{
    border: none;
    box-shadow: none;
    padding-left: 25px;
    width: 85%;
}

.search span.click-show {
background: url(../images/icon-search.png) no-repeat scroll center;
border-right: 0;
display: inline-block;
width: 15px;
height: 24px;
cursor: pointer;
}

/*main*/
.row-content .thank_you >p {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-top: 65px;
    padding-bottom: 35px;
}
.row-content .thank_you p span:first-child{
    color: #006559;
}
.row-content .thank_you p span:first-child:before{
    content: '';
    /*background-image: url(../images/thank.png);*/
    display: inline-block;
    /*width: 38px;*/
    /*height: 36px;*/
    /*margin-right: 10px;*/
}
.row-content .thank_you p span:nth-child(2){
    color: #ee1c24;
}
.row-content .thank_you .detail{
    text-align: center;
    font-size: 16px;
    color: #666666;
    /* font-family: RobotoRegular; */
    line-height: 22px;
    padding-bottom: 60px;
    max-width: 1000px;
}
.row-content .thank_you .detail p{
    padding: 5px 0;
}

.main-content-top{
    margin-top: 30px;
    background: #fff;
}
.page-container {
    display: flex;
    /* max-width: 1920px;
    margin:auto; */
}
.page-sidebar-wrapper{
    width: 15%;
    min-height: calc(100vh - 30px);
    overflow: auto;
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}
.page-content-wrapper{
    width: 85% !important;
}
.page-content-wrapper.wit{
    width: calc(100% - 112px) !important;
}
#main {
    min-height: 500px;
}
.main-column-left {
    float: left;
    width: 25%;
    margin-right: 2%;
}
.main-column-content {
    float: left;
    width: 73%;
    box-sizing: border-box;
}
.main-column-right {
    float: left;
    width: 26%;
    padding-left: 20px;
}

.block .block_title{
    margin-bottom: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 40%;
}
.block .block_title a{
    color: #ffff;
    font-size: 40px;
    font-weight: bold;
}
.block_partners .block_title a{
    font-size: 36px;
    font-weight: 100;
}
.block_products_cat .block_title a{
    color: #ed1d25;
}
.block_contents_list .block_title a,
.block_partners .block_title a{
    color: #fff;
}
.contents_list-default_provide .block_title a{
    color: #1f1f1f;
}
.pos-bottom-2col{
    background: #f9f9f9 url(../images/iconkedoc.png) repeat-y scroll center;
    border-top: 1px solid #e5e5e5;
    padding: 50px 0;
}


/*primary*/

.primary{
    text-align: center;
    padding: 10px 0px;
    background-color: #f5f5f5;
}
.primary span a{
   font-size: 16px;
   text-transform: uppercase;
}
.primary span:first-child{
    padding-right: 10px;
    border-right: 1px solid #999999;
}
.primary span:nth-of-type(2){
    padding-right: 10px;
    padding-left:10px;
    border-right: 1px solid #999999;
}
.primary span:nth-of-type(3){
    padding-left:10px;
}

#footer .info{
    background: #213047;
    padding: 50px 0 10px;
}
#footer .info .left_ft{
    display: flex;
}
#footer .info .left_ft .logo{
    width: 42%;
    text-align: center;
}

#footer .info .left_ft .logo .summary_ft{
    padding-top: 20px;
    color: #899BB7;
}

#footer .info .left_ft .info_ft h5{
    font-size: 20px;
    color: #FFFFFF;
}

#footer .info .left_ft .info_ft{
    width: 55%;
    margin-left: 30px;
    padding-left: 20px;
}

#footer .info .left_ft .info_ft ul{
    color: #899BB7;
}

#footer .info .left_ft .info_ft ul li{
    padding-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

#footer .info .left_ft .info_ft ul li:first-child:before{
    content: '';
    position: absolute;
    background-image: url(../images/ft_1.svg);
    width: 13px;
    height: 16px;
    left: 0px;
    top: 2px;
}
#footer .info .left_ft .info_ft ul li:nth-child(2):before{
    content: '';
    position: absolute;
    background-image: url(../images/ft_2.svg);
    width: 16px;
    height: 14px;
    left: 0px;
    top: 4px;
}
#footer .info .left_ft .info_ft ul li:nth-child(3):before{
    content: '';
    position: absolute;
    background-image: url(../images/ft_3.svg);
    width: 16px;
    height: 16px;
    left: 0px;
    top: 2px;
}
#footer .info .left_ft .info_ft ul li:nth-child(4):before{
    content: '';
    position: absolute;
    background-image: url(../images/ft_4.svg);
    width: 16px;
    height: 12px;
    left: 0px;
    top: 5px;
}
#footer .info .left_ft .info_ft ul li:nth-child(5):before{
    content: '';
    position: absolute;
    background-image: url(../images/ft_5.svg);
    width: 16px;
    height: 16px;
    left: 0px;
    top: 2px;
}

#footer .info .right_ft{
    display: flex;
}
#footer .info .right_ft .item_sp{
    width: 60%;
    padding-left: 20px;
}
#footer .info .right_ft .item_sp h5{
    font-size: 20px;
    color: #FFFFFF;
}
#footer .info .right_ft .item_sp ul li{
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
#footer .info .right_ft .item_sp ul li:before{

    content: '';
    position: absolute;
    background-image: url(../images/dot_ft.svg);
    width: 7px;
    height: 7px;
    left: 0px;
    top: 7px;
}

#footer .info .right_ft .item_sp ul li a{
    color: #899BB7;
}
#footer .info .right_ft .qr_code h5{
    font-size: 20px;
    color: #FFFFFF;
}

#footer .info .right_ft .qr_code{
    width: 40%;
}


#footer .info .left_ft .info_ft ul li b, #footer .info .left_ft .info_ft ul li span{
    color: #FFB400;
}

#footer .copyright{
    background: #1E2B40;
}


#footer .copyright .cr{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
}
#footer .copyright .cr p{
    width: 40%;
    color: #899BB7;
}

#footer .copyright .cr .share_icon a{
        margin-right: 20px;
}

.menu_mobile{
    display: none;
}

.scrollToTop {
    display: none;
    color: #fff;
    font-size: 14px;
    padding-top: 45px;
    text-align: center;
    position: fixed;
    bottom: -60px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("../images/to_top.svg") no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    z-index: 999;
    transition: all 0.8s ease;
}
.scrollToTop.active {
    bottom: 60px;
}


.label_error{
    color: red;
    margin-bottom: 15px;
    padding: 5px 10px;
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    margin-top: 10px;
    text-align: left;
}
.label_success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
    color: blue;
    margin-bottom: 10px;
    padding: 10px 12px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

/*modal*/

#msgModal {
    position: fixed;
    z-index: 9999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
#msgModal .msgmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    width: 420px;
}
#msgModal .msgmodal-body {
    padding: 15px 16px 30px;
    line-height: 20px;
    text-align: center;
}
#msgModal svg {
    width: 100px;
    display: block;
    margin: 40px auto;
}
#msgModal .msgmodal-body .bt-modals {
    background-color: #e83e28;
    margin-right: 10px;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    margin-top: 20px;
}

.navbar-menu .lang_mobile{
    display: none;
}

@media screen and (max-width:1170px){
	#header,
    .container{
		padding: 0 5px;
		box-sizing: border-box;
		width: 100%;
	}
}
@media screen and (max-width:1024px){
    #header .logo.header-logo {
        width: 25%;
    }
    #header .logo.header-logo {
        position: relative;
        padding: 0;
    }
    #header .navbar-header {
        width: 72%;
    }
}
@media screen and (max-width:966px){
    #header {
        background: #fafafa;
    }
    #header .navbar-header {
        width: 84%;
    }
    #header #lang {
        margin: 8px 0 0;
        width: 50%;
        float: left;
        padding: 0 8px;
        box-sizing: border-box;
        text-align: left;
    }
    #info-footer {
        width: 60%;
    }
    #face-footer {
        width: 35%;
    }

}
@media screen and (max-width:980px){

    #header {
        padding: 0px; }

    #cssmenu{
        background: unset !important;
    }
    .navbar-header-top {
        width: 100%;
    }

    #header .bg_top{
        right: 50px;
    }
    #header .navicon-line{
        background: #1D8843;
    }
    
    #header .navbar-menu{
        margin-top: 0px !important;
    }
    .navbar-header-top ul{
        float: right;
    }
    #header .header-menu{
        background: #ffc843;
    }
    #header .logo.header-logo {
        background: none;
        padding: 0px;
        width: 40%;
        position: relative;
    }
    #header .navbar-header {
        width: 59%;
    }
    .main-column-left{
        width: 100%;
    }
    .main-column-content {
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
    }
    #footer .info .share{
        text-align: unset;
        padding-bottom: 10px;
    }
    #footer .info .share a:first-child{
        padding-left: 0px;
    }
    #footer .info .share img{
        width: 40px;
        /*background: #1f1f1f;*/
    }
    #footer .info> div{
        padding-left: 10px;
    }
    #footer .info .contact_ft .head-quarter {
        padding: 10px 10px 10px 35px;
    }
    #footer .info .contact_ft .hotline {
        padding: 10px 10px 10px 35px;
    }
    #footer .info .contact_ft .email {
        padding: 10px 10px 10px 35px;
    }
    #footer .info .contact_ft .web {
        padding: 10px 10px 10px 35px;
    }
    #header .logo-image {
        margin-top:0;
    }
    #header .container .clearfix {
        position:absolute;
    }
    #header .container .navbar-menu {float:right; margin-top:30px;}
    #cssmenu ul li.level_0 {
        display:none;
    }
    .sidenav {
        /*background: #15243d;*/
    }

    .row-content .thank_you >p {
        font-size: 30px;
        padding-top: 1em;
        padding-bottom: 20px;
    }
    .footer_info .newsletter .txt_newsletter span{
        display: none;
    }
    .footer_info .newsletter form {
        width: 92%;
        margin-left: 10px
    }
    .footer_info .newsletter form input {
        float: left;
        width: 70%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border: none;
    }
    .block .block_title{
        top: 30%;
    }
    .block .block_title a{
        font-size: 16px !important;
    }


}
@media screen and (max-width:768px){

    .main-content-top{
        margin-top: 0px;
    }
    
    #header{
        background: none;
    }
    #header:after{
        content: none;
    }
    #header .sub_header .navbar-menu .ct_header{
        display: none;
    }
    #header .sub_header .top_menu{
        display: block;
        width: 80%;
    }
    #header .sub_header .top_menu .video{
        margin: 0 5px;
    }
    #header .sub_header .top_menu .catalog{
        margin-right: 5px;
    }

    #header .logo-header{
        /*float: left;*/
        padding: 5px 0;
        display: flex;
        align-items: center;
    }
    #header .logo-image {
        margin: 0;
        float: unset !important;
        width: 20%;
    }
    #header .logo-image:before {
        content: none;
    }
    #header .logo-image img{
        width: 70%;
    }
    #header:before {
        content: none;
    }
    .sub_header .sb-toggle {
        position: absolute;
        top: -39px;
        right: 0;
    }
    #footer .info{
        padding: 25px 0 10px;
    }
    #footer .info .row{
        margin: -5px;
    }

    #footer .info .left_ft{
        display: unset;
    }
    #footer .info .left_ft .logo{
        width: 100%;
    }
    #footer .info .left_ft .logo img{
        width: 25%;
    }

    #footer .info .left_ft .info_ft{
        width: 100%;
        margin: unset;
        padding: unset;
    }
    #footer .info .left_ft .info_ft h5{
        padding: 20px 0 10px;
    }
    #footer .info .left_ft .info_ft ul li{
        padding-bottom: 10px;
    }
    #footer .info .right_ft .item_sp {
         width: 60%;
        padding: 0;
    }
    #footer .info .right_ft .item_sp h5 {
        text-align: left;
    }
    #footer .info .right_ft .item_sp ul li {
        padding-bottom: 10px;
    }
    #footer .info .right_ft .qr_code{
        width: 40%;
        text-align: center;
    }
    #footer .info .right_ft .qr_code h5 {
        text-align: left;
    }
    #footer .info .right_ft .qr_code img {
        width: 90%;
    }

    #footer .copyright .cr {
         display: block;
         height: unset;
        padding: 15px 0;
        text-align: center;
    }

    #footer .copyright .cr p {
        width: 100%;
    }
    #footer .copyright .cr .share_icon {
        text-align: center;
        padding-top: 5px;
    }


    #footer .info .copyright .contact .hl{
        /*background: url(../images/icon_p.png) no-repeat left 0% top 5px;
        padding: 0 20px;*/
    }

    .navbar-menu {
        position: relative;
    }
    .navbar-menu .lang_mobile{
        display: block;
        position: absolute;
        top: 17px;
        z-index: 99;
    }
    .navbar-menu .lang_mobile a:first-child{
        margin-right: 5px;
    }

    .liconk{
        display: none;
    }
    .menu_mobile{
        display: block;
    }
    .slideshow-home{
        margin: 0 !important;
    }
    #header{
        /*display: none;*/
        /*text-align: center;*/
        position: unset;
    }


    .menu_mobile{
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        background: #0669AA;
        border-top: 1px solid #CCCCCC;
        z-index: 99999;
        height: 45px;
        
    }
    .menu_mobile .sb-toggle{
        float: unset;
        width: var(--width-footer_);
        text-align: center;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #CCCCCC;
    }

    .menu_mobile .fb{
        float: unset;
        width: var(--width-footer_);
        text-align: center;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #CCCCCC;
    }
    .menu_mobile .phone{
        float: unset;
        width: var(--width-footer_);
        text-align: center;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #CCCCCC;
    }
    .menu_mobile .mess{
        float: unset;
        width: var(--width-footer_);
        text-align: center;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #CCCCCC;
    }
    .menu_mobile .lang{
        float: unset;
        width: var(--width-footer_);
        text-align: center;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}
@media screen and (max-width:668px){

    #msgModal .msgmodal-content{
        width: 350px !important;
    }


}
@media screen and (max-width:480px){


}
@media screen and (min-width:1200px){

}
@media screen and (max-width:420px){
    .navbar-header-top {
        width: 100%;
    }

    #header .logo.header-logo img{height:50px;}
    #header .navbar-header {
        width: 58%;
    }

}
table.tableizer-table {
    border: 1px solid #CCC;
    font-size:16px;
}
.tableizer-table td {
    padding: 4px;
    margin: 3px;
    border: 1px solid #CCC;
}
.tableizer-table th {
    background-color: #007c6e;
    color: #FFF;
    font-weight: bold;
    text-align:center;
}
table.tableizer-table tr td:nth-child(4), table.tableizer-table tr td:nth-child(6)  {
     text-align:right;
 }
table.tableizer-table tr:nth-child(odd) {
    background: #efe7e7;
}

/*block search*/
#search{
    /*border-bottom: 1px solid #dddddd;*/
}
#search #keyword{
    border: none;
    font-size: 14px;
    background: #f5f6f7;
}
#search #keyword:focus{
    outline: none;
}
.btn-search-all{
    padding: 11px 10px 9px 10px;
    border-width: 0;
    background: #f5f6f7;
}
.btn-search-all i{
    color: #FFFFff;
}

.ft_form {
    font-size: 12px;
    padding: 20px 0;
    color: #ffffff;
    font-style: italic;
}